@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;

0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);@charset "UTF-8";
/**
    Přebíjíme Bootstrap
**/

:root {
  --blue: #0b4da0;
  --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: #0b4da0;
  --secondary: #adb5bd;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --breakpoint-xlst: 1920px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

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

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

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0d0d0d;
  text-decoration: underline;
}

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

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

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

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.lead {
  font-size: 1.625rem;
  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.625rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1199px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1599px;
  }
}

.container-fluid,
.container-xlst,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 479px;
}

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

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 991px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1199px;
  }
}

@media (min-width: 1920px) {
  .container-xlst,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1599px;
  }
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1920px) {
  .col-xlst {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xlst-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xlst-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xlst-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xlst-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xlst-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xlst-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xlst-first {
    order: -1;
  }

  .order-xlst-last {
    order: 13;
  }

  .order-xlst-0 {
    order: 0;
  }

  .order-xlst-1 {
    order: 1;
  }

  .order-xlst-2 {
    order: 2;
  }

  .order-xlst-3 {
    order: 3;
  }

  .order-xlst-4 {
    order: 4;
  }

  .order-xlst-5 {
    order: 5;
  }

  .order-xlst-6 {
    order: 6;
  }

  .order-xlst-7 {
    order: 7;
  }

  .order-xlst-8 {
    order: 8;
  }

  .order-xlst-9 {
    order: 9;
  }

  .order-xlst-10 {
    order: 10;
  }

  .order-xlst-11 {
    order: 11;
  }

  .order-xlst-12 {
    order: 12;
  }

  .offset-xlst-0 {
    margin-left: 0;
  }

  .offset-xlst-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xlst-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xlst-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xlst-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xlst-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xlst-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xlst-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xlst-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.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-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 {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #80a2ce;
}

.table-hover .table-primary:hover {
  background-color: #a9c0dd;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d4d9dd;
}

.table-hover .table-secondary:hover {
  background-color: #dadde2;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

.table-active,
.table-active > 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: #343a40;
  border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

@media (max-width: 1919.98px) {
  .table-responsive-xlst {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

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

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

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

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

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

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #398bf1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 77, 160, 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;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.625rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.1375rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.625rem;
  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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  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: 0.1rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.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 {
  border-color: #28a745;
}

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

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.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:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #adb5bd;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(173, 181, 189, 0.9);
  border-radius: 0;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #adb5bd;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23adb5bd' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23adb5bd' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #adb5bd;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #adb5bd;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23adb5bd' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23adb5bd' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #adb5bd;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.25);
}

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #adb5bd;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #adb5bd;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.25);
}

.error-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.error-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

.is-error ~ .error-feedback,
.is-error ~ .error-tooltip {
  display: block;
}

.form-control.is-error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.is-error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-error {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-error ~ .form-check-label {
  color: #dc3545;
}

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

.custom-control-input.is-error ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-error ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-error:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-error:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-error:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-error ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-error:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.required-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ffc107;
}

.required-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(255, 193, 7, 0.9);
  border-radius: 0;
}

.is-required ~ .required-feedback,
.is-required ~ .required-tooltip {
  display: block;
}

.form-control.is-required {
  border-color: #ffc107;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffc107' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffc107' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-required:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

textarea.form-control.is-required {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-required {
  border-color: #ffc107;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffc107' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffc107' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-required:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.form-check-input.is-required ~ .form-check-label {
  color: #ffc107;
}

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

.custom-control-input.is-required ~ .custom-control-label {
  color: #ffc107;
}

.custom-control-input.is-required ~ .custom-control-label::before {
  border-color: #ffc107;
}

.custom-control-input.is-required:checked ~ .custom-control-label::before {
  border-color: #ffce3a;
  background-color: #ffce3a;
}

.custom-control-input.is-required:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.custom-control-input.is-required:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffc107;
}

.custom-file-input.is-required ~ .custom-file-label {
  border-color: #ffc107;
}

.custom-file-input.is-required:focus ~ .custom-file-label {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 77, 160, 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: #0b4da0;
  border-color: #0b4da0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #093c7c;
  border-color: #083670;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #093c7c;
  border-color: #083670;
  box-shadow: 0 0 0 0.2rem rgba(48, 104, 174, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0b4da0;
  border-color: #0b4da0;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #083670;
  border-color: #073064;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 104, 174, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-secondary:hover {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #919ca6;
  border-color: #8a95a1;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}

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

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #0b4da0;
  border-color: #0b4da0;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0b4da0;
  border-color: #0b4da0;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 77, 160, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0b4da0;
  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: #0b4da0;
  border-color: #0b4da0;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 77, 160, 0.5);
}

.btn-outline-secondary {
  color: #adb5bd;
  border-color: #adb5bd;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #adb5bd;
  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: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

.btn-link:hover {
  color: #0d0d0d;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

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

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

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.1375rem;
  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 {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.3rem;
  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;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1920px) {
  .dropdown-menu-xlst-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xlst-right {
    right: 0;
    left: auto;
  }
}

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

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

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

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

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

.dropdown-menu[x-placement^=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: #0b4da0;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.1375rem;
  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: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

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

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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: flex;
  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: flex;
}

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  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;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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 {
  padding: 0.5rem 1rem;
  font-size: 1.625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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 {
  padding: 0.25rem 0.5rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.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.95rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.475rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0b4da0;
  background-color: #0b4da0;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(11, 77, 160, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #398bf1;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #69a7f5;
  border-color: #69a7f5;
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.475rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0b4da0;
  background-color: #0b4da0;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(11, 77, 160, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(11, 77, 160, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(11, 77, 160, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.475rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(11, 77, 160, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #398bf1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 77, 160, 0.25);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.1375rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.625rem;
}

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #398bf1;
  box-shadow: 0 0 0 0.2rem rgba(11, 77, 160, 0.25);
}

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

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

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

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(11, 77, 160, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(11, 77, 160, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(11, 77, 160, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0b4da0;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #69a7f5;
}

.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: #0b4da0;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #69a7f5;
}

.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: #0b4da0;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #69a7f5;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.custom-switch {
  padding-left: 5.25rem;
}

.custom-switch .custom-control-label {
  cursor: pointer;
}

.custom-switch .custom-control-label::before {
  position: absolute;
  top: 0rem;
  display: block;
  height: 2.5rem;
  content: "";
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #dedede;
  left: -5.25rem;
  width: 4.5rem;
  pointer-events: all;
  border-radius: 2rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-5rem + 2px);
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  background-color: #adb5bd;
  border-radius: 50%;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0b4da0 !important;
  background-color: #0b4da0 !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: transparent;
}

.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
  outline: none;
  box-shadow: none !important;
}

.nav {
  display: flex;
  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;
  pointer-events: none;
  cursor: default;
}

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

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

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

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0b4da0;
}

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

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

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

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

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

.navbar .container,
.navbar .container-fluid,
.navbar .container-xs,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xlst {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25625rem;
  padding-bottom: 0.25625rem;
  margin-right: 1rem;
  font-size: 1.625rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xs,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xlst {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xs,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xlst {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xs,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xlst {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xs,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xlst {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xs,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xlst {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xs,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xlst {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xs,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xlst {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-xs,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xlst {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-xs,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xlst {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1919.98px) {
  .navbar-expand-xlst > .container,
  .navbar-expand-xlst > .container-fluid,
  .navbar-expand-xlst > .container-xs,
  .navbar-expand-xlst > .container-sm,
  .navbar-expand-xlst > .container-md,
  .navbar-expand-xlst > .container-lg,
  .navbar-expand-xlst > .container-xl,
  .navbar-expand-xlst > .container-xlst {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1920px) {
  .navbar-expand-xlst {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xlst .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xlst .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xlst .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xlst > .container,
  .navbar-expand-xlst > .container-fluid,
  .navbar-expand-xlst > .container-xs,
  .navbar-expand-xlst > .container-sm,
  .navbar-expand-xlst > .container-md,
  .navbar-expand-xlst > .container-lg,
  .navbar-expand-xlst > .container-xl,
  .navbar-expand-xlst > .container-xlst {
    flex-wrap: nowrap;
  }

  .navbar-expand-xlst .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xlst .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xlst {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xs,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xlst {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

.navbar-light .navbar-text a: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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0 0 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 0 0;
}

.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,
.card-img-top,
.card-img-bottom {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-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 {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}

.breadcrumb-item {
  display: flex;
}

.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: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0d0d0d;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 77, 160, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0b4da0;
  border-color: #0b4da0;
}

.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.625rem;
  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: 1.1375rem;
  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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #0b4da0;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #083670;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(11, 77, 160, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #adb5bd;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #212529;
  background-color: #919ca6;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

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

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  position: relative;
  padding: 3.5rem 3rem 2.5rem 3rem;
  text-align: left;
  line-height: 1.3;
}

.jumbotron ul {
  margin: 0;
  list-style: disc;
}

.jumbotron ul + ul {
  margin-top: 2rem;
}

.jumbotron ul li {
  padding-left: 0;
  margin-left: 2rem;
}

.jumbotron ul li + li {
  margin-top: 0.5rem;
}

.jumbotron * + p {
  margin-top: 1.5rem;
}

.jumbotron ul + p {
  margin-top: 2rem;
}

.jumbotron strong {
  font-weight: 600;
}

.jumbotron-v2 {
  cursor: pointer;
  min-height: 250px;
}

@media screen and (min-width: 992px) {
  .jumbotron-v2 {
    min-height: 275px;
  }
}

.jumbotron.jumbotron-styled {
  padding: 2rem 3rem 1.5rem 2.5rem;
  background: #f8f8f8f8;
  border: 1px solid #ccc;
}

.jumbotron.jumbotron-styled.jumbotron-with-icon {
  padding: 2rem 3rem 1.5rem 9rem;
}

.jumbotron.jumbotron-styled .jumbotron-icon {
  font-size: 2.5rem;
  width: 4rem;
  height: 4rem;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 3.5rem;
  border-color: #9de0f6;
  color: #3fc3ee;
  border-color: #dedede;
  color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jumbotron.jumbotron-styled .jumbotron-text {
  color: #666;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.45rem;
}

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

.alert-primary {
  color: #062853;
  background-color: #cedbec;
  border-color: #bbcde4;
}

.alert-primary hr {
  border-top-color: #a9c0dd;
}

.alert-primary .alert-link {
  color: #031123;
}

.alert-secondary {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}

.alert-secondary hr {
  border-top-color: #dadde2;
}

.alert-secondary .alert-link {
  color: #424547;
}

.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: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.975rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0b4da0;
  transition: width 0.6s ease;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

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

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

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1920px) {
  .list-group-horizontal-xlst {
    flex-direction: row;
  }

  .list-group-horizontal-xlst > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xlst > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xlst > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xlst > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xlst > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

.list-group-item-primary {
  color: #062853;
  background-color: #bbcde4;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #062853;
  background-color: #a9c0dd;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #062853;
  border-color: #062853;
}

.list-group-item-secondary {
  color: #5a5e62;
  background-color: #e8eaed;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}

.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.95rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

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

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

.bs-tooltip-top .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.1375rem;
  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);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

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

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  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);
}

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

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #919ca6 !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: #0b4da0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
  .d-xlst-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
  .flex-xlst-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xlst-fill {
    flex: 1 1 auto !important;
  }

  .flex-xlst-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xlst-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xlst-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xlst-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

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

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }

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

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

@media (min-width: 1920px) {
  .float-xlst-left {
    float: left !important;
  }

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1920px) {
  .m-xlst-0 {
    margin: 0 !important;
  }

  .mt-xlst-0,
  .my-xlst-0 {
    margin-top: 0 !important;
  }

  .mr-xlst-0,
  .mx-xlst-0 {
    margin-right: 0 !important;
  }

  .mb-xlst-0,
  .my-xlst-0 {
    margin-bottom: 0 !important;
  }

  .ml-xlst-0,
  .mx-xlst-0 {
    margin-left: 0 !important;
  }

  .m-xlst-1 {
    margin: 0.25rem !important;
  }

  .mt-xlst-1,
  .my-xlst-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xlst-1,
  .mx-xlst-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xlst-1,
  .my-xlst-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xlst-1,
  .mx-xlst-1 {
    margin-left: 0.25rem !important;
  }

  .m-xlst-2 {
    margin: 0.5rem !important;
  }

  .mt-xlst-2,
  .my-xlst-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xlst-2,
  .mx-xlst-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xlst-2,
  .my-xlst-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xlst-2,
  .mx-xlst-2 {
    margin-left: 0.5rem !important;
  }

  .m-xlst-3 {
    margin: 1rem !important;
  }

  .mt-xlst-3,
  .my-xlst-3 {
    margin-top: 1rem !important;
  }

  .mr-xlst-3,
  .mx-xlst-3 {
    margin-right: 1rem !important;
  }

  .mb-xlst-3,
  .my-xlst-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xlst-3,
  .mx-xlst-3 {
    margin-left: 1rem !important;
  }

  .m-xlst-4 {
    margin: 1.5rem !important;
  }

  .mt-xlst-4,
  .my-xlst-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xlst-4,
  .mx-xlst-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xlst-4,
  .my-xlst-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xlst-4,
  .mx-xlst-4 {
    margin-left: 1.5rem !important;
  }

  .m-xlst-5 {
    margin: 3rem !important;
  }

  .mt-xlst-5,
  .my-xlst-5 {
    margin-top: 3rem !important;
  }

  .mr-xlst-5,
  .mx-xlst-5 {
    margin-right: 3rem !important;
  }

  .mb-xlst-5,
  .my-xlst-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xlst-5,
  .mx-xlst-5 {
    margin-left: 3rem !important;
  }

  .p-xlst-0 {
    padding: 0 !important;
  }

  .pt-xlst-0,
  .py-xlst-0 {
    padding-top: 0 !important;
  }

  .pr-xlst-0,
  .px-xlst-0 {
    padding-right: 0 !important;
  }

  .pb-xlst-0,
  .py-xlst-0 {
    padding-bottom: 0 !important;
  }

  .pl-xlst-0,
  .px-xlst-0 {
    padding-left: 0 !important;
  }

  .p-xlst-1 {
    padding: 0.25rem !important;
  }

  .pt-xlst-1,
  .py-xlst-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xlst-1,
  .px-xlst-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xlst-1,
  .py-xlst-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xlst-1,
  .px-xlst-1 {
    padding-left: 0.25rem !important;
  }

  .p-xlst-2 {
    padding: 0.5rem !important;
  }

  .pt-xlst-2,
  .py-xlst-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xlst-2,
  .px-xlst-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xlst-2,
  .py-xlst-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xlst-2,
  .px-xlst-2 {
    padding-left: 0.5rem !important;
  }

  .p-xlst-3 {
    padding: 1rem !important;
  }

  .pt-xlst-3,
  .py-xlst-3 {
    padding-top: 1rem !important;
  }

  .pr-xlst-3,
  .px-xlst-3 {
    padding-right: 1rem !important;
  }

  .pb-xlst-3,
  .py-xlst-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xlst-3,
  .px-xlst-3 {
    padding-left: 1rem !important;
  }

  .p-xlst-4 {
    padding: 1.5rem !important;
  }

  .pt-xlst-4,
  .py-xlst-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xlst-4,
  .px-xlst-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xlst-4,
  .py-xlst-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xlst-4,
  .px-xlst-4 {
    padding-left: 1.5rem !important;
  }

  .p-xlst-5 {
    padding: 3rem !important;
  }

  .pt-xlst-5,
  .py-xlst-5 {
    padding-top: 3rem !important;
  }

  .pr-xlst-5,
  .px-xlst-5 {
    padding-right: 3rem !important;
  }

  .pb-xlst-5,
  .py-xlst-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xlst-5,
  .px-xlst-5 {
    padding-left: 3rem !important;
  }

  .m-xlst-n1 {
    margin: -0.25rem !important;
  }

  .mt-xlst-n1,
  .my-xlst-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xlst-n1,
  .mx-xlst-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xlst-n1,
  .my-xlst-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xlst-n1,
  .mx-xlst-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xlst-n2 {
    margin: -0.5rem !important;
  }

  .mt-xlst-n2,
  .my-xlst-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xlst-n2,
  .mx-xlst-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xlst-n2,
  .my-xlst-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xlst-n2,
  .mx-xlst-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xlst-n3 {
    margin: -1rem !important;
  }

  .mt-xlst-n3,
  .my-xlst-n3 {
    margin-top: -1rem !important;
  }

  .mr-xlst-n3,
  .mx-xlst-n3 {
    margin-right: -1rem !important;
  }

  .mb-xlst-n3,
  .my-xlst-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xlst-n3,
  .mx-xlst-n3 {
    margin-left: -1rem !important;
  }

  .m-xlst-n4 {
    margin: -1.5rem !important;
  }

  .mt-xlst-n4,
  .my-xlst-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xlst-n4,
  .mx-xlst-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xlst-n4,
  .my-xlst-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xlst-n4,
  .mx-xlst-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xlst-n5 {
    margin: -3rem !important;
  }

  .mt-xlst-n5,
  .my-xlst-n5 {
    margin-top: -3rem !important;
  }

  .mr-xlst-n5,
  .mx-xlst-n5 {
    margin-right: -3rem !important;
  }

  .mb-xlst-n5,
  .my-xlst-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xlst-n5,
  .mx-xlst-n5 {
    margin-left: -3rem !important;
  }

  .m-xlst-auto {
    margin: auto !important;
  }

  .mt-xlst-auto,
  .my-xlst-auto {
    margin-top: auto !important;
  }

  .mr-xlst-auto,
  .mx-xlst-auto {
    margin-right: auto !important;
  }

  .mb-xlst-auto,
  .my-xlst-auto {
    margin-bottom: auto !important;
  }

  .ml-xlst-auto,
  .mx-xlst-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1920px) {
  .text-xlst-left {
    text-align: left !important;
  }

  .text-xlst-right {
    text-align: right !important;
  }

  .text-xlst-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0b4da0 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #062b58 !important;
}

.text-secondary {
  color: #adb5bd !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #838f9b !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  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;
  }
}

.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}

.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}

.tooltip.b-tooltip.show {
  opacity: 0.9;
}

.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}

.tooltip.b-tooltip .arrow {
  margin: 0 0;
}

.tooltip.b-tooltip.bs-tooltip-right .arrow,
.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.bs-tooltip-left .arrow,
.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #0b4da0;
}

.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #0b4da0;
}

.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #0b4da0;
}

.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #0b4da0;
}

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #0b4da0;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #adb5bd;
}

.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #adb5bd;
}

.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #adb5bd;
}

.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #adb5bd;
}

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #212529;
  background-color: #adb5bd;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

html {
  font-size: 52.5%;
  font-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body:not(.loaded) > *:not(.loading-overlay) {
  visibility: hidden;
}

body:not(.loaded) #app {
  opacity: 0;
}

main {
  min-height: 50vh;
}

::-moz-selection {
  background-color: #444;
  color: #fff;
}

::selection {
  background-color: #444;
  color: #fff;
}

p {
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none;
}

b,
strong {
  font-weight: 500;
}

em,
i {
  font-style: italic;
}

hr {
  max-width: 1730px;
  margin: 5.5rem auto 2.2rem;
  border: 0;
  border-top: 1px solid #dfdfdf;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

.loaded > .loading-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
}

.bounce-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  margin: -9px 0 0 -35px;
  transition: all 0.2s;
  text-align: center;
  z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #0b4da0 !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}

.bounce-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loading-transparent-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  visibility: hidden;
  z-index: 999990;
  opacity: 0.4;
  display: block;
}

@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 1.8rem;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}

h1,
.h1,
h2,
.h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.2rem;
}

h3,
.h3 {
  font-size: 1.8rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.h1-improve {
  text-align: center;
  margin-top: 5.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.h1-improve:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 20rem;
  min-width: 10rem;
  height: 2px;
  background: #000;
  display: none;
}

a {
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}

.heading {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}

.heading .title {
  margin-bottom: 1.6rem;
}

.heading p {
  letter-spacing: -0.015em;
}

.heading p:last-child {
  margin-bottom: 0;
}

.l-h-0 {
  line-height: 0;
}

.l-h-1 {
  line-height: 1;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

.tt-up {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

a.text-underline:hover {
  text-decoration: none;
}

.title {
  text-transform: uppercase;
}

.subtitle {
  margin-bottom: 2rem;
  color: #21293c;
  font: 700 1.9rem/1 "Roboto", sans-serif;
  text-transform: uppercase;
}

.carousel-title {
  margin-bottom: 2.6rem;
  padding: 0 0 1.2rem;
  border-bottom: 1px solid #e1e1e1;
  color: #302e2a;
  font: 700 1.8rem/1 "Roboto", sans-serif;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
}

.light-title {
  margin-bottom: 2rem;
  font-weight: 300;
}

.text-primary {
  color: #333 !important;
}

.lead {
  margin-bottom: 2rem;
  color: #21293c;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.8rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }

  h3,
  .h3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3.6rem;
  }
}

.page-wrapper {
  position: relative;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.mmenu-active .page-wrapper {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.main {
  flex: 1 1 auto;
}

.ajax-overlay {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1041;
}

.lSPager {
  display: inline-block;
  float: right;
}

.lSPager.lSpg > li.active a {
  color: #0088cc;
}

.row,
.row-xs {
  margin-right: -5px;
  margin-left: -5px;
}

.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xlst,
.col,
[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .row.row-sm {
    margin-right: -10px;
    margin-left: -10px;
  }

  .row.row-xs {
    margin-right: -5px;
    margin-left: -5px;
  }

  .container,
  .container-fluid,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xlst,
  .col,
  [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .padding-left-lg {
    padding-left: 35px;
  }

  .padding-right-lg {
    padding-right: 35px;
  }

  .col-xl-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-7col {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }

  .col-xl-8col {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

/**
 * _variables.scss
 *
 * $breakpoints:
 *    xs: 480px
 *    sm: 576px
 *    md: 768px
 *    lg: 992px
 *    xl: 1200px
 *   xxl: 1600px
 *  xlst: 1920px
 */

@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

/*
@include mq('xl') {
    .container {
        max-width: 1180px;
    }
}
*/

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1700px;
  }
}

.header {
  background-color: #333;
}

.header .container,
.header .container-fluid,
.header .container-xs,
.header .container-sm,
.header .container-md,
.header .container-lg,
.header .container-xl,
.header .container-xlst {
  display: flex;
  align-items: center;
}

.header .btn-remove::before {
  display: none;
}

.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}

.header-right {
  margin-left: auto;
}

.header-center {
  margin-right: auto;
  margin-left: auto;
}

.header-top {
  margin-bottom: 1px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #000;
  border-bottom: 1px solid #dedede;
  background-color: rgba(0, 0, 0, 0.06);
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: right;
}

.header-top ul {
  margin: 0;
  text-align: right;
  padding: 0;
  display: inline-block;
}

.header-top ul + ul {
  border-left: 1px dashed #ccc;
}

.header-top li {
  padding: 0 0.5rem;
  display: inline-block;
}

.header-top li + li {
  border-left: 1px dashed #ccc;
}

.header-top a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #000;
}

.header-top .container {
  position: relative;
}

.header-top .container::before {
  display: block;
  position: absolute;
  right: 15px;
  bottom: -5px;
  left: 15px;
  height: 1px;
  background-color: #0e95d8;
  content: "";
  display: none;
}

.welcome-msg {
  display: none;
  position: relative;
  margin: 0.3rem 2rem 0.3rem 0;
  text-transform: uppercase;
}

.welcome-msg::after {
  position: absolute;
  top: 50%;
  right: -14px;
  height: 11px;
  margin-top: -5.5px;
  border-right: 1px solid;
  content: "";
  opacity: 0.8;
}

.header-middle {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}

.box-shadow-v01 {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.logo {
  display: block;
  width: 25rem;
  height: 5rem;
  margin-top: 1rem;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.logo img {
  position: relative;
  left: 0;
  display: block;
  max-width: 20rem;
  height: inherit;
}

.logo-narex {
  background-size: 10px auto;
}

.logo-celo {
  background-size: 90px auto;
}

.logo-sherpa-connector {
  background-size: 100px auto;
}

.logo-wera {
  background-size: 100px auto;
}

.logo-festool {
  background-size: 170px auto;
}

.logo-wiha {
  background-size: 120px auto;
}

.logo-fischer {
  background-size: 135px auto;
}

.logo-mafell {
  background-size: 135px auto;
}

.logo-tanos {
  background-size: 85px auto;
}

.logo-knipex {
  background-size: 85px auto;
}

.header-dropdown {
  text-transform: uppercase;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1rem;
}

.header-dropdown > a {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-right: 1.1rem;
}

.header-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: 0.6rem;
  border-width: 4px 3px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: "";
}

.header-dropdown a img {
  display: inline-block;
  max-width: 16px;
  height: auto;
  margin-right: 0.6rem;
}

.header-dropdown a:hover,
.header-dropdown a:focus {
  text-decoration: none;
}

.header-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  transition: all 0.25s;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}

.header-right .header-menu {
  right: 0;
  left: auto;
}

.header-dropdown:hover > .header-menu {
  opacity: 1;
  visibility: visible;
}

.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu ul li {
  position: relative;
  margin: 0;
}

.header-menu ul a {
  display: flex;
  align-items: center;
  padding: 2px 9px;
  white-space: nowrap;
}

.header-menu a {
  color: #777;
}

.header-menu a:hover,
.header-menu a:focus {
  background-color: #ccc;
  color: #fff;
}

.header-dropdowns .header-dropdown + .header-dropdown,
.header-dropdowns .header-dropdown + .dropdown {
  margin-left: 29px;
}

.header-dropdowns .header-dropdown + .header-dropdown::before,
.header-dropdowns .header-dropdown + .dropdown::before {
  position: absolute;
  top: 50%;
  left: -14px;
  height: 11px;
  margin-top: -5.5px;
  border-right: 1px solid;
  content: "";
  opacity: 0.8;
}

.dropdownmenu-wrapper {
  position: relative;
  padding: 2rem;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
  width: 300px;
  margin: 0;
  padding-top: 10px;
  transition: all 0.25s;
  border: 0;
  background-color: transparent;
  color: #777;
  font-size: 1.1rem;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.cart-dropdown .dropdown-menu.show,
.compare-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

.cart-dropdown:hover .dropdown-menu,
.compare-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.compare-dropdown .dropdown-toggle,
.cart-dropdown .dropdown-toggle {
  text-decoration: none;
}

.compare-dropdown .dropdown-toggle:hover,
.compare-dropdown .dropdown-toggle:focus,
.cart-dropdown .dropdown-toggle:hover,
.cart-dropdown .dropdown-toggle:focus {
  text-decoration: none;
}

.compare-dropdown .dropdown-toggle {
  text-transform: uppercase;
}

.compare-dropdown .dropdown-toggle i {
  margin-top: -0.2rem;
  margin-right: 0.2rem;
}

.compare-dropdown .dropdown-toggle i::before {
  margin: 0;
}

.compare-dropdown .dropdown-toggle::after {
  display: none;
}

.compare-products {
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-products .product {
  position: relative;
  margin: 0;
  padding: 0.5rem 0;
  box-shadow: none !important;
}

.compare-products .product:hover {
  box-shadow: none;
}

.compare-products .product-title {
  margin: 0;
  color: #696969;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}

.compare-products .btn-remove {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  margin-top: -1.2rem;
  padding: 0.5rem 0;
  color: #777;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}

.compare-actions {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.compare-actions .action-link {
  display: inline-block;
  color: #777;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.compare-actions .btn {
  min-width: 110px;
  margin-left: auto;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-align: center;
  text-transform: uppercase;
}

.cart-dropdown .dropdown-toggle {
  display: block;
  position: relative;
  padding: 0.6rem 4.4rem 0.4rem 1.2rem;
  border: 1px solid #0082c2;
  border-radius: 0.2rem;
  background-color: #0694db;
}

.cart-dropdown .dropdown-toggle .cart-count {
  display: flex;
  position: absolute;
  top: 0.5rem;
  right: 3.4rem;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.6rem;
  padding-bottom: 1px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
}

.cart-dropdown .dropdown-toggle::before {
  display: inline-block;
  margin: 2px 0 0;
  color: #000;
  font-family: "porto";
  font-size: 2.5rem;
  line-height: 1;
  content: "\E87F";
}

.cart-dropdown .dropdown-toggle::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
  border: 0;
  color: #000;
  font-family: "porto";
  font-size: 1.4rem;
  line-height: 1;
  content: "\E81C";
}

.cart-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  padding-top: 0;
}

.cart-dropdown .product {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 1.6rem 1rem;
  border-bottom: 1px solid #e6ebee;
  box-shadow: none !important;
}

.cart-dropdown .product-image-container {
  position: relative;
  max-width: 80px;
  margin: 0;
  margin-left: auto;
  border: 1px solid #ededed;
  box-shadow: none !important;
}

.cart-dropdown .product-image-container a::after {
  display: none !important;
}

.cart-dropdown .product-title {
  margin-bottom: 0.2rem;
  color: #696969;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: left;
}

.cart-dropdown .product-details {
  color: #696969;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}

.cart-dropdown .btn-remove {
  display: flex;
  position: absolute;
  top: 0rem;
  right: -1rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  color: #474747;
  font-size: 1.1rem;
  line-height: 1;
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus {
  color: #333;
  cursor: pointer;
  border: 1px solid #ccc;
}

.dropdown-cart-header,
.dropdown-cart-total {
  display: flex;
  align-items: flex-end;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown-cart-total {
  margin-bottom: 1.1rem;
}

.dropdown-cart-total .cart-total-price {
  margin-left: auto;
  font-size: 1.5rem;
}

.dropdown-cart-header {
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: 1px solid #e6ebee;
  padding-bottom: 0.5rem;
}

.dropdown-cart-header a {
  margin-left: auto;
  font-size: 1.2rem;
}

.cart-item {
  position: relative;
  padding-left: 25%;
  padding-top: 0.25rem;
}

.cart-item-header {
  width: 25%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cart-item-body {
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.cart-empty {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
}

.dropdown-cart-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-cart-action .btn {
  min-width: 110px;
  padding: 1.25rem 1rem;
  border-radius: 0;
  background-color: #010204;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

.dropdown-cart-action .btn:hover,
.dropdown-cart-action .btn:focus {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.header-search {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 1;
  min-width: 50rem;
  display: none;
}

.header-search .header-search-wrapper {
  display: none;
  position: relative;
  align-items: stretch;
  width: 100%;
  min-width: 35rem;
  background-color: #fff;
  overflow: visible;
  border-bottom: 1px solid #0b4da0;
}

.header-search .header-search-wrapper::after {
  display: block;
  clear: both;
  content: "";
}

.header-search .header-search-wrapper.show {
  display: flex;
}

.header-search form {
  margin: 0;
}

.header-search .select-custom {
  flex: 0 0 142px;
  margin: 0;
}

.header-search .select-custom::after {
  right: 1.1rem;
  color: #8d8d8d;
  font-size: 1.4rem;
}

.header-search .form-control,
.header-search select {
  height: 38px;
  margin: 0;
  background-color: #fff;
  font: 400 1.3rem/1.5 "Roboto", sans-serif;
}

.header-search .form-control {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  box-shadow: none;
}

.header-search .form-control::-webkit-input-placeholder,
.header-search .form-control::-moz-placeholder,
.header-search .form-control:-ms-input-placeholder,
.header-search .form-control::-ms-input-placeholder,
.header-search .form-control::-webkit-input-placeholder {
  color: #0b4da0 !important;
}

.header-search .form-control::-webkit-input-placeholder,
.header-search .form-control::-moz-placeholder,
.header-search .form-control:-ms-input-placeholder,
.header-search .form-control::-ms-input-placeholder,
.header-search .form-control::placeholder {
  color: #0b4da0 !important;
}

.header-search select {
  width: 100%;
  padding: 1px 20px 1px 10px;
  border: 0;
  border-left: 1px solid #dbe0e2;
  border-radius: 0;
  color: #8d8d8d;
  line-height: 36px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.header-search .search-toggle {
  display: inline-block;
  min-width: 2.5rem;
  padding: 1rem 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.header-search .search-toggle i {
  display: inline-block;
  margin-bottom: 2px;
}

.header-search .btn {
  flex: 0 0 50px;
  min-width: 0;
  max-width: 50px;
  height: 38px;
  margin: 0;
  padding: 0 3px 0 0;
  border: 0;
  background: transparent;
  color: #606669;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.header-search .btn i::before {
  margin: 0;
}

.header-search .btn:hover,
.header-search .btn:focus {
  background-color: transparent;
  color: #333;
}

.header-search input[type=search]::-webkit-search-decoration,
.header-search input[type=search]::-webkit-search-cancel-button,
.header-search input[type=search]::-webkit-search-results-button,
.header-search input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.header-contact {
  position: relative;
  margin-right: 4rem;
  padding-left: 4.5rem;
  color: #bde1f5;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.header-contact strong {
  font-weight: 600;
}

.header-contact::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4d4d4d;
  font-family: "porto";
  font-size: 3rem;
  line-height: 1;
  content: "\E887";
}

.header-contact span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.header-contact a {
  color: #000;
}

.header-contact a:hover,
.header-contact a:focus {
  text-decoration: none;
}

.header-bottom {
  background-color: #0B4DA0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}

.header-bottom .container,
.header-bottom .container-fluid,
.header-bottom .container-xs,
.header-bottom .container-sm,
.header-bottom .container-md,
.header-bottom .container-lg,
.header-bottom .container-xl,
.header-bottom .container-xlst {
  position: relative;
}

.header-bottom .logo,
.header-bottom .cart-dropdown {
  display: none;
}

.header-bottom .logo {
  margin-right: 2.5rem;
}

.header-bottom .logo img {
  width: auto;
  max-height: 32px;
}

.header-bottom .cart-dropdown {
  order: 2;
  margin-left: auto;
}

.header-bottom .cart-dropdown .dropdown-toggle {
  padding: 0.3rem 3.2rem 0.1rem 1rem;
}

.header-bottom .cart-dropdown .dropdown-toggle::before {
  font-size: 2.2rem;
}

.header-bottom .cart-dropdown .dropdown-toggle .cart-count {
  top: 0.3rem;
  right: 2.3rem;
}

.header-bottom .cart-dropdown .dropdown-toggle::after {
  right: 1.1rem;
}

.mobile-menu-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 1rem 0.5rem;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 2.1rem;
  line-height: 1;
  cursor: pointer;
}

.mobile-menu-toggler:focus {
  border: 0;
  outline: 0;
}

.mobile-menu-toggler i::before {
  margin: 0;
}

@media screen and (min-width: 576px) {
  .welcome-msg {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .welcome-msg {
    margin-right: 3rem;
  }
}

@media screen and (max-width: 1199px) {
  .header-search {
    margin-left: 5px;
  }

  .header-search .header-search-wrapper {
    position: absolute;
    top: 100%;
    right: -80px;
    width: 450px;
    margin-top: 0.3rem;
    border-width: 5px;
    border-radius: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.075);
    z-index: 99;
  }

  .header-search .header-search-wrapper::before {
    display: block;
    position: absolute;
    top: -25px;
    right: 77px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
    content: "";
  }

  .header-middle .header-right {
    margin-left: 1rem;
  }

  .header-center {
    margin-right: 0;
    margin-left: auto;
  }

  .header-contact {
    margin-right: 2rem;
  }

  .header-bottom {
    display: none;
  }

  .mobile-menu-toggler {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .header-contact {
    display: none;
  }

  .header-search .header-search-wrapper {
    width: 380px;
  }

  .header-search .select-custom {
    flex: 0 0 132px;
  }

  .header-search .btn {
    flex: 0 0 40px;
  }

  .cart-dropdown .dropdown-toggle {
    padding-right: 2.5rem;
    padding-left: 0.8rem;
  }

  .cart-dropdown .dropdown-toggle .cart-count {
    right: 1.7rem;
  }

  .cart-dropdown .dropdown-toggle::before {
    font-size: 2.3rem;
  }

  .cart-dropdown .dropdown-toggle::after {
    right: 0.7rem;
  }

  .mobile-menu-toggler {
    margin-right: 1rem;
  }

  .header-middle .header-right {
    margin-left: 0.7rem;
  }
}

.header-contact {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-contact {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .dropdown-expanded > a {
    display: none;
  }

  .dropdown-expanded .header-menu {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-expanded .header-menu ul {
    display: flex;
    align-items: center;
  }

  .dropdown-expanded .header-menu ul li + li {
    margin-left: 2rem;
  }

  .dropdown-expanded .header-menu ul li + li::before {
    position: absolute;
    top: 50%;
    left: -1rem;
    height: 1rem;
    margin-top: -5.5px;
    border-right: 1px solid;
    content: "";
    opacity: 0.8;
    border-color: #000;
  }

  .dropdown-expanded .header-menu ul a {
    padding: 0;
  }

  .dropdown-expanded .header-menu a {
    color: #000;
  }

  .dropdown-expanded .header-menu a:hover,
  .dropdown-expanded .header-menu a:focus {
    background-color: transparent;
    text-decoration: underline;
  }

  .header-search .search-toggle {
    display: none;
  }

  .header-search form {
    width: 450px;
  }

  .header-search .header-search-wrapper {
    display: flex;
  }

  .compare-dropdown {
    display: none;
  }

  .header-search {
    display: block;
  }

  .header-contact {
    margin-right: 8rem;
  }

  .logo img {
    left: -0.8rem;
  }

  .logo img {
    max-width: 25rem;
  }
}

.main-nav {
  width: 100%;
}

.menu,
.menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu {
  margin: 0 -0.8rem;
}

.menu::after {
  display: block;
  clear: both;
  content: "";
}

.menu li + li {
  border-left: 1px solid #dedede;
}

.menu li {
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
}

.menu li.megamenu-container {
  position: static;
}

.menu li a {
  display: block;
  padding: 0.7rem 1rem;
  transition: background 0.25s;
  color: #696969;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  white-space: nowrap;
}

.menu li .menu-title {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #434d53;
  text-transform: uppercase;
}

.menu li .menu-title a {
  padding: 0.7rem 2rem;
  color: #434d53;
  font-size: 1.3rem;
  font-weight: 700;
}

.menu li .menu-title a:hover,
.menu li .menu-title a:focus {
  text-decoration: underline;
}

.menu > li {
  padding-right: 0;
  padding-left: 0;
  float: left;
}

.menu > li > a {
  padding: 1.55rem 1.5rem;
  background-color: transparent;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
}

.menu > li > a .tip {
  position: absolute;
  top: -4px;
  right: 22px;
  margin: 0;
}

.menu > li > a .tip::before {
  position: absolute;
  top: 100%;
  left: 3px;
  width: 3px;
  height: 3px;
  margin: 0;
  border-color: transparent;
}

.menu > li > a .tip.tip-new::before {
  border-top-color: #0cc485;
}

.menu > li > a .tip.tip-hot::before {
  border-top-color: #eb2771;
}

.menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 99;
}

.menu ul ul {
  top: -1rem;
  left: 100%;
}

.menu .megamenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 1.5rem;
  left: 1.5rem;
  padding: 1rem;
  z-index: 999;
}

.menu .megamenu.megamenu-fixed-width {
  right: auto;
  left: 0;
  width: 640px;
}

.menu .megamenu ul {
  display: block;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  min-width: 0;
  margin: 0 0 1.25rem;
  padding: 0;
  box-shadow: none;
}

.menu .megamenu .banner {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: transparent;
}

.menu .megamenu .banner a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.menu .megamenu .banner img {
  position: absolute;
  height: 100%;
}

.menu .megamenu .banner img.product-promo {
  padding: 1rem;
}

.menu a {
  display: block;
  position: relative;
  text-decoration: none;
}

.menu.sf-arrows > li > a.sf-with-ul {
  padding-right: 2.8rem;
}

.menu.sf-arrows .sf-with-ul {
  position: relative;
}

.menu.sf-arrows .sf-with-ul::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "porto";
  font-size: 1.3rem;
  line-height: 1;
  content: "\E81C";
}

.menu.sf-arrows ul .sf-with-ul::after {
  right: 1rem;
  content: "\E81A";
}

.menu.sf-arrows > li:hover > a.sf-with-ul::before,
.menu.sf-arrows > li.show > a.sf-with-ul::before,
.menu.sf-arrows > li.active > a.sf-with-ul::before {
  opacity: 1;
  visibility: visible;
}

.menu .megamenu,
.menu ul {
  background-color: #fff;
  box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
}

.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  background-color: #f4f4f4;
  color: #696969;
}

.menu > li:hover > a,
.menu > li.show > a,
.menu > li.active > a {
  color: #fff;
  background: #000;
}

.menu > li:hover.float-right > a > span,
.menu > li.show.float-right > a > span,
.menu > li.active.float-right > a > span {
  box-shadow: none;
}

.menu > li > a {
  padding: 1.2rem 1.2rem 1rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}

.menu li:hover > ul,
.menu li.show > ul,
.menu li:hover > .megamenu,
.menu li.show > .megamenu {
  display: block;
}

.tip {
  display: inline-block;
  position: relative;
  margin: -2px 0 0 1rem;
  padding: 0.3rem 0.4rem;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
}

.tip::before {
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  margin-top: -3px;
  border: 3px solid transparent;
  content: "";
}

.tip.tip-new {
  background-color: #0fc567;
}

.tip.tip-new::before {
  border-right-color: #0fc567;
}

.tip.tip-hot {
  background-color: #eb2771;
}

.tip.tip-hot::before {
  border-right-color: #eb2771;
}

@media screen and (min-width: 1600px) {
  .menu > li > a {
    font-size: 1.2rem;
  }
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 30rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.35s;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto;
}

.mmenu-active .mobile-menu-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.mobile-menu-container .social-icons {
  justify-content: center;
  margin-bottom: 0;
}

.mobile-menu-container .social-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  font-size: 1.5rem;
}

.mobile-menu-container .social-icon + .social-icon {
  margin-left: 0.3rem;
}

.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
  background-color: transparent;
  color: #fafafa;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 4.2rem 0 3rem;
}

.mobile-menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.4rem;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 9;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.mmenu-active .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  margin: 0 0 2rem;
  padding: 0;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu a,
.mobile-menu .like-link {
  padding: 1.1rem 0 1.1rem 2.5rem;
}

.mobile-menu > li > a,
.mobile-menu > li > .like-link {
  text-transform: uppercase;
  font-weight: 500;
}

.mobile-menu > li + li {
  border-top: 1px solid #ccc;
}

.mobile-menu li ul li + li {
  border-top: 1px dashed #ccc;
}

.mobile-menu li {
  display: block;
  position: relative;
}

.mobile-menu li a,
.mobile-menu li .like-link {
  display: block;
  position: relative;
  margin-right: 4.5rem;
  color: #000;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus,
.mobile-menu li .like-link:hover,
.mobile-menu li .like-link:focus {
  text-decoration: underline;
}

.mobile-menu li ul a,
.mobile-menu li ul .like-link {
  padding: 1.1rem 0 1.1rem 1.5rem;
}

.mobile-menu li.open > a,
.mobile-menu li.open > .like-link,
.mobile-menu li.active > a,
.mobile-menu li.active > .like-link {
  color: #333;
}

.mobile-menu li ul {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
}

.mobile-menu li ul li a,
.mobile-menu li ul li .like-link {
  padding-left: 2.5rem;
}

.mobile-menu li ul ul li a,
.mobile-menu li ul ul li .like-link {
  padding-left: 4rem;
}

.mobile-menu li ul ul li + li {
  border-top: 1px dashed #dedede;
}

.mmenu-btn {
  display: flex;
  position: absolute;
  top: 50%;
  right: -3.8rem;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
}

.mmenu-btn::after {
  display: inline-block;
  margin-top: -2px;
  font-family: "porto";
  content: "\E81C";
}

.open > a > .mmenu-btn::after,
.open > .like-link > .mmenu-btn::after {
  content: "\E81B";
}

@-webkit-keyframes fixedHeader {
  0% {
    -webkit-transform: translateY(-60px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fixedHeader {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.sticky-header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #333;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: fixedHeader;
  animation-name: fixedHeader;
}

.sticky-header.fixed .main-nav {
  width: 100%;
  background-color: transparent;
}

.sticky-header.fixed .menu > li.float-right > a {
  padding: 0.55rem 1.5rem;
}

.sticky-header.fixed .menu > li.float-right > a > span {
  padding: 0;
}

.sticky-header.fixed .menu > li > a .tip {
  top: -8px;
}

.sticky-header.fixed .logo {
  position: relative;
  top: 15px;
}

.sticky-header.fixed .logo,
.sticky-header.fixed .cart-dropdown {
  display: block;
}

.sticky-header.fixed-nav {
  position: fixed;
  top: 46px;
  right: 0;
  left: 0;
  height: 38px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1039;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: fixedHeader;
  animation-name: fixedHeader;
}

.sticky-header.fixed-nav .container {
  margin: 0 auto;
  padding-left: 1.5rem;
}

@media screen and (max-width: 991px) {
  .sticky-header.fixed-nav {
    top: 0;
  }
}

@media screen and (max-width: 575px) {
  .sticky-header.fixed-nav {
    display: none;
  }
}

.footer {
  flex: 0 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 5rem;
}

.footer .social-icon {
  width: 3.7rem;
  height: 3.7rem;
  margin-bottom: 0;
  background-color: #0b4da0;
  color: #fff;
  font-size: 1.4rem;
}

.footer .social-icon + .social-icon {
  margin-left: 0.4rem;
}

.footer .social-icon:hover,
.footer .social-icon:focus {
  background-color: #000;
  color: #fff;
}

.footer .contact-info {
  margin-bottom: 0;
  padding: 0;
}

.footer-middle {
  padding: 5.8rem 1rem 1.2rem;
}

.footer-middle .container {
  position: relative;
}

.footer-ribbon {
  position: absolute;
  top: -7.5rem;
  left: 1.5rem;
  min-width: 16rem;
  padding: 1rem;
  background-image: url(/logo_pk_realizace_white.svg);
  background-size: 95% auto;
  min-height: 4.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0b4da0;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  transition: 0.3s all;
}

.footer-ribbon:hover {
  opacity: 0.7;
}

.footer-ribbon::before {
  display: block;
  position: absolute;
  top: 0;
  left: -1.5rem;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 15px solid #0b4da0;
  content: "";
}

.footer .widget-title {
  margin-top: 0;
  margin-bottom: 1.4rem;
  color: #000;
  font: 500 1.6rem/1.1 "Roboto", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.footer .widget {
  margin-bottom: 3rem;
}

.footer .links {
  margin-bottom: 0;
}

.footer .links li {
  position: relative;
  margin-bottom: 0.8rem;
}

.footer a {
  text-decoration: underline;
}

.footer a:hover,
.footer a:focus {
  text-decoration: none;
}

.contact-info li {
  position: relative;
  margin-bottom: 1.3rem;
  line-height: 1.4;
}

.contact-info li:last-child {
  margin-bottom: 1.8rem;
}

.contact-info-label {
  display: block;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.footer .widget-newsletter {
  margin-top: 1rem;
  margin-bottom: 3.4rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #3d3d38;
}

.widget-newsletter p {
  max-width: 360px;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.widget-newsletter form {
  position: relative;
  max-width: 370px;
  margin-bottom: 0;
}

.widget-newsletter .form-control {
  height: 4.8rem;
  margin-bottom: 1rem;
  padding: 1.35rem 14rem 1.35rem 2.5rem;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  color: #686865;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.widget-newsletter .form-control:focus {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #686865;
}

.widget-newsletter .form-control::-webkit-input-placeholder {
  color: #686865;
}

.widget-newsletter .form-control:-ms-input-placeholder {
  color: #686865;
}

.widget-newsletter .form-control::-ms-input-placeholder {
  color: #686865;
}

.widget-newsletter .form-control::placeholder {
  color: #686865;
}

.widget-newsletter .btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1px;
  min-width: 0;
  padding: 1.6rem 1.9rem;
  border-radius: 0;
  border-color: #333;
  background-color: #333;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.widget-newsletter .btn:hover,
.widget-newsletter .btn:focus {
  border-color: #404040;
  background-color: #404040;
  color: #fff;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.8rem;
  padding-bottom: 4.1rem;
  border-top: 1px solid #3d3d38;
}

.footer-copyright {
  margin-right: auto;
  margin-bottom: 1.2rem;
  margin-left: auto;
  font-size: 1.1rem;
}

.footer-payments {
  margin-right: auto;
  margin-left: auto;
}

#scroll-top {
  position: fixed;
  right: 15px;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 11px 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition: all 0.3s;
  border-radius: 0 0 0 0;
  background-color: #0b4da0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

#scroll-top:hover,
#scroll-top:focus {
  background-color: #000;
}

#scroll-top.fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .widget-newsletter form {
    margin-top: -0.7rem;
  }
}

@media screen and (min-width: 992px) {
  .footer-middle {
    padding-top: 6.8rem;
    padding-bottom: 1.2rem;
  }

  .footer-ribbon {
    top: -8.5rem;
  }

  .footer .widget-newsletter {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: row;
  }

  .footer-copyright {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .footer-payments {
    margin-right: 0;
    margin-bottom: 0;
  }

  .footer-bottom .contact-info {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.badge {
  padding: 0.6em 0.4em 0.3em;
}

.badge.badge-improve {
  padding: 0.85rem 0.75rem 0.75rem;
}

body {
  transition: 0.3s padding-left;
}

.aside-bar {
  width: 27rem;
  position: fixed;
  top: 0;
  height: 100%;
  transition: 0.3s left;
  background: #fff;
  padding: 2.6rem 2rem 2rem;
  z-index: 999;
  /*  počet produktů

  .badge {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      min-width: 3rem;
      min-height: 0;
      padding: 0 0.5rem !important;
      border-radius: 2px;
      border: 1px dashed #fff;
      background: #F4C000;
      color: #000;
      font-weight: 600;
      font-size: 1rem;
      line-height: 2;
      display: inline-block;
  }*/
}

.aside-bar h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: Roboto Condensed, sans-serif;
}

.aside-bar .btn {
  position: relative;
  width: 100%;
  padding: 1.1rem 1rem 1rem 5.4rem;
  text-align: left;
  font-size: 1.2rem;
  text-transform: none !important;
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
  outline: none !important;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center left;
  height: 5rem;
  transition: 0.3s all;
}

.aside-bar .btn:focus {
  outline: none;
  box-shadow: none;
}

.aside-bar .btn.disabled,
.aside-bar .btn:disabled {
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.1) !important;
  color: #000 !important;
  border: 0;
  cursor: not-allowed;
}

.aside-bar .btn img {
  position: absolute;
  top: 0.5rem;
  left: 0rem;
  width: 4rem;
  height: 3rem;
}

.aside-bar .btn span {
  border-bottom: 0;
  padding-bottom: 0.3rem;
}

.aside-bar .btn + .btn {
  margin-top: 1rem;
}

.aside-bar.aside-bar-left {
  left: -27rem;
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.05);
}

.aside-bar .badge {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 1.2rem;
  min-height: 1.2rem;
  padding: 0;
  border-radius: 2px;
  border: 0;
  background: #F4C000;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 3;
  display: inline-block;
  border-radius: 50%;
  font-size: 0;
}

.aside-bar .btn-default .badge {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}

.aside-bar .btn-default:hover .badge,
.aside-bar .btn-default.active .badge {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.aside-bar-body-overflow .btn {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
  transition: 0.3s all;
}

.aside-bar-body-overflow .btn:hover,
.aside-bar-body-overflow .btn.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.btn-default {
  background-size: 92% auto !important;
  background-position: -7px center !important;
}

.btn-narex {
  background-size: 46% auto !important;
}

.btn-celo {
  background-size: 32% auto !important;
}

.btn-sherpa-connector {
  background-size: 42% auto !important;
}

.btn-wera {
  background-size: 42% auto !important;
}

.btn-knipex {
  background-size: 34% auto !important;
}

.btn-tanos {
  background-size: 35% auto !important;
}

.btn-wiha {
  background-size: 52% auto !important;
}

.btn-festool {
  background-size: 56% auto !important;
}

.btn-fischer {
  background-size: 54% auto !important;
}

.btn-mafell {
  background-size: 52% auto !important;
}

.btn-fein {
  background-size: 24% auto !important;
}

@-webkit-keyframes ASIDE-BUTTON-BLINKING {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes ASIDE-BUTTON-BLINKING {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

.aside-toggle-open {
  position: fixed;
  bottom: 5rem;
  left: 2rem;
  width: 7rem;
  height: 7rem;
  background: url(/logo-.svg) center center no-repeat;
  background-color: #0b4da0 !important;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 5rem;
  font-size: 4rem;
  background-size: 50% auto;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  border: 3px solid #fff;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s all;
  -webkit-animation: ASIDE-BUTTON-BLINKING 2s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: ASIDE-BUTTON-BLINKING 2s infinite;
  /* IE 10+, Fx 29+ */
}

.aside-toggle-open:focus,
.aside-toggle-open:hover {
  background-color: #000 !important;
  opacity: 1 !important;
  -webkit-animation-name: none;
  animation-name: none;
}

.tpl-aside-bar-active .aside-toggle-open {
  display: none;
}

.aside-toggle-close {
  position: absolute;
  top: 1rem;
  right: 2.2rem;
  text-shadow: none;
  float: none;
  opacity: 1;
  font-size: 3rem !important;
  cursor: pointer;
}

.tpl-aside-bar-active .aside-bar-left {
  left: 0;
}

@media screen and (min-width: 1600px) {
  .tpl-home.tpl-aside-bar-active {
    padding-left: 27rem;
  }
}

.tpl-home .homepage-products-grid .row.row-sm:nth-child(1) label:nth-child(1) {
  display: none;
}

.settings-bottom .toolbox-item label:nth-child(2) {
  display: none;
}

.product-image {
  display: block;
  min-height: 18rem;
  position: relative;
}

.product-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  box-shadow: 0 0 25px -8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: -1;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.product-image img {
  display: block;
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 80%;
  width: auto;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-detail-icon {
  max-width: 50px;
  display: inline-block;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border: 5px solid #fff;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .product-detail-icon {
    max-width: 60px;
  }
}

.product-detail-icon + .product-detail-icon {
  margin-left: 1rem;
}

.product-detail-variant-item {
  position: relative;
  padding: 0.5rem;
  border: 1px solid #f2f2f2;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.product-detail-variant-name {
  color: #ccc;
  font-size: 1.6rem;
}

.product-detail-header-box {
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.3;
  background: #0b4da0 !important;
  color: #fff;
}

.product-detail-header-box * {
  color: #fff;
}

.variant-active .subproduct-item-box,
.subproduct-item-box:hover,
.subproduct-item-box:focus,
.subproduct-item-box.active {
  border-color: #0b4da0 !important;
  outline: 0;
}

.variant-active .subproduct-item-box .subproduct-item-box-name,
.subproduct-item-box:hover .subproduct-item-box-name,
.subproduct-item-box:focus .subproduct-item-box-name,
.subproduct-item-box.active .subproduct-item-box-name {
  opacity: 1;
}

.product-detail-variant-item-img img {
  max-height: 5rem;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.product-detail-variant-item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  background: #fff;
  z-index: 9;
  opacity: 0;
  transition: 0.3s all;
  border-top: 1px solid #fff;
  font-size: 1rem;
}

.product-detail-box {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #f0f0f0;
}

.product-detail-widget-box {
  padding: 2.5rem 2rem 2rem;
}

.price-row {
  position: relative;
  line-height: 1.5;
}

.product-detail-image .product-item {
  max-height: 50rem;
  max-width: 100%;
  height: auto;
  width: auto;
}

.product-detail-image {
  position: relative;
}

.product-detail-image .card-label {
  top: 0;
  left: 0;
  z-index: 9;
  line-height: 1;
  padding: 0.8rem 1rem 0.6rem;
  font-size: 1.1rem;
}

.product-detail-box .title {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}

.product-price-box .price-new {
  font-size: 3rem;
  font-weight: 600;
  color: #0b4da0;
}

.product-price-box .price-discount {
  background: #f4c000;
  color: #000;
  position: absolute;
  top: -0.5rem;
  margin-left: 0rem;
  border: 1px dashed #fff;
  font-weight: 600;
}

.product-price-box .price-old {
  font-weight: 500;
  color: #ccc;
  text-decoration: line-through;
}

.subproduct-box-link {
  padding: 0.5rem;
  cursor: pointer;
}

.subproduct-box-link:hover .subproduct-item-label-stock,
.subproduct-box-link:hover .subproduct-item-label-discount {
  opacity: 0.5;
}

.subproduct-box-link.active .subproduct-box,
.subproduct-box-link:hover .subproduct-box {
  border-color: #0b4da0;
}

@media screen and (min-width: 992px) {
  .subproduct-box-link {
    padding: 1rem;
  }
}

.subproduct-box-link:hover .subproduct-item-image img {
  opacity: 0.7;
}

.subproduct-item-box {
  position: relative;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.subproduct-item-box-without-image {
  padding-top: 0.5rem;
}

.subproduct-item-box-without-image .card-label {
  position: static !important;
}

.subproduct-item-box-without-image .card-label + .card-label {
  margin-left: 0.4rem;
}

.subproduct-item-image {
  padding: 4.25rem 0.5rem 1rem;
}

.subproduct-item-image img {
  display: block;
  margin: 0 auto;
  transition: 0.3s opacity;
  min-height: 8rem;
}

.subproduct-item-title {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  font-weight: 500;
}

.subproduct-item-box-without-image .subproduct-item-title {
  margin-top: 0.5rem;
}

.subproduct-item-title span {
  width: 100%;
}

.subproduct-item-title-overflow {
  position: relative;
  max-height: 3.9rem;
  overflow: hidden;
}

.subproduct-item-body {
  position: relative;
  min-height: 14.8rem;
  padding: 0rem 1.5rem;
  border-top: 0;
  border-radius: 0;
  background: #fff;
}

.subproduct-item-box-without-image .subproduct-item-body {
  min-height: 18.5rem;
  padding-bottom: 3.5rem !important;
}

@media screen and (min-width: 992px) {
  .subproduct-item-box-without-image .subproduct-item-body {
    min-height: 15.5rem;
  }
}

.subproduct-item-description {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 300;
}

.subproduct-item-description-overflow {
  max-height: 4.9rem;
  overflow: hidden;
}

.subproduct-item-price {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: #0b4da0 !important;
  font-weight: 600;
  font-size: 1.4rem;
}

.subproduct-item-price-old {
  display: none;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  left: auto;
  font-weight: 500;
  color: #ccc !important;
  text-decoration: line-through;
}

@media (min-width: 576px) {
  .subproduct-item-price-old {
    display: block;
  }
}

.subproduct-item-label-stock,
.subproduct-item-label-discount {
  z-index: 100;
  top: 1rem !important;
  right: 1rem !important;
  font-size: 1rem !important;
  font-weight: 400;
}

.subproduct-item-label-stock + .subproduct-item-label-discount {
  top: 3.5rem !important;
}

.subproduct-box-link {
  padding: 0.5rem;
  cursor: pointer;
}

.subcategory-box-link.active .subcategory-item-box,
.subcategory-box-link:hover .subcategory-item-box {
  border-color: #0b4da0;
}

@media screen and (min-width: 992px) {
  .subcategory-box-link {
    padding: 0.5rem;
  }
}

.subcategory-box-link:hover .subcategory-item-image img {
  opacity: 0.7;
}

.subcategory-item-box {
  position: relative;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.subcategory-item-image {
  padding: 1.25rem 0.5rem 1.5rem;
}

.subcategory-item-image img {
  max-width: 140px;
  display: block;
  margin: 0 auto;
  transition: 0.3s opacity;
}

.subcategory-item-title {
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  min-height: 5rem;
  overflow: hidden;
  position: relative;
}

.subcategory-item-title span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.subcategory-item-title-overflow {
  position: relative;
  height: 6rem;
  overflow: hidden;
}

.subcategory-item-body {
  position: relative;
  min-height: 6rem;
  padding: 0rem 1.5rem 1rem;
  border-top: 0;
  border-radius: 0;
  background: #fff;
  text-align: center;
}

.subcategory-item-description {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 300;
}

.subcategory-item-description-overflow {
  max-height: 4.9rem;
  overflow: hidden;
}

.gift-item-header-v2 {
  width: 150px;
}

.gift-item-v2 {
  width: 150px;
}

.column-gap-1 {
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.gift-item-box-image-v2 {
  max-height: 100px;
  max-width: 150px;
}

.gift-item {
  border: 1px solid #ccc;
  padding: 1rem 0.75rem;
  background: #fff;
  font-size: 1.3rem;
  transition: 0.3s opacity;
}

.gift-item:hover {
  text-decoration: none;
  opacity: 0.8;
}

.gift-item + .gift-item {
  border-top: 0;
}

.gift-item-header {
  padding: 1.5rem;
}

.gift-item-box-image {
  display: inline-block;
}

.gift-item-title {
  font-size: 1.3rem;
}

.homepage-products-grid .col-special {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 1200px) {
  .homepage-products-grid .col-special {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .homepage-products-grid .col-special {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.labels-product-left {
  left: 1rem;
  top: 1rem;
  width: auto;
  display: grid;
  row-gap: 0.5rem;
}

.labels-product-left .card-seller {
  font-size: 11px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.labels-product-left .card-stock {
  font-size: 11px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.labels-product-left .card-news {
  font-size: 11px !important;
  background: #f4c000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.labels-product-left .card-unpacked {
  font-size: 11px !important;
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #0b4da0;
  color: white;
}

.labels-product-right {
  right: 1rem;
  top: 1rem;
  width: auto;
  display: grid;
  row-gap: 0.5rem;
}

.labels-product-right .card-price-discount {
  font-size: 11px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative !important;
  right: 0px !important;
  top: 0px !important;
}

.labels-product-right .card-price-gift {
  font-size: 11px !important;
  position: relative !important;
  right: 0px !important;
  top: 0px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.labels-product-right .card-actions {
  font-size: 11px !important;
  position: relative !important;
  right: 0px !important;
  top: 0px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #db2323;
  color: white;
}

.labels-product-right .card-sales {
  font-size: 11px !important;
  position: relative !important;
  right: 0px !important;
  top: 0px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #0b4da0;
  color: white;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-position-center {
  background-position: center center;
}

.gradient-black-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  max-height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.gradient-black-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  max-height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -100%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 1;
}

.tns-banner-full {
  position: relative;
}

/*
.tns-banner-full:before {
    content: '';
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}
*/

.tns-banner-full .tns-item {
  max-height: 70vh;
  min-height: 50rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tns-banner-height {
  max-height: 70vh;
  min-height: 50rem;
}

.tns-banner-box {
  position: absolute;
  left: 15px;
  bottom: 4rem;
  max-height: 30rem;
  padding: 1.8rem 2.2rem;
  color: #0b4da0 !important;
  background: #fff;
  z-index: 9;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.tns-banner-box * {
  color: #000;
  line-height: 1.3;
}

.tns-banner-box.tns-banner-box-right {
  right: 15px;
  left: auto;
}

.tns-outer {
  background: #ccc;
}

.tns-outer-transparent .tns-outer {
  background: transparent;
}

.tns-nav {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 9;
  width: 100%;
  text-align: right;
  padding-right: 1rem;
}

.tns-nav button {
  border: 0;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  margin: 0 0.3rem;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.tns-nav button:hover,
.tns-nav button.tns-nav-active {
  background: #0b4da0 !important;
}

.tns-nav button:focus {
  outline: 0 !important;
  border: 0;
}

.tns-banner-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 1;
}

.tns-banner-controls .btn-prev,
.tns-banner-controls .btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  background: #fff;
  color: #0b4da0 !important;
  line-height: 0.8;
  text-align: center;
  font-size: 3rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  outline: 0;
  border: 0;
}

.tns-banner-controls .btn-prev:hover,
.tns-banner-controls .btn-next:hover {
  background: #0b4da0 !important;
  color: #fff !important;
}

.tns-banner-controls .btn-prev {
  left: 0rem;
}

.tns-banner-controls .btn-next {
  right: 0rem;
}

.component-product-featured .tns-banner-controls .btn-prev {
  left: -1.5rem;
}

.component-product-featured .tns-banner-controls .btn-next {
  right: -1.5rem;
}

.banner {
  display: block;
  position: relative;
  margin-bottom: 0;
  background-color: #ccc;
}

.banner.banner-cat {
  display: flex;
  align-items: center;
  height: 220px;
  margin-bottom: 0;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner.banner-cat:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.banner > a {
  display: block;
}

.banner img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.banner .banner-content {
  display: inline-block;
  position: relative;
}

.banner .banner-title {
  margin-bottom: 3rem;
  color: #ffffff;
  font: 800 3rem/1.1 "Roboto", sans-serif;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
}

.banner .banner-subtitle {
  margin-bottom: 0.2rem;
  color: #ffffff;
  font: 700 1.5rem/1.1 "Roboto", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.banner .banner-subtitle span {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
}

.banner .btn {
  min-width: 100px;
  padding: 1.1rem 1rem;
  border-radius: 0.2rem;
}

.banner-image > a {
  position: relative;
}

.banner-image > a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  visibility: hidden;
}

.banner-image > a:hover::after,
.banner-image > a:focus::after {
  opacity: 1;
  visibility: visible;
}

.lSSlideOuter .lSPager.lSpg {
  display: none;
}

.lSSlideOuter {
  max-height: 50vh;
  min-height: 45rem;
}

@media screen and (min-width: 768px) {
  .banner.banner-cat {
    height: 260px;
  }

  .banner .banner-title {
    margin-bottom: 2.5rem;
    font-size: 3.2rem;
  }

  .banner .banner-subtitle {
    font-size: 1.6rem;
  }

  .banner .banner-subtitle span {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .banner.banner-cat {
    height: 300px;
  }

  .banner .banner-title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
  }

  .banner .banner-subtitle {
    font-size: 1.8rem;
  }

  .banner .banner-subtitle span {
    font-size: 2.6rem;
  }
}

.breadcrumb-nav {
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 1.2rem 0;
  border-radius: 0;
  background-color: transparent;
}

.breadcrumb-item {
  font: 400 1.2rem/1.4 "Roboto", sans-serif;
}

.breadcrumb-item i {
  position: relative;
  top: -0.2rem;
  font-size: 1.3rem;
  vertical-align: middle;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  margin-top: -0.3rem;
  padding-right: 1rem;
  color: #000;
  font-family: "porto";
  font-size: 1.3rem;
  content: "\E81A";
  vertical-align: middle;
}

.breadcrumb-item a {
  color: #000;
  text-decoration: underline;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #000;
  font-weight: 500;
}

.page-header {
  padding: 4rem 0;
}

.page-header h1 span {
  display: block;
  margin-bottom: 0.4rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.page-header .btn {
  min-width: 100px;
  padding: 0.85rem 2rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
}

.page-header.page-header-bg {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-header.page-header-bg h1 {
  margin-bottom: 2rem;
}

.sticky-wrapper {
  display: none;
}

@media screen and (min-width: 768px) {
  .sticky-wrapper {
    display: block;
  }
}

.page-header h1,
.page-title {
  margin-bottom: 0;
  color: #1e3636;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-header {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .page-header h1 span {
    font-size: 1.6rem;
  }

  .page-header.page-header-bg {
    background-position: center right;
  }

  .page-header.page-header-bg h1 {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .page-header {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .page-header h1 span {
    font-size: 1.8rem;
  }

  .page-header.page-header-bg h1 {
    margin-bottom: 3rem;
  }
}

@font-face {
  font-family: "porto";
  src: url(/fonts/porto.eot?34f90fe0bd16c1a54ace387c418a6513);
  src: url(/fonts/porto.eot?34f90fe0bd16c1a54ace387c418a6513#iefix) format("embedded-opentype"), url(/fonts/porto.woff2?770335e39ee75ba772f9659c4f35a8d6) format("woff2"), url(/fonts/porto.woff?e8ecac53a2cc83cbe1cbaf02d297496a) format("woff"), url(/fonts/porto.ttf?f1f99468c86e135903ff3d2a9fd66c81) format("truetype"), url(/fonts/porto.svg?be5148493c302ee32acfeee279d2ceaf#porto) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-]::before,
[class*=" icon-"]::before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  font-family: "porto";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.icon-cancel::before {
  content: "\E800";
}

.icon-spin2::before {
  content: "\E801";
}

.icon-spin3::before {
  content: "\E802";
}

.icon-spin4::before {
  content: "\E803";
}

.icon-spin5::before {
  content: "\E804";
}

.icon-spin6::before {
  content: "\E805";
}

.icon-firefox::before {
  content: "\E806";
}

.icon-chrome::before {
  content: "\E807";
}

.icon-opera::before {
  content: "\E808";
}

.icon-ie::before {
  content: "\E809";
}

.icon-phone::before {
  content: "\E80A";
}

.icon-down-dir::before {
  content: "\E80B";
}

.icon-cart::before {
  content: "\E80C";
}

.icon-up-dir::before {
  content: "\E80D";
}

.icon-mode-grid::before {
  content: "\E80E";
}

.icon-mode-list::before {
  content: "\E80F";
}

.icon-compare::before {
  content: "\E810";
}

.icon-wishlist::before {
  content: "\E811";
}

.icon-search::before {
  content: "\E812";
}

.icon-left-dir::before {
  content: "\E813";
}

.icon-right-dir::before {
  content: "\E814";
}

.icon-down-open::before {
  content: "\E815";
}

.icon-left-open::before {
  content: "\E816";
}

.icon-right-open::before {
  content: "\E817";
}

.icon-up-open::before {
  content: "\E818";
}

.icon-angle-left::before {
  content: "\E819";
}

.icon-angle-right::before {
  content: "\E81A";
}

.icon-angle-up::before {
  content: "\E81B";
}

.icon-angle-down::before {
  content: "\E81C";
}

.icon-down::before {
  content: "\E81D";
}

.icon-left::before {
  content: "\E81E";
}

.icon-right::before {
  content: "\E81F";
}

.icon-up::before {
  content: "\E820";
}

.icon-angle-double-left::before {
  content: "\E821";
}

.icon-angle-double-right::before {
  content: "\E822";
}

.icon-angle-double-up::before {
  content: "\E823";
}

.icon-angle-double-down::before {
  content: "\E824";
}

.icon-mail::before {
  content: "\E825";
}

.icon-location::before {
  content: "\E826";
}

.icon-skype::before {
  content: "\E827";
}

.icon-right-open-big::before {
  content: "\E828";
}

.icon-left-open-big::before {
  content: "\E829";
}

.icon-down-open-big::before {
  content: "\E82A";
}

.icon-up-open-big::before {
  content: "\E82B";
}

.icon-retweet::before {
  content: "\E82C";
}

.icon-user::before {
  content: "\E82D";
}

.icon-mail-alt::before {
  content: "\E82E";
}

.icon-fax::before {
  content: "\E82F";
}

.icon-lock::before {
  content: "\E830";
}

.icon-company::before {
  content: "\E831";
}

.icon-city::before {
  content: "\E832";
}

.icon-post::before {
  content: "\E833";
}

.icon-country::before {
  content: "\E834";
}

.icon-calendar::before {
  content: "\E835";
}

.icon-doc::before {
  content: "\E836";
}

.icon-mobile::before {
  content: "\E837";
}

.icon-clock::before {
  content: "\E838";
}

.icon-chat::before {
  content: "\E839";
}

.icon-tag::before {
  content: "\E83A";
}

.icon-folder::before {
  content: "\E83B";
}

.icon-folder-open::before {
  content: "\E83C";
}

.icon-forward::before {
  content: "\E83D";
}

.icon-reply::before {
  content: "\E83E";
}

.icon-cog::before {
  content: "\E83F";
}

.icon-cog-alt::before {
  content: "\E840";
}

.icon-wrench::before {
  content: "\E841";
}

.icon-quote-left::before {
  content: "\E842";
}

.icon-quote-right::before {
  content: "\E843";
}

.icon-gift::before {
  content: "\E844";
}

.icon-dollar::before {
  content: "\E845";
}

.icon-euro::before {
  content: "\E846";
}

.icon-pound::before {
  content: "\E847";
}

.icon-rupee::before {
  content: "\E848";
}

.icon-yen::before {
  content: "\E849";
}

.icon-rouble::before {
  content: "\E84A";
}

.icon-try::before {
  content: "\E84B";
}

.icon-won::before {
  content: "\E84C";
}

.icon-bitcoin::before {
  content: "\E84D";
}

.icon-ok::before {
  content: "\E84E";
}

.icon-chevron-left::before {
  content: "\E84F";
}

.icon-chevron-right::before {
  content: "\E850";
}

.icon-export::before {
  content: "\E851";
}

.icon-star::before {
  content: "\E852";
}

.icon-star-empty::before {
  content: "\E853";
}

.icon-plus-squared::before {
  content: "\E854";
}

.icon-minus-squared::before {
  content: "\E855";
}

.icon-plus-squared-alt::before {
  content: "\E856";
}

.icon-minus-squared-alt::before {
  content: "\E857";
}

.icon-truck::before {
  content: "\E858";
}

.icon-lifebuoy::before {
  content: "\E859";
}

.icon-pencil::before {
  content: "\E85A";
}

.icon-users::before {
  content: "\E85B";
}

.icon-video::before {
  content: "\E85C";
}

.icon-menu::before {
  content: "\E85D";
}

.icon-desktop::before {
  content: "\E85E";
}

.icon-doc-inv::before {
  content: "\E85F";
}

.icon-circle::before {
  content: "\E860";
}

.icon-circle-empty::before {
  content: "\E861";
}

.icon-circle-thin::before {
  content: "\E862";
}

.icon-mini-cart::before {
  content: "\E863";
}

.icon-paper-plane::before {
  content: "\E864";
}

.icon-attention-alt::before {
  content: "\E865";
}

.icon-info::before {
  content: "\E866";
}

.icon-compare-link::before {
  content: "\E867";
}

.icon-cat-default::before {
  content: "\E868";
}

.icon-cat-computer::before {
  content: "\E869";
}

.icon-cat-couch::before {
  content: "\E86A";
}

.icon-cat-garden::before {
  content: "\E86B";
}

.icon-cat-gift::before {
  content: "\E86C";
}

.icon-cat-shirt::before {
  content: "\E86D";
}

.icon-cat-sport::before {
  content: "\E86E";
}

.icon-cat-toys::before {
  content: "\E86F";
}

.icon-tag-line::before {
  content: "\E870";
}

.icon-bag::before {
  content: "\E871";
}

.icon-search-1::before {
  content: "\E872";
}

.icon-plus::before {
  content: "\E873";
}

.icon-minus::before {
  content: "\E874";
}

.icon-search-2::before {
  content: "\E875";
}

.icon-bag-1::before {
  content: "\E876";
}

.icon-online-support::before {
  content: "\E877";
}

.icon-shopping-bag::before {
  content: "\E878";
}

.icon-us-dollar::before {
  content: "\E879";
}

.icon-shipped::before {
  content: "\E87A";
}

.icon-list::before {
  content: "\E87B";
}

.icon-money::before {
  content: "\E87C";
}

.icon-shipping::before {
  content: "\E87D";
}

.icon-support::before {
  content: "\E87E";
}

.icon-bag-2::before {
  content: "\E87F";
}

.icon-grid::before {
  content: "\E880";
}

.icon-bag-3::before {
  content: "\E881";
}

.icon-direction::before {
  content: "\E882";
}

.icon-home::before {
  content: "\E883";
}

.icon-magnifier::before {
  content: "\E884";
}

.icon-magnifier-add::before {
  content: "\E885";
}

.icon-magnifier-remove::before {
  content: "\E886";
}

.icon-phone-1::before {
  content: "\E887";
}

.icon-clock-1::before {
  content: "\E888";
}

.icon-heart::before {
  content: "\E889";
}

.icon-heart-1::before {
  content: "\E88A";
}

.icon-earphones-alt::before {
  content: "\E88B";
}

.icon-credit-card::before {
  content: "\E88C";
}

.icon-action-undo::before {
  content: "\E88D";
}

.icon-envolope::before {
  content: "\E88E";
}

.icon-chart::before {
  content: "\E88F";
}

.icon-down-1::before {
  content: "\E890";
}

.icon-up-1::before {
  content: "\E891";
}

.icon-eye::before {
  content: "\E892";
}

.icon-spin1::before {
  content: "\E893";
}

.icon-twitter::before {
  content: "\F099";
}

.icon-facebook::before {
  content: "\F09A";
}

.icon-gplus::before {
  content: "\F0D5";
}

.icon-linkedin::before {
  content: "\F0E1";
}

.icon-spinner::before {
  content: "\F110";
}

.icon-instagram::before {
  content: "\F16D";
}

.icon-sliders::before {
  content: "\F1DE";
}

.icon-question-circle-o::before {
  content: "\F29C";
}

.icon-check-empty::before {
  content: "\F87A";
}

.icon-check::before {
  content: "\F87B";
}

.icon-docs-inv::before {
  content: "\E895";
}

.icon-briefcase::before {
  content: "\E896";
}

form {
  margin-bottom: 3.5rem;
}

form h2 {
  margin-top: 3.4rem;
  margin-bottom: 2.3rem;
}

.form-group {
  margin-bottom: 1.4rem;
}

.form-group .form-control,
.form-group .select-custom {
  margin-bottom: 0;
}

.form-group .form-control + .form-control {
  margin-top: 1rem;
}

.form-group-sm {
  max-width: 480px;
  margin-bottom: 0.9rem;
}

.form-control {
  height: 4.8rem;
  margin-bottom: 1rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-control:focus {
  border-color: #444;
  background-color: #fff;
  color: #000;
  box-shadow: none;
}

.form-control-sm {
  height: 4.5rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.3rem;
}

select.form-control:not([size]):not([multiple]) {
  height: 4.8rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 4.5rem;
}

.main .form-control::-webkit-input-placeholder {
  color: #000;
}

.main .form-control:-ms-input-placeholder {
  color: #000;
}

.main .form-control::-ms-input-placeholder {
  color: #000;
}

.main .form-control::placeholder {
  color: #000;
}

textarea.form-control {
  min-height: 12rem;
}

.form-footer {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
}

.form-footer .form-footer-right {
  margin-right: 0;
  margin-left: auto;
}

.form-footer .form-footer-right .btn {
  margin: 0;
}

.form-footer .btn {
  margin-right: 3rem;
}

.forget-pass {
  line-height: 1.3;
}

label {
  margin: 0 0 0.6rem;
  color: black;
  font-size: 1.4rem;
  font-weight: 400;
}

.required-field > label::after {
  margin: 0 0 0 0.45rem;
  color: #e02b27;
  font-size: 1.2rem;
  content: "*";
}

.required {
  color: #e02b27;
  font-size: 1.2rem;
}

.required + .form-footer {
  margin-top: 0.8rem;
}

.select-custom {
  position: relative;
  margin-bottom: 1rem;
}

.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.select-custom::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.9rem;
  -webkit-transform: translateY(-51%);
          transform: translateY(-51%);
  color: #34373f;
  font-family: "porto";
  font-size: 1.5rem;
  content: "\E81C";
}

.select-custom .form-control,
.select-custom .form-control-sm {
  padding-right: 4rem;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #333;
  background-color: #333;
  color: #444;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #333;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}

.form-input {
  padding: 1rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.form-wide {
  width: 100%;
}

input.price_range {
  width: 40%;
  padding: 3px 7px;
  border: 1px solid #dae2e6;
}

span.checkbox.check {
  background: #333;
  border: 1px solid #333;
}

span.checkbox {
  float: left;
  position: relative;
  top: 0px;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  background: #fff;
  cursor: pointer;
  transition: 0.1s;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  color: #343a40;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  align-items: center;
}

span.checkbox::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

span.checkbox-disabled {
  float: left;
  position: relative;
  top: 4px;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  background: #ddd;
  cursor: not-allowed;
  transition: 0.1s;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #343a40;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  form,
  .form-footer {
    margin-bottom: 4rem;
  }

  form h2 {
    margin-top: 4.4rem;
  }
}

@media screen and (min-width: 992px) {
  form,
  .form-footer {
    margin-bottom: 5rem;
  }
}

.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: 0.1rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.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:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #adb5bd;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(173, 181, 189, 0.9);
  border-radius: 0;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #adb5bd;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23adb5bd' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23adb5bd' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #adb5bd;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #adb5bd;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23adb5bd' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23adb5bd' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #adb5bd;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #adb5bd;
}

.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: #adb5bd;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #adb5bd;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #c9cfd4;
  background-color: #c9cfd4;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #adb5bd;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #adb5bd;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #adb5bd;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.25);
}

.error-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.error-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

.is-error ~ .error-feedback,
.is-error ~ .error-tooltip {
  display: block;
}

.form-control.is-error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.is-error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-error {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-error ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-error ~ .error-feedback,
.form-check-input.is-error ~ .error-tooltip {
  display: block;
}

.custom-control-input.is-error ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-error ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-error:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-error:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-error:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-error ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-error:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.required-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ffc107;
}

.required-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.1375rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(255, 193, 7, 0.9);
  border-radius: 0;
}

.is-required ~ .required-feedback,
.is-required ~ .required-tooltip {
  display: block;
}

.form-control.is-required {
  border-color: #ffc107;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffc107' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffc107' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-required:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

textarea.form-control.is-required {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-required {
  border-color: #ffc107;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffc107' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffc107' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-required:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.form-check-input.is-required ~ .form-check-label {
  color: #ffc107;
}

.form-check-input.is-required ~ .required-feedback,
.form-check-input.is-required ~ .required-tooltip {
  display: block;
}

.custom-control-input.is-required ~ .custom-control-label {
  color: #ffc107;
}

.custom-control-input.is-required ~ .custom-control-label::before {
  border-color: #ffc107;
}

.custom-control-input.is-required:checked ~ .custom-control-label::before {
  border-color: #ffce3a;
  background-color: #ffce3a;
}

.custom-control-input.is-required:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.custom-control-input.is-required:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffc107;
}

.custom-file-input.is-required ~ .custom-file-label {
  border-color: #ffc107;
}

.custom-file-input.is-required:focus ~ .custom-file-label {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.btn {
  min-width: 124px;
  padding: 0.8rem 1.5rem;
  transition: all 0.3s;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.btn-sm,
.btn-group-sm > .btn {
  min-width: 90px;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.btn-md {
  padding: 1.4rem 1.2rem;
  font-size: 1.4rem;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 1.4rem 1.2rem;
  font-size: 1.6rem;
  text-transform: none;
}

.btn-link {
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #444;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: initial;
}

.btn-link:hover,
.btn-link:focus {
  color: #444;
  text-decoration: underline;
}

.btn-primary {
  border-color: #333;
  background-color: #333 !important;
  color: #fff !important;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  border-color: #474747;
  background-color: #474747;
  color: #fff;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border-color: #131313;
  background-color: #1a1a1a;
  color: #fff;
}

.btn-secondary {
  border-color: #444;
  background-color: #444 !important;
  color: #fff !important;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  border-color: #585858;
  background-color: #585858;
  color: #fff;
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  border-color: #444;
  background-color: #444;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  border-color: #242424;
  background-color: #2b2b2b;
  color: #fff;
}

.btn-social-login {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #333;
  font-family: Oswald;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-social-login span,
.btn-social-login i {
  color: #fff;
}

.btn-social-login i {
  margin-top: -1px;
  padding-right: 6px;
}

.btn-facebook {
  background: #3a589d;
}

.btn-gplus {
  background: #dd4e31;
}

.btn-twitter {
  background: #1aa9e1;
}

.owl-dots .owl-dot,
.owl-nav .owl-prev,
.owl-nav .owl-next {
  outline: none;
}

a:focus {
  outline: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.mfp-container .mfp-preloader,
.porto-loading-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #333;
  content: "";
  z-index: 2;
  -o-border-image: none;
     border-image: none;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
}

.mfp-container .mfp-preloader::before,
.porto-loading-icon::before {
  position: absolute;
  top: -2px;
  right: 0;
  left: -2px;
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
  border-top-color: inherit;
  content: "";
  -webkit-animation: spin 1.5s infinite ease;
  animation: spin 1.5s infinite ease;
}

.downloadSection {
  font-weight: 600 !important;
  transition: 0.5s all;
  background: white !important;
  border: 0 !important;
}

.downloadSection.active {
  background: #0b4da0 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border-bottom: 0 !important;
}

.alert {
  margin-bottom: 2rem;
  padding: 1.4rem 1.5rem;
  border-radius: 0;
}

.alert.alert-intro {
  font-size: 1.5rem;
}

.card {
  border-radius: 0;
  font-size: 1.4rem;
  margin: 0;
  padding: 0.5rem;
  border: 0;
  background: transparent;
}

@media screen and (min-width: 992px) {
  .card {
    padding: 1rem;
  }
}

.card-img-scale {
  transition: 0.3s all;
}

.card:hover,
.card-btn-detail:hover,
.card:focus,
.card-btn-detail:focus {
  text-decoration: none !important;
  /*
      .product-image img {
          transition: 0.3s all;
          filter: grayscale(100%);
      }
  */
}

.card:hover .card-description,
.card-btn-detail:hover .card-description,
.card:focus .card-description,
.card-btn-detail:focus .card-description {
  text-decoration: none;
}

.card:hover .card-img-scale,
.card-btn-detail:hover .card-img-scale,
.card:focus .card-img-scale,
.card-btn-detail:focus .card-img-scale {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-header {
  margin: 0;
  padding: 1.2rem 1.5rem;
  border-radius: 0;
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.card-header::after {
  display: block;
  clear: both;
  content: "";
}

.card-header .card-edit {
  display: inline-block;
  margin-top: 0.1rem;
  float: right;
  color: #444;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: capitalize;
}

.card-body {
  min-height: 24.5rem;
  padding: 2rem 1.5rem;
  border-top: 0;
  border-radius: 0;
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .card-body {
    min-height: 24rem;
  }
}

.card-body a {
  text-decoration: underline;
}

.card-body h4 {
  margin-bottom: 0.7rem;
  color: #8a8a8a;
}

.card-btn-detail {
  position: relative;
  display: block;
}

.card-btn-detail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: #000;
  transition: 0.3s all;
  display: block;
  z-index: 9;
}

.card:hover .card-btn-detail::before {
  width: 100%;
}

.card-stock {
  position: absolute;
  top: 3.25rem;
  left: 1rem;
}

@media screen and (min-width: 768px) {
  .card-stock {
    top: 3.75rem;
    left: 1rem;
  }
}

.card-package-size {
  position: absolute;
  top: 4rem;
  right: 1rem;
}

.card-shadow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.card-price {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: #0b4da0 !important;
  font-weight: 600;
  font-size: 1.8rem;
}

.card-price-one {
  position: absolute;
  bottom: 3.5rem;
}

.card-subitem-price-one {
  position: absolute;
  bottom: 3rem;
  font-weight: 400;
}

.card-price.card-price-old {
  display: none;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  left: auto;
  font-weight: 500;
  color: #ccc !important;
  text-decoration: line-through;
}

@media (min-width: 576px) {
  .card-price.card-price-old {
    display: block;
  }
}

.card-overflow-box {
  height: 28rem;
  overflow: hidden;
  position: relative;
  border-bottom: 1px dashed #dedede;
  background: #fff;
}

.card-label-box {
  position: absolute;
  bottom: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.card-label-box-right {
  position: absolute;
  bottom: 1rem;
  right: 0;
  padding: 0.5rem 1.5rem 0.5rem 0;
}

.card-label {
  padding: 0.2rem 0.7rem;
  background: #f0f0f0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .card-label {
    font-size: 1.2rem;
  }
}

.card-label.card-price-discount {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #f4c000;
  color: #000;
  margin-left: 0rem;
  font-weight: 600;
  z-index: 9;
}

.card-label.card-price-gift {
  position: absolute;
  top: 3.25rem;
  right: 1rem;
  background: green;
  color: white;
  margin-left: 0rem;
  font-weight: 600;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .card-label.card-price-gift {
    top: 3.75rem;
  }
}

.card-label-with-border {
  border: 1px solid #ccc;
}

.card-label-lg {
  font-size: 1.6rem;
  padding: 0.6rem 1rem;
}

.card-variant-count {
  border: 1px solid #ccc;
}

.card-title {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
}

.card-title-overflow {
  max-height: 8rem;
  overflow: hidden;
}

.card-seller {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.card-description {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 300;
}

.card-description-overflow {
  max-height: 8.1rem;
  overflow: hidden;
}

.modal form {
  margin: 0;
}

.modal form .form-group {
  max-width: 480px;
}

.modal form .form-control {
  max-width: 100%;
}

.modal-body {
  padding: 2.5rem;
}

.modal-content {
  border-radius: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
}

.modal-header,
.modal-footer {
  display: flex;
  align-items: center;
  height: 80px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.modal-title {
  font-weight: 400;
}

.close {
  font-size: 2.2rem;
}

@media screen and (min-width: 576px) {
  .modal-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .modal-body {
    max-height: calc(100vh - 210px);
    padding-top: 3rem;
    overflow-y: auto;
  }

  .modal-header,
  .modal-footer,
  .modal-body {
    padding-right: 2em;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 50rem;
  }

  .modal-header,
  .modal-footer,
  .modal-body {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .modal-open,
  .modal-open .modal {
    padding-right: 0 !important;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal-close {
  width: 5rem;
  height: 5rem;
  outline: none;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 50%;
  background-color: #0b4da0 !important;
}

.modal-content .modal-close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  outline: none;
}

.modal .alert {
  font-size: 1.2rem;
}

.member {
  margin-bottom: 2.8rem;
  padding: 2.5rem 0;
  transition: all 0.3s ease;
  background-color: #fff;
  text-align: center;
}

.member img {
  display: inline-block !important;
  max-width: 160px !important;
  height: auto;
  border-radius: 50%;
}

.owl-carousel .member {
  margin-bottom: 0.5rem;
}

.member-title {
  margin: 2.5rem 0 0.5rem;
  color: #282d3b;
  font: 700 1.4rem/1 "Roboto", sans-serif;
  text-transform: uppercase;
}

.member-job {
  display: block;
  margin-bottom: 1rem;
  color: #8c8e94;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.tooltip {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  border: 0 !important;
  text-align: center;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  width: 1rem;
  height: 1rem;
}

.tooltip-inner {
  text-align: center !important;
  border: 0 !important;
}

.bs-tooltip-top,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-auto[x-placement^=top] {
  padding: 1rem 0;
}

.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  margin-left: -0.5rem;
  border-width: 1rem 1rem 0;
  border-top-color: #ddd;
}

.bs-tooltip-right,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 1rem;
}

.bs-tooltip-right .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  width: 1rem;
  height: 2rem;
}

.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-width: 1rem 1rem 1rem 0;
  border-right-color: #ddd;
}

.bs-tooltip-bottom,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 1rem 0;
}

.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  margin-left: -0.5rem;
  border-width: 0 1rem 1em;
  border-bottom-color: #ddd;
}

.bs-tooltip-left,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 1rem;
}

.bs-tooltip-left .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  width: 1rem;
  height: 1rem;
}

.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-width: 1rem 0 1rem 1rem;
  border-left-color: #ddd;
}

.tooltip-inner {
  max-width: 270px;
  padding: 1.2rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  background-color: #f4f4f4;
  color: #777;
  text-align: left;
}

.social-icons {
  display: flex;
  align-items: center;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 1;
}

.social-icon + .social-icon {
  margin-left: 0.5rem;
}

.social-icon:hover,
.social-icon:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.social-icon.social-facebook {
  background-color: #3b5a9a;
  color: #fff;
}

.social-icon.social-twitter {
  background-color: #1aa9e1;
  color: #fff;
}

.social-icon.social-linkedin {
  background-color: #0073b2;
  color: #fff;
}

.social-icon.social-gplus {
  background-color: #dd4b39;
  color: #fff;
}

.social-icon.social-mail {
  background-color: #dd4b39;
  color: #fff;
}

.box-with-zero-items {
  font-weight: 600;
  background: #fff;
  padding: 1.6rem 3rem 1.5rem;
  color: #000;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: none;
}

.info-boxes-container {
  margin-bottom: 2.7rem;
  background-color: #f4f4f4;
}

.info-boxes-container .container,
.info-boxes-container .container-fluid,
.info-boxes-container .container-xs,
.info-boxes-container .container-sm,
.info-boxes-container .container-md,
.info-boxes-container .container-lg,
.info-boxes-container .container-xl,
.info-boxes-container .container-xlst {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.info-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  color: #839199;
}

.info-box i {
  min-width: 3.5rem;
  margin-right: 2.9rem;
  color: #465157;
  font-size: 3.5rem;
  text-align: center;
}

.info-box i::before {
  width: auto;
  margin: 0;
}

.info-box h4 {
  margin-bottom: 0.2rem;
  color: #465157;
  font: 600 1.4rem/1.1 "Roboto", sans-serif;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.info-box p {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.01rem;
  line-height: 1.6;
}

.info-box + .info-box {
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .info-boxes-container .container,
  .info-boxes-container .container-fluid,
  .info-boxes-container .container-xs,
  .info-boxes-container .container-sm,
  .info-boxes-container .container-md,
  .info-boxes-container .container-lg,
  .info-boxes-container .container-xl,
  .info-boxes-container .container-xlst {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .info-box {
    flex: 0 0 33.33%;
    justify-content: center;
    max-width: 33.33%;
  }

  .info-box:first-child {
    justify-content: flex-start;
  }

  .info-box + .info-box {
    border-top: 0;
    border-left: 1px solid #fff;
  }
}

.feature-box {
  width: 100%;
  background-color: #fff;
  color: #7b858a;
  font-size: 1.5rem;
  line-height: 2;
}

.feature-box i {
  display: inline-block;
  margin-bottom: 2.2rem;
  color: #333;
  font-size: 5rem;
  line-height: 1;
}

.feature-box i::before {
  margin: 0;
}

.feature-box h3 {
  margin-bottom: 2rem;
  color: #21293c;
  font: 600 1.8rem/1.1 "Roboto", sans-serif;
  letter-spacing: 0;
}

.feature-box p {
  margin-bottom: 0;
}

.feature-box-content {
  color: #7b858a;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .feature-box {
    padding: 4.1rem 4.5rem 4rem;
  }

  .feature-box.feature-box-simple {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .feature-box p {
    min-height: 120px;
  }
}

.nav.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 0.2rem solid #e7e7e7;
}

.nav.nav-tabs .nav-item {
  margin-bottom: -0.2rem;
}

.nav.nav-tabs .nav-item .nav-link {
  padding: 1.2rem 0;
  border: 0;
  border-bottom: 0.2rem solid transparent;
  color: #282d3b;
  font: 500 1.4rem/1 "Roboto", sans-serif;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
}

.nav.nav-tabs .nav-item .nav-link:hover {
  color: #333;
}

.nav.nav-tabs .nav-item + .nav-item {
  margin-left: 3.4rem;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #333;
  color: #333;
}

@media screen and (max-width: 479px) {
  .nav.nav-tabs {
    justify-content: space-between;
  }

  .nav.nav-tabs .nav-item + .nav-item {
    margin-left: 0;
  }
}

.downloadType {
  width: 10%;
}

@media screen and (min-width: 768px) {
  .downloadType {
    width: 5%;
  }
}

.downloadName {
  width: 65%;
}

@media screen and (min-width: 768px) {
  .downloadName {
    width: 75%;
  }
}

.downloadSize {
  width: 10%;
}

.downloadButton {
  width: 15%;
}

@media screen and (min-width: 768px) {
  .downloadButton {
    width: 15%;
  }
}

.count-container {
  margin-bottom: 2rem;
}

.count-wrapper {
  margin-bottom: 0.7rem;
  color: #333;
  font: 800 3.2rem/1 "Roboto", sans-serif;
  text-transform: uppercase;
}

.count-wrapper span + span {
  font-size: 1.9rem;
}

.count-title {
  margin-bottom: 0;
  color: #7b858a;
  font: 400 1.4rem/1 "Roboto", sans-serif;
}

.testimonial-owner {
  display: flex;
  -ms-flex-align: center;
  align-content: center;
}

.testimonial-owner figure {
  max-width: 60px;
  margin-right: 25px;
}

.testimonial-owner h4 {
  display: block;
  margin-bottom: 0.5rem;
  padding-top: 0.7rem;
  color: #111;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.testimonial-owner span {
  display: block;
  color: #666;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.testimonial blockquote {
  position: relative;
  margin-left: 15px;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.8;
}

.testimonial blockquote::before {
  position: absolute;
  top: 0;
  left: -1rem;
  color: #333;
  font-family: "porto";
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  content: "\E842";
}

@media screen and (min-width: 576px) {
  .testimonial blockquote {
    margin-left: 85px;
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
}

.toolbox {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.toolbox::after {
  display: block;
  clear: both;
  content: "";
}

.toolbox.toolbox-pagination {
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.toolbox .pagination {
  margin-left: auto;
}

.toolbox .select-custom {
  margin-bottom: 0;
}

.toolbox .select-custom::after {
  right: 1.3rem;
  font-size: 1.6rem;
}

.toolbox .select-custom .form-control {
  max-width: 160px;
  padding-right: 2.5rem;
  border-color: #e4e4e4;
  font-size: 1.2rem;
}

.toolbox label {
  display: none;
  margin-top: 1px;
  margin-bottom: 0;
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
}

.toolbox .form-control {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 0.8rem;
  border-width: 0.1rem;
  color: #000;
}

.toolbox .form-control:not(:focus) {
  border-color: #e4e4e4;
}

.toolbox strong {
  font-weight: 600;
}

.toolbox select.form-control:not([size]):not([multiple]) {
  height: 34px;
}

.toolbox .toolbox-show .select-custom:after {
  right: 1rem;
}

@media screen and (min-width: 992px) {
  .toolbox.toolbox-pagination {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.toolbox-pagination .toolbox-show {
  display: none;
}

.pagination {
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.3rem;
  border: 0.1rem solid #e9e9e9;
  line-height: 1.1;
  font-size: 1.1rem;
  color: #000;
}

@media screen and (min-width: 992px) {
  .page-link {
    min-width: 3.2rem;
    height: 3.2rem;
  }
}

.page-link.page-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 2.2rem;
  padding: 0;
  border: 0;
  color: #6f6e6b;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .page-link.page-link-btn {
    height: 3.2rem;
  }
}

.page-link.page-link-btn i {
  position: relative;
  top: -0.1rem;
}

.page-link.page-link-btn i::before {
  margin-right: 0;
  margin-left: 0;
}

.page-link:hover,
.page-link:focus {
  background-color: transparent;
  color: #333;
  text-decoration: none;
  box-shadow: none;
}

.page-item + .page-item {
  margin-left: 0.7rem;
}

.page-item span {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  border-color: #e9e9e9;
  background-color: transparent;
  color: #333;
}

.page-item.disabled .page-link {
  color: #eaeaea;
}

.page-item.disabled .page-link.page-link-btn {
  border-color: #eaeaea;
  background-color: transparent;
  color: #eaeaea;
}

.toolbox-left {
  display: flex;
  align-items: center;
}

.toolbox-item {
  display: flex;
  align-items: center;
}

.toolbox-item.toolbox-sort {
  margin-right: 1.5rem;
}

.toolbox-item.toolbox-show {
  margin-left: auto;
  font-size: 1.2rem;
}

.toolbox-item label {
  margin-right: 1.2rem;
}

.sorter-btn {
  margin-left: 0.8rem;
  color: #000;
  font-size: 1.7rem;
  text-decoration: none;
}

.sorter-btn::before {
  font-family: "porto";
  content: "\E890";
}

.sorter-btn.btn-desc::before {
  content: "\E891";
}

.sorter-btn:hover,
.sorter-btn:focus {
  text-decoration: none;
}

.layout-modes {
  display: none;
  margin-left: 2.1rem;
  font-size: 0;
}

.layout-btn {
  display: inline-block;
  height: 3.4rem;
  margin-right: 0.7rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-align: center;
  text-decoration: none;
}

.layout-btn i::before {
  margin-right: 0;
  margin-left: 0;
}

.layout-btn:last-child {
  margin-right: 0;
}

.layout-btn.active,
.layout-btn:hover,
.layout-btn:focus {
  color: #333;
  text-decoration: none;
}

.horizontal-filter .toolbox-sort {
  margin-left: auto;
}

.horizontal-filter .toolbox-item:last-child {
  display: none;
}

@media screen and (min-width: 480px) {
  .layout-modes {
    display: flex;
  }

  .horizontal-filter .toolbox-show {
    margin-left: 0;
  }

  .toolbox-pagination .toolbox-show {
    display: flex;
    margin-left: 0;
  }
}

@media screen and (min-width: 576px) {
  .toolbox-left {
    margin-bottom: 0;
  }

  .toolbox-left label {
    margin-right: 1.8rem;
  }

  .horizontal-filter .toolbox-item:last-child {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .toolbox label {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .horizontal-filter .toolbox-item.toolbox-sort {
    margin-right: 0;
  }
}

.login-popup .mfp-content {
  width: 80%;
  max-width: 872px;
  background-color: white;
}

.login-popup .container {
  padding: 2.5rem 3rem;
}

.login-popup .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
}

.login-popup form {
  display: block;
}

.login-popup label {
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.login-popup .form-footer {
  margin: 0 0 2rem;
}

.login-popup .form-footer .custom-control {
  margin: 0 0 0 auto;
  font-size: 1.3rem;
}

.login-popup .forget-password {
  color: #333;
  font-size: 1.3rem;
}

.login-popup .social-login-wrapper {
  padding: 2rem 2rem 2.5rem;
  background-color: #f4f4f2;
  text-align: center;
}

.login-popup .social-login-wrapper p {
  margin-bottom: 2rem;
  color: #121214;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.login-popup .btn-group {
  flex-wrap: wrap;
  justify-content: space-around;
}

/* Notifications */

.notification-improve {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.notification-improve {
  padding: 1rem 2rem;
  margin: 0 0.5rem 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  background: #fff;
  border-left: 0.5rem solid #000;
  display: block;
}

.notification-improve.warn {
  background: #fff;
  border-left-color: #0b4da0 !important;
}

.notification-improve.error {
  background: #fff;
  border-left-color: #0b4da0 !important;
}

.notification-improve.success {
  background: #fff;
  border-left-color: #0b4da0 !important;
}

/* sweet alerts 2 */

.swal2-improve .swal2-popup {
  min-width: 50rem;
  width: auto;
  padding: 5rem 2.25rem 4rem;
  border-radius: 0;
  font-size: 2rem;
  color: #000;
}

.swal2-improve .swal2-header {
  padding: 0 1.8rem;
}

.swal2-improve .swal2-progress-steps {
  margin: 0 0 1.25rem;
}

.swal2-improve .swal2-icon {
  margin: 0.5rem auto 1.275em;
}

/*
.swal2-improve .swal2-icon {
    width: 8rem;
    height: 8rem;
    margin: 1.25rem auto 1.875rem;
    line-height: 8rem;
}

.swal2-improve .swal2-icon .swal2-icon-content {
    font-size: 5.75rem;
}
*/

.swal2-improve .swal2-image {
  margin: 1.25rem auto;
}

.swal2-improve .swal2-title {
  margin: 0 0 1rem;
  font-size: 2.875rem;
  color: #000;
  font-weight: 500;
}

.swal2-improve .swal2-close {
  font-size: 2.5rem;
  width: 1.2rem;
  height: 1.2rem;
}

.swal2-improve .swal2-content {
  padding: 0 1.6rem;
  color: #000;
  font-size: 1.6rem;
}

.swal2-improve .swal2-file,
.swal2-improve .swal2-input,
.swal2-improve .swal2-textarea {
  border-radius: 0;
  font-size: 1.125rem;
}

.swal2-improve .swal2-file {
  font-size: 1.125rem;
}

.swal2-improve .swal2-range {
  margin: 1rem auto;
}

.swal2-improve .swal2-range input,
.swal2-improve .swal2-range output {
  height: 2.625rem;
  font-size: 1.125rem;
  line-height: 2.625rem;
}

.swal2-improve .swal2-select {
  padding: 0.375rem 0.625rem;
  font-size: 1.125rem;
}

.swal2-improve .swal2-checkbox,
.swal2-improve .swal2-file,
.swal2-improve .swal2-input,
.swal2-improve .swal2-radio,
.swal2-improve .swal2-select,
.swal2-improve .swal2-textarea {
  margin: 1rem auto;
}

.swal2-improve .swal2-validation-message {
  padding: 0.625rem;
  color: #000;
  font-size: 1rem;
}

.swal2-improve .swal2-actions {
  margin: 3rem auto 0;
}

.swal2-improve .swal2-styled:hover,
.swal2-improve .swal2-styled:focus,
.swal2-improve .swal2-styled:active {
  box-shadow: none;
  outline: 0;
}

.swal2-improve .swal2-styled.swal2-cancel,
.swal2-improve .swal2-styled.swal2-confirm {
  border-radius: 0;
  font-size: 1.4rem;
  padding: 1.25rem;
}

.swal2-improve .swal2-footer {
  margin: 1.25rem 0 0;
  padding: 1rem 0 0;
  color: #000;
  font-size: 1rem;
}

.swal2-improve .swal2-timer-progress-bar,
.swal2-improve .swal2-timer-progress-bar-container {
  height: 0.25rem;
}

.mfp-newsletter.mfp-bg {
  transition: all 0.35s;
  background-color: transparent;
}

.newsletter-popup {
  position: relative;
  max-width: 700px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 46px 46px 25px;
  border-radius: 0;
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
  top: -2.5px;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  opacity: 0.85;
}

.newsletter-popup-content {
  max-width: 300px;
  text-align: center;
}

.newsletter-popup-content .form-control {
  height: auto;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  border-radius: 0;
  font-size: 13px;
}

.newsletter-popup-content .btn {
  min-width: 54px;
  margin-left: -1px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.logo-newsletter {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.newsletter-popup h2 {
  margin: 32px 0 12px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.newsletter-popup p {
  color: #444;
  font-size: 1.3rem;
  line-height: 1.4;
}

.newsletter-popup form {
  margin: 0 0 2.1rem;
}

.newsletter-subscribe {
  font-size: 1.1rem;
  text-align: left;
}

.newsletter-subscribe .checkbox {
  margin-top: 1.5rem;
}

.newsletter-subscribe input {
  margin-right: 0.5rem;
}

.newsletter-subscribe label {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

.mfp-newsletter.mfp-removing {
  transition: opacity 0.35s ease-out;
  opacity: 0;
}

.mfp-ready.mfp-bg {
  transition: all 0.35s ease-out;
  background-color: #000;
}

.mfp-zoom-out-cur .mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out-cur .mfp-counter {
  color: #fff;
}

.mfp-zoom-out-cur .mfp-arrow-right::before {
  border-left: 0;
}

.mfp-zoom-out-cur .mfp-arrow-left::before {
  border-right: 0;
}

.mfp-ajax-product.mfp-bg,
.login-popup.mfp-bg {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  transition: all 0.35s ease-out;
  opacity: 0;
}

.mfp-ajax-product.mfp-wrap .mfp-content,
.login-popup.mfp-wrap .mfp-content {
  max-width: 872px;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .login-popup .col-md-6 {
    padding: 0 2rem;
  }

  .login-popup .col-md-6:first-child {
    border-right: 1px solid #f5f6f6;
  }
}

.search-box {
  display: none;
}

.search-box * {
  border-radius: 0 !important;
}

.search-box input::-webkit-input-placeholder,
.search-box input:-ms-input-placeholder,
.search-box input::-ms-input-placeholder,
.search-box input::-webkit-input-placeholder {
  color: #000;
}

.search-box input::-webkit-input-placeholder,
.search-box input:-ms-input-placeholder,
.search-box input::-ms-input-placeholder,
.search-box input::placeholder {
  color: #000;
}

.search-box.active {
  display: block;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.search-overlay-content {
  padding: 5rem 5rem 0;
}

.search-box-icon-close,
.search-box-icon-open {
  background: none;
  border: 0;
  font-size: 2.4rem;
}

.search-box-icon-close:active,
.search-box-icon-close:hover,
.search-box-icon-close:focus,
.search-box-icon-open:active,
.search-box-icon-open:hover,
.search-box-icon-open:focus {
  border: 0;
  outline: 0;
}

.search-box-icon-close {
  position: absolute;
  right: 0;
}

.search-overlay .autocomplete {
  z-index: 1001;
}

.search-overlay .autocomplete-input {
  padding: 0 4rem;
  border: 0;
  border-radius: 0;
  background-color: #f9f9f9;
  font-size: 2rem;
  border-bottom: 2px solid #ccc;
  background-image: none;
  height: 8rem;
  line-height: 8rem;
}

.search-overlay .autocomplete-input:focus,
.search-overlay .autocomplete-input[aria-expanded=true] {
  border-color: transparent;
  background-color: #f2f2f2;
  box-shadow: none;
  border-bottom: 5px solid #0b4da0 !important;
}

.search-overlay .autocomplete-result {
  cursor: pointer;
}

.search-overlay .autocomplete-result-list,
.search-overlay [data-position=below] .autocomplete-result-list {
  border-radius: 0;
  box-shadow: none;
  max-height: calc(100vh - 25rem);
}

.search-overlay .autocomplete-result-list .autocomplete-result + .autocomplete-result {
  padding-top: 1rem;
  border-top: 1px dashed #ccc;
}

.search-overlay .autocomplete-result-seller .card-label {
  position: static !important;
  font-size: 1rem;
  padding: 0.1rem 0.4rem;
  margin-bottom: 0.5rem;
}

.search-overlay .autocomplete-result {
  padding-left: 7.5rem;
  position: relative;
}

.search-overlay .autocomplete-result:hover .autocomplete-result-thumb {
  opacity: 0.7;
}

.search-overlay .autocomplete-result:hover .autocomplete-result-title {
  text-decoration: underline;
}

.search-overlay .autocomplete-result-thumb {
  text-align: right;
  max-width: 5rem;
  position: absolute;
  left: 1rem;
  height: auto;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s all;
}

.search-overlay .autocomplete-result-thumb-shadow {
  border: 5px solid #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.search-overlay .autocomplete-result-title {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
  line-height: 1.3;
  color: #000 !important;
}

.search-overlay .autocomplete-result-description {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #000 !important;
}

/*
#login-popup,
#forgotten-password-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    background: yellow;
    border: 1px solid black;
    z-index: 10;
}
 */

.home-top-container {
  padding-top: 2.7rem;
}

.owl-carousel-lazy.owl-carousel {
  display: block;
}

.owl-carousel-lazy.owl-carousel .home-slide:first-child,
.owl-carousel-lazy.owl-carousel .category-slide:first-child,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .home-slide,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .category-slide {
  display: flex;
}

.owl-carousel-lazy.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
  display: none;
}

.home-slider {
  position: relative;
  background-color: #ddd;
  margin-bottom: 2.7rem;
}

.home-slider::after,
.home-slider::before {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #333;
  -o-border-image: none;
     border-image: none;
  content: "";
}

.home-slider::before {
  -webkit-animation: spin 1s infinite ease;
  animation: spin 1s infinite ease;
  z-index: 4;
}

.home-slider::after {
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
  z-index: 5;
}

.home-slider.loaded::after,
.home-slider.loaded::before {
  display: none;
}

.home-slide {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ccc;
}

.home-slide::before {
  display: block;
  width: 100%;
  padding-top: 47.3563218391%;
  content: "";
}

.home-slide,
.category-slide {
  display: flex;
  -ms-flex-align: center;
  align-content: center;
}

.home-slide .slide-bg,
.category-slide .slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: none !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}

.home-slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 3.2rem 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #585b5f;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  z-index: 3;
}

.home-slide-content h1 {
  margin-bottom: 0.4rem;
  color: #2c373c;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.06rem;
  line-height: 1;
  text-transform: uppercase;
}

.home-slide-content h3 {
  margin-bottom: 0.1rem;
  color: #2c373c;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-slide-content h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
}

.home-slide-content .btn {
  min-width: 112px;
  padding: 0.7rem 1rem;
  border-radius: 0.1rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.home-slide-content.text-white {
  color: #fff;
}

.home-slide-content.text-white h1,
.home-slide-content.text-white h3 {
  color: #fff;
}

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next {
  display: flex;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
}

.home-slider.owl-carousel .owl-nav .owl-prev i,
.home-slider.owl-carousel .owl-nav .owl-next i {
  margin-top: -0.3rem;
}

.home-slider.owl-carousel .owl-nav .owl-prev i::before,
.home-slider.owl-carousel .owl-nav .owl-next i::before {
  margin: 0;
  border-radius: 0;
}

.home-slider.owl-carousel .owl-nav .owl-prev {
  left: 1.2rem;
}

.home-slider.owl-carousel .owl-nav .owl-next {
  right: 1.2rem;
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover,
.home-slider.owl-carousel .owl-nav .owl-next:hover,
.home-slider.owl-carousel .owl-nav .owl-prev:focus,
.home-slider.owl-carousel .owl-nav .owl-next:focus {
  border-color: transparent;
  background-color: transparent;
  color: #333;
}

.home-slider.owl-carousel .owl-dots {
  display: none;
  position: absolute;
  bottom: 2.6rem;
  left: 4.2rem;
  margin: 0;
  line-height: 0;
}

.home-slider.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 2.4rem;
  height: 0.3rem;
  transition: all 0.15s;
  background-color: rgba(1, 2, 4, 0.3);
  line-height: 1;
}

.home-slider.owl-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 0.5rem;
}

.home-slider.owl-carousel .owl-dots .owl-dot:hover,
.home-slider.owl-carousel .owl-dots .owl-dot:focus {
  background-color: #333;
}

.home-slider.owl-carousel .owl-dots .owl-dot.active {
  background-color: #010204;
}

.owl-carousel .product:not(.product-sm) {
  margin-bottom: 0;
}

.side-custom-menu {
  margin-bottom: 2.7rem;
}

.side-custom-menu h2 {
  margin-bottom: 0;
  padding: 1.75rem 2rem;
  border: 0.1rem solid #dae2e6;
  border-radius: 0.3rem 0.3rem 0 0;
  background-color: #f4f4f4;
  font: 700 1.4rem/1 "Roboto", sans-serif;
  text-transform: uppercase;
}

.side-custom-menu .side-menu-body {
  padding: 1rem 1.5rem 1.5rem;
  border: 0.1rem solid #dae2e6;
  border-top: 0;
  border-radius: 0 0 0.3rem 0.3rem;
}

.side-custom-menu ul {
  margin: 0 0 2.8rem;
}

.side-custom-menu ul li a {
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #e6ebee;
  color: #465157;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
}

.side-custom-menu ul li a i {
  margin-right: 1.5rem;
  font-size: 1.8rem;
}

.side-custom-menu ul li a:hover,
.side-custom-menu ul li a:focus {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.side-custom-menu ul li:last-child {
  border-bottom: 0;
}

.side-custom-menu .btn {
  padding: 1.45rem 1rem;
  border-radius: 0.2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
}

.banners-group {
  margin-bottom: 3rem;
}

.banners-group .banner {
  margin-bottom: 1.5rem;
}

.owl-dots-top.owl-carousel .owl-dots {
  position: absolute;
  top: -58px;
  right: 0;
  margin: 0;
}

.owl-dots-top.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}

.featured-section {
  padding-top: 5.8rem;
  padding-bottom: 8rem;
  background-color: #f4f4f4;
}

@media screen and (min-width: 576px) {
  .home-slider.owl-carousel .owl-dots {
    display: block;
  }

  .home-slide-content h1 {
    font-size: 4.4rem;
  }

  .home-slide-content p {
    margin-bottom: 4.5rem;
  }

  .home-slide-content .btn {
    min-width: 132px;
    padding: 1.1rem 2rem;
    font-size: 1.3rem;
  }

  .banners-group .banner {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .home-slider.owl-carousel .owl-dots {
    bottom: 3.6rem;
    left: 7.2rem;
  }

  .home-slide-content {
    padding-left: 7.2rem;
  }

  .side-custom-menu .side-menu-body {
    padding: 1.2rem 2.8rem 2.8rem;
  }
}

@media screen and (min-width: 992px) {
  .home-slide {
    height: 412px;
  }

  .banners-group {
    margin-bottom: 5.5rem;
  }

  .side-custom-menu .side-menu-body {
    padding: 1.2rem 1.8rem 2.8rem;
  }
}

.about-section {
  padding: 1rem 0 2.5rem;
  color: #7b858a;
  font-size: 1.5rem;
  line-height: 1.8;
}

.about-section p {
  margin-bottom: 2rem;
}

.features-section {
  padding: 5rem 0 2.4rem;
  background-color: #f1f1f1;
}

.testimonials-section {
  padding: 5rem 0;
}

.testimonials-section .subtitle {
  margin-bottom: 3.5rem;
}

.testimonials-carousel blockquote {
  margin-bottom: 0;
  padding-bottom: 0;
}

.testimonials-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0.5rem;
}

.counters-section {
  padding: 4.5rem 0 4rem;
  background-color: #efefef;
}

@media screen and (min-width: 768px) {
  .about-section {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}

@media screen and (min-width: 992px) {
  .counters-section .col-md-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.top-blade a:hover .border {
  border-color: #909090 !important;
}

.top-blade a:hover p {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .sidebar-wrapper {
    padding-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar-shop {
    top: 55px;
  }
}

.sidebar-shop {
  font-size: 1.4rem;
}

.sidebar-shop .widget {
  margin: 0;
  border: 0;
}

.sidebar-shop .widget-title {
  margin: 0;
  color: #21293c;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}

.sidebar-shop .widget-title a {
  display: block;
  position: relative;
  padding: 0.2rem 0 0.6rem;
  color: inherit;
}

.sidebar-shop .widget-title a:hover,
.sidebar-shop .widget-title a:focus {
  color: #000;
  text-decoration: none;
}

.sidebar-shop .widget-title a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1.8rem;
  transition: all 0.35s;
  font-family: "porto";
  font-size: 1.7rem;
  font-weight: 400;
  content: "\E81B";
  display: none;
}

.sidebar-shop .widget-title a.collapsed::after {
  content: "\E81C";
}

.sidebar-shop .widget-body {
  padding-top: 1.3rem;
  padding-bottom: 0.5rem;
}

.sidebar-shop .widget-body::after {
  display: block;
  clear: both;
  content: "";
}

.sidebar-shop .widget-featured {
  position: relative;
}

.sidebar-shop .widget-featured .widget-body {
  padding-top: 2.3rem;
}

.sidebar-shop .widget-featured .product-sm:last-child {
  margin-bottom: 0;
}

.widget .owl-carousel .owl-nav {
  position: absolute;
  top: -4.2rem;
  right: -0.4rem;
}

.widget .owl-carousel .owl-nav button.owl-next,
.widget .owl-carousel .owl-nav button.owl-prev {
  padding: 0 0.4rem !important;
  border-radius: 0;
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
}

.widget .owl-carousel .owl-nav i::before {
  width: auto;
  margin: 0;
}

.cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat-list li {
  margin-bottom: 0.8rem;
}

.cat-list li:last-child {
  margin-bottom: 0;
}

.cat-list li a {
  font-weight: 400;
  color: #000;
}

.cat-list li a span {
  float: right;
}

.cat-list li a:hover,
.cat-list li a:focus {
  color: #333;
}

.price-slider-wrapper {
  padding-top: 1rem;
}

.filter-price-action {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  padding-bottom: 0.4rem;
}

.filter-price-action::after {
  display: block;
  clear: both;
  content: "";
}

.filter-price-action .filter-price-text {
  margin-left: auto;
  color: #7a7d82;
  font-size: 1.4rem;
  font-weight: 600;
}

.filter-price-action .btn {
  min-width: 0;
  padding: 0.3rem 1.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.config-swatch-list,
.config-size-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.config-swatch-list li {
  display: inline-flex;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.config-swatch-list a {
  display: block;
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  transition: all 0.3s;
}

.config-swatch-list a:hover,
.config-swatch-list a:focus {
  box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.2rem #dfdfdf;
}

.config-swatch-list li.active a::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-family: "porto";
  font-size: 1.1rem;
  line-height: 1;
  content: "\E84E";
}

.config-size-list {
  margin-right: -0.9rem;
}

.config-size-list li {
  display: inline-flex;
  margin-right: 0.9rem;
  margin-bottom: 0.9rem;
}

.config-size-list li a {
  display: block;
  position: relative;
  min-width: 4.4rem;
  height: 3rem;
  transition: all 0.3s;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #7a7d82;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
  text-decoration: none;
}

.config-size-list li a:hover,
.config-size-list li a:focus {
  border-color: #333;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.config-size-list li.active a {
  border-color: #333;
  outline: 0.1rem solid #333;
  background-color: #333;
  color: #fff;
}

.widget-block {
  color: #000;
}

.widget-block h5 {
  margin-top: 0.8rem;
  margin-bottom: 2.3rem;
  color: #7a7d82;
  font-size: 1.4rem;
  font-weight: 600;
}

.widget-block p {
  max-width: 210px;
}

.boxed-slider {
  position: relative;
  background-color: #ddd;
}

.boxed-slider::after,
.boxed-slider::before {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #333;
  -o-border-image: none;
     border-image: none;
  content: "";
}

.boxed-slider::before {
  -webkit-animation: spin 1s infinite ease;
  animation: spin 1s infinite ease;
  z-index: 4;
}

.boxed-slider::after {
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
  z-index: 5;
}

.boxed-slider.loaded::after,
.boxed-slider.loaded::before {
  display: none;
}

.boxed-slider .category-slide {
  display: flex;
  align-items: center;
  height: 300px;
}

.boxed-slide-content {
  margin-bottom: 0;
  background-color: transparent;
  z-index: 3;
}

.boxed-slide-content .btn {
  display: inline-block;
}

.boxed-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  left: 0;
}

.category-grid {
  margin-top: -1rem;
}

.horizontal-filter {
  margin-bottom: 18px;
  padding: 1.2rem 1rem;
  background-color: #f4f4f4;
}

.horizontal-filter .price-sort {
  position: relative;
}

.horizontal-filter .price-sort label {
  font-size: 1.2rem;
}

.horizontal-filter .price-sort .input-price {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 8px;
  line-height: 1.4;
  box-shadow: none;
}

.horizontal-filter .price-sort.opened::before {
  display: block;
}

.sort-list li {
  padding: 7px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.filter-toggle {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.filter-toggle a {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 26px;
  margin-left: 8px;
  border-radius: 13px;
  background: #e6e6e6;
  text-decoration: none;
}

.filter-toggle a::before {
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.3s linear;
  border-radius: 11px;
  background-color: #fff;
  content: "";
}

.filter-toggle a::after {
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  transform: translate3d(2px, 2px, 0);
  -webkit-transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  content: "";
}

.filter-toggle.opened a {
  background-color: #333;
}

.filter-toggle.opened a::before {
  -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.filter-toggle.opened a::after {
  -webkit-transform: translate3d(22px, 2px, 0);
  transform: translate3d(22px, 2px, 0);
}

@media screen and (min-width: 576px) {
  .horizontal-filter {
    padding: 1.2rem 2rem;
  }
}

@media screen and (min-width: 992px) {
  .products-body {
    overflow: hidden;
  }

  .products-body .sidebar-shop {
    left: -25%;
    transition: all 0.3s linear 0s;
    visibility: hidden;
    z-index: -1;
  }

  .sidebar-opened .sidebar-shop {
    left: 0;
    visibility: visible;
    z-index: 0;
  }

  .main-content {
    margin-left: -25%;
    transition: all 0.3s linear 0s;
  }

  .sidebar-opened .main-content {
    margin-left: 0;
  }

  main:not(.sidebar-opened) .main-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  main:not(.sidebar-opened) .main-content .col-md-4 {
    max-width: 25%;
  }

  .filter-sorts {
    padding: 12px;
  }

  .filter-sorts .toolbox-left {
    position: relative;
  }

  .filter-sorts .toolbox-item {
    margin-right: 1rem;
  }

  .filter-sorts .toolbox-item.toolbox-sort {
    margin: 0 1rem 0 0;
    background: #fff;
  }

  .filter-sorts .toolbox-item.toolbox-show {
    margin-left: auto;
    font-size: 1.2rem;
  }

  .filter-sorts select {
    min-width: 140px;
    border: 0;
    text-transform: uppercase;
  }

  .filter-sorts .layout-modes {
    margin-left: 0.5rem;
  }

  .filter-sorts .filter-toggle {
    display: none;
  }

  .filter-sorts .sidebar-shop {
    left: 0;
    visibility: visible;
    z-index: 2;
  }

  .filter-price-form,
  .sort-list {
    display: none;
  }

  .filter-price-form {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin-top: 9px;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 99;
  }

  .sort-list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin-top: 9px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 99;
  }

  .sort-menu-trigger {
    display: block;
    min-width: 140px;
    height: 34px;
    padding-left: 0.8rem;
    color: #7a7d82;
    font-size: 1.2rem;
    line-height: 34px;
    text-transform: uppercase;
    z-index: 9;
  }

  .sort-menu-trigger:hover,
  .sort-menu-trigger:focus {
    text-decoration: none;
  }

  .sort-menu-trigger::before {
    display: none;
    position: absolute;
    top: 100%;
    left: 21px;
    margin-top: 1px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: "";
    z-index: 999;
  }

  .toolbox-item.opened .sort-list,
  .toolbox-item.opened .filter-price-form,
  .toolbox-item.opened .sort-menu-trigger::before {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .sort-menu-trigger {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .filter-sorts .toolbox-sort.select-custom {
    display: block;
    margin: 2rem;
  }

  .filter-sorts .toolbox-sort.select-custom::after {
    content: none;
  }
}

.product-single-container {
  margin-bottom: 3rem;
}

.product-single-details {
  margin-top: -0.6rem;
}

.product-single-details .product-title {
  margin-bottom: 1.1rem;
  color: #21293c;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.product-single-details .price-box {
  margin-bottom: 2.4rem;
  color: #333;
  font-weight: 700;
}

.product-single-details .product-price {
  font-size: 2.1rem;
}

.product-single-details .old-price {
  font-size: 1.6rem;
  font-weight: 600;
}

.product-single-details .old-price + .product-price {
  margin-left: 1rem;
}

.product-single-details .ratings-container {
  margin-bottom: 2.1rem;
}

.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
  font-size: 1.4rem;
}

.product-single-details .ratings-container .product-ratings {
  height: 14px;
}

.product-single-details .rating-link {
  margin-left: 1rem;
  color: #90939a;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.product-single-details .product-desc {
  margin-bottom: 2.7rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #dae2e6;
  font-size: 1.4rem;
  letter-spacing: 0.005em;
  line-height: 1.92;
}

.product-single-details .product-action {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 3.1rem;
}

.product-single-details .sticky-header {
  height: auto;
}

.product-single-details .sticky-header .sticky-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-single-details .sticky-header .product-title {
  margin-right: 2rem;
  margin-bottom: 0;
  color: #777;
  font-size: 16px;
  font-weight: 600;
}

.product-single-details .sticky-header .price-box {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color: #2b2b2d;
}

.product-single-details .sticky-header .ratings-container {
  margin-bottom: 3.2rem;
}

.product-single-details .container {
  display: none;
  align-items: center;
}

.product-single-details .container img {
  max-width: 5rem;
  max-height: 5rem;
  margin-right: 2rem;
}

.product-single-details .container .add-cart {
  margin-left: auto;
}

.product-single-details .sticky-header.fixed-nav .container {
  display: flex;
  padding: 1.5rem;
}

.product-single-details .product-single-qty,
.product-single-details .paction {
  margin: 0 1rem 1rem 0;
}

.product-both-info {
  padding-top: 3rem;
}

.product-both-info .product-single-details {
  margin-top: 0;
}

.product-both-info .product-single-details .product-desc {
  border-bottom: 0;
}

.product-single-gallery a {
  display: block;
}

.product-single-gallery img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto !important;
}

.product-single-gallery .owl-theme .owl-nav,
.product-single-gallery .owl-theme .owl-nav {
  color: #000;
  font-size: 32px;
}

.product-single-gallery .owl-prev,
.product-single-gallery .owl-next {
  margin: 0 2rem !important;
  transition: all 0.5s;
}

.prod-thumbnails-box {
  padding: 2rem 0 0;
}

.prod-thumbnails-box .prod-thumbnail {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 0.5rem;
  border-bottom: 3px solid #f0f0f0;
}

.prod-thumbnails-box .prod-thumbnail.active {
  border-bottom: 3px solid #0b4da0 !important;
}

.prod-thumbnails-box img {
  display: block;
  cursor: pointer;
  height: 20rem;
  max-height: 6rem;
  width: auto;
}

.transparent-dots {
  display: flex;
  position: absolute;
  top: 1rem;
  flex-direction: column;
  width: 80px;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  z-index: 99;
}

.transparent-dots .active img,
.transparent-dots img:hover {
  border: 1px solid #333;
}

.product-slider-container {
  position: relative;
}

.prod-full-screen {
  transition: all 0.5s;
  outline: none;
  z-index: 1;
  cursor: pointer;
}

.prod-full-screen img {
  transition: all 0.3s;
}

.prod-full-screen:hover img {
  opacity: 0.7;
}

.product-item:hover .prod-full-screen,
.product-item:hover .owl-prev,
.product-item:hover .owl-next {
  opacity: 1;
}

.single-info-list {
  margin-bottom: 2rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.single-info-list li {
  margin-bottom: 1rem;
  color: #7b858a;
  letter-spacing: 0.005em;
}

.single-info-list li strong {
  color: #4c4c4c;
}

.product-single-qty {
  max-width: 104px;
  max-height: 43px;
}

.product-single-qty .bootstrap-touchspin.input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 100%;
  max-height: 43px;
  padding-right: 0;
}

.product-single-qty .bootstrap-touchspin .form-control {
  max-width: none;
  height: 43px;
  padding: 1rem 0.2rem;
  color: #21293c;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  box-shadow: none;
}

.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
  border-color: #dae2e6;
}

.product-single-qty .horizontal-quantity {
  height: 43px;
}

.product-single-qty .btn {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  margin: 0;
  padding: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  z-index: 2;
}

.product-single-qty .btn.btn-outline {
  border-color: #dae2e6;
  color: #8798a1;
}

.product-single-qty .btn.btn-down-icon::after,
.product-single-qty .btn.btn-up-icon::before,
.product-single-qty .btn.btn-up-icon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 0.1rem;
  margin-left: -0.55rem;
  background-color: #8798a1;
  content: "";
}

.product-single-qty .btn.btn-up-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product-filters-container {
  margin-bottom: 4.5rem;
}

.product-single-filter {
  display: flex;
  align-items: center;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #dae2e6;
}

.product-single-filter + .product-single-filter {
  margin-top: 2.2rem;
}

.product-single-filter label {
  margin-right: 1.3rem;
  margin-bottom: 0;
  color: #21293c;
  font: 600 1.5rem/1.1 "Roboto", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.product-single-filter .config-swatch-list li {
  margin-bottom: 0;
}

.product-single-filter .config-size-list li {
  margin-right: 0.7rem;
  margin-bottom: 0;
}

.product-single-filter .config-size-list li a {
  min-width: 3rem;
  height: 3rem;
  border: 1px solid #dae2e6;
  background-color: #f4f4f4;
  color: #21293c;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.8rem;
}

.product-single-filter .config-size-list li a:hover,
.product-single-filter .config-size-list li a:focus {
  border-color: #333;
  background-color: #f4f4f4;
  color: #21293c;
}

.product-single-filter .config-size-list li.active a {
  border-color: #333;
  outline: none;
  background-color: #f4f4f4;
  color: #21293c;
}

.product-single-filter.product-single-qty {
  max-width: 148px;
  max-height: 7.5rem;
  border-bottom: 0;
}

.product-single-share {
  display: flex;
  align-items: center;
}

.product-single-share label {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
  color: #7b858a;
  font: 600 1.4rem/1.1 "Roboto", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.product-single-tabs {
  margin-bottom: 5.5rem;
}

.product-single-tabs .tab-pane {
  padding-top: 3.5rem;
  color: #7b858a;
  line-height: 1.92;
}

.scrolling-box .tab-pane + .tab-pane {
  margin-top: 3.5rem;
  border-top: 2px solid #dae2e6;
}

.product-desc-content p {
  margin-bottom: 2.2rem;
}

.product-desc-content ul,
.product-desc-content ol {
  margin-bottom: 2.2rem;
  padding-left: 4rem;
}

.product-desc-content ul li,
.product-desc-content ol li {
  margin-bottom: 0.4rem;
}

.product-desc-content ul li i,
.product-desc-content ol li i {
  margin-right: 2rem;
  color: #21293c;
  font-size: 1.5rem;
}

.product-desc-content ul li i::before,
.product-desc-content ol li i::before {
  margin: 0;
}

.product-desc-content img.float-right,
.product-desc-content img.float-left {
  max-width: 50%;
}

.product-tags-content h4 {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-tags-content form {
  margin-bottom: 2rem;
}

.product-tags-content .form-group {
  display: flex;
  align-items: stretch;
}

.product-tags-content .form-control {
  margin-right: 10px;
}

.product-tags-content .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.collateral-box ul,
.collateral-box ol {
  margin-top: -2rem;
  margin-bottom: 2.5rem;
}

.collateral-box ul li,
.collateral-box ol li {
  padding: 2rem 0 1rem;
  border-bottom: 1px solid #dae2e6;
}

.ratings-table {
  width: 100%;
  margin: 20px 0 40px;
  border: 1px solid #dae2e6;
  border-spacing: 0;
  font-size: 100%;
  empty-cells: show;
}

.ratings-table thead th,
.ratings-table tbody td {
  border-right: 1px solid #dae2e6;
  border-bottom: 1px solid #dae2e6;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .ratings-table thead th,
  .ratings-table tbody td {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.ratings-table input[type=checkbox],
.ratings-table input[type=radio] {
  margin: 0 auto;
}

@media (max-width: 600px) {
  .ratings-table thead {
    display: none;
  }
}

.ratings-table thead th {
  padding: 0.8rem 1.5rem;
  background-color: #f6f6f6;
  color: #777;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}

.ratings-table tbody td {
  padding: 1.5rem 1rem;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
}

.ratings-table tbody td:first-child {
  font-weight: 700;
  text-align: left;
}

.add-product-review h3 {
  font-size: 1.8rem;
}

.add-product-review form {
  margin-bottom: 0;
}

.sidebar-product {
  margin-bottom: 2.8rem;
}

.sidebar-product .widget:not(:last-child) {
  margin-bottom: 2.5rem;
}

.sidebar-product .widget:not(:last-child).widget-banner {
  margin-bottom: 4.6rem;
}

.sidebar-product .widget:not(:last-child).widget-brand {
  margin-bottom: 2.5rem;
}

.sidebar-product .widget-title {
  margin: 0 0 2.3rem;
  color: #21293c;
  font: 600 1.5rem/1.1 "Roboto", sans-serif;
  text-transform: uppercase;
}

.widget-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5rem;
}

.widget-brand a {
  display: block;
}

.widget-info ul {
  margin: 0;
}

.widget-info li {
  padding-top: 1.8rem;
  padding-bottom: 2rem;
  border-top: 1px solid #dee5e8;
  line-height: 1;
}

.widget-info li::after {
  display: block;
  clear: both;
  content: "";
}

.widget-info i {
  min-width: 40px;
  margin-top: 0.3rem;
  margin-right: 1.4rem;
  margin-left: 0.7rem;
  float: left;
  color: #333;
  font-size: 4rem;
  line-height: 1;
}

.widget-info i::before {
  margin: 0;
}

.widget-info h4 {
  margin-bottom: 0;
  color: #6b7a83;
  font: 600 1.4rem/1.5 "Roboto", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.widget-banner a {
  display: block;
}

.widget-banner img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.featured-section {
  padding-top: 3.8rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}

.featured-section.bg-white {
  background-color: #fff;
}

.featured-section.pt-sm {
  padding-top: 2.5rem;
}

.promote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promote li {
  border-top: 0;
}

.promote h4 {
  color: #1d2127;
  font-weight: 400;
  letter-spacing: 0;
}

.promote i {
  margin: 0.3rem 0.7rem;
}

.product-list .product-item {
  position: relative;
  margin-bottom: 0.4rem;
}

.product-list.product-single-grid {
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 1200px) {
  .widget-info i {
    min-width: 40px;
    margin-right: 2.9rem;
    font-size: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .featured-section {
    padding-top: 5.8rem;
    padding-bottom: 8rem;
  }

  .product-single-container .col-lg-7 {
    flex: 0 0 55.56%;
    max-width: 55.56%;
  }

  .product-single-container .col-lg-5 {
    flex: 0 0 44.44%;
    max-width: 44.44%;
  }
}

@media screen and (max-width: 991px) {
  .product-single-gallery {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .product-all-icons.product-action .product-single-qty {
    margin-right: 50%;
    margin-bottom: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .featured-section {
    padding-top: 4.8rem;
    padding-bottom: 7rem;
  }

  .product-both-info .product-single-share {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 576px) {
  .promote {
    flex-direction: row;
  }

  .product-both-info .product-top-banner {
    display: flex;
  }

  .product-both-info .product-single-share {
    margin-left: auto;
  }

  .product-tags-content .form-control {
    width: 250px;
  }
}

.flex-d-column {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .flex-d-column {
    flex-direction: row;
  }
}

.product-single-extended {
  margin-bottom: 6rem;
}

.product-single-extended .product-single-gallery {
  position: relative;
  margin-bottom: 3rem;
}

.product-single-extended .product-title {
  font-size: 4.5rem;
  line-height: 1.15;
}

.product-single-extended .price-box {
  margin-bottom: 1rem;
}

.product-single-extended .product-price {
  font-size: 3.1rem;
}

.product-single-extended .old-price {
  font-size: 2.4rem;
}

.product-single-extended .old-price + .product-price {
  margin-left: 1.5rem;
}

.product-single-extended .product-desc {
  margin-bottom: 3.1rem;
  padding-bottom: 1.9rem;
}

.product-single-extended .product-desc p {
  max-width: none;
}

.product-single-extended .product-action {
  margin-bottom: 0;
}

.product-single-extended .widget-area .widget.widget-info {
  margin-bottom: 0;
}

.product-single-extended .widget-info ul {
  display: flex;
  align-items: center;
}

.product-single-extended .widget-info i {
  margin-right: 1rem;
}

.product-single-extended .widget-info li {
  padding: 0;
  border-top: 0;
}

.product-single-extended .widget-info li + li {
  margin-left: 2.5rem;
}

.product-single-extended .product-filters-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.product-single-extended .product-single-filter {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.product-single-extended .product-single-filter + .product-single-filter,
.product-single-extended .product-single-filter + .product-action {
  margin-top: 0;
  margin-left: 5rem;
}

.product-single-extended .product-single-filter .config-swatch-list li {
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.product-single-extended .product-single-filter .config-swatch-list a {
  width: 3rem;
  height: 3rem;
}

.product-desc .view-more {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.product-single-header {
  margin-bottom: 3.2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #dae2e6;
}

.product-single-header .single-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-single-header .product-single-share {
  margin-top: 1rem;
  margin-bottom: 3.7rem;
}

.single-qty-wrapper {
  display: flex;
  align-items: center;
}

.single-qty-wrapper label {
  margin-right: 1.3rem;
  margin-bottom: 0;
  color: #21293c;
  font: 600 1.5rem/1.1 "Roboto", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.single-qty-wrapper .product-single-qty {
  max-width: 104px;
  max-height: 30px;
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin.input-group {
  max-height: 30px;
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control {
  max-width: none;
  height: 30px;
  padding: 0.35rem 0.2rem;
  box-shadow: none;
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control,
.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
  border-color: #dae2e6;
}

.single-qty-wrapper .product-single-qty .horizontal-quantity {
  height: 30px;
  background-color: #f4f4f4;
}

.single-qty-wrapper .product-single-qty .btn.btn-outline {
  border-color: transparent;
}

.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-down-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::before,
.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-down-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::before,
.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::after {
  background-color: #333;
}

.single-qty-wrapper .product-single-qty .btn.btn-down-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-up-icon::before,
.single-qty-wrapper .product-single-qty .btn.btn-up-icon::after {
  background-color: #97a6ae;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev,
.owl-nav-simple.owl-carousel .owl-nav .owl-next {
  display: flex;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #21293c;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i,
.owl-nav-simple.owl-carousel .owl-nav .owl-next i {
  margin-top: -0.3rem;
  line-height: 1;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i::before,
.owl-nav-simple.owl-carousel .owl-nav .owl-next i::before {
  margin: 0;
  border-radius: 0;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev:hover,
.owl-nav-simple.owl-carousel .owl-nav .owl-prev:focus,
.owl-nav-simple.owl-carousel .owl-nav .owl-next:hover,
.owl-nav-simple.owl-carousel .owl-nav .owl-next:focus {
  color: #333;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev {
  left: 1rem;
}

.owl-nav-simple.owl-carousel .owl-nav .owl-next {
  right: 1rem;
}

.product-single-row {
  display: flex;
  position: relative;
  align-items: center;
  height: 700px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #7b858a;
  font-size: 1.4rem;
  letter-spacing: 0.005em;
  line-height: 1.92;
}

.product-single-row .single-row-entire,
.product-single-row .single-row-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.product-single-row .single-row-entire {
  width: 100%;
}

.product-single-row .single-row-bg {
  left: 50%;
  width: 50%;
}

.product-single-row.single-row-reverse .single-row-bg {
  left: 0;
}

.product-single-row h5 {
  margin-bottom: 1.1rem;
  margin-left: 0.6rem;
  color: #7b858a;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.product-single-row h2 {
  margin-bottom: 2.8rem;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.product-single-row p {
  margin-bottom: 0;
}

.product-single-row ul,
.product-single-row ol {
  margin-bottom: 0;
}

.product-single-row ul li,
.product-single-row ol li {
  margin-bottom: 0.4rem;
}

.product-single-row ul li i,
.product-single-row ol li i {
  margin-right: 2rem;
  color: #21293c;
  font-size: 1.5rem;
}

.product-single-row ul li i::before,
.product-single-row ol li i::before {
  margin: 0;
}

.product-single-video {
  display: flex;
  align-items: center;
  height: 300px;
  background-color: #4d4d4d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #7b858a;
  text-align: center;
}

.product-single-video h3 {
  margin-bottom: 1.2rem;
  color: #21293c;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.product-single-video .video-btn {
  color: #7b858a;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.product-single-video .video-btn img {
  display: inline-block;
  max-width: 38px;
  height: auto;
  margin-left: 0.7rem;
  vertical-align: middle;
}

@media screen and (min-width: 576px) {
  .product-single-extended .paction {
    height: 50px;
  }

  .product-single-extended .paction.add-cart {
    min-width: 156px;
    height: auto;
    margin-left: 1.8rem;
  }

  .product-single-extended .paction.add-cart::before {
    font-size: 2rem;
  }

  .product-single-extended .paction.add-cart span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1199px) {
  .product-single-header .single-header-right {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .product-single-row {
    display: block;
  }

  .product-single-row .single-row-bg {
    position: relative;
    left: 0;
    width: 100%;
    height: 50%;
  }

  .product-single-row .single-row-entire {
    position: relative;
    height: 50%;
  }

  .product-single-row h2 {
    font-size: 3.5rem;
  }

  .product-single-row .container {
    display: flex;
    align-items: center;
    height: 50%;
  }

  .product-single-extended .product-price {
    font-size: 2.4rem;
  }

  .product-single-extended .product-title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .product-single-row h2 {
    font-size: 3rem;
  }

  .product-single-extended .widget-info ul {
    display: block;
    margin-left: -0.7rem;
  }

  .product-single-extended .widget-info li + li {
    margin-top: 2rem;
    margin-left: 0;
  }

  .product-single-extended .product-single-filter + .product-single-filter,
  .product-single-extended .product-single-filter + .product-action {
    margin-left: 1rem;
  }
}

.sidebar-product .widget.widget-collapse {
  margin-bottom: 3rem;
  padding: 1.8rem 1.5rem 1.3rem;
  border: 1px solid #dae2e6;
}

.sidebar-product .widget.widget-collapse .widget-title {
  margin: 0;
}

.sidebar-product .widget.widget-collapse .widget-title a {
  display: block;
  position: relative;
  padding: 0.2rem 0 0.6rem;
  color: inherit;
}

.sidebar-product .widget.widget-collapse .widget-title a:hover,
.sidebar-product .widget.widget-collapse .widget-title a:focus {
  color: #000;
  text-decoration: none;
}

.sidebar-product .widget.widget-collapse .widget-title a::after {
  display: inline-block;
  position: absolute;
  top: 42%;
  right: -1.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.35s;
  font-family: "porto";
  font-size: 1.7rem;
  font-weight: 400;
  content: "\E81B";
}

.sidebar-product .widget.widget-collapse .widget-title a.collapsed::after {
  content: "\E81C";
}

.sidebar-product .widget.widget-collapse .widget-body {
  padding-top: 1.3rem;
  padding-bottom: 0.5rem;
}

.sidebar-product .widget.widget-collapse .widget-body::after {
  display: block;
  clear: both;
  content: "";
}

.product-single-collapse {
  margin-bottom: 2rem;
}

.product-single-collapse p {
  margin-bottom: 2.5rem;
}

.product-single-collapse .product-desc-content ul,
.product-single-collapse .product-desc-content ol {
  margin-bottom: 2.5rem;
}

.product-collapse-panel {
  padding-bottom: 1.8rem;
}

.product-collapse-title {
  margin: 0;
  padding-bottom: 1.2rem;
  color: #000;
  font: 700 1.4rem/1.1 "Roboto", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.product-collapse-title a {
  display: block;
  position: relative;
  padding: 0 0 1.2rem 4rem;
  border-bottom: 0.2rem solid #dae2e6;
  color: inherit;
}

.product-collapse-title a:hover,
.product-collapse-title a:focus {
  color: inherit;
  text-decoration: none;
}

.product-collapse-title a::before {
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-color: #333;
  content: "";
}

.product-collapse-title a::after {
  display: inline-block;
  position: absolute;
  top: 0.7rem;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.35s;
  font-family: "porto";
  font-size: 2rem;
  font-weight: 400;
  content: "\E81B";
}

.product-collapse-title a.collapsed::after {
  content: "\E81C";
}

.product-collapse-title a.collapsed::before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.collapse-body-wrapper {
  padding-top: 3.4rem;
  padding-bottom: 2rem;
}

.sidebar-toggle {
  position: fixed;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out 0s;
  border: #dcdcda solid 1px;
  border-left-width: 0;
  background: #fff;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

@media screen and (min-width: 992px) {
  .sidebar-toggle {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .sidebar-product .widget.widget-collapse {
    padding: 3.3rem 3rem 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    padding: 0;
    -webkit-transform: translate(-260px);
    transform: translate(-260px);
    transition: -webkit-transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
  }

  .sidebar-opened .mobile-sidebar {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  }

  .sidebar-opened .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.35;
    z-index: 8999;
  }

  .sidebar-product {
    margin: 0;
    padding: 2.5rem;
  }
}

.product-single-grid {
  margin-bottom: 6rem;
  padding-top: 4rem;
  border-top: 0.1rem solid #dae2e6;
}

.product-single-grid .product-single-gallery {
  padding: 0 0.75rem;
}

.product-single-grid .product-single-gallery .product-item {
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
}

.product-single-grid .inner {
  position: relative;
}

.product-single-grid .prod-full-screen {
  right: 1rem;
  bottom: 1rem;
}

.product-single-grid .product-single-details .product-title {
  margin-top: 1.5rem;
  font-size: 2.8rem;
}

.product-single-grid .product-single-details .ratings-container {
  margin-bottom: 5rem;
}

.product-single-grid .product-single-details .price-box {
  margin-bottom: 3.8rem;
}

.product-single-grid .product-single-details .product-price {
  font-size: 3.1rem;
}

.product-single-grid .product-single-details .old-price {
  font-size: 2.2rem;
}

.product-single-grid .product-single-details .old-price + .product-price {
  margin-left: 1.5rem;
}

.product-single-grid .product-single-details .product-action {
  margin-bottom: 3.8rem;
}

.product-single-grid .product-single-details .paction {
  height: 59px;
}

.product-single-grid .add-cart {
  min-width: 270px;
  margin-left: 0;
}

.product-single-grid .add-cart::before {
  font-size: 2.1rem;
}

.product-single-grid .add-cart span {
  font-size: 1.6rem;
}

.product-single-grid .product-filters-container {
  margin-bottom: 4rem;
}

.product-single-grid .product-single-filter {
  padding-bottom: 2.1rem;
}

.product-single-grid .product-single-filter .config-swatch-list li {
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.product-single-grid .product-single-filter .config-swatch-list a {
  width: 3rem;
  height: 3rem;
}

.product-size-content img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}

.table.table-size thead tr th,
.table.table-size tbody tr td {
  border: 0;
  color: #21293c;
  font-size: 1.5rem;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.table.table-size thead tr th {
  padding: 2.8rem 1.5rem 1.7rem;
  background-color: #f4f4f2;
  font-weight: 600;
}

.table.table-size tbody tr td {
  padding: 1rem 1.5rem;
  background-color: #fff;
  font-weight: 700;
}

.table.table-size tbody tr td:first-child {
  font-weight: 600;
}

.table.table-size tbody tr:nth-child(2n) td {
  background-color: #ebebeb;
}

@media screen and (min-width: 992px) {
  .table.table-size thead tr th {
    padding-top: 4.2rem;
    padding-bottom: 2.8rem;
  }

  .table.table-size thead tr th,
  .table.table-size tbody tr td {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}

@media screen and (max-width: 912px) and (min-width: 768px) {
  .product-single-grid .add-cart {
    min-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .product-single-grid .product-single-gallery .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .product-single-grid .product-single-gallery [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cart-table-container {
  margin-bottom: 2.5rem;
}

.table.table-cart tr th,
.table.table-cart tr td {
  vertical-align: middle;
}

.table.table-cart tr th {
  padding: 2.4rem 1.5rem 1.2rem;
  border: 0;
  font-weight: 600;
}

.table.table-cart tr td {
  padding: 2rem 1.5rem;
  border-top: 1px solid #ccc;
}

.table.table-cart tr td.product-col {
  padding: 2rem 0.8rem 1.8rem 0;
}

.table.table-cart tr.product-action-row td {
  padding: 0 0 2.2rem;
  border: 0;
}

.table.table-cart .product-title {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.table.table-cart tfoot td {
  padding: 2rem 0 1rem;
}

.table.table-cart tfoot .btn {
  padding: 0.85rem 2rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
}

.table.table-cart tfoot .btn + .btn {
  margin-left: 1rem;
}

.table.table-cart .bootstrap-touchspin.input-group {
  margin-right: auto;
  margin-left: auto;
}

.btn-remove::before {
  font-size: 1.8rem;
  font-weight: 600;
  content: "x";
}

.btn-remove,
.btn-edit,
.btn-move {
  color: #333;
}

.btn-remove:hover,
.btn-remove:focus,
.btn-edit:hover,
.btn-edit:focus,
.btn-move:hover,
.btn-move:focus {
  color: #404040;
  text-decoration: none;
}

.btn-edit {
  margin-right: 1rem;
  font-size: 1.3rem;
}

.btn-move {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.btn-move:hover,
.btn-move:focus {
  text-decoration: underline;
}

.qty-col {
  min-width: 98px;
}

.product-col {
  display: flex;
  align-items: center;
}

tbody .product-col {
  font-size: 0;
}

.product-col .product-image-container {
  flex: 0 0 180px;
  max-width: 50px;
  margin-right: 1.8rem;
  margin-bottom: 0;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.product-col .product-title {
  display: inline-block;
  vertical-align: middle;
}

.cart-discount {
  margin-bottom: 4rem;
}

.cart-discount h4 {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.cart-discount form {
  max-width: 420px;
}

.cart-summary {
  margin-bottom: 2.5rem;
  padding: 1.4rem 1.8rem 2.2rem;
  border: 1px solid #ddd;
  background: #fbfbfb;
}

.cart-summary h3 {
  margin-bottom: 1.3rem;
  font-size: 2.4rem;
  font-weight: 300;
}

.cart-summary h4 {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-summary h4 a {
  display: block;
  position: relative;
  padding: 1rem 2rem 1rem 0;
  color: inherit;
}

.cart-summary h4 a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "porto";
  font-size: 1.4rem;
  content: "\E81B";
}

.cart-summary h4 a.collapsed::after {
  content: "\E81C";
}

#total-estimate-section form {
  margin-bottom: 0;
  padding: 0.7rem 0 2.2rem;
}

.table.table-totals {
  margin-bottom: 2rem;
  border-top: 1px solid #ccc;
}

.table.table-totals tbody tr:first-child td {
  padding-top: 1.6rem;
}

.table.table-totals tr {
  border: 0;
}

.table.table-totals tr th,
.table.table-totals tr td {
  padding: 0.6rem 0;
  border: 0;
}

.table.table-totals tr th:last-child,
.table.table-totals tr td:last-child {
  text-align: right;
}

.table.table-totals tfoot {
  border-top: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 600;
}

.table.table-totals tfoot tr td {
  padding-top: 1.3rem;
  padding-bottom: 1.6rem;
}

.table.table-totals tfoot tr td:last-child {
  color: #000;
}

.checkout-methods .btn + .btn {
  margin-top: 2.2rem;
}

.table-cart tbody {
  background: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
}

.table-image {
  max-height: 5rem;
  height: auto;
  max-width: 5rem;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .table.table-cart,
  .table.table-cart tbody,
  .table.table-cart tfoot {
    display: block;
  }

  .table.table-cart thead {
    display: none;
  }

  .table.table-cart tr td {
    padding: 0.5rem 1rem;
    border-top: 0;
  }

  .table.table-cart tr td.product-col {
    padding-bottom: 0.5rem;
  }

  .table.table-cart .product-row {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
  }

  .table.table-cart .product-action-row {
    display: flex;
    align-items: center;
  }

  .table.table-cart .product-action-row td {
    width: 100%;
  }

  .table.table-cart .product-action-row .float-right {
    margin-top: -4px;
    margin-left: auto;
  }

  .table.table-cart .product-col {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .table.table-cart .product-col .product-image-container {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .table.table-cart tfoot {
    border-top: 1px solid #ccc;
  }

  .table.table-cart tfoot tr {
    display: block;
    width: 100%;
  }

  .table.table-cart tfoot tr td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }

  .table.table-cart tfoot .btn {
    margin-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .table.table-cart tfoot .float-left {
    display: none;
  }

  .table.table-cart tfoot .float-right {
    margin-left: auto;
  }
}

.checkout-progress-bar {
  display: block;
  margin: 1rem 0 3rem;
  font-size: 0;
  line-height: 1.4;
  counter-reset: i;
}

.checkout-progress-bar a {
  text-decoration: underline;
}

.checkout-progress-bar li {
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 0;
  text-align: center;
  vertical-align: top;
}

.checkout-progress-bar li::before {
  position: absolute;
  top: 1.9rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  transition: background 0.3s;
  background-color: #e4e4e4;
  content: "";
}

.checkout-progress-bar li > span {
  display: inline-block;
  width: 100%;
  padding-top: 4.5rem;
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 300;
  word-wrap: break-word;
}

.checkout-progress-bar li > span::before,
.checkout-progress-bar li > span::after {
  position: absolute;
  top: 0;
  left: 50%;
  transition: background 0.3s;
  border-radius: 50%;
  content: "";
}

.checkout-progress-bar li > span::before {
  width: 3.8rem;
  height: 3.8rem;
  margin-left: -1.9rem;
  background-color: #e4e4e4;
}

.checkout-progress-bar li > span::after {
  top: 0.6rem;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: -1.3rem;
  background: #fff;
  color: #000;
  font-weight: 600;
  content: counter(i);
  counter-increment: i;
}

.checkout-progress-bar li.active::before,
.checkout-progress-bar li.active > span::before {
  background-color: #28a745;
}

.checkout-progress-bar li.active > span {
  color: #000;
  font-weight: 600;
}

.checkout-progress-bar li.active > span::after {
  font-family: "porto";
  content: "\E84E";
}

.checkout-progress-bar li:first-child::before {
  border-radius: 0.6rem 0 0 0.6rem;
}

.checkout-progress-bar li:last-child::before {
  border-radius: 0 0.6rem 0.6rem 0;
}

.checkout-steps li {
  margin-bottom: 3rem;
}

.checkout-steps li form {
  max-width: 480px;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}

.checkout-steps li form:last-of-type {
  padding-bottom: 0.1rem;
  border-bottom: 0;
}

.checkout-steps li form p {
  margin-bottom: 1rem;
  color: #777;
  font-size: 1.3rem;
}

.checkout-steps li .form-footer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.form-control[type=number] {
  height: 3.5rem;
  font-size: 1.3rem;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}

.order-form-box {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 2.5rem 2rem 2rem;
}

.input-group-text {
  background-color: #0b4da0 !important;
  border-color: #0b4da0 !important;
  color: #fff;
}

.form-control.is-invalid {
  border-color: #cb4154;
}

/*
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #e6e6e6;
}

.was-validated .form-control:invalid,
.form-control.is-error {
    border-color: $color-pk-error;
}
*/

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  box-shadow: none;
}

/*
.invalid-feedback {
    color: $color-pk-error
}
*/

.order-item {
  position: relative;
  display: block;
  background: #fff;
  padding: 1.4rem 10.5rem 1.2rem 5.5rem;
  position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #f0f0f0;
  cursor: pointer;
}

.order-item:hover,
.order-item:focus {
  border-color: #0b4da0 !important;
}

.order-item .order-price {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #0b4da0 !important;
}

.order-input {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order-description {
  line-height: 1.3;
  margin-top: 0.5rem;
}

.order-title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.order-summary-box {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #f0f0f0;
  background: #fff;
}

.order-summary-widget-box {
  padding: 2.5rem 2rem 2rem;
}

.with-border-top {
  border-top: 1px solid #f0f0f0;
}

.order-summary-header-box {
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.3;
  background: #0b4da0 !important;
  color: #fff;
}

.order-summary-header-box * {
  color: #fff;
}

.order-summary-box .title {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
  font-size: 1.4rem;
}

.order-summary-box .price {
  font-weight: 600;
  color: #0b4da0 !important;
}

input.form-control[type=number] {
  max-width: 8rem;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.table-item-row.table-header-item-row {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding-top: 2rem;
  background: transparent;
  box-shadow: none;
}

.table-item-row {
  background: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.table-item-row + .table-item-row {
  border-top: 1px solid #f0f0f0;
}

.table-item-col .item-vertical-middle {
  display: flex;
  align-items: center;
  height: 100%;
}

.table-item-col-price {
  font-size: 1.6rem;
  font-weight: 500;
}

.step-title {
  margin-bottom: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
  font-size: 2.2rem;
  font-weight: 300;
}

.step-title::after {
  display: block;
  clear: both;
  content: "";
}

.step-title .step-title-edit {
  margin-top: 0.4rem;
  float: right;
  font-size: 1.4rem;
}

.shipping-step-addresses {
  margin-bottom: 2rem;
  font-size: 0;
}

.shipping-step-addresses::after {
  display: block;
  clear: both;
  content: "";
}

.shipping-address-box {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 240px;
  margin: 0;
  padding: 1.8rem 3.2rem 1rem 1.8rem;
  transition: 0.3s border-color;
  border: 0.2rem solid transparent;
  font-size: 1.3rem;
  line-height: 3rem;
  vertical-align: top;
  word-wrap: break-word;
}

.shipping-address-box.active {
  border-color: #ff5501;
}

.shipping-address-box.active::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.7rem;
  height: 2.7rem;
  padding-top: 0.2rem;
  background-color: #ff5501;
  color: #fff;
  font-family: "porto";
  font-size: 1.9rem;
  line-height: 2.1rem;
  text-align: center;
  content: "\E84E";
}

.shipping-address-box.active .address-box-action {
  visibility: hidden;
}

.address-box-action {
  margin-top: 2rem;
}

.address-box-action .btn {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
}

.address-box-action .btn.btn-sm,
.address-box-action .btn-group-sm > .btn {
  padding: 0.85rem 1.2rem;
  font-size: 1.3rem;
}

.address-box-action .btn.btn-sm.btn-link,
.address-box-action .btn-group-sm > .btn.btn-link {
  padding-right: 0;
  padding-left: 0;
}

.btn-new-address {
  margin-bottom: 1.2rem;
  padding: 0.95rem 1.3rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
}

.table-step-shipping {
  max-width: 600px;
}

.table-step-shipping tr td {
  padding: 1.8rem 1.5rem;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.checkout-steps-action::after {
  display: block;
  clear: both;
  content: "";
}

.checkout-steps-action .btn {
  min-width: 70px;
  text-align: center;
}

.order-summary {
  margin-top: 3.3rem;
  margin-bottom: 3rem;
  padding: 2.2rem 2.7rem;
  border: 1px solid #ddd;
  background: #f5f5f5;
}

.order-summary h3 {
  margin-bottom: 1.3rem;
  font-size: 2.4rem;
  font-weight: 300;
}

.order-summary h4 {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.order-summary h4 a {
  display: block;
  position: relative;
  padding: 1rem 2rem 1rem 0;
  color: inherit;
}

.order-summary h4 a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "porto";
  font-size: 1.5rem;
  font-weight: 400;
  content: "\E81B";
}

.order-summary h4 a.collapsed::after {
  content: "\E81C";
}

.table-mini-cart {
  margin-bottom: 0;
}

.table-mini-cart tr td {
  padding: 2rem 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.table-mini-cart .product-col {
  align-items: flex-start;
}

.table-mini-cart .product-col .product-image-container {
  flex: 0 0 75px;
  max-width: 75px;
  margin-right: 1.5rem;
  vertical-align: top;
}

.table-mini-cart .product-col > div {
  padding-top: 0.8rem;
  vertical-align: top;
}

.table-mini-cart .price-col {
  padding-top: 2.5rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}

.table-mini-cart .product-title {
  display: block;
  max-width: 170px;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.table-mini-cart .product-qty {
  display: block;
  color: #777;
  font-size: 1.3rem;
}

.checkout-payment {
  margin-bottom: 3rem;
}

.checkout-payment .step-title {
  margin-bottom: 1.8rem;
}

.checkout-payment h4 {
  font-weight: 400;
}

.checkout-payment .form-group {
  max-width: 480px;
}

#checkout-shipping-address {
  display: none;
  padding-left: 3rem;
  line-height: 3rem;
}

#checkout-shipping-address.show {
  display: block;
}

#new-checkout-address {
  display: none;
}

#new-checkout-address.show {
  display: block;
}

.checkout-discount {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.checkout-discount form {
  max-width: 480px;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.checkout-discount h4 {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 400;
}

.checkout-discount h4 a {
  display: block;
  position: relative;
  padding: 1rem 2rem 1rem 0;
}

.checkout-discount h4 a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "porto";
  font-size: 1.5rem;
  content: "\E81B";
}

.checkout-discount h4 a.collapsed::after {
  content: "\E81C";
}

.checkout-info-box {
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 2.7rem;
}

.checkout-info-box .step-title {
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 992px) {
  .checkout-progress-bar li {
    width: 25%;
  }

  .checkout-progress-bar li > span {
    font-size: 1.8rem;
  }

  .shipping-address-box {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .shipping-address-box {
    width: 33.33%;
  }
}

.order-form .order-form-label::before {
  background: transparent !important;
  border: 1px solid black !important;
  top: 0rem !important;
  height: 2rem !important;
  width: 2rem !important;
}

.order-form .order-form-label::after {
  top: 0rem !important;
  height: 2rem !important;
  width: 2rem !important;
}

.entry {
  margin-bottom: 3rem;
  color: #000;
}

.entry a {
  color: #000;
}

.entry a:hover,
.entry a:focus {
  color: #444;
}

.entry-media {
  margin-bottom: 2rem;
  border-radius: 0;
  background-color: #ccc;
}

.entry-media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.entry-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  left: 0;
  margin: 0 !important;
}

.entry-body {
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #ddd;
}

.entry:not(.single):last-of-type .entry-body {
  border-bottom: 0;
}

.entry-body .entry-date {
  width: 45px;
  margin-right: 10px;
  float: left;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.entry-body .entry-date .day {
  display: block;
  margin-bottom: 0.3rem;
  padding: 1rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0 0;
  background-color: #f4f4f4;
  color: #4a4a4a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
}

.entry-body .entry-date .month {
  display: block;
  padding: 0 0.2rem 0.2rem;
  border-radius: 0 0 0.2rem 0.2rem;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.33;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
}

.entry-title {
  margin-bottom: 1rem;
  color: #333;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.35;
}

.entry-title a {
  color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #333;
  text-decoration: underline;
}

.entry-content::after {
  display: block;
  clear: both;
  content: "";
}

.read-more {
  float: right;
}

.read-more i::before {
  margin: 0;
}

.entry-meta > span {
  display: inline-block;
  margin-right: 1.5rem;
}

.entry-meta i {
  margin-right: 0.5rem;
}

.entry-meta i::before {
  margin: 0;
}

.single .entry-meta {
  margin-bottom: 2.4rem;
}

.single .entry-title {
  font-size: 2.6rem;
}

.single h3 {
  font-size: 2.2rem;
  font-weight: 400;
}

.single h3 i {
  margin-right: 0.2rem;
}

.single .entry-content {
  margin-bottom: 4rem;
}

.entry-share {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.6rem;
  padding: 2.8rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.entry-share h3 {
  margin-right: 1.5rem;
}

.entry-share .social-icon {
  color: #fff;
}

.entry-share .social-icon:hover,
.entry-share .social-icon:focus {
  color: #fff;
}

.entry-author {
  margin-bottom: 3rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #ddd;
}

.entry-author::after {
  display: block;
  clear: both;
  content: "";
}

.entry-author h3 {
  margin-bottom: 2rem;
}

.entry-author figure {
  max-width: 80px;
  margin-right: 2rem;
  margin-bottom: 0;
  float: left;
}

.entry-author h4 {
  margin: 1rem;
  font-weight: 600;
}

.entry-author .author-content {
  font-size: 1.3rem;
  line-height: 1.8;
}

.entry-author .author-content p:last-child {
  margin-bottom: 0;
}

.comment-respond h3 {
  margin-bottom: 1.2rem;
}

.comment-respond h3 + p {
  margin-bottom: 2.6rem;
}

.comment-respond form {
  margin-bottom: 0;
}

.related-posts {
  margin-bottom: 4rem;
}

.related-posts h4 {
  margin-bottom: 2rem;
  font-size: 1.9rem;
  text-transform: uppercase;
}

.related-posts .entry {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.related-posts .entry p {
  margin-bottom: 1rem;
}

.related-posts .entry-body {
  padding-bottom: 0;
  border-bottom: 0;
}

.related-posts .entry-media {
  margin-bottom: 2rem;
}

.related-posts .entry-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.sidebar {
  position: relative;
  font-size: 1.4rem;
}

.sidebar .widget {
  margin-bottom: 3rem;
}

.sidebar .sidebar-wrapper .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 3rem;
}

.sidebar-wrapper {
  -webkit-backfac-visibility: hidden;
}

.widget-title {
  margin: 0.5rem 0 1.3rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.widget form {
  margin-bottom: 0;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.list li.active {
  font-weight: 600;
}

.list li.active a {
  color: #000;
}

.list li a {
  display: block;
  position: relative;
  padding: 0.9rem 0 0.8rem 2rem;
  border-bottom: 1px solid #EDEDDE;
  color: #000;
  font-size: 1.4rem;
}

.list li a::before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0.9rem 0 0 -1rem;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  content: "";
}

.list li a:hover,
.list li a:focus {
  background-color: #eee;
  text-decoration: none;
}

.widget-search form {
  position: relative;
  margin: 0;
}

.widget-search .form-control {
  width: 100%;
  max-width: none;
  padding-right: 5.5rem;
}

.widget-search .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
}

.tagcloud::after {
  display: block;
  clear: both;
  content: "";
}

.tagcloud a {
  display: block;
  margin: 0 0.7rem 0.7rem 0;
  padding: 1.1rem 1.4rem;
  float: left;
  background-color: #e1e1e1;
  color: #7e7d79;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 11px;
}

.tagcloud a:hover,
.tagcloud a:focus {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.simple-entry-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.simple-entry-list li {
  margin: 0 0 1rem;
}

.simple-entry-list li::after {
  display: block;
  clear: both;
  content: "";
}

.simple-entry-list li:last-child {
  margin-bottom: 0;
}

.simple-entry-list .entry-media {
  width: 6.5rem;
  margin: 0 1.2rem 0 0;
  float: left;
  border-radius: 0;
  line-height: 0;
}

.simple-entry-list .entry-media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.simple-entry-list .entry-meta {
  color: #888;
  font-size: 1.3rem;
}

.simple-entry-list a {
  color: #333;
}

@media screen and (min-width: 576px) {
  .entry-share {
    flex-direction: row;
    align-items: center;
  }

  .entry-share h3 {
    margin-bottom: 0;
  }

  .related-posts {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .entry-media {
    margin-bottom: 3rem;
  }

  .single .entry-meta {
    margin-bottom: 3.2rem;
  }

  .entry-body {
    margin-left: 60px;
  }

  .entry-body .entry-date {
    margin-left: -60px;
  }

  .related-posts {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .comment-respond .form-footer {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .comment-respond .form-footer {
    margin-bottom: 2rem;
  }
}

#map {
  height: 280px;
  margin-bottom: 4rem;
  background-color: #ccc;
}

#map a {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}

#map address {
  margin: 0;
  padding: 0.625rem 0.875rem;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.contact-info {
  margin-bottom: 3rem;
  padding-top: 0.5rem;
}

.contact-info > div {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.contact-info > div::after {
  display: block;
  clear: both;
  content: "";
}

.contact-info i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.3rem;
  height: 4.3rem;
  float: left;
  border-radius: 0;
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.contact-info p {
  margin-bottom: 0;
  margin-left: 5.5rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #map {
    height: 380px;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 992px) {
  #map {
    height: 460px;
    margin-bottom: 6rem;
  }
}

.dashboard-content {
  margin-bottom: 1em;
}

.dashboard-content h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.dashboard-content .form-control {
  max-width: 100%;
}

#account-chage-pass {
  display: none;
  padding-bottom: 1.5rem;
}

#account-chage-pass.show {
  display: block;
}

.widget-dashboard .widget-title {
  margin-top: 0.2rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.widget-dashboard {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .dashboard-content h2 {
    font-size: 2.6rem;
  }
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  height: auto;
  width: 100%;
  max-height: 50rem;
  max-width: 100%;
  height: auto;
  width: auto;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: 0;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  color: #bfbfbf;
  font-size: 2rem;
}

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bfbfbf;
  margin: 0 !important;
  font-size: 2rem;
  padding: 0 2rem;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-] i::before {
  margin: 0;
  width: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: white;
  color: #333;
  text-decoration: none;
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
  display: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2.5rem;
}

.owl-theme .owl-dots {
  line-height: 1;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin: 2px 2px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border: 0.2rem solid #95a9b3;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.35rem;
  margin-left: -0.35rem;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 0.3s;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #333;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span {
  border-color: #fff;
  background: transparent;
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span::before {
  border-color: #fff;
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,
.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
  border-color: #333;
  background: transparent;
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span::before {
  border-color: #333;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.5;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

/*.mfp-zoom-out-cur {
  &, .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
}*/

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #222;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #222;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right::before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  display: none;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

/* This CSS file is unnecessary if you are not using vertical buttons functionality */

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

.bootstrap-touchspin.input-group {
  max-width: 68px;
  padding-right: 20px;
  margin-bottom: 0;
}

.bootstrap-touchspin .form-control {
  height: 4.2rem;
  text-align: center;
  margin-bottom: 0;
  max-width: 46px;
  padding: 1.05rem 1rem;
  line-height: 1.4;
}

.bootstrap-touchspin .form-control:not(:focus) {
  border-color: #ccc;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 2rem;
  padding: 0;
  width: 2rem;
  text-align: center;
  font-size: 1.2rem;
  min-width: 0;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn::before {
  position: relative;
  margin: 0;
  width: auto;
  line-height: 1;
  width: auto;
  top: -0.1rem;
  margin-right: -0.1rem;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  bottom: 0;
}

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.range-slider-controls {
  margin-top: 0.5rem;
  display: inline-block;
  line-height: 1;
}

.range-slider-controls + .range-slider-controls {
  margin-left: 1rem;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
  outline: 0;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 1rem;
}

.noUi-horizontal .noUi-handle {
  width: 2rem;
  height: 2rem;
  right: -1rem;
  top: -0.6rem;
}

.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}

.noUi-vertical {
  width: 2rem;
}

.noUi-vertical .noUi-handle {
  width: 2rem;
  height: 2rem;
  right: -0.6rem;
  top: -1rem;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -1rem;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  background: #FAFAFA;
  border-radius: 0;
  border: 1px solid #ccc;
}

.noUi-connects {
  border-radius: 0;
}

.noUi-connect {
  background: #ccc;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #ccc;
  border-radius: 0;
  background: #FFF;
  cursor: default;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
  display: none;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 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: translateZ(0);
    transform: translateZ(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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 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: translateZ(0);
    transform: translateZ(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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-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);
  }
}

.animate__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: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-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);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }

  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%, 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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%, 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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%, 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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__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);
  }
}

.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInRight {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInLeft {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -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-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -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;
  }
}

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    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 {
  0% {
    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);
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    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);
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    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 {
  0% {
    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);
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    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 {
  0% {
    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);
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    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 {
  0% {
    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);
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    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 {
  0% {
    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;
  }
}

.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}

@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);
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-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);
  }
}

@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);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.box-shadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.justify-content-right {
  justify-content: end !important;
}

/**
 * _variables.scss
 *
 * $breakpoints:
 *    xs: 480px
 *    sm: 576px
 *    md: 768px
 *    lg: 992px
 *    xl: 1200px
 *   xxl: 1600px
 *  xlst: 1920px
 */

/**
 * @media screen and (min-width: 0)
 */

.f-s-0 {
  font-size: 0rem !important;
}

.f-s-1 {
  font-size: 0.1rem !important;
}

.f-s-2 {
  font-size: 0.2rem !important;
}

.f-s-3 {
  font-size: 0.3rem !important;
}

.f-s-4 {
  font-size: 0.4rem !important;
}

.f-s-5 {
  font-size: 0.5rem !important;
}

.f-s-6 {
  font-size: 0.6rem !important;
}

.f-s-7 {
  font-size: 0.7rem !important;
}

.f-s-8 {
  font-size: 0.8rem !important;
}

.f-s-9 {
  font-size: 0.9rem !important;
}

.f-s-10 {
  font-size: 1rem !important;
}

.f-s-11 {
  font-size: 1.1rem !important;
}

.f-s-12 {
  font-size: 1.2rem !important;
}

.f-s-13 {
  font-size: 1.3rem !important;
}

.f-s-14 {
  font-size: 1.4rem !important;
}

.f-s-15 {
  font-size: 1.5rem !important;
}

.f-s-16 {
  font-size: 1.6rem !important;
}

.f-s-17 {
  font-size: 1.7rem !important;
}

.f-s-18 {
  font-size: 1.8rem !important;
}

.f-s-19 {
  font-size: 1.9rem !important;
}

.f-s-20 {
  font-size: 2rem !important;
}

.f-s-21 {
  font-size: 2.1rem !important;
}

.f-s-22 {
  font-size: 2.2rem !important;
}

.f-s-23 {
  font-size: 2.3rem !important;
}

.f-s-24 {
  font-size: 2.4rem !important;
}

.f-s-25 {
  font-size: 2.5rem !important;
}

.f-s-26 {
  font-size: 2.6rem !important;
}

.f-s-27 {
  font-size: 2.7rem !important;
}

.f-s-28 {
  font-size: 2.8rem !important;
}

.f-s-29 {
  font-size: 2.9rem !important;
}

.f-s-30 {
  font-size: 3rem !important;
}

.f-s-31 {
  font-size: 3.1rem !important;
}

.f-s-32 {
  font-size: 3.2rem !important;
}

.f-s-33 {
  font-size: 3.3rem !important;
}

.f-s-34 {
  font-size: 3.4rem !important;
}

.f-s-35 {
  font-size: 3.5rem !important;
}

.f-s-36 {
  font-size: 3.6rem !important;
}

.f-s-37 {
  font-size: 3.7rem !important;
}

.f-s-38 {
  font-size: 3.8rem !important;
}

.f-s-39 {
  font-size: 3.9rem !important;
}

.f-s-40 {
  font-size: 4rem !important;
}

.f-s-41 {
  font-size: 4.1rem !important;
}

.f-s-42 {
  font-size: 4.2rem !important;
}

.f-s-43 {
  font-size: 4.3rem !important;
}

.f-s-44 {
  font-size: 4.4rem !important;
}

.f-s-45 {
  font-size: 4.5rem !important;
}

.f-s-46 {
  font-size: 4.6rem !important;
}

.f-s-47 {
  font-size: 4.7rem !important;
}

.f-s-48 {
  font-size: 4.8rem !important;
}

.f-s-49 {
  font-size: 4.9rem !important;
}

.f-s-50 {
  font-size: 5rem !important;
}

.f-s-51 {
  font-size: 5.1rem !important;
}

.f-s-52 {
  font-size: 5.2rem !important;
}

.f-s-53 {
  font-size: 5.3rem !important;
}

.f-s-54 {
  font-size: 5.4rem !important;
}

.f-s-55 {
  font-size: 5.5rem !important;
}

.f-s-56 {
  font-size: 5.6rem !important;
}

.f-s-57 {
  font-size: 5.7rem !important;
}

.f-s-58 {
  font-size: 5.8rem !important;
}

.f-s-59 {
  font-size: 5.9rem !important;
}

.f-s-60 {
  font-size: 6rem !important;
}

.f-s-61 {
  font-size: 6.1rem !important;
}

.f-s-62 {
  font-size: 6.2rem !important;
}

.f-s-63 {
  font-size: 6.3rem !important;
}

.f-s-64 {
  font-size: 6.4rem !important;
}

.f-s-65 {
  font-size: 6.5rem !important;
}

.f-s-66 {
  font-size: 6.6rem !important;
}

.f-s-67 {
  font-size: 6.7rem !important;
}

.f-s-68 {
  font-size: 6.8rem !important;
}

.f-s-69 {
  font-size: 6.9rem !important;
}

.f-s-70 {
  font-size: 7rem !important;
}

.f-s-71 {
  font-size: 7.1rem !important;
}

.f-s-72 {
  font-size: 7.2rem !important;
}

.f-s-73 {
  font-size: 7.3rem !important;
}

.f-s-74 {
  font-size: 7.4rem !important;
}

.f-s-75 {
  font-size: 7.5rem !important;
}

.f-s-76 {
  font-size: 7.6rem !important;
}

.f-s-77 {
  font-size: 7.7rem !important;
}

.f-s-78 {
  font-size: 7.8rem !important;
}

.f-s-79 {
  font-size: 7.9rem !important;
}

.f-s-80 {
  font-size: 8rem !important;
}

.f-s-81 {
  font-size: 8.1rem !important;
}

.f-s-82 {
  font-size: 8.2rem !important;
}

.f-s-83 {
  font-size: 8.3rem !important;
}

.f-s-84 {
  font-size: 8.4rem !important;
}

.f-s-85 {
  font-size: 8.5rem !important;
}

.f-s-86 {
  font-size: 8.6rem !important;
}

.f-s-87 {
  font-size: 8.7rem !important;
}

.f-s-88 {
  font-size: 8.8rem !important;
}

.f-s-89 {
  font-size: 8.9rem !important;
}

.f-s-90 {
  font-size: 9rem !important;
}

.f-s-91 {
  font-size: 9.1rem !important;
}

.f-s-92 {
  font-size: 9.2rem !important;
}

.f-s-93 {
  font-size: 9.3rem !important;
}

.f-s-94 {
  font-size: 9.4rem !important;
}

.f-s-95 {
  font-size: 9.5rem !important;
}

.f-s-96 {
  font-size: 9.6rem !important;
}

.f-s-97 {
  font-size: 9.7rem !important;
}

.f-s-98 {
  font-size: 9.8rem !important;
}

.f-s-99 {
  font-size: 9.9rem !important;
}

.f-s-100 {
  font-size: 10rem !important;
}

.f-s-101 {
  font-size: 10.1rem !important;
}

.f-s-102 {
  font-size: 10.2rem !important;
}

.f-s-103 {
  font-size: 10.3rem !important;
}

.f-s-104 {
  font-size: 10.4rem !important;
}

.f-s-105 {
  font-size: 10.5rem !important;
}

.f-s-106 {
  font-size: 10.6rem !important;
}

.f-s-107 {
  font-size: 10.7rem !important;
}

.f-s-108 {
  font-size: 10.8rem !important;
}

.f-s-109 {
  font-size: 10.9rem !important;
}

.f-s-110 {
  font-size: 11rem !important;
}

.f-s-111 {
  font-size: 11.1rem !important;
}

.f-s-112 {
  font-size: 11.2rem !important;
}

.f-s-113 {
  font-size: 11.3rem !important;
}

.f-s-114 {
  font-size: 11.4rem !important;
}

.f-s-115 {
  font-size: 11.5rem !important;
}

.f-s-116 {
  font-size: 11.6rem !important;
}

.f-s-117 {
  font-size: 11.7rem !important;
}

.f-s-118 {
  font-size: 11.8rem !important;
}

.f-s-119 {
  font-size: 11.9rem !important;
}

.f-s-120 {
  font-size: 12rem !important;
}

.f-s-121 {
  font-size: 12.1rem !important;
}

.f-s-122 {
  font-size: 12.2rem !important;
}

.f-s-123 {
  font-size: 12.3rem !important;
}

.f-s-124 {
  font-size: 12.4rem !important;
}

.f-s-125 {
  font-size: 12.5rem !important;
}

.f-s-126 {
  font-size: 12.6rem !important;
}

.f-s-127 {
  font-size: 12.7rem !important;
}

.f-s-128 {
  font-size: 12.8rem !important;
}

.f-s-129 {
  font-size: 12.9rem !important;
}

.f-s-130 {
  font-size: 13rem !important;
}

.f-s-131 {
  font-size: 13.1rem !important;
}

.f-s-132 {
  font-size: 13.2rem !important;
}

.f-s-133 {
  font-size: 13.3rem !important;
}

.f-s-134 {
  font-size: 13.4rem !important;
}

.f-s-135 {
  font-size: 13.5rem !important;
}

.f-s-136 {
  font-size: 13.6rem !important;
}

.f-s-137 {
  font-size: 13.7rem !important;
}

.f-s-138 {
  font-size: 13.8rem !important;
}

.f-s-139 {
  font-size: 13.9rem !important;
}

.f-s-140 {
  font-size: 14rem !important;
}

.f-s-141 {
  font-size: 14.1rem !important;
}

.f-s-142 {
  font-size: 14.2rem !important;
}

.f-s-143 {
  font-size: 14.3rem !important;
}

.f-s-144 {
  font-size: 14.4rem !important;
}

.f-s-145 {
  font-size: 14.5rem !important;
}

.f-s-146 {
  font-size: 14.6rem !important;
}

.f-s-147 {
  font-size: 14.7rem !important;
}

.f-s-148 {
  font-size: 14.8rem !important;
}

.f-s-149 {
  font-size: 14.9rem !important;
}

.f-s-150 {
  font-size: 15rem !important;
}

.f-s-151 {
  font-size: 15.1rem !important;
}

.f-s-152 {
  font-size: 15.2rem !important;
}

.f-s-153 {
  font-size: 15.3rem !important;
}

.f-s-154 {
  font-size: 15.4rem !important;
}

.f-s-155 {
  font-size: 15.5rem !important;
}

.f-s-156 {
  font-size: 15.6rem !important;
}

.f-s-157 {
  font-size: 15.7rem !important;
}

.f-s-158 {
  font-size: 15.8rem !important;
}

.f-s-159 {
  font-size: 15.9rem !important;
}

.f-s-160 {
  font-size: 16rem !important;
}

.f-s-161 {
  font-size: 16.1rem !important;
}

.f-s-162 {
  font-size: 16.2rem !important;
}

.f-s-163 {
  font-size: 16.3rem !important;
}

.f-s-164 {
  font-size: 16.4rem !important;
}

.f-s-165 {
  font-size: 16.5rem !important;
}

.f-s-166 {
  font-size: 16.6rem !important;
}

.f-s-167 {
  font-size: 16.7rem !important;
}

.f-s-168 {
  font-size: 16.8rem !important;
}

.f-s-169 {
  font-size: 16.9rem !important;
}

.f-s-170 {
  font-size: 17rem !important;
}

.f-s-171 {
  font-size: 17.1rem !important;
}

.f-s-172 {
  font-size: 17.2rem !important;
}

.f-s-173 {
  font-size: 17.3rem !important;
}

.f-s-174 {
  font-size: 17.4rem !important;
}

.f-s-175 {
  font-size: 17.5rem !important;
}

.f-s-176 {
  font-size: 17.6rem !important;
}

.f-s-177 {
  font-size: 17.7rem !important;
}

.f-s-178 {
  font-size: 17.8rem !important;
}

.f-s-179 {
  font-size: 17.9rem !important;
}

.f-s-180 {
  font-size: 18rem !important;
}

.f-s-181 {
  font-size: 18.1rem !important;
}

.f-s-182 {
  font-size: 18.2rem !important;
}

.f-s-183 {
  font-size: 18.3rem !important;
}

.f-s-184 {
  font-size: 18.4rem !important;
}

.f-s-185 {
  font-size: 18.5rem !important;
}

.f-s-186 {
  font-size: 18.6rem !important;
}

.f-s-187 {
  font-size: 18.7rem !important;
}

.f-s-188 {
  font-size: 18.8rem !important;
}

.f-s-189 {
  font-size: 18.9rem !important;
}

.f-s-190 {
  font-size: 19rem !important;
}

.f-s-191 {
  font-size: 19.1rem !important;
}

.f-s-192 {
  font-size: 19.2rem !important;
}

.f-s-193 {
  font-size: 19.3rem !important;
}

.f-s-194 {
  font-size: 19.4rem !important;
}

.f-s-195 {
  font-size: 19.5rem !important;
}

.f-s-196 {
  font-size: 19.6rem !important;
}

.f-s-197 {
  font-size: 19.7rem !important;
}

.f-s-198 {
  font-size: 19.8rem !important;
}

.f-s-199 {
  font-size: 19.9rem !important;
}

.f-s-200 {
  font-size: 20rem !important;
}

.f-s-201 {
  font-size: 20.1rem !important;
}

.f-s-202 {
  font-size: 20.2rem !important;
}

.f-s-203 {
  font-size: 20.3rem !important;
}

.f-s-204 {
  font-size: 20.4rem !important;
}

.f-s-205 {
  font-size: 20.5rem !important;
}

.f-s-206 {
  font-size: 20.6rem !important;
}

.f-s-207 {
  font-size: 20.7rem !important;
}

.f-s-208 {
  font-size: 20.8rem !important;
}

.f-s-209 {
  font-size: 20.9rem !important;
}

.f-s-210 {
  font-size: 21rem !important;
}

.f-s-211 {
  font-size: 21.1rem !important;
}

.f-s-212 {
  font-size: 21.2rem !important;
}

.f-s-213 {
  font-size: 21.3rem !important;
}

.f-s-214 {
  font-size: 21.4rem !important;
}

.f-s-215 {
  font-size: 21.5rem !important;
}

.f-s-216 {
  font-size: 21.6rem !important;
}

.f-s-217 {
  font-size: 21.7rem !important;
}

.f-s-218 {
  font-size: 21.8rem !important;
}

.f-s-219 {
  font-size: 21.9rem !important;
}

.f-s-220 {
  font-size: 22rem !important;
}

.f-s-221 {
  font-size: 22.1rem !important;
}

.f-s-222 {
  font-size: 22.2rem !important;
}

.f-s-223 {
  font-size: 22.3rem !important;
}

.f-s-224 {
  font-size: 22.4rem !important;
}

.f-s-225 {
  font-size: 22.5rem !important;
}

.f-s-226 {
  font-size: 22.6rem !important;
}

.f-s-227 {
  font-size: 22.7rem !important;
}

.f-s-228 {
  font-size: 22.8rem !important;
}

.f-s-229 {
  font-size: 22.9rem !important;
}

.f-s-230 {
  font-size: 23rem !important;
}

.f-s-231 {
  font-size: 23.1rem !important;
}

.f-s-232 {
  font-size: 23.2rem !important;
}

.f-s-233 {
  font-size: 23.3rem !important;
}

.f-s-234 {
  font-size: 23.4rem !important;
}

.f-s-235 {
  font-size: 23.5rem !important;
}

.f-s-236 {
  font-size: 23.6rem !important;
}

.f-s-237 {
  font-size: 23.7rem !important;
}

.f-s-238 {
  font-size: 23.8rem !important;
}

.f-s-239 {
  font-size: 23.9rem !important;
}

.f-s-240 {
  font-size: 24rem !important;
}

.f-s-241 {
  font-size: 24.1rem !important;
}

.f-s-242 {
  font-size: 24.2rem !important;
}

.f-s-243 {
  font-size: 24.3rem !important;
}

.f-s-244 {
  font-size: 24.4rem !important;
}

.f-s-245 {
  font-size: 24.5rem !important;
}

.f-s-246 {
  font-size: 24.6rem !important;
}

.f-s-247 {
  font-size: 24.7rem !important;
}

.f-s-248 {
  font-size: 24.8rem !important;
}

.f-s-249 {
  font-size: 24.9rem !important;
}

.f-s-250 {
  font-size: 25rem !important;
}

/**
 * @media screen and (min-width: xs) {}
 * @media screen and (min-width: sm) {}
 * @media screen and (min-width: md) {}
 * @media screen and (min-width: lg) {}
 * @media screen and (min-width: xl) {}
 * @media screen and (min-width: xxl) {}
 * @media screen and (min-width: xlst) {}
 */

@media screen and (min-width: 480px) {
  .f-s-xs-0 {
    font-size: 0rem !important;
  }

  .f-s-xs-1 {
    font-size: 0.1rem !important;
  }

  .f-s-xs-2 {
    font-size: 0.2rem !important;
  }

  .f-s-xs-3 {
    font-size: 0.3rem !important;
  }

  .f-s-xs-4 {
    font-size: 0.4rem !important;
  }

  .f-s-xs-5 {
    font-size: 0.5rem !important;
  }

  .f-s-xs-6 {
    font-size: 0.6rem !important;
  }

  .f-s-xs-7 {
    font-size: 0.7rem !important;
  }

  .f-s-xs-8 {
    font-size: 0.8rem !important;
  }

  .f-s-xs-9 {
    font-size: 0.9rem !important;
  }

  .f-s-xs-10 {
    font-size: 1rem !important;
  }

  .f-s-xs-11 {
    font-size: 1.1rem !important;
  }

  .f-s-xs-12 {
    font-size: 1.2rem !important;
  }

  .f-s-xs-13 {
    font-size: 1.3rem !important;
  }

  .f-s-xs-14 {
    font-size: 1.4rem !important;
  }

  .f-s-xs-15 {
    font-size: 1.5rem !important;
  }

  .f-s-xs-16 {
    font-size: 1.6rem !important;
  }

  .f-s-xs-17 {
    font-size: 1.7rem !important;
  }

  .f-s-xs-18 {
    font-size: 1.8rem !important;
  }

  .f-s-xs-19 {
    font-size: 1.9rem !important;
  }

  .f-s-xs-20 {
    font-size: 2rem !important;
  }

  .f-s-xs-21 {
    font-size: 2.1rem !important;
  }

  .f-s-xs-22 {
    font-size: 2.2rem !important;
  }

  .f-s-xs-23 {
    font-size: 2.3rem !important;
  }

  .f-s-xs-24 {
    font-size: 2.4rem !important;
  }

  .f-s-xs-25 {
    font-size: 2.5rem !important;
  }

  .f-s-xs-26 {
    font-size: 2.6rem !important;
  }

  .f-s-xs-27 {
    font-size: 2.7rem !important;
  }

  .f-s-xs-28 {
    font-size: 2.8rem !important;
  }

  .f-s-xs-29 {
    font-size: 2.9rem !important;
  }

  .f-s-xs-30 {
    font-size: 3rem !important;
  }

  .f-s-xs-31 {
    font-size: 3.1rem !important;
  }

  .f-s-xs-32 {
    font-size: 3.2rem !important;
  }

  .f-s-xs-33 {
    font-size: 3.3rem !important;
  }

  .f-s-xs-34 {
    font-size: 3.4rem !important;
  }

  .f-s-xs-35 {
    font-size: 3.5rem !important;
  }

  .f-s-xs-36 {
    font-size: 3.6rem !important;
  }

  .f-s-xs-37 {
    font-size: 3.7rem !important;
  }

  .f-s-xs-38 {
    font-size: 3.8rem !important;
  }

  .f-s-xs-39 {
    font-size: 3.9rem !important;
  }

  .f-s-xs-40 {
    font-size: 4rem !important;
  }

  .f-s-xs-41 {
    font-size: 4.1rem !important;
  }

  .f-s-xs-42 {
    font-size: 4.2rem !important;
  }

  .f-s-xs-43 {
    font-size: 4.3rem !important;
  }

  .f-s-xs-44 {
    font-size: 4.4rem !important;
  }

  .f-s-xs-45 {
    font-size: 4.5rem !important;
  }

  .f-s-xs-46 {
    font-size: 4.6rem !important;
  }

  .f-s-xs-47 {
    font-size: 4.7rem !important;
  }

  .f-s-xs-48 {
    font-size: 4.8rem !important;
  }

  .f-s-xs-49 {
    font-size: 4.9rem !important;
  }

  .f-s-xs-50 {
    font-size: 5rem !important;
  }

  .f-s-xs-51 {
    font-size: 5.1rem !important;
  }

  .f-s-xs-52 {
    font-size: 5.2rem !important;
  }

  .f-s-xs-53 {
    font-size: 5.3rem !important;
  }

  .f-s-xs-54 {
    font-size: 5.4rem !important;
  }

  .f-s-xs-55 {
    font-size: 5.5rem !important;
  }

  .f-s-xs-56 {
    font-size: 5.6rem !important;
  }

  .f-s-xs-57 {
    font-size: 5.7rem !important;
  }

  .f-s-xs-58 {
    font-size: 5.8rem !important;
  }

  .f-s-xs-59 {
    font-size: 5.9rem !important;
  }

  .f-s-xs-60 {
    font-size: 6rem !important;
  }

  .f-s-xs-61 {
    font-size: 6.1rem !important;
  }

  .f-s-xs-62 {
    font-size: 6.2rem !important;
  }

  .f-s-xs-63 {
    font-size: 6.3rem !important;
  }

  .f-s-xs-64 {
    font-size: 6.4rem !important;
  }

  .f-s-xs-65 {
    font-size: 6.5rem !important;
  }

  .f-s-xs-66 {
    font-size: 6.6rem !important;
  }

  .f-s-xs-67 {
    font-size: 6.7rem !important;
  }

  .f-s-xs-68 {
    font-size: 6.8rem !important;
  }

  .f-s-xs-69 {
    font-size: 6.9rem !important;
  }

  .f-s-xs-70 {
    font-size: 7rem !important;
  }

  .f-s-xs-71 {
    font-size: 7.1rem !important;
  }

  .f-s-xs-72 {
    font-size: 7.2rem !important;
  }

  .f-s-xs-73 {
    font-size: 7.3rem !important;
  }

  .f-s-xs-74 {
    font-size: 7.4rem !important;
  }

  .f-s-xs-75 {
    font-size: 7.5rem !important;
  }

  .f-s-xs-76 {
    font-size: 7.6rem !important;
  }

  .f-s-xs-77 {
    font-size: 7.7rem !important;
  }

  .f-s-xs-78 {
    font-size: 7.8rem !important;
  }

  .f-s-xs-79 {
    font-size: 7.9rem !important;
  }

  .f-s-xs-80 {
    font-size: 8rem !important;
  }

  .f-s-xs-81 {
    font-size: 8.1rem !important;
  }

  .f-s-xs-82 {
    font-size: 8.2rem !important;
  }

  .f-s-xs-83 {
    font-size: 8.3rem !important;
  }

  .f-s-xs-84 {
    font-size: 8.4rem !important;
  }

  .f-s-xs-85 {
    font-size: 8.5rem !important;
  }

  .f-s-xs-86 {
    font-size: 8.6rem !important;
  }

  .f-s-xs-87 {
    font-size: 8.7rem !important;
  }

  .f-s-xs-88 {
    font-size: 8.8rem !important;
  }

  .f-s-xs-89 {
    font-size: 8.9rem !important;
  }

  .f-s-xs-90 {
    font-size: 9rem !important;
  }

  .f-s-xs-91 {
    font-size: 9.1rem !important;
  }

  .f-s-xs-92 {
    font-size: 9.2rem !important;
  }

  .f-s-xs-93 {
    font-size: 9.3rem !important;
  }

  .f-s-xs-94 {
    font-size: 9.4rem !important;
  }

  .f-s-xs-95 {
    font-size: 9.5rem !important;
  }

  .f-s-xs-96 {
    font-size: 9.6rem !important;
  }

  .f-s-xs-97 {
    font-size: 9.7rem !important;
  }

  .f-s-xs-98 {
    font-size: 9.8rem !important;
  }

  .f-s-xs-99 {
    font-size: 9.9rem !important;
  }

  .f-s-xs-100 {
    font-size: 10rem !important;
  }

  .f-s-xs-101 {
    font-size: 10.1rem !important;
  }

  .f-s-xs-102 {
    font-size: 10.2rem !important;
  }

  .f-s-xs-103 {
    font-size: 10.3rem !important;
  }

  .f-s-xs-104 {
    font-size: 10.4rem !important;
  }

  .f-s-xs-105 {
    font-size: 10.5rem !important;
  }

  .f-s-xs-106 {
    font-size: 10.6rem !important;
  }

  .f-s-xs-107 {
    font-size: 10.7rem !important;
  }

  .f-s-xs-108 {
    font-size: 10.8rem !important;
  }

  .f-s-xs-109 {
    font-size: 10.9rem !important;
  }

  .f-s-xs-110 {
    font-size: 11rem !important;
  }

  .f-s-xs-111 {
    font-size: 11.1rem !important;
  }

  .f-s-xs-112 {
    font-size: 11.2rem !important;
  }

  .f-s-xs-113 {
    font-size: 11.3rem !important;
  }

  .f-s-xs-114 {
    font-size: 11.4rem !important;
  }

  .f-s-xs-115 {
    font-size: 11.5rem !important;
  }

  .f-s-xs-116 {
    font-size: 11.6rem !important;
  }

  .f-s-xs-117 {
    font-size: 11.7rem !important;
  }

  .f-s-xs-118 {
    font-size: 11.8rem !important;
  }

  .f-s-xs-119 {
    font-size: 11.9rem !important;
  }

  .f-s-xs-120 {
    font-size: 12rem !important;
  }

  .f-s-xs-121 {
    font-size: 12.1rem !important;
  }

  .f-s-xs-122 {
    font-size: 12.2rem !important;
  }

  .f-s-xs-123 {
    font-size: 12.3rem !important;
  }

  .f-s-xs-124 {
    font-size: 12.4rem !important;
  }

  .f-s-xs-125 {
    font-size: 12.5rem !important;
  }

  .f-s-xs-126 {
    font-size: 12.6rem !important;
  }

  .f-s-xs-127 {
    font-size: 12.7rem !important;
  }

  .f-s-xs-128 {
    font-size: 12.8rem !important;
  }

  .f-s-xs-129 {
    font-size: 12.9rem !important;
  }

  .f-s-xs-130 {
    font-size: 13rem !important;
  }

  .f-s-xs-131 {
    font-size: 13.1rem !important;
  }

  .f-s-xs-132 {
    font-size: 13.2rem !important;
  }

  .f-s-xs-133 {
    font-size: 13.3rem !important;
  }

  .f-s-xs-134 {
    font-size: 13.4rem !important;
  }

  .f-s-xs-135 {
    font-size: 13.5rem !important;
  }

  .f-s-xs-136 {
    font-size: 13.6rem !important;
  }

  .f-s-xs-137 {
    font-size: 13.7rem !important;
  }

  .f-s-xs-138 {
    font-size: 13.8rem !important;
  }

  .f-s-xs-139 {
    font-size: 13.9rem !important;
  }

  .f-s-xs-140 {
    font-size: 14rem !important;
  }

  .f-s-xs-141 {
    font-size: 14.1rem !important;
  }

  .f-s-xs-142 {
    font-size: 14.2rem !important;
  }

  .f-s-xs-143 {
    font-size: 14.3rem !important;
  }

  .f-s-xs-144 {
    font-size: 14.4rem !important;
  }

  .f-s-xs-145 {
    font-size: 14.5rem !important;
  }

  .f-s-xs-146 {
    font-size: 14.6rem !important;
  }

  .f-s-xs-147 {
    font-size: 14.7rem !important;
  }

  .f-s-xs-148 {
    font-size: 14.8rem !important;
  }

  .f-s-xs-149 {
    font-size: 14.9rem !important;
  }

  .f-s-xs-150 {
    font-size: 15rem !important;
  }

  .f-s-xs-151 {
    font-size: 15.1rem !important;
  }

  .f-s-xs-152 {
    font-size: 15.2rem !important;
  }

  .f-s-xs-153 {
    font-size: 15.3rem !important;
  }

  .f-s-xs-154 {
    font-size: 15.4rem !important;
  }

  .f-s-xs-155 {
    font-size: 15.5rem !important;
  }

  .f-s-xs-156 {
    font-size: 15.6rem !important;
  }

  .f-s-xs-157 {
    font-size: 15.7rem !important;
  }

  .f-s-xs-158 {
    font-size: 15.8rem !important;
  }

  .f-s-xs-159 {
    font-size: 15.9rem !important;
  }

  .f-s-xs-160 {
    font-size: 16rem !important;
  }

  .f-s-xs-161 {
    font-size: 16.1rem !important;
  }

  .f-s-xs-162 {
    font-size: 16.2rem !important;
  }

  .f-s-xs-163 {
    font-size: 16.3rem !important;
  }

  .f-s-xs-164 {
    font-size: 16.4rem !important;
  }

  .f-s-xs-165 {
    font-size: 16.5rem !important;
  }

  .f-s-xs-166 {
    font-size: 16.6rem !important;
  }

  .f-s-xs-167 {
    font-size: 16.7rem !important;
  }

  .f-s-xs-168 {
    font-size: 16.8rem !important;
  }

  .f-s-xs-169 {
    font-size: 16.9rem !important;
  }

  .f-s-xs-170 {
    font-size: 17rem !important;
  }

  .f-s-xs-171 {
    font-size: 17.1rem !important;
  }

  .f-s-xs-172 {
    font-size: 17.2rem !important;
  }

  .f-s-xs-173 {
    font-size: 17.3rem !important;
  }

  .f-s-xs-174 {
    font-size: 17.4rem !important;
  }

  .f-s-xs-175 {
    font-size: 17.5rem !important;
  }

  .f-s-xs-176 {
    font-size: 17.6rem !important;
  }

  .f-s-xs-177 {
    font-size: 17.7rem !important;
  }

  .f-s-xs-178 {
    font-size: 17.8rem !important;
  }

  .f-s-xs-179 {
    font-size: 17.9rem !important;
  }

  .f-s-xs-180 {
    font-size: 18rem !important;
  }

  .f-s-xs-181 {
    font-size: 18.1rem !important;
  }

  .f-s-xs-182 {
    font-size: 18.2rem !important;
  }

  .f-s-xs-183 {
    font-size: 18.3rem !important;
  }

  .f-s-xs-184 {
    font-size: 18.4rem !important;
  }

  .f-s-xs-185 {
    font-size: 18.5rem !important;
  }

  .f-s-xs-186 {
    font-size: 18.6rem !important;
  }

  .f-s-xs-187 {
    font-size: 18.7rem !important;
  }

  .f-s-xs-188 {
    font-size: 18.8rem !important;
  }

  .f-s-xs-189 {
    font-size: 18.9rem !important;
  }

  .f-s-xs-190 {
    font-size: 19rem !important;
  }

  .f-s-xs-191 {
    font-size: 19.1rem !important;
  }

  .f-s-xs-192 {
    font-size: 19.2rem !important;
  }

  .f-s-xs-193 {
    font-size: 19.3rem !important;
  }

  .f-s-xs-194 {
    font-size: 19.4rem !important;
  }

  .f-s-xs-195 {
    font-size: 19.5rem !important;
  }

  .f-s-xs-196 {
    font-size: 19.6rem !important;
  }

  .f-s-xs-197 {
    font-size: 19.7rem !important;
  }

  .f-s-xs-198 {
    font-size: 19.8rem !important;
  }

  .f-s-xs-199 {
    font-size: 19.9rem !important;
  }

  .f-s-xs-200 {
    font-size: 20rem !important;
  }

  .f-s-xs-201 {
    font-size: 20.1rem !important;
  }

  .f-s-xs-202 {
    font-size: 20.2rem !important;
  }

  .f-s-xs-203 {
    font-size: 20.3rem !important;
  }

  .f-s-xs-204 {
    font-size: 20.4rem !important;
  }

  .f-s-xs-205 {
    font-size: 20.5rem !important;
  }

  .f-s-xs-206 {
    font-size: 20.6rem !important;
  }

  .f-s-xs-207 {
    font-size: 20.7rem !important;
  }

  .f-s-xs-208 {
    font-size: 20.8rem !important;
  }

  .f-s-xs-209 {
    font-size: 20.9rem !important;
  }

  .f-s-xs-210 {
    font-size: 21rem !important;
  }

  .f-s-xs-211 {
    font-size: 21.1rem !important;
  }

  .f-s-xs-212 {
    font-size: 21.2rem !important;
  }

  .f-s-xs-213 {
    font-size: 21.3rem !important;
  }

  .f-s-xs-214 {
    font-size: 21.4rem !important;
  }

  .f-s-xs-215 {
    font-size: 21.5rem !important;
  }

  .f-s-xs-216 {
    font-size: 21.6rem !important;
  }

  .f-s-xs-217 {
    font-size: 21.7rem !important;
  }

  .f-s-xs-218 {
    font-size: 21.8rem !important;
  }

  .f-s-xs-219 {
    font-size: 21.9rem !important;
  }

  .f-s-xs-220 {
    font-size: 22rem !important;
  }

  .f-s-xs-221 {
    font-size: 22.1rem !important;
  }

  .f-s-xs-222 {
    font-size: 22.2rem !important;
  }

  .f-s-xs-223 {
    font-size: 22.3rem !important;
  }

  .f-s-xs-224 {
    font-size: 22.4rem !important;
  }

  .f-s-xs-225 {
    font-size: 22.5rem !important;
  }

  .f-s-xs-226 {
    font-size: 22.6rem !important;
  }

  .f-s-xs-227 {
    font-size: 22.7rem !important;
  }

  .f-s-xs-228 {
    font-size: 22.8rem !important;
  }

  .f-s-xs-229 {
    font-size: 22.9rem !important;
  }

  .f-s-xs-230 {
    font-size: 23rem !important;
  }

  .f-s-xs-231 {
    font-size: 23.1rem !important;
  }

  .f-s-xs-232 {
    font-size: 23.2rem !important;
  }

  .f-s-xs-233 {
    font-size: 23.3rem !important;
  }

  .f-s-xs-234 {
    font-size: 23.4rem !important;
  }

  .f-s-xs-235 {
    font-size: 23.5rem !important;
  }

  .f-s-xs-236 {
    font-size: 23.6rem !important;
  }

  .f-s-xs-237 {
    font-size: 23.7rem !important;
  }

  .f-s-xs-238 {
    font-size: 23.8rem !important;
  }

  .f-s-xs-239 {
    font-size: 23.9rem !important;
  }

  .f-s-xs-240 {
    font-size: 24rem !important;
  }

  .f-s-xs-241 {
    font-size: 24.1rem !important;
  }

  .f-s-xs-242 {
    font-size: 24.2rem !important;
  }

  .f-s-xs-243 {
    font-size: 24.3rem !important;
  }

  .f-s-xs-244 {
    font-size: 24.4rem !important;
  }

  .f-s-xs-245 {
    font-size: 24.5rem !important;
  }

  .f-s-xs-246 {
    font-size: 24.6rem !important;
  }

  .f-s-xs-247 {
    font-size: 24.7rem !important;
  }

  .f-s-xs-248 {
    font-size: 24.8rem !important;
  }

  .f-s-xs-249 {
    font-size: 24.9rem !important;
  }

  .f-s-xs-250 {
    font-size: 25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .f-s-sm-0 {
    font-size: 0rem !important;
  }

  .f-s-sm-1 {
    font-size: 0.1rem !important;
  }

  .f-s-sm-2 {
    font-size: 0.2rem !important;
  }

  .f-s-sm-3 {
    font-size: 0.3rem !important;
  }

  .f-s-sm-4 {
    font-size: 0.4rem !important;
  }

  .f-s-sm-5 {
    font-size: 0.5rem !important;
  }

  .f-s-sm-6 {
    font-size: 0.6rem !important;
  }

  .f-s-sm-7 {
    font-size: 0.7rem !important;
  }

  .f-s-sm-8 {
    font-size: 0.8rem !important;
  }

  .f-s-sm-9 {
    font-size: 0.9rem !important;
  }

  .f-s-sm-10 {
    font-size: 1rem !important;
  }

  .f-s-sm-11 {
    font-size: 1.1rem !important;
  }

  .f-s-sm-12 {
    font-size: 1.2rem !important;
  }

  .f-s-sm-13 {
    font-size: 1.3rem !important;
  }

  .f-s-sm-14 {
    font-size: 1.4rem !important;
  }

  .f-s-sm-15 {
    font-size: 1.5rem !important;
  }

  .f-s-sm-16 {
    font-size: 1.6rem !important;
  }

  .f-s-sm-17 {
    font-size: 1.7rem !important;
  }

  .f-s-sm-18 {
    font-size: 1.8rem !important;
  }

  .f-s-sm-19 {
    font-size: 1.9rem !important;
  }

  .f-s-sm-20 {
    font-size: 2rem !important;
  }

  .f-s-sm-21 {
    font-size: 2.1rem !important;
  }

  .f-s-sm-22 {
    font-size: 2.2rem !important;
  }

  .f-s-sm-23 {
    font-size: 2.3rem !important;
  }

  .f-s-sm-24 {
    font-size: 2.4rem !important;
  }

  .f-s-sm-25 {
    font-size: 2.5rem !important;
  }

  .f-s-sm-26 {
    font-size: 2.6rem !important;
  }

  .f-s-sm-27 {
    font-size: 2.7rem !important;
  }

  .f-s-sm-28 {
    font-size: 2.8rem !important;
  }

  .f-s-sm-29 {
    font-size: 2.9rem !important;
  }

  .f-s-sm-30 {
    font-size: 3rem !important;
  }

  .f-s-sm-31 {
    font-size: 3.1rem !important;
  }

  .f-s-sm-32 {
    font-size: 3.2rem !important;
  }

  .f-s-sm-33 {
    font-size: 3.3rem !important;
  }

  .f-s-sm-34 {
    font-size: 3.4rem !important;
  }

  .f-s-sm-35 {
    font-size: 3.5rem !important;
  }

  .f-s-sm-36 {
    font-size: 3.6rem !important;
  }

  .f-s-sm-37 {
    font-size: 3.7rem !important;
  }

  .f-s-sm-38 {
    font-size: 3.8rem !important;
  }

  .f-s-sm-39 {
    font-size: 3.9rem !important;
  }

  .f-s-sm-40 {
    font-size: 4rem !important;
  }

  .f-s-sm-41 {
    font-size: 4.1rem !important;
  }

  .f-s-sm-42 {
    font-size: 4.2rem !important;
  }

  .f-s-sm-43 {
    font-size: 4.3rem !important;
  }

  .f-s-sm-44 {
    font-size: 4.4rem !important;
  }

  .f-s-sm-45 {
    font-size: 4.5rem !important;
  }

  .f-s-sm-46 {
    font-size: 4.6rem !important;
  }

  .f-s-sm-47 {
    font-size: 4.7rem !important;
  }

  .f-s-sm-48 {
    font-size: 4.8rem !important;
  }

  .f-s-sm-49 {
    font-size: 4.9rem !important;
  }

  .f-s-sm-50 {
    font-size: 5rem !important;
  }

  .f-s-sm-51 {
    font-size: 5.1rem !important;
  }

  .f-s-sm-52 {
    font-size: 5.2rem !important;
  }

  .f-s-sm-53 {
    font-size: 5.3rem !important;
  }

  .f-s-sm-54 {
    font-size: 5.4rem !important;
  }

  .f-s-sm-55 {
    font-size: 5.5rem !important;
  }

  .f-s-sm-56 {
    font-size: 5.6rem !important;
  }

  .f-s-sm-57 {
    font-size: 5.7rem !important;
  }

  .f-s-sm-58 {
    font-size: 5.8rem !important;
  }

  .f-s-sm-59 {
    font-size: 5.9rem !important;
  }

  .f-s-sm-60 {
    font-size: 6rem !important;
  }

  .f-s-sm-61 {
    font-size: 6.1rem !important;
  }

  .f-s-sm-62 {
    font-size: 6.2rem !important;
  }

  .f-s-sm-63 {
    font-size: 6.3rem !important;
  }

  .f-s-sm-64 {
    font-size: 6.4rem !important;
  }

  .f-s-sm-65 {
    font-size: 6.5rem !important;
  }

  .f-s-sm-66 {
    font-size: 6.6rem !important;
  }

  .f-s-sm-67 {
    font-size: 6.7rem !important;
  }

  .f-s-sm-68 {
    font-size: 6.8rem !important;
  }

  .f-s-sm-69 {
    font-size: 6.9rem !important;
  }

  .f-s-sm-70 {
    font-size: 7rem !important;
  }

  .f-s-sm-71 {
    font-size: 7.1rem !important;
  }

  .f-s-sm-72 {
    font-size: 7.2rem !important;
  }

  .f-s-sm-73 {
    font-size: 7.3rem !important;
  }

  .f-s-sm-74 {
    font-size: 7.4rem !important;
  }

  .f-s-sm-75 {
    font-size: 7.5rem !important;
  }

  .f-s-sm-76 {
    font-size: 7.6rem !important;
  }

  .f-s-sm-77 {
    font-size: 7.7rem !important;
  }

  .f-s-sm-78 {
    font-size: 7.8rem !important;
  }

  .f-s-sm-79 {
    font-size: 7.9rem !important;
  }

  .f-s-sm-80 {
    font-size: 8rem !important;
  }

  .f-s-sm-81 {
    font-size: 8.1rem !important;
  }

  .f-s-sm-82 {
    font-size: 8.2rem !important;
  }

  .f-s-sm-83 {
    font-size: 8.3rem !important;
  }

  .f-s-sm-84 {
    font-size: 8.4rem !important;
  }

  .f-s-sm-85 {
    font-size: 8.5rem !important;
  }

  .f-s-sm-86 {
    font-size: 8.6rem !important;
  }

  .f-s-sm-87 {
    font-size: 8.7rem !important;
  }

  .f-s-sm-88 {
    font-size: 8.8rem !important;
  }

  .f-s-sm-89 {
    font-size: 8.9rem !important;
  }

  .f-s-sm-90 {
    font-size: 9rem !important;
  }

  .f-s-sm-91 {
    font-size: 9.1rem !important;
  }

  .f-s-sm-92 {
    font-size: 9.2rem !important;
  }

  .f-s-sm-93 {
    font-size: 9.3rem !important;
  }

  .f-s-sm-94 {
    font-size: 9.4rem !important;
  }

  .f-s-sm-95 {
    font-size: 9.5rem !important;
  }

  .f-s-sm-96 {
    font-size: 9.6rem !important;
  }

  .f-s-sm-97 {
    font-size: 9.7rem !important;
  }

  .f-s-sm-98 {
    font-size: 9.8rem !important;
  }

  .f-s-sm-99 {
    font-size: 9.9rem !important;
  }

  .f-s-sm-100 {
    font-size: 10rem !important;
  }

  .f-s-sm-101 {
    font-size: 10.1rem !important;
  }

  .f-s-sm-102 {
    font-size: 10.2rem !important;
  }

  .f-s-sm-103 {
    font-size: 10.3rem !important;
  }

  .f-s-sm-104 {
    font-size: 10.4rem !important;
  }

  .f-s-sm-105 {
    font-size: 10.5rem !important;
  }

  .f-s-sm-106 {
    font-size: 10.6rem !important;
  }

  .f-s-sm-107 {
    font-size: 10.7rem !important;
  }

  .f-s-sm-108 {
    font-size: 10.8rem !important;
  }

  .f-s-sm-109 {
    font-size: 10.9rem !important;
  }

  .f-s-sm-110 {
    font-size: 11rem !important;
  }

  .f-s-sm-111 {
    font-size: 11.1rem !important;
  }

  .f-s-sm-112 {
    font-size: 11.2rem !important;
  }

  .f-s-sm-113 {
    font-size: 11.3rem !important;
  }

  .f-s-sm-114 {
    font-size: 11.4rem !important;
  }

  .f-s-sm-115 {
    font-size: 11.5rem !important;
  }

  .f-s-sm-116 {
    font-size: 11.6rem !important;
  }

  .f-s-sm-117 {
    font-size: 11.7rem !important;
  }

  .f-s-sm-118 {
    font-size: 11.8rem !important;
  }

  .f-s-sm-119 {
    font-size: 11.9rem !important;
  }

  .f-s-sm-120 {
    font-size: 12rem !important;
  }

  .f-s-sm-121 {
    font-size: 12.1rem !important;
  }

  .f-s-sm-122 {
    font-size: 12.2rem !important;
  }

  .f-s-sm-123 {
    font-size: 12.3rem !important;
  }

  .f-s-sm-124 {
    font-size: 12.4rem !important;
  }

  .f-s-sm-125 {
    font-size: 12.5rem !important;
  }

  .f-s-sm-126 {
    font-size: 12.6rem !important;
  }

  .f-s-sm-127 {
    font-size: 12.7rem !important;
  }

  .f-s-sm-128 {
    font-size: 12.8rem !important;
  }

  .f-s-sm-129 {
    font-size: 12.9rem !important;
  }

  .f-s-sm-130 {
    font-size: 13rem !important;
  }

  .f-s-sm-131 {
    font-size: 13.1rem !important;
  }

  .f-s-sm-132 {
    font-size: 13.2rem !important;
  }

  .f-s-sm-133 {
    font-size: 13.3rem !important;
  }

  .f-s-sm-134 {
    font-size: 13.4rem !important;
  }

  .f-s-sm-135 {
    font-size: 13.5rem !important;
  }

  .f-s-sm-136 {
    font-size: 13.6rem !important;
  }

  .f-s-sm-137 {
    font-size: 13.7rem !important;
  }

  .f-s-sm-138 {
    font-size: 13.8rem !important;
  }

  .f-s-sm-139 {
    font-size: 13.9rem !important;
  }

  .f-s-sm-140 {
    font-size: 14rem !important;
  }

  .f-s-sm-141 {
    font-size: 14.1rem !important;
  }

  .f-s-sm-142 {
    font-size: 14.2rem !important;
  }

  .f-s-sm-143 {
    font-size: 14.3rem !important;
  }

  .f-s-sm-144 {
    font-size: 14.4rem !important;
  }

  .f-s-sm-145 {
    font-size: 14.5rem !important;
  }

  .f-s-sm-146 {
    font-size: 14.6rem !important;
  }

  .f-s-sm-147 {
    font-size: 14.7rem !important;
  }

  .f-s-sm-148 {
    font-size: 14.8rem !important;
  }

  .f-s-sm-149 {
    font-size: 14.9rem !important;
  }

  .f-s-sm-150 {
    font-size: 15rem !important;
  }

  .f-s-sm-151 {
    font-size: 15.1rem !important;
  }

  .f-s-sm-152 {
    font-size: 15.2rem !important;
  }

  .f-s-sm-153 {
    font-size: 15.3rem !important;
  }

  .f-s-sm-154 {
    font-size: 15.4rem !important;
  }

  .f-s-sm-155 {
    font-size: 15.5rem !important;
  }

  .f-s-sm-156 {
    font-size: 15.6rem !important;
  }

  .f-s-sm-157 {
    font-size: 15.7rem !important;
  }

  .f-s-sm-158 {
    font-size: 15.8rem !important;
  }

  .f-s-sm-159 {
    font-size: 15.9rem !important;
  }

  .f-s-sm-160 {
    font-size: 16rem !important;
  }

  .f-s-sm-161 {
    font-size: 16.1rem !important;
  }

  .f-s-sm-162 {
    font-size: 16.2rem !important;
  }

  .f-s-sm-163 {
    font-size: 16.3rem !important;
  }

  .f-s-sm-164 {
    font-size: 16.4rem !important;
  }

  .f-s-sm-165 {
    font-size: 16.5rem !important;
  }

  .f-s-sm-166 {
    font-size: 16.6rem !important;
  }

  .f-s-sm-167 {
    font-size: 16.7rem !important;
  }

  .f-s-sm-168 {
    font-size: 16.8rem !important;
  }

  .f-s-sm-169 {
    font-size: 16.9rem !important;
  }

  .f-s-sm-170 {
    font-size: 17rem !important;
  }

  .f-s-sm-171 {
    font-size: 17.1rem !important;
  }

  .f-s-sm-172 {
    font-size: 17.2rem !important;
  }

  .f-s-sm-173 {
    font-size: 17.3rem !important;
  }

  .f-s-sm-174 {
    font-size: 17.4rem !important;
  }

  .f-s-sm-175 {
    font-size: 17.5rem !important;
  }

  .f-s-sm-176 {
    font-size: 17.6rem !important;
  }

  .f-s-sm-177 {
    font-size: 17.7rem !important;
  }

  .f-s-sm-178 {
    font-size: 17.8rem !important;
  }

  .f-s-sm-179 {
    font-size: 17.9rem !important;
  }

  .f-s-sm-180 {
    font-size: 18rem !important;
  }

  .f-s-sm-181 {
    font-size: 18.1rem !important;
  }

  .f-s-sm-182 {
    font-size: 18.2rem !important;
  }

  .f-s-sm-183 {
    font-size: 18.3rem !important;
  }

  .f-s-sm-184 {
    font-size: 18.4rem !important;
  }

  .f-s-sm-185 {
    font-size: 18.5rem !important;
  }

  .f-s-sm-186 {
    font-size: 18.6rem !important;
  }

  .f-s-sm-187 {
    font-size: 18.7rem !important;
  }

  .f-s-sm-188 {
    font-size: 18.8rem !important;
  }

  .f-s-sm-189 {
    font-size: 18.9rem !important;
  }

  .f-s-sm-190 {
    font-size: 19rem !important;
  }

  .f-s-sm-191 {
    font-size: 19.1rem !important;
  }

  .f-s-sm-192 {
    font-size: 19.2rem !important;
  }

  .f-s-sm-193 {
    font-size: 19.3rem !important;
  }

  .f-s-sm-194 {
    font-size: 19.4rem !important;
  }

  .f-s-sm-195 {
    font-size: 19.5rem !important;
  }

  .f-s-sm-196 {
    font-size: 19.6rem !important;
  }

  .f-s-sm-197 {
    font-size: 19.7rem !important;
  }

  .f-s-sm-198 {
    font-size: 19.8rem !important;
  }

  .f-s-sm-199 {
    font-size: 19.9rem !important;
  }

  .f-s-sm-200 {
    font-size: 20rem !important;
  }

  .f-s-sm-201 {
    font-size: 20.1rem !important;
  }

  .f-s-sm-202 {
    font-size: 20.2rem !important;
  }

  .f-s-sm-203 {
    font-size: 20.3rem !important;
  }

  .f-s-sm-204 {
    font-size: 20.4rem !important;
  }

  .f-s-sm-205 {
    font-size: 20.5rem !important;
  }

  .f-s-sm-206 {
    font-size: 20.6rem !important;
  }

  .f-s-sm-207 {
    font-size: 20.7rem !important;
  }

  .f-s-sm-208 {
    font-size: 20.8rem !important;
  }

  .f-s-sm-209 {
    font-size: 20.9rem !important;
  }

  .f-s-sm-210 {
    font-size: 21rem !important;
  }

  .f-s-sm-211 {
    font-size: 21.1rem !important;
  }

  .f-s-sm-212 {
    font-size: 21.2rem !important;
  }

  .f-s-sm-213 {
    font-size: 21.3rem !important;
  }

  .f-s-sm-214 {
    font-size: 21.4rem !important;
  }

  .f-s-sm-215 {
    font-size: 21.5rem !important;
  }

  .f-s-sm-216 {
    font-size: 21.6rem !important;
  }

  .f-s-sm-217 {
    font-size: 21.7rem !important;
  }

  .f-s-sm-218 {
    font-size: 21.8rem !important;
  }

  .f-s-sm-219 {
    font-size: 21.9rem !important;
  }

  .f-s-sm-220 {
    font-size: 22rem !important;
  }

  .f-s-sm-221 {
    font-size: 22.1rem !important;
  }

  .f-s-sm-222 {
    font-size: 22.2rem !important;
  }

  .f-s-sm-223 {
    font-size: 22.3rem !important;
  }

  .f-s-sm-224 {
    font-size: 22.4rem !important;
  }

  .f-s-sm-225 {
    font-size: 22.5rem !important;
  }

  .f-s-sm-226 {
    font-size: 22.6rem !important;
  }

  .f-s-sm-227 {
    font-size: 22.7rem !important;
  }

  .f-s-sm-228 {
    font-size: 22.8rem !important;
  }

  .f-s-sm-229 {
    font-size: 22.9rem !important;
  }

  .f-s-sm-230 {
    font-size: 23rem !important;
  }

  .f-s-sm-231 {
    font-size: 23.1rem !important;
  }

  .f-s-sm-232 {
    font-size: 23.2rem !important;
  }

  .f-s-sm-233 {
    font-size: 23.3rem !important;
  }

  .f-s-sm-234 {
    font-size: 23.4rem !important;
  }

  .f-s-sm-235 {
    font-size: 23.5rem !important;
  }

  .f-s-sm-236 {
    font-size: 23.6rem !important;
  }

  .f-s-sm-237 {
    font-size: 23.7rem !important;
  }

  .f-s-sm-238 {
    font-size: 23.8rem !important;
  }

  .f-s-sm-239 {
    font-size: 23.9rem !important;
  }

  .f-s-sm-240 {
    font-size: 24rem !important;
  }

  .f-s-sm-241 {
    font-size: 24.1rem !important;
  }

  .f-s-sm-242 {
    font-size: 24.2rem !important;
  }

  .f-s-sm-243 {
    font-size: 24.3rem !important;
  }

  .f-s-sm-244 {
    font-size: 24.4rem !important;
  }

  .f-s-sm-245 {
    font-size: 24.5rem !important;
  }

  .f-s-sm-246 {
    font-size: 24.6rem !important;
  }

  .f-s-sm-247 {
    font-size: 24.7rem !important;
  }

  .f-s-sm-248 {
    font-size: 24.8rem !important;
  }

  .f-s-sm-249 {
    font-size: 24.9rem !important;
  }

  .f-s-sm-250 {
    font-size: 25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .f-s-md-0 {
    font-size: 0rem !important;
  }

  .f-s-md-1 {
    font-size: 0.1rem !important;
  }

  .f-s-md-2 {
    font-size: 0.2rem !important;
  }

  .f-s-md-3 {
    font-size: 0.3rem !important;
  }

  .f-s-md-4 {
    font-size: 0.4rem !important;
  }

  .f-s-md-5 {
    font-size: 0.5rem !important;
  }

  .f-s-md-6 {
    font-size: 0.6rem !important;
  }

  .f-s-md-7 {
    font-size: 0.7rem !important;
  }

  .f-s-md-8 {
    font-size: 0.8rem !important;
  }

  .f-s-md-9 {
    font-size: 0.9rem !important;
  }

  .f-s-md-10 {
    font-size: 1rem !important;
  }

  .f-s-md-11 {
    font-size: 1.1rem !important;
  }

  .f-s-md-12 {
    font-size: 1.2rem !important;
  }

  .f-s-md-13 {
    font-size: 1.3rem !important;
  }

  .f-s-md-14 {
    font-size: 1.4rem !important;
  }

  .f-s-md-15 {
    font-size: 1.5rem !important;
  }

  .f-s-md-16 {
    font-size: 1.6rem !important;
  }

  .f-s-md-17 {
    font-size: 1.7rem !important;
  }

  .f-s-md-18 {
    font-size: 1.8rem !important;
  }

  .f-s-md-19 {
    font-size: 1.9rem !important;
  }

  .f-s-md-20 {
    font-size: 2rem !important;
  }

  .f-s-md-21 {
    font-size: 2.1rem !important;
  }

  .f-s-md-22 {
    font-size: 2.2rem !important;
  }

  .f-s-md-23 {
    font-size: 2.3rem !important;
  }

  .f-s-md-24 {
    font-size: 2.4rem !important;
  }

  .f-s-md-25 {
    font-size: 2.5rem !important;
  }

  .f-s-md-26 {
    font-size: 2.6rem !important;
  }

  .f-s-md-27 {
    font-size: 2.7rem !important;
  }

  .f-s-md-28 {
    font-size: 2.8rem !important;
  }

  .f-s-md-29 {
    font-size: 2.9rem !important;
  }

  .f-s-md-30 {
    font-size: 3rem !important;
  }

  .f-s-md-31 {
    font-size: 3.1rem !important;
  }

  .f-s-md-32 {
    font-size: 3.2rem !important;
  }

  .f-s-md-33 {
    font-size: 3.3rem !important;
  }

  .f-s-md-34 {
    font-size: 3.4rem !important;
  }

  .f-s-md-35 {
    font-size: 3.5rem !important;
  }

  .f-s-md-36 {
    font-size: 3.6rem !important;
  }

  .f-s-md-37 {
    font-size: 3.7rem !important;
  }

  .f-s-md-38 {
    font-size: 3.8rem !important;
  }

  .f-s-md-39 {
    font-size: 3.9rem !important;
  }

  .f-s-md-40 {
    font-size: 4rem !important;
  }

  .f-s-md-41 {
    font-size: 4.1rem !important;
  }

  .f-s-md-42 {
    font-size: 4.2rem !important;
  }

  .f-s-md-43 {
    font-size: 4.3rem !important;
  }

  .f-s-md-44 {
    font-size: 4.4rem !important;
  }

  .f-s-md-45 {
    font-size: 4.5rem !important;
  }

  .f-s-md-46 {
    font-size: 4.6rem !important;
  }

  .f-s-md-47 {
    font-size: 4.7rem !important;
  }

  .f-s-md-48 {
    font-size: 4.8rem !important;
  }

  .f-s-md-49 {
    font-size: 4.9rem !important;
  }

  .f-s-md-50 {
    font-size: 5rem !important;
  }

  .f-s-md-51 {
    font-size: 5.1rem !important;
  }

  .f-s-md-52 {
    font-size: 5.2rem !important;
  }

  .f-s-md-53 {
    font-size: 5.3rem !important;
  }

  .f-s-md-54 {
    font-size: 5.4rem !important;
  }

  .f-s-md-55 {
    font-size: 5.5rem !important;
  }

  .f-s-md-56 {
    font-size: 5.6rem !important;
  }

  .f-s-md-57 {
    font-size: 5.7rem !important;
  }

  .f-s-md-58 {
    font-size: 5.8rem !important;
  }

  .f-s-md-59 {
    font-size: 5.9rem !important;
  }

  .f-s-md-60 {
    font-size: 6rem !important;
  }

  .f-s-md-61 {
    font-size: 6.1rem !important;
  }

  .f-s-md-62 {
    font-size: 6.2rem !important;
  }

  .f-s-md-63 {
    font-size: 6.3rem !important;
  }

  .f-s-md-64 {
    font-size: 6.4rem !important;
  }

  .f-s-md-65 {
    font-size: 6.5rem !important;
  }

  .f-s-md-66 {
    font-size: 6.6rem !important;
  }

  .f-s-md-67 {
    font-size: 6.7rem !important;
  }

  .f-s-md-68 {
    font-size: 6.8rem !important;
  }

  .f-s-md-69 {
    font-size: 6.9rem !important;
  }

  .f-s-md-70 {
    font-size: 7rem !important;
  }

  .f-s-md-71 {
    font-size: 7.1rem !important;
  }

  .f-s-md-72 {
    font-size: 7.2rem !important;
  }

  .f-s-md-73 {
    font-size: 7.3rem !important;
  }

  .f-s-md-74 {
    font-size: 7.4rem !important;
  }

  .f-s-md-75 {
    font-size: 7.5rem !important;
  }

  .f-s-md-76 {
    font-size: 7.6rem !important;
  }

  .f-s-md-77 {
    font-size: 7.7rem !important;
  }

  .f-s-md-78 {
    font-size: 7.8rem !important;
  }

  .f-s-md-79 {
    font-size: 7.9rem !important;
  }

  .f-s-md-80 {
    font-size: 8rem !important;
  }

  .f-s-md-81 {
    font-size: 8.1rem !important;
  }

  .f-s-md-82 {
    font-size: 8.2rem !important;
  }

  .f-s-md-83 {
    font-size: 8.3rem !important;
  }

  .f-s-md-84 {
    font-size: 8.4rem !important;
  }

  .f-s-md-85 {
    font-size: 8.5rem !important;
  }

  .f-s-md-86 {
    font-size: 8.6rem !important;
  }

  .f-s-md-87 {
    font-size: 8.7rem !important;
  }

  .f-s-md-88 {
    font-size: 8.8rem !important;
  }

  .f-s-md-89 {
    font-size: 8.9rem !important;
  }

  .f-s-md-90 {
    font-size: 9rem !important;
  }

  .f-s-md-91 {
    font-size: 9.1rem !important;
  }

  .f-s-md-92 {
    font-size: 9.2rem !important;
  }

  .f-s-md-93 {
    font-size: 9.3rem !important;
  }

  .f-s-md-94 {
    font-size: 9.4rem !important;
  }

  .f-s-md-95 {
    font-size: 9.5rem !important;
  }

  .f-s-md-96 {
    font-size: 9.6rem !important;
  }

  .f-s-md-97 {
    font-size: 9.7rem !important;
  }

  .f-s-md-98 {
    font-size: 9.8rem !important;
  }

  .f-s-md-99 {
    font-size: 9.9rem !important;
  }

  .f-s-md-100 {
    font-size: 10rem !important;
  }

  .f-s-md-101 {
    font-size: 10.1rem !important;
  }

  .f-s-md-102 {
    font-size: 10.2rem !important;
  }

  .f-s-md-103 {
    font-size: 10.3rem !important;
  }

  .f-s-md-104 {
    font-size: 10.4rem !important;
  }

  .f-s-md-105 {
    font-size: 10.5rem !important;
  }

  .f-s-md-106 {
    font-size: 10.6rem !important;
  }

  .f-s-md-107 {
    font-size: 10.7rem !important;
  }

  .f-s-md-108 {
    font-size: 10.8rem !important;
  }

  .f-s-md-109 {
    font-size: 10.9rem !important;
  }

  .f-s-md-110 {
    font-size: 11rem !important;
  }

  .f-s-md-111 {
    font-size: 11.1rem !important;
  }

  .f-s-md-112 {
    font-size: 11.2rem !important;
  }

  .f-s-md-113 {
    font-size: 11.3rem !important;
  }

  .f-s-md-114 {
    font-size: 11.4rem !important;
  }

  .f-s-md-115 {
    font-size: 11.5rem !important;
  }

  .f-s-md-116 {
    font-size: 11.6rem !important;
  }

  .f-s-md-117 {
    font-size: 11.7rem !important;
  }

  .f-s-md-118 {
    font-size: 11.8rem !important;
  }

  .f-s-md-119 {
    font-size: 11.9rem !important;
  }

  .f-s-md-120 {
    font-size: 12rem !important;
  }

  .f-s-md-121 {
    font-size: 12.1rem !important;
  }

  .f-s-md-122 {
    font-size: 12.2rem !important;
  }

  .f-s-md-123 {
    font-size: 12.3rem !important;
  }

  .f-s-md-124 {
    font-size: 12.4rem !important;
  }

  .f-s-md-125 {
    font-size: 12.5rem !important;
  }

  .f-s-md-126 {
    font-size: 12.6rem !important;
  }

  .f-s-md-127 {
    font-size: 12.7rem !important;
  }

  .f-s-md-128 {
    font-size: 12.8rem !important;
  }

  .f-s-md-129 {
    font-size: 12.9rem !important;
  }

  .f-s-md-130 {
    font-size: 13rem !important;
  }

  .f-s-md-131 {
    font-size: 13.1rem !important;
  }

  .f-s-md-132 {
    font-size: 13.2rem !important;
  }

  .f-s-md-133 {
    font-size: 13.3rem !important;
  }

  .f-s-md-134 {
    font-size: 13.4rem !important;
  }

  .f-s-md-135 {
    font-size: 13.5rem !important;
  }

  .f-s-md-136 {
    font-size: 13.6rem !important;
  }

  .f-s-md-137 {
    font-size: 13.7rem !important;
  }

  .f-s-md-138 {
    font-size: 13.8rem !important;
  }

  .f-s-md-139 {
    font-size: 13.9rem !important;
  }

  .f-s-md-140 {
    font-size: 14rem !important;
  }

  .f-s-md-141 {
    font-size: 14.1rem !important;
  }

  .f-s-md-142 {
    font-size: 14.2rem !important;
  }

  .f-s-md-143 {
    font-size: 14.3rem !important;
  }

  .f-s-md-144 {
    font-size: 14.4rem !important;
  }

  .f-s-md-145 {
    font-size: 14.5rem !important;
  }

  .f-s-md-146 {
    font-size: 14.6rem !important;
  }

  .f-s-md-147 {
    font-size: 14.7rem !important;
  }

  .f-s-md-148 {
    font-size: 14.8rem !important;
  }

  .f-s-md-149 {
    font-size: 14.9rem !important;
  }

  .f-s-md-150 {
    font-size: 15rem !important;
  }

  .f-s-md-151 {
    font-size: 15.1rem !important;
  }

  .f-s-md-152 {
    font-size: 15.2rem !important;
  }

  .f-s-md-153 {
    font-size: 15.3rem !important;
  }

  .f-s-md-154 {
    font-size: 15.4rem !important;
  }

  .f-s-md-155 {
    font-size: 15.5rem !important;
  }

  .f-s-md-156 {
    font-size: 15.6rem !important;
  }

  .f-s-md-157 {
    font-size: 15.7rem !important;
  }

  .f-s-md-158 {
    font-size: 15.8rem !important;
  }

  .f-s-md-159 {
    font-size: 15.9rem !important;
  }

  .f-s-md-160 {
    font-size: 16rem !important;
  }

  .f-s-md-161 {
    font-size: 16.1rem !important;
  }

  .f-s-md-162 {
    font-size: 16.2rem !important;
  }

  .f-s-md-163 {
    font-size: 16.3rem !important;
  }

  .f-s-md-164 {
    font-size: 16.4rem !important;
  }

  .f-s-md-165 {
    font-size: 16.5rem !important;
  }

  .f-s-md-166 {
    font-size: 16.6rem !important;
  }

  .f-s-md-167 {
    font-size: 16.7rem !important;
  }

  .f-s-md-168 {
    font-size: 16.8rem !important;
  }

  .f-s-md-169 {
    font-size: 16.9rem !important;
  }

  .f-s-md-170 {
    font-size: 17rem !important;
  }

  .f-s-md-171 {
    font-size: 17.1rem !important;
  }

  .f-s-md-172 {
    font-size: 17.2rem !important;
  }

  .f-s-md-173 {
    font-size: 17.3rem !important;
  }

  .f-s-md-174 {
    font-size: 17.4rem !important;
  }

  .f-s-md-175 {
    font-size: 17.5rem !important;
  }

  .f-s-md-176 {
    font-size: 17.6rem !important;
  }

  .f-s-md-177 {
    font-size: 17.7rem !important;
  }

  .f-s-md-178 {
    font-size: 17.8rem !important;
  }

  .f-s-md-179 {
    font-size: 17.9rem !important;
  }

  .f-s-md-180 {
    font-size: 18rem !important;
  }

  .f-s-md-181 {
    font-size: 18.1rem !important;
  }

  .f-s-md-182 {
    font-size: 18.2rem !important;
  }

  .f-s-md-183 {
    font-size: 18.3rem !important;
  }

  .f-s-md-184 {
    font-size: 18.4rem !important;
  }

  .f-s-md-185 {
    font-size: 18.5rem !important;
  }

  .f-s-md-186 {
    font-size: 18.6rem !important;
  }

  .f-s-md-187 {
    font-size: 18.7rem !important;
  }

  .f-s-md-188 {
    font-size: 18.8rem !important;
  }

  .f-s-md-189 {
    font-size: 18.9rem !important;
  }

  .f-s-md-190 {
    font-size: 19rem !important;
  }

  .f-s-md-191 {
    font-size: 19.1rem !important;
  }

  .f-s-md-192 {
    font-size: 19.2rem !important;
  }

  .f-s-md-193 {
    font-size: 19.3rem !important;
  }

  .f-s-md-194 {
    font-size: 19.4rem !important;
  }

  .f-s-md-195 {
    font-size: 19.5rem !important;
  }

  .f-s-md-196 {
    font-size: 19.6rem !important;
  }

  .f-s-md-197 {
    font-size: 19.7rem !important;
  }

  .f-s-md-198 {
    font-size: 19.8rem !important;
  }

  .f-s-md-199 {
    font-size: 19.9rem !important;
  }

  .f-s-md-200 {
    font-size: 20rem !important;
  }

  .f-s-md-201 {
    font-size: 20.1rem !important;
  }

  .f-s-md-202 {
    font-size: 20.2rem !important;
  }

  .f-s-md-203 {
    font-size: 20.3rem !important;
  }

  .f-s-md-204 {
    font-size: 20.4rem !important;
  }

  .f-s-md-205 {
    font-size: 20.5rem !important;
  }

  .f-s-md-206 {
    font-size: 20.6rem !important;
  }

  .f-s-md-207 {
    font-size: 20.7rem !important;
  }

  .f-s-md-208 {
    font-size: 20.8rem !important;
  }

  .f-s-md-209 {
    font-size: 20.9rem !important;
  }

  .f-s-md-210 {
    font-size: 21rem !important;
  }

  .f-s-md-211 {
    font-size: 21.1rem !important;
  }

  .f-s-md-212 {
    font-size: 21.2rem !important;
  }

  .f-s-md-213 {
    font-size: 21.3rem !important;
  }

  .f-s-md-214 {
    font-size: 21.4rem !important;
  }

  .f-s-md-215 {
    font-size: 21.5rem !important;
  }

  .f-s-md-216 {
    font-size: 21.6rem !important;
  }

  .f-s-md-217 {
    font-size: 21.7rem !important;
  }

  .f-s-md-218 {
    font-size: 21.8rem !important;
  }

  .f-s-md-219 {
    font-size: 21.9rem !important;
  }

  .f-s-md-220 {
    font-size: 22rem !important;
  }

  .f-s-md-221 {
    font-size: 22.1rem !important;
  }

  .f-s-md-222 {
    font-size: 22.2rem !important;
  }

  .f-s-md-223 {
    font-size: 22.3rem !important;
  }

  .f-s-md-224 {
    font-size: 22.4rem !important;
  }

  .f-s-md-225 {
    font-size: 22.5rem !important;
  }

  .f-s-md-226 {
    font-size: 22.6rem !important;
  }

  .f-s-md-227 {
    font-size: 22.7rem !important;
  }

  .f-s-md-228 {
    font-size: 22.8rem !important;
  }

  .f-s-md-229 {
    font-size: 22.9rem !important;
  }

  .f-s-md-230 {
    font-size: 23rem !important;
  }

  .f-s-md-231 {
    font-size: 23.1rem !important;
  }

  .f-s-md-232 {
    font-size: 23.2rem !important;
  }

  .f-s-md-233 {
    font-size: 23.3rem !important;
  }

  .f-s-md-234 {
    font-size: 23.4rem !important;
  }

  .f-s-md-235 {
    font-size: 23.5rem !important;
  }

  .f-s-md-236 {
    font-size: 23.6rem !important;
  }

  .f-s-md-237 {
    font-size: 23.7rem !important;
  }

  .f-s-md-238 {
    font-size: 23.8rem !important;
  }

  .f-s-md-239 {
    font-size: 23.9rem !important;
  }

  .f-s-md-240 {
    font-size: 24rem !important;
  }

  .f-s-md-241 {
    font-size: 24.1rem !important;
  }

  .f-s-md-242 {
    font-size: 24.2rem !important;
  }

  .f-s-md-243 {
    font-size: 24.3rem !important;
  }

  .f-s-md-244 {
    font-size: 24.4rem !important;
  }

  .f-s-md-245 {
    font-size: 24.5rem !important;
  }

  .f-s-md-246 {
    font-size: 24.6rem !important;
  }

  .f-s-md-247 {
    font-size: 24.7rem !important;
  }

  .f-s-md-248 {
    font-size: 24.8rem !important;
  }

  .f-s-md-249 {
    font-size: 24.9rem !important;
  }

  .f-s-md-250 {
    font-size: 25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .f-s-lg-0 {
    font-size: 0rem !important;
  }

  .f-s-lg-1 {
    font-size: 0.1rem !important;
  }

  .f-s-lg-2 {
    font-size: 0.2rem !important;
  }

  .f-s-lg-3 {
    font-size: 0.3rem !important;
  }

  .f-s-lg-4 {
    font-size: 0.4rem !important;
  }

  .f-s-lg-5 {
    font-size: 0.5rem !important;
  }

  .f-s-lg-6 {
    font-size: 0.6rem !important;
  }

  .f-s-lg-7 {
    font-size: 0.7rem !important;
  }

  .f-s-lg-8 {
    font-size: 0.8rem !important;
  }

  .f-s-lg-9 {
    font-size: 0.9rem !important;
  }

  .f-s-lg-10 {
    font-size: 1rem !important;
  }

  .f-s-lg-11 {
    font-size: 1.1rem !important;
  }

  .f-s-lg-12 {
    font-size: 1.2rem !important;
  }

  .f-s-lg-13 {
    font-size: 1.3rem !important;
  }

  .f-s-lg-14 {
    font-size: 1.4rem !important;
  }

  .f-s-lg-15 {
    font-size: 1.5rem !important;
  }

  .f-s-lg-16 {
    font-size: 1.6rem !important;
  }

  .f-s-lg-17 {
    font-size: 1.7rem !important;
  }

  .f-s-lg-18 {
    font-size: 1.8rem !important;
  }

  .f-s-lg-19 {
    font-size: 1.9rem !important;
  }

  .f-s-lg-20 {
    font-size: 2rem !important;
  }

  .f-s-lg-21 {
    font-size: 2.1rem !important;
  }

  .f-s-lg-22 {
    font-size: 2.2rem !important;
  }

  .f-s-lg-23 {
    font-size: 2.3rem !important;
  }

  .f-s-lg-24 {
    font-size: 2.4rem !important;
  }

  .f-s-lg-25 {
    font-size: 2.5rem !important;
  }

  .f-s-lg-26 {
    font-size: 2.6rem !important;
  }

  .f-s-lg-27 {
    font-size: 2.7rem !important;
  }

  .f-s-lg-28 {
    font-size: 2.8rem !important;
  }

  .f-s-lg-29 {
    font-size: 2.9rem !important;
  }

  .f-s-lg-30 {
    font-size: 3rem !important;
  }

  .f-s-lg-31 {
    font-size: 3.1rem !important;
  }

  .f-s-lg-32 {
    font-size: 3.2rem !important;
  }

  .f-s-lg-33 {
    font-size: 3.3rem !important;
  }

  .f-s-lg-34 {
    font-size: 3.4rem !important;
  }

  .f-s-lg-35 {
    font-size: 3.5rem !important;
  }

  .f-s-lg-36 {
    font-size: 3.6rem !important;
  }

  .f-s-lg-37 {
    font-size: 3.7rem !important;
  }

  .f-s-lg-38 {
    font-size: 3.8rem !important;
  }

  .f-s-lg-39 {
    font-size: 3.9rem !important;
  }

  .f-s-lg-40 {
    font-size: 4rem !important;
  }

  .f-s-lg-41 {
    font-size: 4.1rem !important;
  }

  .f-s-lg-42 {
    font-size: 4.2rem !important;
  }

  .f-s-lg-43 {
    font-size: 4.3rem !important;
  }

  .f-s-lg-44 {
    font-size: 4.4rem !important;
  }

  .f-s-lg-45 {
    font-size: 4.5rem !important;
  }

  .f-s-lg-46 {
    font-size: 4.6rem !important;
  }

  .f-s-lg-47 {
    font-size: 4.7rem !important;
  }

  .f-s-lg-48 {
    font-size: 4.8rem !important;
  }

  .f-s-lg-49 {
    font-size: 4.9rem !important;
  }

  .f-s-lg-50 {
    font-size: 5rem !important;
  }

  .f-s-lg-51 {
    font-size: 5.1rem !important;
  }

  .f-s-lg-52 {
    font-size: 5.2rem !important;
  }

  .f-s-lg-53 {
    font-size: 5.3rem !important;
  }

  .f-s-lg-54 {
    font-size: 5.4rem !important;
  }

  .f-s-lg-55 {
    font-size: 5.5rem !important;
  }

  .f-s-lg-56 {
    font-size: 5.6rem !important;
  }

  .f-s-lg-57 {
    font-size: 5.7rem !important;
  }

  .f-s-lg-58 {
    font-size: 5.8rem !important;
  }

  .f-s-lg-59 {
    font-size: 5.9rem !important;
  }

  .f-s-lg-60 {
    font-size: 6rem !important;
  }

  .f-s-lg-61 {
    font-size: 6.1rem !important;
  }

  .f-s-lg-62 {
    font-size: 6.2rem !important;
  }

  .f-s-lg-63 {
    font-size: 6.3rem !important;
  }

  .f-s-lg-64 {
    font-size: 6.4rem !important;
  }

  .f-s-lg-65 {
    font-size: 6.5rem !important;
  }

  .f-s-lg-66 {
    font-size: 6.6rem !important;
  }

  .f-s-lg-67 {
    font-size: 6.7rem !important;
  }

  .f-s-lg-68 {
    font-size: 6.8rem !important;
  }

  .f-s-lg-69 {
    font-size: 6.9rem !important;
  }

  .f-s-lg-70 {
    font-size: 7rem !important;
  }

  .f-s-lg-71 {
    font-size: 7.1rem !important;
  }

  .f-s-lg-72 {
    font-size: 7.2rem !important;
  }

  .f-s-lg-73 {
    font-size: 7.3rem !important;
  }

  .f-s-lg-74 {
    font-size: 7.4rem !important;
  }

  .f-s-lg-75 {
    font-size: 7.5rem !important;
  }

  .f-s-lg-76 {
    font-size: 7.6rem !important;
  }

  .f-s-lg-77 {
    font-size: 7.7rem !important;
  }

  .f-s-lg-78 {
    font-size: 7.8rem !important;
  }

  .f-s-lg-79 {
    font-size: 7.9rem !important;
  }

  .f-s-lg-80 {
    font-size: 8rem !important;
  }

  .f-s-lg-81 {
    font-size: 8.1rem !important;
  }

  .f-s-lg-82 {
    font-size: 8.2rem !important;
  }

  .f-s-lg-83 {
    font-size: 8.3rem !important;
  }

  .f-s-lg-84 {
    font-size: 8.4rem !important;
  }

  .f-s-lg-85 {
    font-size: 8.5rem !important;
  }

  .f-s-lg-86 {
    font-size: 8.6rem !important;
  }

  .f-s-lg-87 {
    font-size: 8.7rem !important;
  }

  .f-s-lg-88 {
    font-size: 8.8rem !important;
  }

  .f-s-lg-89 {
    font-size: 8.9rem !important;
  }

  .f-s-lg-90 {
    font-size: 9rem !important;
  }

  .f-s-lg-91 {
    font-size: 9.1rem !important;
  }

  .f-s-lg-92 {
    font-size: 9.2rem !important;
  }

  .f-s-lg-93 {
    font-size: 9.3rem !important;
  }

  .f-s-lg-94 {
    font-size: 9.4rem !important;
  }

  .f-s-lg-95 {
    font-size: 9.5rem !important;
  }

  .f-s-lg-96 {
    font-size: 9.6rem !important;
  }

  .f-s-lg-97 {
    font-size: 9.7rem !important;
  }

  .f-s-lg-98 {
    font-size: 9.8rem !important;
  }

  .f-s-lg-99 {
    font-size: 9.9rem !important;
  }

  .f-s-lg-100 {
    font-size: 10rem !important;
  }

  .f-s-lg-101 {
    font-size: 10.1rem !important;
  }

  .f-s-lg-102 {
    font-size: 10.2rem !important;
  }

  .f-s-lg-103 {
    font-size: 10.3rem !important;
  }

  .f-s-lg-104 {
    font-size: 10.4rem !important;
  }

  .f-s-lg-105 {
    font-size: 10.5rem !important;
  }

  .f-s-lg-106 {
    font-size: 10.6rem !important;
  }

  .f-s-lg-107 {
    font-size: 10.7rem !important;
  }

  .f-s-lg-108 {
    font-size: 10.8rem !important;
  }

  .f-s-lg-109 {
    font-size: 10.9rem !important;
  }

  .f-s-lg-110 {
    font-size: 11rem !important;
  }

  .f-s-lg-111 {
    font-size: 11.1rem !important;
  }

  .f-s-lg-112 {
    font-size: 11.2rem !important;
  }

  .f-s-lg-113 {
    font-size: 11.3rem !important;
  }

  .f-s-lg-114 {
    font-size: 11.4rem !important;
  }

  .f-s-lg-115 {
    font-size: 11.5rem !important;
  }

  .f-s-lg-116 {
    font-size: 11.6rem !important;
  }

  .f-s-lg-117 {
    font-size: 11.7rem !important;
  }

  .f-s-lg-118 {
    font-size: 11.8rem !important;
  }

  .f-s-lg-119 {
    font-size: 11.9rem !important;
  }

  .f-s-lg-120 {
    font-size: 12rem !important;
  }

  .f-s-lg-121 {
    font-size: 12.1rem !important;
  }

  .f-s-lg-122 {
    font-size: 12.2rem !important;
  }

  .f-s-lg-123 {
    font-size: 12.3rem !important;
  }

  .f-s-lg-124 {
    font-size: 12.4rem !important;
  }

  .f-s-lg-125 {
    font-size: 12.5rem !important;
  }

  .f-s-lg-126 {
    font-size: 12.6rem !important;
  }

  .f-s-lg-127 {
    font-size: 12.7rem !important;
  }

  .f-s-lg-128 {
    font-size: 12.8rem !important;
  }

  .f-s-lg-129 {
    font-size: 12.9rem !important;
  }

  .f-s-lg-130 {
    font-size: 13rem !important;
  }

  .f-s-lg-131 {
    font-size: 13.1rem !important;
  }

  .f-s-lg-132 {
    font-size: 13.2rem !important;
  }

  .f-s-lg-133 {
    font-size: 13.3rem !important;
  }

  .f-s-lg-134 {
    font-size: 13.4rem !important;
  }

  .f-s-lg-135 {
    font-size: 13.5rem !important;
  }

  .f-s-lg-136 {
    font-size: 13.6rem !important;
  }

  .f-s-lg-137 {
    font-size: 13.7rem !important;
  }

  .f-s-lg-138 {
    font-size: 13.8rem !important;
  }

  .f-s-lg-139 {
    font-size: 13.9rem !important;
  }

  .f-s-lg-140 {
    font-size: 14rem !important;
  }

  .f-s-lg-141 {
    font-size: 14.1rem !important;
  }

  .f-s-lg-142 {
    font-size: 14.2rem !important;
  }

  .f-s-lg-143 {
    font-size: 14.3rem !important;
  }

  .f-s-lg-144 {
    font-size: 14.4rem !important;
  }

  .f-s-lg-145 {
    font-size: 14.5rem !important;
  }

  .f-s-lg-146 {
    font-size: 14.6rem !important;
  }

  .f-s-lg-147 {
    font-size: 14.7rem !important;
  }

  .f-s-lg-148 {
    font-size: 14.8rem !important;
  }

  .f-s-lg-149 {
    font-size: 14.9rem !important;
  }

  .f-s-lg-150 {
    font-size: 15rem !important;
  }

  .f-s-lg-151 {
    font-size: 15.1rem !important;
  }

  .f-s-lg-152 {
    font-size: 15.2rem !important;
  }

  .f-s-lg-153 {
    font-size: 15.3rem !important;
  }

  .f-s-lg-154 {
    font-size: 15.4rem !important;
  }

  .f-s-lg-155 {
    font-size: 15.5rem !important;
  }

  .f-s-lg-156 {
    font-size: 15.6rem !important;
  }

  .f-s-lg-157 {
    font-size: 15.7rem !important;
  }

  .f-s-lg-158 {
    font-size: 15.8rem !important;
  }

  .f-s-lg-159 {
    font-size: 15.9rem !important;
  }

  .f-s-lg-160 {
    font-size: 16rem !important;
  }

  .f-s-lg-161 {
    font-size: 16.1rem !important;
  }

  .f-s-lg-162 {
    font-size: 16.2rem !important;
  }

  .f-s-lg-163 {
    font-size: 16.3rem !important;
  }

  .f-s-lg-164 {
    font-size: 16.4rem !important;
  }

  .f-s-lg-165 {
    font-size: 16.5rem !important;
  }

  .f-s-lg-166 {
    font-size: 16.6rem !important;
  }

  .f-s-lg-167 {
    font-size: 16.7rem !important;
  }

  .f-s-lg-168 {
    font-size: 16.8rem !important;
  }

  .f-s-lg-169 {
    font-size: 16.9rem !important;
  }

  .f-s-lg-170 {
    font-size: 17rem !important;
  }

  .f-s-lg-171 {
    font-size: 17.1rem !important;
  }

  .f-s-lg-172 {
    font-size: 17.2rem !important;
  }

  .f-s-lg-173 {
    font-size: 17.3rem !important;
  }

  .f-s-lg-174 {
    font-size: 17.4rem !important;
  }

  .f-s-lg-175 {
    font-size: 17.5rem !important;
  }

  .f-s-lg-176 {
    font-size: 17.6rem !important;
  }

  .f-s-lg-177 {
    font-size: 17.7rem !important;
  }

  .f-s-lg-178 {
    font-size: 17.8rem !important;
  }

  .f-s-lg-179 {
    font-size: 17.9rem !important;
  }

  .f-s-lg-180 {
    font-size: 18rem !important;
  }

  .f-s-lg-181 {
    font-size: 18.1rem !important;
  }

  .f-s-lg-182 {
    font-size: 18.2rem !important;
  }

  .f-s-lg-183 {
    font-size: 18.3rem !important;
  }

  .f-s-lg-184 {
    font-size: 18.4rem !important;
  }

  .f-s-lg-185 {
    font-size: 18.5rem !important;
  }

  .f-s-lg-186 {
    font-size: 18.6rem !important;
  }

  .f-s-lg-187 {
    font-size: 18.7rem !important;
  }

  .f-s-lg-188 {
    font-size: 18.8rem !important;
  }

  .f-s-lg-189 {
    font-size: 18.9rem !important;
  }

  .f-s-lg-190 {
    font-size: 19rem !important;
  }

  .f-s-lg-191 {
    font-size: 19.1rem !important;
  }

  .f-s-lg-192 {
    font-size: 19.2rem !important;
  }

  .f-s-lg-193 {
    font-size: 19.3rem !important;
  }

  .f-s-lg-194 {
    font-size: 19.4rem !important;
  }

  .f-s-lg-195 {
    font-size: 19.5rem !important;
  }

  .f-s-lg-196 {
    font-size: 19.6rem !important;
  }

  .f-s-lg-197 {
    font-size: 19.7rem !important;
  }

  .f-s-lg-198 {
    font-size: 19.8rem !important;
  }

  .f-s-lg-199 {
    font-size: 19.9rem !important;
  }

  .f-s-lg-200 {
    font-size: 20rem !important;
  }

  .f-s-lg-201 {
    font-size: 20.1rem !important;
  }

  .f-s-lg-202 {
    font-size: 20.2rem !important;
  }

  .f-s-lg-203 {
    font-size: 20.3rem !important;
  }

  .f-s-lg-204 {
    font-size: 20.4rem !important;
  }

  .f-s-lg-205 {
    font-size: 20.5rem !important;
  }

  .f-s-lg-206 {
    font-size: 20.6rem !important;
  }

  .f-s-lg-207 {
    font-size: 20.7rem !important;
  }

  .f-s-lg-208 {
    font-size: 20.8rem !important;
  }

  .f-s-lg-209 {
    font-size: 20.9rem !important;
  }

  .f-s-lg-210 {
    font-size: 21rem !important;
  }

  .f-s-lg-211 {
    font-size: 21.1rem !important;
  }

  .f-s-lg-212 {
    font-size: 21.2rem !important;
  }

  .f-s-lg-213 {
    font-size: 21.3rem !important;
  }

  .f-s-lg-214 {
    font-size: 21.4rem !important;
  }

  .f-s-lg-215 {
    font-size: 21.5rem !important;
  }

  .f-s-lg-216 {
    font-size: 21.6rem !important;
  }

  .f-s-lg-217 {
    font-size: 21.7rem !important;
  }

  .f-s-lg-218 {
    font-size: 21.8rem !important;
  }

  .f-s-lg-219 {
    font-size: 21.9rem !important;
  }

  .f-s-lg-220 {
    font-size: 22rem !important;
  }

  .f-s-lg-221 {
    font-size: 22.1rem !important;
  }

  .f-s-lg-222 {
    font-size: 22.2rem !important;
  }

  .f-s-lg-223 {
    font-size: 22.3rem !important;
  }

  .f-s-lg-224 {
    font-size: 22.4rem !important;
  }

  .f-s-lg-225 {
    font-size: 22.5rem !important;
  }

  .f-s-lg-226 {
    font-size: 22.6rem !important;
  }

  .f-s-lg-227 {
    font-size: 22.7rem !important;
  }

  .f-s-lg-228 {
    font-size: 22.8rem !important;
  }

  .f-s-lg-229 {
    font-size: 22.9rem !important;
  }

  .f-s-lg-230 {
    font-size: 23rem !important;
  }

  .f-s-lg-231 {
    font-size: 23.1rem !important;
  }

  .f-s-lg-232 {
    font-size: 23.2rem !important;
  }

  .f-s-lg-233 {
    font-size: 23.3rem !important;
  }

  .f-s-lg-234 {
    font-size: 23.4rem !important;
  }

  .f-s-lg-235 {
    font-size: 23.5rem !important;
  }

  .f-s-lg-236 {
    font-size: 23.6rem !important;
  }

  .f-s-lg-237 {
    font-size: 23.7rem !important;
  }

  .f-s-lg-238 {
    font-size: 23.8rem !important;
  }

  .f-s-lg-239 {
    font-size: 23.9rem !important;
  }

  .f-s-lg-240 {
    font-size: 24rem !important;
  }

  .f-s-lg-241 {
    font-size: 24.1rem !important;
  }

  .f-s-lg-242 {
    font-size: 24.2rem !important;
  }

  .f-s-lg-243 {
    font-size: 24.3rem !important;
  }

  .f-s-lg-244 {
    font-size: 24.4rem !important;
  }

  .f-s-lg-245 {
    font-size: 24.5rem !important;
  }

  .f-s-lg-246 {
    font-size: 24.6rem !important;
  }

  .f-s-lg-247 {
    font-size: 24.7rem !important;
  }

  .f-s-lg-248 {
    font-size: 24.8rem !important;
  }

  .f-s-lg-249 {
    font-size: 24.9rem !important;
  }

  .f-s-lg-250 {
    font-size: 25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .f-s-xl-0 {
    font-size: 0rem !important;
  }

  .f-s-xl-1 {
    font-size: 0.1rem !important;
  }

  .f-s-xl-2 {
    font-size: 0.2rem !important;
  }

  .f-s-xl-3 {
    font-size: 0.3rem !important;
  }

  .f-s-xl-4 {
    font-size: 0.4rem !important;
  }

  .f-s-xl-5 {
    font-size: 0.5rem !important;
  }

  .f-s-xl-6 {
    font-size: 0.6rem !important;
  }

  .f-s-xl-7 {
    font-size: 0.7rem !important;
  }

  .f-s-xl-8 {
    font-size: 0.8rem !important;
  }

  .f-s-xl-9 {
    font-size: 0.9rem !important;
  }

  .f-s-xl-10 {
    font-size: 1rem !important;
  }

  .f-s-xl-11 {
    font-size: 1.1rem !important;
  }

  .f-s-xl-12 {
    font-size: 1.2rem !important;
  }

  .f-s-xl-13 {
    font-size: 1.3rem !important;
  }

  .f-s-xl-14 {
    font-size: 1.4rem !important;
  }

  .f-s-xl-15 {
    font-size: 1.5rem !important;
  }

  .f-s-xl-16 {
    font-size: 1.6rem !important;
  }

  .f-s-xl-17 {
    font-size: 1.7rem !important;
  }

  .f-s-xl-18 {
    font-size: 1.8rem !important;
  }

  .f-s-xl-19 {
    font-size: 1.9rem !important;
  }

  .f-s-xl-20 {
    font-size: 2rem !important;
  }

  .f-s-xl-21 {
    font-size: 2.1rem !important;
  }

  .f-s-xl-22 {
    font-size: 2.2rem !important;
  }

  .f-s-xl-23 {
    font-size: 2.3rem !important;
  }

  .f-s-xl-24 {
    font-size: 2.4rem !important;
  }

  .f-s-xl-25 {
    font-size: 2.5rem !important;
  }

  .f-s-xl-26 {
    font-size: 2.6rem !important;
  }

  .f-s-xl-27 {
    font-size: 2.7rem !important;
  }

  .f-s-xl-28 {
    font-size: 2.8rem !important;
  }

  .f-s-xl-29 {
    font-size: 2.9rem !important;
  }

  .f-s-xl-30 {
    font-size: 3rem !important;
  }

  .f-s-xl-31 {
    font-size: 3.1rem !important;
  }

  .f-s-xl-32 {
    font-size: 3.2rem !important;
  }

  .f-s-xl-33 {
    font-size: 3.3rem !important;
  }

  .f-s-xl-34 {
    font-size: 3.4rem !important;
  }

  .f-s-xl-35 {
    font-size: 3.5rem !important;
  }

  .f-s-xl-36 {
    font-size: 3.6rem !important;
  }

  .f-s-xl-37 {
    font-size: 3.7rem !important;
  }

  .f-s-xl-38 {
    font-size: 3.8rem !important;
  }

  .f-s-xl-39 {
    font-size: 3.9rem !important;
  }

  .f-s-xl-40 {
    font-size: 4rem !important;
  }

  .f-s-xl-41 {
    font-size: 4.1rem !important;
  }

  .f-s-xl-42 {
    font-size: 4.2rem !important;
  }

  .f-s-xl-43 {
    font-size: 4.3rem !important;
  }

  .f-s-xl-44 {
    font-size: 4.4rem !important;
  }

  .f-s-xl-45 {
    font-size: 4.5rem !important;
  }

  .f-s-xl-46 {
    font-size: 4.6rem !important;
  }

  .f-s-xl-47 {
    font-size: 4.7rem !important;
  }

  .f-s-xl-48 {
    font-size: 4.8rem !important;
  }

  .f-s-xl-49 {
    font-size: 4.9rem !important;
  }

  .f-s-xl-50 {
    font-size: 5rem !important;
  }

  .f-s-xl-51 {
    font-size: 5.1rem !important;
  }

  .f-s-xl-52 {
    font-size: 5.2rem !important;
  }

  .f-s-xl-53 {
    font-size: 5.3rem !important;
  }

  .f-s-xl-54 {
    font-size: 5.4rem !important;
  }

  .f-s-xl-55 {
    font-size: 5.5rem !important;
  }

  .f-s-xl-56 {
    font-size: 5.6rem !important;
  }

  .f-s-xl-57 {
    font-size: 5.7rem !important;
  }

  .f-s-xl-58 {
    font-size: 5.8rem !important;
  }

  .f-s-xl-59 {
    font-size: 5.9rem !important;
  }

  .f-s-xl-60 {
    font-size: 6rem !important;
  }

  .f-s-xl-61 {
    font-size: 6.1rem !important;
  }

  .f-s-xl-62 {
    font-size: 6.2rem !important;
  }

  .f-s-xl-63 {
    font-size: 6.3rem !important;
  }

  .f-s-xl-64 {
    font-size: 6.4rem !important;
  }

  .f-s-xl-65 {
    font-size: 6.5rem !important;
  }

  .f-s-xl-66 {
    font-size: 6.6rem !important;
  }

  .f-s-xl-67 {
    font-size: 6.7rem !important;
  }

  .f-s-xl-68 {
    font-size: 6.8rem !important;
  }

  .f-s-xl-69 {
    font-size: 6.9rem !important;
  }

  .f-s-xl-70 {
    font-size: 7rem !important;
  }

  .f-s-xl-71 {
    font-size: 7.1rem !important;
  }

  .f-s-xl-72 {
    font-size: 7.2rem !important;
  }

  .f-s-xl-73 {
    font-size: 7.3rem !important;
  }

  .f-s-xl-74 {
    font-size: 7.4rem !important;
  }

  .f-s-xl-75 {
    font-size: 7.5rem !important;
  }

  .f-s-xl-76 {
    font-size: 7.6rem !important;
  }

  .f-s-xl-77 {
    font-size: 7.7rem !important;
  }

  .f-s-xl-78 {
    font-size: 7.8rem !important;
  }

  .f-s-xl-79 {
    font-size: 7.9rem !important;
  }

  .f-s-xl-80 {
    font-size: 8rem !important;
  }

  .f-s-xl-81 {
    font-size: 8.1rem !important;
  }

  .f-s-xl-82 {
    font-size: 8.2rem !important;
  }

  .f-s-xl-83 {
    font-size: 8.3rem !important;
  }

  .f-s-xl-84 {
    font-size: 8.4rem !important;
  }

  .f-s-xl-85 {
    font-size: 8.5rem !important;
  }

  .f-s-xl-86 {
    font-size: 8.6rem !important;
  }

  .f-s-xl-87 {
    font-size: 8.7rem !important;
  }

  .f-s-xl-88 {
    font-size: 8.8rem !important;
  }

  .f-s-xl-89 {
    font-size: 8.9rem !important;
  }

  .f-s-xl-90 {
    font-size: 9rem !important;
  }

  .f-s-xl-91 {
    font-size: 9.1rem !important;
  }

  .f-s-xl-92 {
    font-size: 9.2rem !important;
  }

  .f-s-xl-93 {
    font-size: 9.3rem !important;
  }

  .f-s-xl-94 {
    font-size: 9.4rem !important;
  }

  .f-s-xl-95 {
    font-size: 9.5rem !important;
  }

  .f-s-xl-96 {
    font-size: 9.6rem !important;
  }

  .f-s-xl-97 {
    font-size: 9.7rem !important;
  }

  .f-s-xl-98 {
    font-size: 9.8rem !important;
  }

  .f-s-xl-99 {
    font-size: 9.9rem !important;
  }

  .f-s-xl-100 {
    font-size: 10rem !important;
  }

  .f-s-xl-101 {
    font-size: 10.1rem !important;
  }

  .f-s-xl-102 {
    font-size: 10.2rem !important;
  }

  .f-s-xl-103 {
    font-size: 10.3rem !important;
  }

  .f-s-xl-104 {
    font-size: 10.4rem !important;
  }

  .f-s-xl-105 {
    font-size: 10.5rem !important;
  }

  .f-s-xl-106 {
    font-size: 10.6rem !important;
  }

  .f-s-xl-107 {
    font-size: 10.7rem !important;
  }

  .f-s-xl-108 {
    font-size: 10.8rem !important;
  }

  .f-s-xl-109 {
    font-size: 10.9rem !important;
  }

  .f-s-xl-110 {
    font-size: 11rem !important;
  }

  .f-s-xl-111 {
    font-size: 11.1rem !important;
  }

  .f-s-xl-112 {
    font-size: 11.2rem !important;
  }

  .f-s-xl-113 {
    font-size: 11.3rem !important;
  }

  .f-s-xl-114 {
    font-size: 11.4rem !important;
  }

  .f-s-xl-115 {
    font-size: 11.5rem !important;
  }

  .f-s-xl-116 {
    font-size: 11.6rem !important;
  }

  .f-s-xl-117 {
    font-size: 11.7rem !important;
  }

  .f-s-xl-118 {
    font-size: 11.8rem !important;
  }

  .f-s-xl-119 {
    font-size: 11.9rem !important;
  }

  .f-s-xl-120 {
    font-size: 12rem !important;
  }

  .f-s-xl-121 {
    font-size: 12.1rem !important;
  }

  .f-s-xl-122 {
    font-size: 12.2rem !important;
  }

  .f-s-xl-123 {
    font-size: 12.3rem !important;
  }

  .f-s-xl-124 {
    font-size: 12.4rem !important;
  }

  .f-s-xl-125 {
    font-size: 12.5rem !important;
  }

  .f-s-xl-126 {
    font-size: 12.6rem !important;
  }

  .f-s-xl-127 {
    font-size: 12.7rem !important;
  }

  .f-s-xl-128 {
    font-size: 12.8rem !important;
  }

  .f-s-xl-129 {
    font-size: 12.9rem !important;
  }

  .f-s-xl-130 {
    font-size: 13rem !important;
  }

  .f-s-xl-131 {
    font-size: 13.1rem !important;
  }

  .f-s-xl-132 {
    font-size: 13.2rem !important;
  }

  .f-s-xl-133 {
    font-size: 13.3rem !important;
  }

  .f-s-xl-134 {
    font-size: 13.4rem !important;
  }

  .f-s-xl-135 {
    font-size: 13.5rem !important;
  }

  .f-s-xl-136 {
    font-size: 13.6rem !important;
  }

  .f-s-xl-137 {
    font-size: 13.7rem !important;
  }

  .f-s-xl-138 {
    font-size: 13.8rem !important;
  }

  .f-s-xl-139 {
    font-size: 13.9rem !important;
  }

  .f-s-xl-140 {
    font-size: 14rem !important;
  }

  .f-s-xl-141 {
    font-size: 14.1rem !important;
  }

  .f-s-xl-142 {
    font-size: 14.2rem !important;
  }

  .f-s-xl-143 {
    font-size: 14.3rem !important;
  }

  .f-s-xl-144 {
    font-size: 14.4rem !important;
  }

  .f-s-xl-145 {
    font-size: 14.5rem !important;
  }

  .f-s-xl-146 {
    font-size: 14.6rem !important;
  }

  .f-s-xl-147 {
    font-size: 14.7rem !important;
  }

  .f-s-xl-148 {
    font-size: 14.8rem !important;
  }

  .f-s-xl-149 {
    font-size: 14.9rem !important;
  }

  .f-s-xl-150 {
    font-size: 15rem !important;
  }

  .f-s-xl-151 {
    font-size: 15.1rem !important;
  }

  .f-s-xl-152 {
    font-size: 15.2rem !important;
  }

  .f-s-xl-153 {
    font-size: 15.3rem !important;
  }

  .f-s-xl-154 {
    font-size: 15.4rem !important;
  }

  .f-s-xl-155 {
    font-size: 15.5rem !important;
  }

  .f-s-xl-156 {
    font-size: 15.6rem !important;
  }

  .f-s-xl-157 {
    font-size: 15.7rem !important;
  }

  .f-s-xl-158 {
    font-size: 15.8rem !important;
  }

  .f-s-xl-159 {
    font-size: 15.9rem !important;
  }

  .f-s-xl-160 {
    font-size: 16rem !important;
  }

  .f-s-xl-161 {
    font-size: 16.1rem !important;
  }

  .f-s-xl-162 {
    font-size: 16.2rem !important;
  }

  .f-s-xl-163 {
    font-size: 16.3rem !important;
  }

  .f-s-xl-164 {
    font-size: 16.4rem !important;
  }

  .f-s-xl-165 {
    font-size: 16.5rem !important;
  }

  .f-s-xl-166 {
    font-size: 16.6rem !important;
  }

  .f-s-xl-167 {
    font-size: 16.7rem !important;
  }

  .f-s-xl-168 {
    font-size: 16.8rem !important;
  }

  .f-s-xl-169 {
    font-size: 16.9rem !important;
  }

  .f-s-xl-170 {
    font-size: 17rem !important;
  }

  .f-s-xl-171 {
    font-size: 17.1rem !important;
  }

  .f-s-xl-172 {
    font-size: 17.2rem !important;
  }

  .f-s-xl-173 {
    font-size: 17.3rem !important;
  }

  .f-s-xl-174 {
    font-size: 17.4rem !important;
  }

  .f-s-xl-175 {
    font-size: 17.5rem !important;
  }

  .f-s-xl-176 {
    font-size: 17.6rem !important;
  }

  .f-s-xl-177 {
    font-size: 17.7rem !important;
  }

  .f-s-xl-178 {
    font-size: 17.8rem !important;
  }

  .f-s-xl-179 {
    font-size: 17.9rem !important;
  }

  .f-s-xl-180 {
    font-size: 18rem !important;
  }

  .f-s-xl-181 {
    font-size: 18.1rem !important;
  }

  .f-s-xl-182 {
    font-size: 18.2rem !important;
  }

  .f-s-xl-183 {
    font-size: 18.3rem !important;
  }

  .f-s-xl-184 {
    font-size: 18.4rem !important;
  }

  .f-s-xl-185 {
    font-size: 18.5rem !important;
  }

  .f-s-xl-186 {
    font-size: 18.6rem !important;
  }

  .f-s-xl-187 {
    font-size: 18.7rem !important;
  }

  .f-s-xl-188 {
    font-size: 18.8rem !important;
  }

  .f-s-xl-189 {
    font-size: 18.9rem !important;
  }

  .f-s-xl-190 {
    font-size: 19rem !important;
  }

  .f-s-xl-191 {
    font-size: 19.1rem !important;
  }

  .f-s-xl-192 {
    font-size: 19.2rem !important;
  }

  .f-s-xl-193 {
    font-size: 19.3rem !important;
  }

  .f-s-xl-194 {
    font-size: 19.4rem !important;
  }

  .f-s-xl-195 {
    font-size: 19.5rem !important;
  }

  .f-s-xl-196 {
    font-size: 19.6rem !important;
  }

  .f-s-xl-197 {
    font-size: 19.7rem !important;
  }

  .f-s-xl-198 {
    font-size: 19.8rem !important;
  }

  .f-s-xl-199 {
    font-size: 19.9rem !important;
  }

  .f-s-xl-200 {
    font-size: 20rem !important;
  }

  .f-s-xl-201 {
    font-size: 20.1rem !important;
  }

  .f-s-xl-202 {
    font-size: 20.2rem !important;
  }

  .f-s-xl-203 {
    font-size: 20.3rem !important;
  }

  .f-s-xl-204 {
    font-size: 20.4rem !important;
  }

  .f-s-xl-205 {
    font-size: 20.5rem !important;
  }

  .f-s-xl-206 {
    font-size: 20.6rem !important;
  }

  .f-s-xl-207 {
    font-size: 20.7rem !important;
  }

  .f-s-xl-208 {
    font-size: 20.8rem !important;
  }

  .f-s-xl-209 {
    font-size: 20.9rem !important;
  }

  .f-s-xl-210 {
    font-size: 21rem !important;
  }

  .f-s-xl-211 {
    font-size: 21.1rem !important;
  }

  .f-s-xl-212 {
    font-size: 21.2rem !important;
  }

  .f-s-xl-213 {
    font-size: 21.3rem !important;
  }

  .f-s-xl-214 {
    font-size: 21.4rem !important;
  }

  .f-s-xl-215 {
    font-size: 21.5rem !important;
  }

  .f-s-xl-216 {
    font-size: 21.6rem !important;
  }

  .f-s-xl-217 {
    font-size: 21.7rem !important;
  }

  .f-s-xl-218 {
    font-size: 21.8rem !important;
  }

  .f-s-xl-219 {
    font-size: 21.9rem !important;
  }

  .f-s-xl-220 {
    font-size: 22rem !important;
  }

  .f-s-xl-221 {
    font-size: 22.1rem !important;
  }

  .f-s-xl-222 {
    font-size: 22.2rem !important;
  }

  .f-s-xl-223 {
    font-size: 22.3rem !important;
  }

  .f-s-xl-224 {
    font-size: 22.4rem !important;
  }

  .f-s-xl-225 {
    font-size: 22.5rem !important;
  }

  .f-s-xl-226 {
    font-size: 22.6rem !important;
  }

  .f-s-xl-227 {
    font-size: 22.7rem !important;
  }

  .f-s-xl-228 {
    font-size: 22.8rem !important;
  }

  .f-s-xl-229 {
    font-size: 22.9rem !important;
  }

  .f-s-xl-230 {
    font-size: 23rem !important;
  }

  .f-s-xl-231 {
    font-size: 23.1rem !important;
  }

  .f-s-xl-232 {
    font-size: 23.2rem !important;
  }

  .f-s-xl-233 {
    font-size: 23.3rem !important;
  }

  .f-s-xl-234 {
    font-size: 23.4rem !important;
  }

  .f-s-xl-235 {
    font-size: 23.5rem !important;
  }

  .f-s-xl-236 {
    font-size: 23.6rem !important;
  }

  .f-s-xl-237 {
    font-size: 23.7rem !important;
  }

  .f-s-xl-238 {
    font-size: 23.8rem !important;
  }

  .f-s-xl-239 {
    font-size: 23.9rem !important;
  }

  .f-s-xl-240 {
    font-size: 24rem !important;
  }

  .f-s-xl-241 {
    font-size: 24.1rem !important;
  }

  .f-s-xl-242 {
    font-size: 24.2rem !important;
  }

  .f-s-xl-243 {
    font-size: 24.3rem !important;
  }

  .f-s-xl-244 {
    font-size: 24.4rem !important;
  }

  .f-s-xl-245 {
    font-size: 24.5rem !important;
  }

  .f-s-xl-246 {
    font-size: 24.6rem !important;
  }

  .f-s-xl-247 {
    font-size: 24.7rem !important;
  }

  .f-s-xl-248 {
    font-size: 24.8rem !important;
  }

  .f-s-xl-249 {
    font-size: 24.9rem !important;
  }

  .f-s-xl-250 {
    font-size: 25rem !important;
  }
}

@media screen and (min-width: 1600px) {
  .f-s-xxl-0 {
    font-size: 0rem !important;
  }

  .f-s-xxl-1 {
    font-size: 0.1rem !important;
  }

  .f-s-xxl-2 {
    font-size: 0.2rem !important;
  }

  .f-s-xxl-3 {
    font-size: 0.3rem !important;
  }

  .f-s-xxl-4 {
    font-size: 0.4rem !important;
  }

  .f-s-xxl-5 {
    font-size: 0.5rem !important;
  }

  .f-s-xxl-6 {
    font-size: 0.6rem !important;
  }

  .f-s-xxl-7 {
    font-size: 0.7rem !important;
  }

  .f-s-xxl-8 {
    font-size: 0.8rem !important;
  }

  .f-s-xxl-9 {
    font-size: 0.9rem !important;
  }

  .f-s-xxl-10 {
    font-size: 1rem !important;
  }

  .f-s-xxl-11 {
    font-size: 1.1rem !important;
  }

  .f-s-xxl-12 {
    font-size: 1.2rem !important;
  }

  .f-s-xxl-13 {
    font-size: 1.3rem !important;
  }

  .f-s-xxl-14 {
    font-size: 1.4rem !important;
  }

  .f-s-xxl-15 {
    font-size: 1.5rem !important;
  }

  .f-s-xxl-16 {
    font-size: 1.6rem !important;
  }

  .f-s-xxl-17 {
    font-size: 1.7rem !important;
  }

  .f-s-xxl-18 {
    font-size: 1.8rem !important;
  }

  .f-s-xxl-19 {
    font-size: 1.9rem !important;
  }

  .f-s-xxl-20 {
    font-size: 2rem !important;
  }

  .f-s-xxl-21 {
    font-size: 2.1rem !important;
  }

  .f-s-xxl-22 {
    font-size: 2.2rem !important;
  }

  .f-s-xxl-23 {
    font-size: 2.3rem !important;
  }

  .f-s-xxl-24 {
    font-size: 2.4rem !important;
  }

  .f-s-xxl-25 {
    font-size: 2.5rem !important;
  }

  .f-s-xxl-26 {
    font-size: 2.6rem !important;
  }

  .f-s-xxl-27 {
    font-size: 2.7rem !important;
  }

  .f-s-xxl-28 {
    font-size: 2.8rem !important;
  }

  .f-s-xxl-29 {
    font-size: 2.9rem !important;
  }

  .f-s-xxl-30 {
    font-size: 3rem !important;
  }

  .f-s-xxl-31 {
    font-size: 3.1rem !important;
  }

  .f-s-xxl-32 {
    font-size: 3.2rem !important;
  }

  .f-s-xxl-33 {
    font-size: 3.3rem !important;
  }

  .f-s-xxl-34 {
    font-size: 3.4rem !important;
  }

  .f-s-xxl-35 {
    font-size: 3.5rem !important;
  }

  .f-s-xxl-36 {
    font-size: 3.6rem !important;
  }

  .f-s-xxl-37 {
    font-size: 3.7rem !important;
  }

  .f-s-xxl-38 {
    font-size: 3.8rem !important;
  }

  .f-s-xxl-39 {
    font-size: 3.9rem !important;
  }

  .f-s-xxl-40 {
    font-size: 4rem !important;
  }

  .f-s-xxl-41 {
    font-size: 4.1rem !important;
  }

  .f-s-xxl-42 {
    font-size: 4.2rem !important;
  }

  .f-s-xxl-43 {
    font-size: 4.3rem !important;
  }

  .f-s-xxl-44 {
    font-size: 4.4rem !important;
  }

  .f-s-xxl-45 {
    font-size: 4.5rem !important;
  }

  .f-s-xxl-46 {
    font-size: 4.6rem !important;
  }

  .f-s-xxl-47 {
    font-size: 4.7rem !important;
  }

  .f-s-xxl-48 {
    font-size: 4.8rem !important;
  }

  .f-s-xxl-49 {
    font-size: 4.9rem !important;
  }

  .f-s-xxl-50 {
    font-size: 5rem !important;
  }

  .f-s-xxl-51 {
    font-size: 5.1rem !important;
  }

  .f-s-xxl-52 {
    font-size: 5.2rem !important;
  }

  .f-s-xxl-53 {
    font-size: 5.3rem !important;
  }

  .f-s-xxl-54 {
    font-size: 5.4rem !important;
  }

  .f-s-xxl-55 {
    font-size: 5.5rem !important;
  }

  .f-s-xxl-56 {
    font-size: 5.6rem !important;
  }

  .f-s-xxl-57 {
    font-size: 5.7rem !important;
  }

  .f-s-xxl-58 {
    font-size: 5.8rem !important;
  }

  .f-s-xxl-59 {
    font-size: 5.9rem !important;
  }

  .f-s-xxl-60 {
    font-size: 6rem !important;
  }

  .f-s-xxl-61 {
    font-size: 6.1rem !important;
  }

  .f-s-xxl-62 {
    font-size: 6.2rem !important;
  }

  .f-s-xxl-63 {
    font-size: 6.3rem !important;
  }

  .f-s-xxl-64 {
    font-size: 6.4rem !important;
  }

  .f-s-xxl-65 {
    font-size: 6.5rem !important;
  }

  .f-s-xxl-66 {
    font-size: 6.6rem !important;
  }

  .f-s-xxl-67 {
    font-size: 6.7rem !important;
  }

  .f-s-xxl-68 {
    font-size: 6.8rem !important;
  }

  .f-s-xxl-69 {
    font-size: 6.9rem !important;
  }

  .f-s-xxl-70 {
    font-size: 7rem !important;
  }

  .f-s-xxl-71 {
    font-size: 7.1rem !important;
  }

  .f-s-xxl-72 {
    font-size: 7.2rem !important;
  }

  .f-s-xxl-73 {
    font-size: 7.3rem !important;
  }

  .f-s-xxl-74 {
    font-size: 7.4rem !important;
  }

  .f-s-xxl-75 {
    font-size: 7.5rem !important;
  }

  .f-s-xxl-76 {
    font-size: 7.6rem !important;
  }

  .f-s-xxl-77 {
    font-size: 7.7rem !important;
  }

  .f-s-xxl-78 {
    font-size: 7.8rem !important;
  }

  .f-s-xxl-79 {
    font-size: 7.9rem !important;
  }

  .f-s-xxl-80 {
    font-size: 8rem !important;
  }

  .f-s-xxl-81 {
    font-size: 8.1rem !important;
  }

  .f-s-xxl-82 {
    font-size: 8.2rem !important;
  }

  .f-s-xxl-83 {
    font-size: 8.3rem !important;
  }

  .f-s-xxl-84 {
    font-size: 8.4rem !important;
  }

  .f-s-xxl-85 {
    font-size: 8.5rem !important;
  }

  .f-s-xxl-86 {
    font-size: 8.6rem !important;
  }

  .f-s-xxl-87 {
    font-size: 8.7rem !important;
  }

  .f-s-xxl-88 {
    font-size: 8.8rem !important;
  }

  .f-s-xxl-89 {
    font-size: 8.9rem !important;
  }

  .f-s-xxl-90 {
    font-size: 9rem !important;
  }

  .f-s-xxl-91 {
    font-size: 9.1rem !important;
  }

  .f-s-xxl-92 {
    font-size: 9.2rem !important;
  }

  .f-s-xxl-93 {
    font-size: 9.3rem !important;
  }

  .f-s-xxl-94 {
    font-size: 9.4rem !important;
  }

  .f-s-xxl-95 {
    font-size: 9.5rem !important;
  }

  .f-s-xxl-96 {
    font-size: 9.6rem !important;
  }

  .f-s-xxl-97 {
    font-size: 9.7rem !important;
  }

  .f-s-xxl-98 {
    font-size: 9.8rem !important;
  }

  .f-s-xxl-99 {
    font-size: 9.9rem !important;
  }

  .f-s-xxl-100 {
    font-size: 10rem !important;
  }

  .f-s-xxl-101 {
    font-size: 10.1rem !important;
  }

  .f-s-xxl-102 {
    font-size: 10.2rem !important;
  }

  .f-s-xxl-103 {
    font-size: 10.3rem !important;
  }

  .f-s-xxl-104 {
    font-size: 10.4rem !important;
  }

  .f-s-xxl-105 {
    font-size: 10.5rem !important;
  }

  .f-s-xxl-106 {
    font-size: 10.6rem !important;
  }

  .f-s-xxl-107 {
    font-size: 10.7rem !important;
  }

  .f-s-xxl-108 {
    font-size: 10.8rem !important;
  }

  .f-s-xxl-109 {
    font-size: 10.9rem !important;
  }

  .f-s-xxl-110 {
    font-size: 11rem !important;
  }

  .f-s-xxl-111 {
    font-size: 11.1rem !important;
  }

  .f-s-xxl-112 {
    font-size: 11.2rem !important;
  }

  .f-s-xxl-113 {
    font-size: 11.3rem !important;
  }

  .f-s-xxl-114 {
    font-size: 11.4rem !important;
  }

  .f-s-xxl-115 {
    font-size: 11.5rem !important;
  }

  .f-s-xxl-116 {
    font-size: 11.6rem !important;
  }

  .f-s-xxl-117 {
    font-size: 11.7rem !important;
  }

  .f-s-xxl-118 {
    font-size: 11.8rem !important;
  }

  .f-s-xxl-119 {
    font-size: 11.9rem !important;
  }

  .f-s-xxl-120 {
    font-size: 12rem !important;
  }

  .f-s-xxl-121 {
    font-size: 12.1rem !important;
  }

  .f-s-xxl-122 {
    font-size: 12.2rem !important;
  }

  .f-s-xxl-123 {
    font-size: 12.3rem !important;
  }

  .f-s-xxl-124 {
    font-size: 12.4rem !important;
  }

  .f-s-xxl-125 {
    font-size: 12.5rem !important;
  }

  .f-s-xxl-126 {
    font-size: 12.6rem !important;
  }

  .f-s-xxl-127 {
    font-size: 12.7rem !important;
  }

  .f-s-xxl-128 {
    font-size: 12.8rem !important;
  }

  .f-s-xxl-129 {
    font-size: 12.9rem !important;
  }

  .f-s-xxl-130 {
    font-size: 13rem !important;
  }

  .f-s-xxl-131 {
    font-size: 13.1rem !important;
  }

  .f-s-xxl-132 {
    font-size: 13.2rem !important;
  }

  .f-s-xxl-133 {
    font-size: 13.3rem !important;
  }

  .f-s-xxl-134 {
    font-size: 13.4rem !important;
  }

  .f-s-xxl-135 {
    font-size: 13.5rem !important;
  }

  .f-s-xxl-136 {
    font-size: 13.6rem !important;
  }

  .f-s-xxl-137 {
    font-size: 13.7rem !important;
  }

  .f-s-xxl-138 {
    font-size: 13.8rem !important;
  }

  .f-s-xxl-139 {
    font-size: 13.9rem !important;
  }

  .f-s-xxl-140 {
    font-size: 14rem !important;
  }

  .f-s-xxl-141 {
    font-size: 14.1rem !important;
  }

  .f-s-xxl-142 {
    font-size: 14.2rem !important;
  }

  .f-s-xxl-143 {
    font-size: 14.3rem !important;
  }

  .f-s-xxl-144 {
    font-size: 14.4rem !important;
  }

  .f-s-xxl-145 {
    font-size: 14.5rem !important;
  }

  .f-s-xxl-146 {
    font-size: 14.6rem !important;
  }

  .f-s-xxl-147 {
    font-size: 14.7rem !important;
  }

  .f-s-xxl-148 {
    font-size: 14.8rem !important;
  }

  .f-s-xxl-149 {
    font-size: 14.9rem !important;
  }

  .f-s-xxl-150 {
    font-size: 15rem !important;
  }

  .f-s-xxl-151 {
    font-size: 15.1rem !important;
  }

  .f-s-xxl-152 {
    font-size: 15.2rem !important;
  }

  .f-s-xxl-153 {
    font-size: 15.3rem !important;
  }

  .f-s-xxl-154 {
    font-size: 15.4rem !important;
  }

  .f-s-xxl-155 {
    font-size: 15.5rem !important;
  }

  .f-s-xxl-156 {
    font-size: 15.6rem !important;
  }

  .f-s-xxl-157 {
    font-size: 15.7rem !important;
  }

  .f-s-xxl-158 {
    font-size: 15.8rem !important;
  }

  .f-s-xxl-159 {
    font-size: 15.9rem !important;
  }

  .f-s-xxl-160 {
    font-size: 16rem !important;
  }

  .f-s-xxl-161 {
    font-size: 16.1rem !important;
  }

  .f-s-xxl-162 {
    font-size: 16.2rem !important;
  }

  .f-s-xxl-163 {
    font-size: 16.3rem !important;
  }

  .f-s-xxl-164 {
    font-size: 16.4rem !important;
  }

  .f-s-xxl-165 {
    font-size: 16.5rem !important;
  }

  .f-s-xxl-166 {
    font-size: 16.6rem !important;
  }

  .f-s-xxl-167 {
    font-size: 16.7rem !important;
  }

  .f-s-xxl-168 {
    font-size: 16.8rem !important;
  }

  .f-s-xxl-169 {
    font-size: 16.9rem !important;
  }

  .f-s-xxl-170 {
    font-size: 17rem !important;
  }

  .f-s-xxl-171 {
    font-size: 17.1rem !important;
  }

  .f-s-xxl-172 {
    font-size: 17.2rem !important;
  }

  .f-s-xxl-173 {
    font-size: 17.3rem !important;
  }

  .f-s-xxl-174 {
    font-size: 17.4rem !important;
  }

  .f-s-xxl-175 {
    font-size: 17.5rem !important;
  }

  .f-s-xxl-176 {
    font-size: 17.6rem !important;
  }

  .f-s-xxl-177 {
    font-size: 17.7rem !important;
  }

  .f-s-xxl-178 {
    font-size: 17.8rem !important;
  }

  .f-s-xxl-179 {
    font-size: 17.9rem !important;
  }

  .f-s-xxl-180 {
    font-size: 18rem !important;
  }

  .f-s-xxl-181 {
    font-size: 18.1rem !important;
  }

  .f-s-xxl-182 {
    font-size: 18.2rem !important;
  }

  .f-s-xxl-183 {
    font-size: 18.3rem !important;
  }

  .f-s-xxl-184 {
    font-size: 18.4rem !important;
  }

  .f-s-xxl-185 {
    font-size: 18.5rem !important;
  }

  .f-s-xxl-186 {
    font-size: 18.6rem !important;
  }

  .f-s-xxl-187 {
    font-size: 18.7rem !important;
  }

  .f-s-xxl-188 {
    font-size: 18.8rem !important;
  }

  .f-s-xxl-189 {
    font-size: 18.9rem !important;
  }

  .f-s-xxl-190 {
    font-size: 19rem !important;
  }

  .f-s-xxl-191 {
    font-size: 19.1rem !important;
  }

  .f-s-xxl-192 {
    font-size: 19.2rem !important;
  }

  .f-s-xxl-193 {
    font-size: 19.3rem !important;
  }

  .f-s-xxl-194 {
    font-size: 19.4rem !important;
  }

  .f-s-xxl-195 {
    font-size: 19.5rem !important;
  }

  .f-s-xxl-196 {
    font-size: 19.6rem !important;
  }

  .f-s-xxl-197 {
    font-size: 19.7rem !important;
  }

  .f-s-xxl-198 {
    font-size: 19.8rem !important;
  }

  .f-s-xxl-199 {
    font-size: 19.9rem !important;
  }

  .f-s-xxl-200 {
    font-size: 20rem !important;
  }

  .f-s-xxl-201 {
    font-size: 20.1rem !important;
  }

  .f-s-xxl-202 {
    font-size: 20.2rem !important;
  }

  .f-s-xxl-203 {
    font-size: 20.3rem !important;
  }

  .f-s-xxl-204 {
    font-size: 20.4rem !important;
  }

  .f-s-xxl-205 {
    font-size: 20.5rem !important;
  }

  .f-s-xxl-206 {
    font-size: 20.6rem !important;
  }

  .f-s-xxl-207 {
    font-size: 20.7rem !important;
  }

  .f-s-xxl-208 {
    font-size: 20.8rem !important;
  }

  .f-s-xxl-209 {
    font-size: 20.9rem !important;
  }

  .f-s-xxl-210 {
    font-size: 21rem !important;
  }

  .f-s-xxl-211 {
    font-size: 21.1rem !important;
  }

  .f-s-xxl-212 {
    font-size: 21.2rem !important;
  }

  .f-s-xxl-213 {
    font-size: 21.3rem !important;
  }

  .f-s-xxl-214 {
    font-size: 21.4rem !important;
  }

  .f-s-xxl-215 {
    font-size: 21.5rem !important;
  }

  .f-s-xxl-216 {
    font-size: 21.6rem !important;
  }

  .f-s-xxl-217 {
    font-size: 21.7rem !important;
  }

  .f-s-xxl-218 {
    font-size: 21.8rem !important;
  }

  .f-s-xxl-219 {
    font-size: 21.9rem !important;
  }

  .f-s-xxl-220 {
    font-size: 22rem !important;
  }

  .f-s-xxl-221 {
    font-size: 22.1rem !important;
  }

  .f-s-xxl-222 {
    font-size: 22.2rem !important;
  }

  .f-s-xxl-223 {
    font-size: 22.3rem !important;
  }

  .f-s-xxl-224 {
    font-size: 22.4rem !important;
  }

  .f-s-xxl-225 {
    font-size: 22.5rem !important;
  }

  .f-s-xxl-226 {
    font-size: 22.6rem !important;
  }

  .f-s-xxl-227 {
    font-size: 22.7rem !important;
  }

  .f-s-xxl-228 {
    font-size: 22.8rem !important;
  }

  .f-s-xxl-229 {
    font-size: 22.9rem !important;
  }

  .f-s-xxl-230 {
    font-size: 23rem !important;
  }

  .f-s-xxl-231 {
    font-size: 23.1rem !important;
  }

  .f-s-xxl-232 {
    font-size: 23.2rem !important;
  }

  .f-s-xxl-233 {
    font-size: 23.3rem !important;
  }

  .f-s-xxl-234 {
    font-size: 23.4rem !important;
  }

  .f-s-xxl-235 {
    font-size: 23.5rem !important;
  }

  .f-s-xxl-236 {
    font-size: 23.6rem !important;
  }

  .f-s-xxl-237 {
    font-size: 23.7rem !important;
  }

  .f-s-xxl-238 {
    font-size: 23.8rem !important;
  }

  .f-s-xxl-239 {
    font-size: 23.9rem !important;
  }

  .f-s-xxl-240 {
    font-size: 24rem !important;
  }

  .f-s-xxl-241 {
    font-size: 24.1rem !important;
  }

  .f-s-xxl-242 {
    font-size: 24.2rem !important;
  }

  .f-s-xxl-243 {
    font-size: 24.3rem !important;
  }

  .f-s-xxl-244 {
    font-size: 24.4rem !important;
  }

  .f-s-xxl-245 {
    font-size: 24.5rem !important;
  }

  .f-s-xxl-246 {
    font-size: 24.6rem !important;
  }

  .f-s-xxl-247 {
    font-size: 24.7rem !important;
  }

  .f-s-xxl-248 {
    font-size: 24.8rem !important;
  }

  .f-s-xxl-249 {
    font-size: 24.9rem !important;
  }

  .f-s-xxl-250 {
    font-size: 25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .f-s-xlst-0 {
    font-size: 0rem !important;
  }

  .f-s-xlst-1 {
    font-size: 0.1rem !important;
  }

  .f-s-xlst-2 {
    font-size: 0.2rem !important;
  }

  .f-s-xlst-3 {
    font-size: 0.3rem !important;
  }

  .f-s-xlst-4 {
    font-size: 0.4rem !important;
  }

  .f-s-xlst-5 {
    font-size: 0.5rem !important;
  }

  .f-s-xlst-6 {
    font-size: 0.6rem !important;
  }

  .f-s-xlst-7 {
    font-size: 0.7rem !important;
  }

  .f-s-xlst-8 {
    font-size: 0.8rem !important;
  }

  .f-s-xlst-9 {
    font-size: 0.9rem !important;
  }

  .f-s-xlst-10 {
    font-size: 1rem !important;
  }

  .f-s-xlst-11 {
    font-size: 1.1rem !important;
  }

  .f-s-xlst-12 {
    font-size: 1.2rem !important;
  }

  .f-s-xlst-13 {
    font-size: 1.3rem !important;
  }

  .f-s-xlst-14 {
    font-size: 1.4rem !important;
  }

  .f-s-xlst-15 {
    font-size: 1.5rem !important;
  }

  .f-s-xlst-16 {
    font-size: 1.6rem !important;
  }

  .f-s-xlst-17 {
    font-size: 1.7rem !important;
  }

  .f-s-xlst-18 {
    font-size: 1.8rem !important;
  }

  .f-s-xlst-19 {
    font-size: 1.9rem !important;
  }

  .f-s-xlst-20 {
    font-size: 2rem !important;
  }

  .f-s-xlst-21 {
    font-size: 2.1rem !important;
  }

  .f-s-xlst-22 {
    font-size: 2.2rem !important;
  }

  .f-s-xlst-23 {
    font-size: 2.3rem !important;
  }

  .f-s-xlst-24 {
    font-size: 2.4rem !important;
  }

  .f-s-xlst-25 {
    font-size: 2.5rem !important;
  }

  .f-s-xlst-26 {
    font-size: 2.6rem !important;
  }

  .f-s-xlst-27 {
    font-size: 2.7rem !important;
  }

  .f-s-xlst-28 {
    font-size: 2.8rem !important;
  }

  .f-s-xlst-29 {
    font-size: 2.9rem !important;
  }

  .f-s-xlst-30 {
    font-size: 3rem !important;
  }

  .f-s-xlst-31 {
    font-size: 3.1rem !important;
  }

  .f-s-xlst-32 {
    font-size: 3.2rem !important;
  }

  .f-s-xlst-33 {
    font-size: 3.3rem !important;
  }

  .f-s-xlst-34 {
    font-size: 3.4rem !important;
  }

  .f-s-xlst-35 {
    font-size: 3.5rem !important;
  }

  .f-s-xlst-36 {
    font-size: 3.6rem !important;
  }

  .f-s-xlst-37 {
    font-size: 3.7rem !important;
  }

  .f-s-xlst-38 {
    font-size: 3.8rem !important;
  }

  .f-s-xlst-39 {
    font-size: 3.9rem !important;
  }

  .f-s-xlst-40 {
    font-size: 4rem !important;
  }

  .f-s-xlst-41 {
    font-size: 4.1rem !important;
  }

  .f-s-xlst-42 {
    font-size: 4.2rem !important;
  }

  .f-s-xlst-43 {
    font-size: 4.3rem !important;
  }

  .f-s-xlst-44 {
    font-size: 4.4rem !important;
  }

  .f-s-xlst-45 {
    font-size: 4.5rem !important;
  }

  .f-s-xlst-46 {
    font-size: 4.6rem !important;
  }

  .f-s-xlst-47 {
    font-size: 4.7rem !important;
  }

  .f-s-xlst-48 {
    font-size: 4.8rem !important;
  }

  .f-s-xlst-49 {
    font-size: 4.9rem !important;
  }

  .f-s-xlst-50 {
    font-size: 5rem !important;
  }

  .f-s-xlst-51 {
    font-size: 5.1rem !important;
  }

  .f-s-xlst-52 {
    font-size: 5.2rem !important;
  }

  .f-s-xlst-53 {
    font-size: 5.3rem !important;
  }

  .f-s-xlst-54 {
    font-size: 5.4rem !important;
  }

  .f-s-xlst-55 {
    font-size: 5.5rem !important;
  }

  .f-s-xlst-56 {
    font-size: 5.6rem !important;
  }

  .f-s-xlst-57 {
    font-size: 5.7rem !important;
  }

  .f-s-xlst-58 {
    font-size: 5.8rem !important;
  }

  .f-s-xlst-59 {
    font-size: 5.9rem !important;
  }

  .f-s-xlst-60 {
    font-size: 6rem !important;
  }

  .f-s-xlst-61 {
    font-size: 6.1rem !important;
  }

  .f-s-xlst-62 {
    font-size: 6.2rem !important;
  }

  .f-s-xlst-63 {
    font-size: 6.3rem !important;
  }

  .f-s-xlst-64 {
    font-size: 6.4rem !important;
  }

  .f-s-xlst-65 {
    font-size: 6.5rem !important;
  }

  .f-s-xlst-66 {
    font-size: 6.6rem !important;
  }

  .f-s-xlst-67 {
    font-size: 6.7rem !important;
  }

  .f-s-xlst-68 {
    font-size: 6.8rem !important;
  }

  .f-s-xlst-69 {
    font-size: 6.9rem !important;
  }

  .f-s-xlst-70 {
    font-size: 7rem !important;
  }

  .f-s-xlst-71 {
    font-size: 7.1rem !important;
  }

  .f-s-xlst-72 {
    font-size: 7.2rem !important;
  }

  .f-s-xlst-73 {
    font-size: 7.3rem !important;
  }

  .f-s-xlst-74 {
    font-size: 7.4rem !important;
  }

  .f-s-xlst-75 {
    font-size: 7.5rem !important;
  }

  .f-s-xlst-76 {
    font-size: 7.6rem !important;
  }

  .f-s-xlst-77 {
    font-size: 7.7rem !important;
  }

  .f-s-xlst-78 {
    font-size: 7.8rem !important;
  }

  .f-s-xlst-79 {
    font-size: 7.9rem !important;
  }

  .f-s-xlst-80 {
    font-size: 8rem !important;
  }

  .f-s-xlst-81 {
    font-size: 8.1rem !important;
  }

  .f-s-xlst-82 {
    font-size: 8.2rem !important;
  }

  .f-s-xlst-83 {
    font-size: 8.3rem !important;
  }

  .f-s-xlst-84 {
    font-size: 8.4rem !important;
  }

  .f-s-xlst-85 {
    font-size: 8.5rem !important;
  }

  .f-s-xlst-86 {
    font-size: 8.6rem !important;
  }

  .f-s-xlst-87 {
    font-size: 8.7rem !important;
  }

  .f-s-xlst-88 {
    font-size: 8.8rem !important;
  }

  .f-s-xlst-89 {
    font-size: 8.9rem !important;
  }

  .f-s-xlst-90 {
    font-size: 9rem !important;
  }

  .f-s-xlst-91 {
    font-size: 9.1rem !important;
  }

  .f-s-xlst-92 {
    font-size: 9.2rem !important;
  }

  .f-s-xlst-93 {
    font-size: 9.3rem !important;
  }

  .f-s-xlst-94 {
    font-size: 9.4rem !important;
  }

  .f-s-xlst-95 {
    font-size: 9.5rem !important;
  }

  .f-s-xlst-96 {
    font-size: 9.6rem !important;
  }

  .f-s-xlst-97 {
    font-size: 9.7rem !important;
  }

  .f-s-xlst-98 {
    font-size: 9.8rem !important;
  }

  .f-s-xlst-99 {
    font-size: 9.9rem !important;
  }

  .f-s-xlst-100 {
    font-size: 10rem !important;
  }

  .f-s-xlst-101 {
    font-size: 10.1rem !important;
  }

  .f-s-xlst-102 {
    font-size: 10.2rem !important;
  }

  .f-s-xlst-103 {
    font-size: 10.3rem !important;
  }

  .f-s-xlst-104 {
    font-size: 10.4rem !important;
  }

  .f-s-xlst-105 {
    font-size: 10.5rem !important;
  }

  .f-s-xlst-106 {
    font-size: 10.6rem !important;
  }

  .f-s-xlst-107 {
    font-size: 10.7rem !important;
  }

  .f-s-xlst-108 {
    font-size: 10.8rem !important;
  }

  .f-s-xlst-109 {
    font-size: 10.9rem !important;
  }

  .f-s-xlst-110 {
    font-size: 11rem !important;
  }

  .f-s-xlst-111 {
    font-size: 11.1rem !important;
  }

  .f-s-xlst-112 {
    font-size: 11.2rem !important;
  }

  .f-s-xlst-113 {
    font-size: 11.3rem !important;
  }

  .f-s-xlst-114 {
    font-size: 11.4rem !important;
  }

  .f-s-xlst-115 {
    font-size: 11.5rem !important;
  }

  .f-s-xlst-116 {
    font-size: 11.6rem !important;
  }

  .f-s-xlst-117 {
    font-size: 11.7rem !important;
  }

  .f-s-xlst-118 {
    font-size: 11.8rem !important;
  }

  .f-s-xlst-119 {
    font-size: 11.9rem !important;
  }

  .f-s-xlst-120 {
    font-size: 12rem !important;
  }

  .f-s-xlst-121 {
    font-size: 12.1rem !important;
  }

  .f-s-xlst-122 {
    font-size: 12.2rem !important;
  }

  .f-s-xlst-123 {
    font-size: 12.3rem !important;
  }

  .f-s-xlst-124 {
    font-size: 12.4rem !important;
  }

  .f-s-xlst-125 {
    font-size: 12.5rem !important;
  }

  .f-s-xlst-126 {
    font-size: 12.6rem !important;
  }

  .f-s-xlst-127 {
    font-size: 12.7rem !important;
  }

  .f-s-xlst-128 {
    font-size: 12.8rem !important;
  }

  .f-s-xlst-129 {
    font-size: 12.9rem !important;
  }

  .f-s-xlst-130 {
    font-size: 13rem !important;
  }

  .f-s-xlst-131 {
    font-size: 13.1rem !important;
  }

  .f-s-xlst-132 {
    font-size: 13.2rem !important;
  }

  .f-s-xlst-133 {
    font-size: 13.3rem !important;
  }

  .f-s-xlst-134 {
    font-size: 13.4rem !important;
  }

  .f-s-xlst-135 {
    font-size: 13.5rem !important;
  }

  .f-s-xlst-136 {
    font-size: 13.6rem !important;
  }

  .f-s-xlst-137 {
    font-size: 13.7rem !important;
  }

  .f-s-xlst-138 {
    font-size: 13.8rem !important;
  }

  .f-s-xlst-139 {
    font-size: 13.9rem !important;
  }

  .f-s-xlst-140 {
    font-size: 14rem !important;
  }

  .f-s-xlst-141 {
    font-size: 14.1rem !important;
  }

  .f-s-xlst-142 {
    font-size: 14.2rem !important;
  }

  .f-s-xlst-143 {
    font-size: 14.3rem !important;
  }

  .f-s-xlst-144 {
    font-size: 14.4rem !important;
  }

  .f-s-xlst-145 {
    font-size: 14.5rem !important;
  }

  .f-s-xlst-146 {
    font-size: 14.6rem !important;
  }

  .f-s-xlst-147 {
    font-size: 14.7rem !important;
  }

  .f-s-xlst-148 {
    font-size: 14.8rem !important;
  }

  .f-s-xlst-149 {
    font-size: 14.9rem !important;
  }

  .f-s-xlst-150 {
    font-size: 15rem !important;
  }

  .f-s-xlst-151 {
    font-size: 15.1rem !important;
  }

  .f-s-xlst-152 {
    font-size: 15.2rem !important;
  }

  .f-s-xlst-153 {
    font-size: 15.3rem !important;
  }

  .f-s-xlst-154 {
    font-size: 15.4rem !important;
  }

  .f-s-xlst-155 {
    font-size: 15.5rem !important;
  }

  .f-s-xlst-156 {
    font-size: 15.6rem !important;
  }

  .f-s-xlst-157 {
    font-size: 15.7rem !important;
  }

  .f-s-xlst-158 {
    font-size: 15.8rem !important;
  }

  .f-s-xlst-159 {
    font-size: 15.9rem !important;
  }

  .f-s-xlst-160 {
    font-size: 16rem !important;
  }

  .f-s-xlst-161 {
    font-size: 16.1rem !important;
  }

  .f-s-xlst-162 {
    font-size: 16.2rem !important;
  }

  .f-s-xlst-163 {
    font-size: 16.3rem !important;
  }

  .f-s-xlst-164 {
    font-size: 16.4rem !important;
  }

  .f-s-xlst-165 {
    font-size: 16.5rem !important;
  }

  .f-s-xlst-166 {
    font-size: 16.6rem !important;
  }

  .f-s-xlst-167 {
    font-size: 16.7rem !important;
  }

  .f-s-xlst-168 {
    font-size: 16.8rem !important;
  }

  .f-s-xlst-169 {
    font-size: 16.9rem !important;
  }

  .f-s-xlst-170 {
    font-size: 17rem !important;
  }

  .f-s-xlst-171 {
    font-size: 17.1rem !important;
  }

  .f-s-xlst-172 {
    font-size: 17.2rem !important;
  }

  .f-s-xlst-173 {
    font-size: 17.3rem !important;
  }

  .f-s-xlst-174 {
    font-size: 17.4rem !important;
  }

  .f-s-xlst-175 {
    font-size: 17.5rem !important;
  }

  .f-s-xlst-176 {
    font-size: 17.6rem !important;
  }

  .f-s-xlst-177 {
    font-size: 17.7rem !important;
  }

  .f-s-xlst-178 {
    font-size: 17.8rem !important;
  }

  .f-s-xlst-179 {
    font-size: 17.9rem !important;
  }

  .f-s-xlst-180 {
    font-size: 18rem !important;
  }

  .f-s-xlst-181 {
    font-size: 18.1rem !important;
  }

  .f-s-xlst-182 {
    font-size: 18.2rem !important;
  }

  .f-s-xlst-183 {
    font-size: 18.3rem !important;
  }

  .f-s-xlst-184 {
    font-size: 18.4rem !important;
  }

  .f-s-xlst-185 {
    font-size: 18.5rem !important;
  }

  .f-s-xlst-186 {
    font-size: 18.6rem !important;
  }

  .f-s-xlst-187 {
    font-size: 18.7rem !important;
  }

  .f-s-xlst-188 {
    font-size: 18.8rem !important;
  }

  .f-s-xlst-189 {
    font-size: 18.9rem !important;
  }

  .f-s-xlst-190 {
    font-size: 19rem !important;
  }

  .f-s-xlst-191 {
    font-size: 19.1rem !important;
  }

  .f-s-xlst-192 {
    font-size: 19.2rem !important;
  }

  .f-s-xlst-193 {
    font-size: 19.3rem !important;
  }

  .f-s-xlst-194 {
    font-size: 19.4rem !important;
  }

  .f-s-xlst-195 {
    font-size: 19.5rem !important;
  }

  .f-s-xlst-196 {
    font-size: 19.6rem !important;
  }

  .f-s-xlst-197 {
    font-size: 19.7rem !important;
  }

  .f-s-xlst-198 {
    font-size: 19.8rem !important;
  }

  .f-s-xlst-199 {
    font-size: 19.9rem !important;
  }

  .f-s-xlst-200 {
    font-size: 20rem !important;
  }

  .f-s-xlst-201 {
    font-size: 20.1rem !important;
  }

  .f-s-xlst-202 {
    font-size: 20.2rem !important;
  }

  .f-s-xlst-203 {
    font-size: 20.3rem !important;
  }

  .f-s-xlst-204 {
    font-size: 20.4rem !important;
  }

  .f-s-xlst-205 {
    font-size: 20.5rem !important;
  }

  .f-s-xlst-206 {
    font-size: 20.6rem !important;
  }

  .f-s-xlst-207 {
    font-size: 20.7rem !important;
  }

  .f-s-xlst-208 {
    font-size: 20.8rem !important;
  }

  .f-s-xlst-209 {
    font-size: 20.9rem !important;
  }

  .f-s-xlst-210 {
    font-size: 21rem !important;
  }

  .f-s-xlst-211 {
    font-size: 21.1rem !important;
  }

  .f-s-xlst-212 {
    font-size: 21.2rem !important;
  }

  .f-s-xlst-213 {
    font-size: 21.3rem !important;
  }

  .f-s-xlst-214 {
    font-size: 21.4rem !important;
  }

  .f-s-xlst-215 {
    font-size: 21.5rem !important;
  }

  .f-s-xlst-216 {
    font-size: 21.6rem !important;
  }

  .f-s-xlst-217 {
    font-size: 21.7rem !important;
  }

  .f-s-xlst-218 {
    font-size: 21.8rem !important;
  }

  .f-s-xlst-219 {
    font-size: 21.9rem !important;
  }

  .f-s-xlst-220 {
    font-size: 22rem !important;
  }

  .f-s-xlst-221 {
    font-size: 22.1rem !important;
  }

  .f-s-xlst-222 {
    font-size: 22.2rem !important;
  }

  .f-s-xlst-223 {
    font-size: 22.3rem !important;
  }

  .f-s-xlst-224 {
    font-size: 22.4rem !important;
  }

  .f-s-xlst-225 {
    font-size: 22.5rem !important;
  }

  .f-s-xlst-226 {
    font-size: 22.6rem !important;
  }

  .f-s-xlst-227 {
    font-size: 22.7rem !important;
  }

  .f-s-xlst-228 {
    font-size: 22.8rem !important;
  }

  .f-s-xlst-229 {
    font-size: 22.9rem !important;
  }

  .f-s-xlst-230 {
    font-size: 23rem !important;
  }

  .f-s-xlst-231 {
    font-size: 23.1rem !important;
  }

  .f-s-xlst-232 {
    font-size: 23.2rem !important;
  }

  .f-s-xlst-233 {
    font-size: 23.3rem !important;
  }

  .f-s-xlst-234 {
    font-size: 23.4rem !important;
  }

  .f-s-xlst-235 {
    font-size: 23.5rem !important;
  }

  .f-s-xlst-236 {
    font-size: 23.6rem !important;
  }

  .f-s-xlst-237 {
    font-size: 23.7rem !important;
  }

  .f-s-xlst-238 {
    font-size: 23.8rem !important;
  }

  .f-s-xlst-239 {
    font-size: 23.9rem !important;
  }

  .f-s-xlst-240 {
    font-size: 24rem !important;
  }

  .f-s-xlst-241 {
    font-size: 24.1rem !important;
  }

  .f-s-xlst-242 {
    font-size: 24.2rem !important;
  }

  .f-s-xlst-243 {
    font-size: 24.3rem !important;
  }

  .f-s-xlst-244 {
    font-size: 24.4rem !important;
  }

  .f-s-xlst-245 {
    font-size: 24.5rem !important;
  }

  .f-s-xlst-246 {
    font-size: 24.6rem !important;
  }

  .f-s-xlst-247 {
    font-size: 24.7rem !important;
  }

  .f-s-xlst-248 {
    font-size: 24.8rem !important;
  }

  .f-s-xlst-249 {
    font-size: 24.9rem !important;
  }

  .f-s-xlst-250 {
    font-size: 25rem !important;
  }
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

@media screen and (min-width: 768px) {
  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mt-lg-3 {
    margin-top: 3rem !important;
  }

  .mt-lg-4 {
    margin-top: 4rem !important;
  }

  .mt-lg-5 {
    margin-top: 5rem !important;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-3 {
    margin-top: 3rem !important;
  }

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (min-width: 1600px) {
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxl-3 {
    margin-top: 3rem !important;
  }

  .mt-xxl-4 {
    margin-top: 4rem !important;
  }

  .mt-xxl-5 {
    margin-top: 5rem !important;
  }

  .mt-xxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
}

/**
 * _variables.scss
 *
 * $breakpoints:
 *    xs: 480px
 *    sm: 576px
 *    md: 768px
 *    lg: 992px
 *    xl: 1200px
 *   xxl: 1600px
 *  xlst: 1920px
 */

/**
 * @media screen and (min-width: 0)
 */

.m-t-0 {
  margin-top: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.m-t-5 {
  margin-top: 0.5rem !important;
}

.m-r-5 {
  margin-right: 0.5rem !important;
}

.m-b-5 {
  margin-bottom: 0.5rem !important;
}

.m-l-5 {
  margin-left: 0.5rem !important;
}

.p-t-5 {
  padding-top: 0.5rem !important;
}

.p-r-5 {
  padding-right: 0.5rem !important;
}

.p-b-5 {
  padding-bottom: 0.5rem !important;
}

.p-l-5 {
  padding-left: 0.5rem !important;
}

.m-t-10 {
  margin-top: 1rem !important;
}

.m-r-10 {
  margin-right: 1rem !important;
}

.m-b-10 {
  margin-bottom: 1rem !important;
}

.m-l-10 {
  margin-left: 1rem !important;
}

.p-t-10 {
  padding-top: 1rem !important;
}

.p-r-10 {
  padding-right: 1rem !important;
}

.p-b-10 {
  padding-bottom: 1rem !important;
}

.p-l-10 {
  padding-left: 1rem !important;
}

.m-t-15 {
  margin-top: 1.5rem !important;
}

.m-r-15 {
  margin-right: 1.5rem !important;
}

.m-b-15 {
  margin-bottom: 1.5rem !important;
}

.m-l-15 {
  margin-left: 1.5rem !important;
}

.p-t-15 {
  padding-top: 1.5rem !important;
}

.p-r-15 {
  padding-right: 1.5rem !important;
}

.p-b-15 {
  padding-bottom: 1.5rem !important;
}

.p-l-15 {
  padding-left: 1.5rem !important;
}

.m-t-20 {
  margin-top: 2rem !important;
}

.m-r-20 {
  margin-right: 2rem !important;
}

.m-b-20 {
  margin-bottom: 2rem !important;
}

.m-l-20 {
  margin-left: 2rem !important;
}

.p-t-20 {
  padding-top: 2rem !important;
}

.p-r-20 {
  padding-right: 2rem !important;
}

.p-b-20 {
  padding-bottom: 2rem !important;
}

.p-l-20 {
  padding-left: 2rem !important;
}

.m-t-25 {
  margin-top: 2.5rem !important;
}

.m-r-25 {
  margin-right: 2.5rem !important;
}

.m-b-25 {
  margin-bottom: 2.5rem !important;
}

.m-l-25 {
  margin-left: 2.5rem !important;
}

.p-t-25 {
  padding-top: 2.5rem !important;
}

.p-r-25 {
  padding-right: 2.5rem !important;
}

.p-b-25 {
  padding-bottom: 2.5rem !important;
}

.p-l-25 {
  padding-left: 2.5rem !important;
}

.m-t-30 {
  margin-top: 3rem !important;
}

.m-r-30 {
  margin-right: 3rem !important;
}

.m-b-30 {
  margin-bottom: 3rem !important;
}

.m-l-30 {
  margin-left: 3rem !important;
}

.p-t-30 {
  padding-top: 3rem !important;
}

.p-r-30 {
  padding-right: 3rem !important;
}

.p-b-30 {
  padding-bottom: 3rem !important;
}

.p-l-30 {
  padding-left: 3rem !important;
}

.m-t-35 {
  margin-top: 3.5rem !important;
}

.m-r-35 {
  margin-right: 3.5rem !important;
}

.m-b-35 {
  margin-bottom: 3.5rem !important;
}

.m-l-35 {
  margin-left: 3.5rem !important;
}

.p-t-35 {
  padding-top: 3.5rem !important;
}

.p-r-35 {
  padding-right: 3.5rem !important;
}

.p-b-35 {
  padding-bottom: 3.5rem !important;
}

.p-l-35 {
  padding-left: 3.5rem !important;
}

.m-t-40 {
  margin-top: 4rem !important;
}

.m-r-40 {
  margin-right: 4rem !important;
}

.m-b-40 {
  margin-bottom: 4rem !important;
}

.m-l-40 {
  margin-left: 4rem !important;
}

.p-t-40 {
  padding-top: 4rem !important;
}

.p-r-40 {
  padding-right: 4rem !important;
}

.p-b-40 {
  padding-bottom: 4rem !important;
}

.p-l-40 {
  padding-left: 4rem !important;
}

.m-t-45 {
  margin-top: 4.5rem !important;
}

.m-r-45 {
  margin-right: 4.5rem !important;
}

.m-b-45 {
  margin-bottom: 4.5rem !important;
}

.m-l-45 {
  margin-left: 4.5rem !important;
}

.p-t-45 {
  padding-top: 4.5rem !important;
}

.p-r-45 {
  padding-right: 4.5rem !important;
}

.p-b-45 {
  padding-bottom: 4.5rem !important;
}

.p-l-45 {
  padding-left: 4.5rem !important;
}

.m-t-50 {
  margin-top: 5rem !important;
}

.m-r-50 {
  margin-right: 5rem !important;
}

.m-b-50 {
  margin-bottom: 5rem !important;
}

.m-l-50 {
  margin-left: 5rem !important;
}

.p-t-50 {
  padding-top: 5rem !important;
}

.p-r-50 {
  padding-right: 5rem !important;
}

.p-b-50 {
  padding-bottom: 5rem !important;
}

.p-l-50 {
  padding-left: 5rem !important;
}

.m-t-55 {
  margin-top: 5.5rem !important;
}

.m-r-55 {
  margin-right: 5.5rem !important;
}

.m-b-55 {
  margin-bottom: 5.5rem !important;
}

.m-l-55 {
  margin-left: 5.5rem !important;
}

.p-t-55 {
  padding-top: 5.5rem !important;
}

.p-r-55 {
  padding-right: 5.5rem !important;
}

.p-b-55 {
  padding-bottom: 5.5rem !important;
}

.p-l-55 {
  padding-left: 5.5rem !important;
}

.m-t-60 {
  margin-top: 6rem !important;
}

.m-r-60 {
  margin-right: 6rem !important;
}

.m-b-60 {
  margin-bottom: 6rem !important;
}

.m-l-60 {
  margin-left: 6rem !important;
}

.p-t-60 {
  padding-top: 6rem !important;
}

.p-r-60 {
  padding-right: 6rem !important;
}

.p-b-60 {
  padding-bottom: 6rem !important;
}

.p-l-60 {
  padding-left: 6rem !important;
}

.m-t-65 {
  margin-top: 6.5rem !important;
}

.m-r-65 {
  margin-right: 6.5rem !important;
}

.m-b-65 {
  margin-bottom: 6.5rem !important;
}

.m-l-65 {
  margin-left: 6.5rem !important;
}

.p-t-65 {
  padding-top: 6.5rem !important;
}

.p-r-65 {
  padding-right: 6.5rem !important;
}

.p-b-65 {
  padding-bottom: 6.5rem !important;
}

.p-l-65 {
  padding-left: 6.5rem !important;
}

.m-t-70 {
  margin-top: 7rem !important;
}

.m-r-70 {
  margin-right: 7rem !important;
}

.m-b-70 {
  margin-bottom: 7rem !important;
}

.m-l-70 {
  margin-left: 7rem !important;
}

.p-t-70 {
  padding-top: 7rem !important;
}

.p-r-70 {
  padding-right: 7rem !important;
}

.p-b-70 {
  padding-bottom: 7rem !important;
}

.p-l-70 {
  padding-left: 7rem !important;
}

.m-t-75 {
  margin-top: 7.5rem !important;
}

.m-r-75 {
  margin-right: 7.5rem !important;
}

.m-b-75 {
  margin-bottom: 7.5rem !important;
}

.m-l-75 {
  margin-left: 7.5rem !important;
}

.p-t-75 {
  padding-top: 7.5rem !important;
}

.p-r-75 {
  padding-right: 7.5rem !important;
}

.p-b-75 {
  padding-bottom: 7.5rem !important;
}

.p-l-75 {
  padding-left: 7.5rem !important;
}

.m-t-80 {
  margin-top: 8rem !important;
}

.m-r-80 {
  margin-right: 8rem !important;
}

.m-b-80 {
  margin-bottom: 8rem !important;
}

.m-l-80 {
  margin-left: 8rem !important;
}

.p-t-80 {
  padding-top: 8rem !important;
}

.p-r-80 {
  padding-right: 8rem !important;
}

.p-b-80 {
  padding-bottom: 8rem !important;
}

.p-l-80 {
  padding-left: 8rem !important;
}

.m-t-85 {
  margin-top: 8.5rem !important;
}

.m-r-85 {
  margin-right: 8.5rem !important;
}

.m-b-85 {
  margin-bottom: 8.5rem !important;
}

.m-l-85 {
  margin-left: 8.5rem !important;
}

.p-t-85 {
  padding-top: 8.5rem !important;
}

.p-r-85 {
  padding-right: 8.5rem !important;
}

.p-b-85 {
  padding-bottom: 8.5rem !important;
}

.p-l-85 {
  padding-left: 8.5rem !important;
}

.m-t-90 {
  margin-top: 9rem !important;
}

.m-r-90 {
  margin-right: 9rem !important;
}

.m-b-90 {
  margin-bottom: 9rem !important;
}

.m-l-90 {
  margin-left: 9rem !important;
}

.p-t-90 {
  padding-top: 9rem !important;
}

.p-r-90 {
  padding-right: 9rem !important;
}

.p-b-90 {
  padding-bottom: 9rem !important;
}

.p-l-90 {
  padding-left: 9rem !important;
}

.m-t-95 {
  margin-top: 9.5rem !important;
}

.m-r-95 {
  margin-right: 9.5rem !important;
}

.m-b-95 {
  margin-bottom: 9.5rem !important;
}

.m-l-95 {
  margin-left: 9.5rem !important;
}

.p-t-95 {
  padding-top: 9.5rem !important;
}

.p-r-95 {
  padding-right: 9.5rem !important;
}

.p-b-95 {
  padding-bottom: 9.5rem !important;
}

.p-l-95 {
  padding-left: 9.5rem !important;
}

.m-t-100 {
  margin-top: 10rem !important;
}

.m-r-100 {
  margin-right: 10rem !important;
}

.m-b-100 {
  margin-bottom: 10rem !important;
}

.m-l-100 {
  margin-left: 10rem !important;
}

.p-t-100 {
  padding-top: 10rem !important;
}

.p-r-100 {
  padding-right: 10rem !important;
}

.p-b-100 {
  padding-bottom: 10rem !important;
}

.p-l-100 {
  padding-left: 10rem !important;
}

.m-t-105 {
  margin-top: 10.5rem !important;
}

.m-r-105 {
  margin-right: 10.5rem !important;
}

.m-b-105 {
  margin-bottom: 10.5rem !important;
}

.m-l-105 {
  margin-left: 10.5rem !important;
}

.p-t-105 {
  padding-top: 10.5rem !important;
}

.p-r-105 {
  padding-right: 10.5rem !important;
}

.p-b-105 {
  padding-bottom: 10.5rem !important;
}

.p-l-105 {
  padding-left: 10.5rem !important;
}

.m-t-110 {
  margin-top: 11rem !important;
}

.m-r-110 {
  margin-right: 11rem !important;
}

.m-b-110 {
  margin-bottom: 11rem !important;
}

.m-l-110 {
  margin-left: 11rem !important;
}

.p-t-110 {
  padding-top: 11rem !important;
}

.p-r-110 {
  padding-right: 11rem !important;
}

.p-b-110 {
  padding-bottom: 11rem !important;
}

.p-l-110 {
  padding-left: 11rem !important;
}

.m-t-115 {
  margin-top: 11.5rem !important;
}

.m-r-115 {
  margin-right: 11.5rem !important;
}

.m-b-115 {
  margin-bottom: 11.5rem !important;
}

.m-l-115 {
  margin-left: 11.5rem !important;
}

.p-t-115 {
  padding-top: 11.5rem !important;
}

.p-r-115 {
  padding-right: 11.5rem !important;
}

.p-b-115 {
  padding-bottom: 11.5rem !important;
}

.p-l-115 {
  padding-left: 11.5rem !important;
}

.m-t-120 {
  margin-top: 12rem !important;
}

.m-r-120 {
  margin-right: 12rem !important;
}

.m-b-120 {
  margin-bottom: 12rem !important;
}

.m-l-120 {
  margin-left: 12rem !important;
}

.p-t-120 {
  padding-top: 12rem !important;
}

.p-r-120 {
  padding-right: 12rem !important;
}

.p-b-120 {
  padding-bottom: 12rem !important;
}

.p-l-120 {
  padding-left: 12rem !important;
}

.m-t-125 {
  margin-top: 12.5rem !important;
}

.m-r-125 {
  margin-right: 12.5rem !important;
}

.m-b-125 {
  margin-bottom: 12.5rem !important;
}

.m-l-125 {
  margin-left: 12.5rem !important;
}

.p-t-125 {
  padding-top: 12.5rem !important;
}

.p-r-125 {
  padding-right: 12.5rem !important;
}

.p-b-125 {
  padding-bottom: 12.5rem !important;
}

.p-l-125 {
  padding-left: 12.5rem !important;
}

.m-t-130 {
  margin-top: 13rem !important;
}

.m-r-130 {
  margin-right: 13rem !important;
}

.m-b-130 {
  margin-bottom: 13rem !important;
}

.m-l-130 {
  margin-left: 13rem !important;
}

.p-t-130 {
  padding-top: 13rem !important;
}

.p-r-130 {
  padding-right: 13rem !important;
}

.p-b-130 {
  padding-bottom: 13rem !important;
}

.p-l-130 {
  padding-left: 13rem !important;
}

.m-t-135 {
  margin-top: 13.5rem !important;
}

.m-r-135 {
  margin-right: 13.5rem !important;
}

.m-b-135 {
  margin-bottom: 13.5rem !important;
}

.m-l-135 {
  margin-left: 13.5rem !important;
}

.p-t-135 {
  padding-top: 13.5rem !important;
}

.p-r-135 {
  padding-right: 13.5rem !important;
}

.p-b-135 {
  padding-bottom: 13.5rem !important;
}

.p-l-135 {
  padding-left: 13.5rem !important;
}

.m-t-140 {
  margin-top: 14rem !important;
}

.m-r-140 {
  margin-right: 14rem !important;
}

.m-b-140 {
  margin-bottom: 14rem !important;
}

.m-l-140 {
  margin-left: 14rem !important;
}

.p-t-140 {
  padding-top: 14rem !important;
}

.p-r-140 {
  padding-right: 14rem !important;
}

.p-b-140 {
  padding-bottom: 14rem !important;
}

.p-l-140 {
  padding-left: 14rem !important;
}

.m-t-145 {
  margin-top: 14.5rem !important;
}

.m-r-145 {
  margin-right: 14.5rem !important;
}

.m-b-145 {
  margin-bottom: 14.5rem !important;
}

.m-l-145 {
  margin-left: 14.5rem !important;
}

.p-t-145 {
  padding-top: 14.5rem !important;
}

.p-r-145 {
  padding-right: 14.5rem !important;
}

.p-b-145 {
  padding-bottom: 14.5rem !important;
}

.p-l-145 {
  padding-left: 14.5rem !important;
}

.m-t-150 {
  margin-top: 15rem !important;
}

.m-r-150 {
  margin-right: 15rem !important;
}

.m-b-150 {
  margin-bottom: 15rem !important;
}

.m-l-150 {
  margin-left: 15rem !important;
}

.p-t-150 {
  padding-top: 15rem !important;
}

.p-r-150 {
  padding-right: 15rem !important;
}

.p-b-150 {
  padding-bottom: 15rem !important;
}

.p-l-150 {
  padding-left: 15rem !important;
}

.m-t-155 {
  margin-top: 15.5rem !important;
}

.m-r-155 {
  margin-right: 15.5rem !important;
}

.m-b-155 {
  margin-bottom: 15.5rem !important;
}

.m-l-155 {
  margin-left: 15.5rem !important;
}

.p-t-155 {
  padding-top: 15.5rem !important;
}

.p-r-155 {
  padding-right: 15.5rem !important;
}

.p-b-155 {
  padding-bottom: 15.5rem !important;
}

.p-l-155 {
  padding-left: 15.5rem !important;
}

.m-t-160 {
  margin-top: 16rem !important;
}

.m-r-160 {
  margin-right: 16rem !important;
}

.m-b-160 {
  margin-bottom: 16rem !important;
}

.m-l-160 {
  margin-left: 16rem !important;
}

.p-t-160 {
  padding-top: 16rem !important;
}

.p-r-160 {
  padding-right: 16rem !important;
}

.p-b-160 {
  padding-bottom: 16rem !important;
}

.p-l-160 {
  padding-left: 16rem !important;
}

.m-t-165 {
  margin-top: 16.5rem !important;
}

.m-r-165 {
  margin-right: 16.5rem !important;
}

.m-b-165 {
  margin-bottom: 16.5rem !important;
}

.m-l-165 {
  margin-left: 16.5rem !important;
}

.p-t-165 {
  padding-top: 16.5rem !important;
}

.p-r-165 {
  padding-right: 16.5rem !important;
}

.p-b-165 {
  padding-bottom: 16.5rem !important;
}

.p-l-165 {
  padding-left: 16.5rem !important;
}

.m-t-170 {
  margin-top: 17rem !important;
}

.m-r-170 {
  margin-right: 17rem !important;
}

.m-b-170 {
  margin-bottom: 17rem !important;
}

.m-l-170 {
  margin-left: 17rem !important;
}

.p-t-170 {
  padding-top: 17rem !important;
}

.p-r-170 {
  padding-right: 17rem !important;
}

.p-b-170 {
  padding-bottom: 17rem !important;
}

.p-l-170 {
  padding-left: 17rem !important;
}

.m-t-175 {
  margin-top: 17.5rem !important;
}

.m-r-175 {
  margin-right: 17.5rem !important;
}

.m-b-175 {
  margin-bottom: 17.5rem !important;
}

.m-l-175 {
  margin-left: 17.5rem !important;
}

.p-t-175 {
  padding-top: 17.5rem !important;
}

.p-r-175 {
  padding-right: 17.5rem !important;
}

.p-b-175 {
  padding-bottom: 17.5rem !important;
}

.p-l-175 {
  padding-left: 17.5rem !important;
}

.m-t-180 {
  margin-top: 18rem !important;
}

.m-r-180 {
  margin-right: 18rem !important;
}

.m-b-180 {
  margin-bottom: 18rem !important;
}

.m-l-180 {
  margin-left: 18rem !important;
}

.p-t-180 {
  padding-top: 18rem !important;
}

.p-r-180 {
  padding-right: 18rem !important;
}

.p-b-180 {
  padding-bottom: 18rem !important;
}

.p-l-180 {
  padding-left: 18rem !important;
}

.m-t-185 {
  margin-top: 18.5rem !important;
}

.m-r-185 {
  margin-right: 18.5rem !important;
}

.m-b-185 {
  margin-bottom: 18.5rem !important;
}

.m-l-185 {
  margin-left: 18.5rem !important;
}

.p-t-185 {
  padding-top: 18.5rem !important;
}

.p-r-185 {
  padding-right: 18.5rem !important;
}

.p-b-185 {
  padding-bottom: 18.5rem !important;
}

.p-l-185 {
  padding-left: 18.5rem !important;
}

.m-t-190 {
  margin-top: 19rem !important;
}

.m-r-190 {
  margin-right: 19rem !important;
}

.m-b-190 {
  margin-bottom: 19rem !important;
}

.m-l-190 {
  margin-left: 19rem !important;
}

.p-t-190 {
  padding-top: 19rem !important;
}

.p-r-190 {
  padding-right: 19rem !important;
}

.p-b-190 {
  padding-bottom: 19rem !important;
}

.p-l-190 {
  padding-left: 19rem !important;
}

.m-t-195 {
  margin-top: 19.5rem !important;
}

.m-r-195 {
  margin-right: 19.5rem !important;
}

.m-b-195 {
  margin-bottom: 19.5rem !important;
}

.m-l-195 {
  margin-left: 19.5rem !important;
}

.p-t-195 {
  padding-top: 19.5rem !important;
}

.p-r-195 {
  padding-right: 19.5rem !important;
}

.p-b-195 {
  padding-bottom: 19.5rem !important;
}

.p-l-195 {
  padding-left: 19.5rem !important;
}

.m-t-200 {
  margin-top: 20rem !important;
}

.m-r-200 {
  margin-right: 20rem !important;
}

.m-b-200 {
  margin-bottom: 20rem !important;
}

.m-l-200 {
  margin-left: 20rem !important;
}

.p-t-200 {
  padding-top: 20rem !important;
}

.p-r-200 {
  padding-right: 20rem !important;
}

.p-b-200 {
  padding-bottom: 20rem !important;
}

.p-l-200 {
  padding-left: 20rem !important;
}

/**
 * @media screen and (min-width: xs) {}
 * @media screen and (min-width: sm) {}
 * @media screen and (min-width: md) {}
 * @media screen and (min-width: lg) {}
 * @media screen and (min-width: xl) {}
 * @media screen and (min-width: xxl) {}
 * @media screen and (min-width: xlst) {}
 */

@media screen and (min-width: 480px) {
  .m-t-xs-0 {
    margin-top: 0rem !important;
  }

  .m-r-xs-0 {
    margin-right: 0rem !important;
  }

  .m-b-xs-0 {
    margin-bottom: 0rem !important;
  }

  .m-l-xs-0 {
    margin-left: 0rem !important;
  }

  .p-t-xs-0 {
    padding-top: 0rem !important;
  }

  .p-r-xs-0 {
    padding-right: 0rem !important;
  }

  .p-b-xs-0 {
    padding-bottom: 0rem !important;
  }

  .p-l-xs-0 {
    padding-left: 0rem !important;
  }

  .m-t-xs-5 {
    margin-top: 0.5rem !important;
  }

  .m-r-xs-5 {
    margin-right: 0.5rem !important;
  }

  .m-b-xs-5 {
    margin-bottom: 0.5rem !important;
  }

  .m-l-xs-5 {
    margin-left: 0.5rem !important;
  }

  .p-t-xs-5 {
    padding-top: 0.5rem !important;
  }

  .p-r-xs-5 {
    padding-right: 0.5rem !important;
  }

  .p-b-xs-5 {
    padding-bottom: 0.5rem !important;
  }

  .p-l-xs-5 {
    padding-left: 0.5rem !important;
  }

  .m-t-xs-10 {
    margin-top: 1rem !important;
  }

  .m-r-xs-10 {
    margin-right: 1rem !important;
  }

  .m-b-xs-10 {
    margin-bottom: 1rem !important;
  }

  .m-l-xs-10 {
    margin-left: 1rem !important;
  }

  .p-t-xs-10 {
    padding-top: 1rem !important;
  }

  .p-r-xs-10 {
    padding-right: 1rem !important;
  }

  .p-b-xs-10 {
    padding-bottom: 1rem !important;
  }

  .p-l-xs-10 {
    padding-left: 1rem !important;
  }

  .m-t-xs-15 {
    margin-top: 1.5rem !important;
  }

  .m-r-xs-15 {
    margin-right: 1.5rem !important;
  }

  .m-b-xs-15 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-xs-15 {
    margin-left: 1.5rem !important;
  }

  .p-t-xs-15 {
    padding-top: 1.5rem !important;
  }

  .p-r-xs-15 {
    padding-right: 1.5rem !important;
  }

  .p-b-xs-15 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-xs-15 {
    padding-left: 1.5rem !important;
  }

  .m-t-xs-20 {
    margin-top: 2rem !important;
  }

  .m-r-xs-20 {
    margin-right: 2rem !important;
  }

  .m-b-xs-20 {
    margin-bottom: 2rem !important;
  }

  .m-l-xs-20 {
    margin-left: 2rem !important;
  }

  .p-t-xs-20 {
    padding-top: 2rem !important;
  }

  .p-r-xs-20 {
    padding-right: 2rem !important;
  }

  .p-b-xs-20 {
    padding-bottom: 2rem !important;
  }

  .p-l-xs-20 {
    padding-left: 2rem !important;
  }

  .m-t-xs-25 {
    margin-top: 2.5rem !important;
  }

  .m-r-xs-25 {
    margin-right: 2.5rem !important;
  }

  .m-b-xs-25 {
    margin-bottom: 2.5rem !important;
  }

  .m-l-xs-25 {
    margin-left: 2.5rem !important;
  }

  .p-t-xs-25 {
    padding-top: 2.5rem !important;
  }

  .p-r-xs-25 {
    padding-right: 2.5rem !important;
  }

  .p-b-xs-25 {
    padding-bottom: 2.5rem !important;
  }

  .p-l-xs-25 {
    padding-left: 2.5rem !important;
  }

  .m-t-xs-30 {
    margin-top: 3rem !important;
  }

  .m-r-xs-30 {
    margin-right: 3rem !important;
  }

  .m-b-xs-30 {
    margin-bottom: 3rem !important;
  }

  .m-l-xs-30 {
    margin-left: 3rem !important;
  }

  .p-t-xs-30 {
    padding-top: 3rem !important;
  }

  .p-r-xs-30 {
    padding-right: 3rem !important;
  }

  .p-b-xs-30 {
    padding-bottom: 3rem !important;
  }

  .p-l-xs-30 {
    padding-left: 3rem !important;
  }

  .m-t-xs-35 {
    margin-top: 3.5rem !important;
  }

  .m-r-xs-35 {
    margin-right: 3.5rem !important;
  }

  .m-b-xs-35 {
    margin-bottom: 3.5rem !important;
  }

  .m-l-xs-35 {
    margin-left: 3.5rem !important;
  }

  .p-t-xs-35 {
    padding-top: 3.5rem !important;
  }

  .p-r-xs-35 {
    padding-right: 3.5rem !important;
  }

  .p-b-xs-35 {
    padding-bottom: 3.5rem !important;
  }

  .p-l-xs-35 {
    padding-left: 3.5rem !important;
  }

  .m-t-xs-40 {
    margin-top: 4rem !important;
  }

  .m-r-xs-40 {
    margin-right: 4rem !important;
  }

  .m-b-xs-40 {
    margin-bottom: 4rem !important;
  }

  .m-l-xs-40 {
    margin-left: 4rem !important;
  }

  .p-t-xs-40 {
    padding-top: 4rem !important;
  }

  .p-r-xs-40 {
    padding-right: 4rem !important;
  }

  .p-b-xs-40 {
    padding-bottom: 4rem !important;
  }

  .p-l-xs-40 {
    padding-left: 4rem !important;
  }

  .m-t-xs-45 {
    margin-top: 4.5rem !important;
  }

  .m-r-xs-45 {
    margin-right: 4.5rem !important;
  }

  .m-b-xs-45 {
    margin-bottom: 4.5rem !important;
  }

  .m-l-xs-45 {
    margin-left: 4.5rem !important;
  }

  .p-t-xs-45 {
    padding-top: 4.5rem !important;
  }

  .p-r-xs-45 {
    padding-right: 4.5rem !important;
  }

  .p-b-xs-45 {
    padding-bottom: 4.5rem !important;
  }

  .p-l-xs-45 {
    padding-left: 4.5rem !important;
  }

  .m-t-xs-50 {
    margin-top: 5rem !important;
  }

  .m-r-xs-50 {
    margin-right: 5rem !important;
  }

  .m-b-xs-50 {
    margin-bottom: 5rem !important;
  }

  .m-l-xs-50 {
    margin-left: 5rem !important;
  }

  .p-t-xs-50 {
    padding-top: 5rem !important;
  }

  .p-r-xs-50 {
    padding-right: 5rem !important;
  }

  .p-b-xs-50 {
    padding-bottom: 5rem !important;
  }

  .p-l-xs-50 {
    padding-left: 5rem !important;
  }

  .m-t-xs-55 {
    margin-top: 5.5rem !important;
  }

  .m-r-xs-55 {
    margin-right: 5.5rem !important;
  }

  .m-b-xs-55 {
    margin-bottom: 5.5rem !important;
  }

  .m-l-xs-55 {
    margin-left: 5.5rem !important;
  }

  .p-t-xs-55 {
    padding-top: 5.5rem !important;
  }

  .p-r-xs-55 {
    padding-right: 5.5rem !important;
  }

  .p-b-xs-55 {
    padding-bottom: 5.5rem !important;
  }

  .p-l-xs-55 {
    padding-left: 5.5rem !important;
  }

  .m-t-xs-60 {
    margin-top: 6rem !important;
  }

  .m-r-xs-60 {
    margin-right: 6rem !important;
  }

  .m-b-xs-60 {
    margin-bottom: 6rem !important;
  }

  .m-l-xs-60 {
    margin-left: 6rem !important;
  }

  .p-t-xs-60 {
    padding-top: 6rem !important;
  }

  .p-r-xs-60 {
    padding-right: 6rem !important;
  }

  .p-b-xs-60 {
    padding-bottom: 6rem !important;
  }

  .p-l-xs-60 {
    padding-left: 6rem !important;
  }

  .m-t-xs-65 {
    margin-top: 6.5rem !important;
  }

  .m-r-xs-65 {
    margin-right: 6.5rem !important;
  }

  .m-b-xs-65 {
    margin-bottom: 6.5rem !important;
  }

  .m-l-xs-65 {
    margin-left: 6.5rem !important;
  }

  .p-t-xs-65 {
    padding-top: 6.5rem !important;
  }

  .p-r-xs-65 {
    padding-right: 6.5rem !important;
  }

  .p-b-xs-65 {
    padding-bottom: 6.5rem !important;
  }

  .p-l-xs-65 {
    padding-left: 6.5rem !important;
  }

  .m-t-xs-70 {
    margin-top: 7rem !important;
  }

  .m-r-xs-70 {
    margin-right: 7rem !important;
  }

  .m-b-xs-70 {
    margin-bottom: 7rem !important;
  }

  .m-l-xs-70 {
    margin-left: 7rem !important;
  }

  .p-t-xs-70 {
    padding-top: 7rem !important;
  }

  .p-r-xs-70 {
    padding-right: 7rem !important;
  }

  .p-b-xs-70 {
    padding-bottom: 7rem !important;
  }

  .p-l-xs-70 {
    padding-left: 7rem !important;
  }

  .m-t-xs-75 {
    margin-top: 7.5rem !important;
  }

  .m-r-xs-75 {
    margin-right: 7.5rem !important;
  }

  .m-b-xs-75 {
    margin-bottom: 7.5rem !important;
  }

  .m-l-xs-75 {
    margin-left: 7.5rem !important;
  }

  .p-t-xs-75 {
    padding-top: 7.5rem !important;
  }

  .p-r-xs-75 {
    padding-right: 7.5rem !important;
  }

  .p-b-xs-75 {
    padding-bottom: 7.5rem !important;
  }

  .p-l-xs-75 {
    padding-left: 7.5rem !important;
  }

  .m-t-xs-80 {
    margin-top: 8rem !important;
  }

  .m-r-xs-80 {
    margin-right: 8rem !important;
  }

  .m-b-xs-80 {
    margin-bottom: 8rem !important;
  }

  .m-l-xs-80 {
    margin-left: 8rem !important;
  }

  .p-t-xs-80 {
    padding-top: 8rem !important;
  }

  .p-r-xs-80 {
    padding-right: 8rem !important;
  }

  .p-b-xs-80 {
    padding-bottom: 8rem !important;
  }

  .p-l-xs-80 {
    padding-left: 8rem !important;
  }

  .m-t-xs-85 {
    margin-top: 8.5rem !important;
  }

  .m-r-xs-85 {
    margin-right: 8.5rem !important;
  }

  .m-b-xs-85 {
    margin-bottom: 8.5rem !important;
  }

  .m-l-xs-85 {
    margin-left: 8.5rem !important;
  }

  .p-t-xs-85 {
    padding-top: 8.5rem !important;
  }

  .p-r-xs-85 {
    padding-right: 8.5rem !important;
  }

  .p-b-xs-85 {
    padding-bottom: 8.5rem !important;
  }

  .p-l-xs-85 {
    padding-left: 8.5rem !important;
  }

  .m-t-xs-90 {
    margin-top: 9rem !important;
  }

  .m-r-xs-90 {
    margin-right: 9rem !important;
  }

  .m-b-xs-90 {
    margin-bottom: 9rem !important;
  }

  .m-l-xs-90 {
    margin-left: 9rem !important;
  }

  .p-t-xs-90 {
    padding-top: 9rem !important;
  }

  .p-r-xs-90 {
    padding-right: 9rem !important;
  }

  .p-b-xs-90 {
    padding-bottom: 9rem !important;
  }

  .p-l-xs-90 {
    padding-left: 9rem !important;
  }

  .m-t-xs-95 {
    margin-top: 9.5rem !important;
  }

  .m-r-xs-95 {
    margin-right: 9.5rem !important;
  }

  .m-b-xs-95 {
    margin-bottom: 9.5rem !important;
  }

  .m-l-xs-95 {
    margin-left: 9.5rem !important;
  }

  .p-t-xs-95 {
    padding-top: 9.5rem !important;
  }

  .p-r-xs-95 {
    padding-right: 9.5rem !important;
  }

  .p-b-xs-95 {
    padding-bottom: 9.5rem !important;
  }

  .p-l-xs-95 {
    padding-left: 9.5rem !important;
  }

  .m-t-xs-100 {
    margin-top: 10rem !important;
  }

  .m-r-xs-100 {
    margin-right: 10rem !important;
  }

  .m-b-xs-100 {
    margin-bottom: 10rem !important;
  }

  .m-l-xs-100 {
    margin-left: 10rem !important;
  }

  .p-t-xs-100 {
    padding-top: 10rem !important;
  }

  .p-r-xs-100 {
    padding-right: 10rem !important;
  }

  .p-b-xs-100 {
    padding-bottom: 10rem !important;
  }

  .p-l-xs-100 {
    padding-left: 10rem !important;
  }

  .m-t-xs-105 {
    margin-top: 10.5rem !important;
  }

  .m-r-xs-105 {
    margin-right: 10.5rem !important;
  }

  .m-b-xs-105 {
    margin-bottom: 10.5rem !important;
  }

  .m-l-xs-105 {
    margin-left: 10.5rem !important;
  }

  .p-t-xs-105 {
    padding-top: 10.5rem !important;
  }

  .p-r-xs-105 {
    padding-right: 10.5rem !important;
  }

  .p-b-xs-105 {
    padding-bottom: 10.5rem !important;
  }

  .p-l-xs-105 {
    padding-left: 10.5rem !important;
  }

  .m-t-xs-110 {
    margin-top: 11rem !important;
  }

  .m-r-xs-110 {
    margin-right: 11rem !important;
  }

  .m-b-xs-110 {
    margin-bottom: 11rem !important;
  }

  .m-l-xs-110 {
    margin-left: 11rem !important;
  }

  .p-t-xs-110 {
    padding-top: 11rem !important;
  }

  .p-r-xs-110 {
    padding-right: 11rem !important;
  }

  .p-b-xs-110 {
    padding-bottom: 11rem !important;
  }

  .p-l-xs-110 {
    padding-left: 11rem !important;
  }

  .m-t-xs-115 {
    margin-top: 11.5rem !important;
  }

  .m-r-xs-115 {
    margin-right: 11.5rem !important;
  }

  .m-b-xs-115 {
    margin-bottom: 11.5rem !important;
  }

  .m-l-xs-115 {
    margin-left: 11.5rem !important;
  }

  .p-t-xs-115 {
    padding-top: 11.5rem !important;
  }

  .p-r-xs-115 {
    padding-right: 11.5rem !important;
  }

  .p-b-xs-115 {
    padding-bottom: 11.5rem !important;
  }

  .p-l-xs-115 {
    padding-left: 11.5rem !important;
  }

  .m-t-xs-120 {
    margin-top: 12rem !important;
  }

  .m-r-xs-120 {
    margin-right: 12rem !important;
  }

  .m-b-xs-120 {
    margin-bottom: 12rem !important;
  }

  .m-l-xs-120 {
    margin-left: 12rem !important;
  }

  .p-t-xs-120 {
    padding-top: 12rem !important;
  }

  .p-r-xs-120 {
    padding-right: 12rem !important;
  }

  .p-b-xs-120 {
    padding-bottom: 12rem !important;
  }

  .p-l-xs-120 {
    padding-left: 12rem !important;
  }

  .m-t-xs-125 {
    margin-top: 12.5rem !important;
  }

  .m-r-xs-125 {
    margin-right: 12.5rem !important;
  }

  .m-b-xs-125 {
    margin-bottom: 12.5rem !important;
  }

  .m-l-xs-125 {
    margin-left: 12.5rem !important;
  }

  .p-t-xs-125 {
    padding-top: 12.5rem !important;
  }

  .p-r-xs-125 {
    padding-right: 12.5rem !important;
  }

  .p-b-xs-125 {
    padding-bottom: 12.5rem !important;
  }

  .p-l-xs-125 {
    padding-left: 12.5rem !important;
  }

  .m-t-xs-130 {
    margin-top: 13rem !important;
  }

  .m-r-xs-130 {
    margin-right: 13rem !important;
  }

  .m-b-xs-130 {
    margin-bottom: 13rem !important;
  }

  .m-l-xs-130 {
    margin-left: 13rem !important;
  }

  .p-t-xs-130 {
    padding-top: 13rem !important;
  }

  .p-r-xs-130 {
    padding-right: 13rem !important;
  }

  .p-b-xs-130 {
    padding-bottom: 13rem !important;
  }

  .p-l-xs-130 {
    padding-left: 13rem !important;
  }

  .m-t-xs-135 {
    margin-top: 13.5rem !important;
  }

  .m-r-xs-135 {
    margin-right: 13.5rem !important;
  }

  .m-b-xs-135 {
    margin-bottom: 13.5rem !important;
  }

  .m-l-xs-135 {
    margin-left: 13.5rem !important;
  }

  .p-t-xs-135 {
    padding-top: 13.5rem !important;
  }

  .p-r-xs-135 {
    padding-right: 13.5rem !important;
  }

  .p-b-xs-135 {
    padding-bottom: 13.5rem !important;
  }

  .p-l-xs-135 {
    padding-left: 13.5rem !important;
  }

  .m-t-xs-140 {
    margin-top: 14rem !important;
  }

  .m-r-xs-140 {
    margin-right: 14rem !important;
  }

  .m-b-xs-140 {
    margin-bottom: 14rem !important;
  }

  .m-l-xs-140 {
    margin-left: 14rem !important;
  }

  .p-t-xs-140 {
    padding-top: 14rem !important;
  }

  .p-r-xs-140 {
    padding-right: 14rem !important;
  }

  .p-b-xs-140 {
    padding-bottom: 14rem !important;
  }

  .p-l-xs-140 {
    padding-left: 14rem !important;
  }

  .m-t-xs-145 {
    margin-top: 14.5rem !important;
  }

  .m-r-xs-145 {
    margin-right: 14.5rem !important;
  }

  .m-b-xs-145 {
    margin-bottom: 14.5rem !important;
  }

  .m-l-xs-145 {
    margin-left: 14.5rem !important;
  }

  .p-t-xs-145 {
    padding-top: 14.5rem !important;
  }

  .p-r-xs-145 {
    padding-right: 14.5rem !important;
  }

  .p-b-xs-145 {
    padding-bottom: 14.5rem !important;
  }

  .p-l-xs-145 {
    padding-left: 14.5rem !important;
  }

  .m-t-xs-150 {
    margin-top: 15rem !important;
  }

  .m-r-xs-150 {
    margin-right: 15rem !important;
  }

  .m-b-xs-150 {
    margin-bottom: 15rem !important;
  }

  .m-l-xs-150 {
    margin-left: 15rem !important;
  }

  .p-t-xs-150 {
    padding-top: 15rem !important;
  }

  .p-r-xs-150 {
    padding-right: 15rem !important;
  }

  .p-b-xs-150 {
    padding-bottom: 15rem !important;
  }

  .p-l-xs-150 {
    padding-left: 15rem !important;
  }

  .m-t-xs-155 {
    margin-top: 15.5rem !important;
  }

  .m-r-xs-155 {
    margin-right: 15.5rem !important;
  }

  .m-b-xs-155 {
    margin-bottom: 15.5rem !important;
  }

  .m-l-xs-155 {
    margin-left: 15.5rem !important;
  }

  .p-t-xs-155 {
    padding-top: 15.5rem !important;
  }

  .p-r-xs-155 {
    padding-right: 15.5rem !important;
  }

  .p-b-xs-155 {
    padding-bottom: 15.5rem !important;
  }

  .p-l-xs-155 {
    padding-left: 15.5rem !important;
  }

  .m-t-xs-160 {
    margin-top: 16rem !important;
  }

  .m-r-xs-160 {
    margin-right: 16rem !important;
  }

  .m-b-xs-160 {
    margin-bottom: 16rem !important;
  }

  .m-l-xs-160 {
    margin-left: 16rem !important;
  }

  .p-t-xs-160 {
    padding-top: 16rem !important;
  }

  .p-r-xs-160 {
    padding-right: 16rem !important;
  }

  .p-b-xs-160 {
    padding-bottom: 16rem !important;
  }

  .p-l-xs-160 {
    padding-left: 16rem !important;
  }

  .m-t-xs-165 {
    margin-top: 16.5rem !important;
  }

  .m-r-xs-165 {
    margin-right: 16.5rem !important;
  }

  .m-b-xs-165 {
    margin-bottom: 16.5rem !important;
  }

  .m-l-xs-165 {
    margin-left: 16.5rem !important;
  }

  .p-t-xs-165 {
    padding-top: 16.5rem !important;
  }

  .p-r-xs-165 {
    padding-right: 16.5rem !important;
  }

  .p-b-xs-165 {
    padding-bottom: 16.5rem !important;
  }

  .p-l-xs-165 {
    padding-left: 16.5rem !important;
  }

  .m-t-xs-170 {
    margin-top: 17rem !important;
  }

  .m-r-xs-170 {
    margin-right: 17rem !important;
  }

  .m-b-xs-170 {
    margin-bottom: 17rem !important;
  }

  .m-l-xs-170 {
    margin-left: 17rem !important;
  }

  .p-t-xs-170 {
    padding-top: 17rem !important;
  }

  .p-r-xs-170 {
    padding-right: 17rem !important;
  }

  .p-b-xs-170 {
    padding-bottom: 17rem !important;
  }

  .p-l-xs-170 {
    padding-left: 17rem !important;
  }

  .m-t-xs-175 {
    margin-top: 17.5rem !important;
  }

  .m-r-xs-175 {
    margin-right: 17.5rem !important;
  }

  .m-b-xs-175 {
    margin-bottom: 17.5rem !important;
  }

  .m-l-xs-175 {
    margin-left: 17.5rem !important;
  }

  .p-t-xs-175 {
    padding-top: 17.5rem !important;
  }

  .p-r-xs-175 {
    padding-right: 17.5rem !important;
  }

  .p-b-xs-175 {
    padding-bottom: 17.5rem !important;
  }

  .p-l-xs-175 {
    padding-left: 17.5rem !important;
  }

  .m-t-xs-180 {
    margin-top: 18rem !important;
  }

  .m-r-xs-180 {
    margin-right: 18rem !important;
  }

  .m-b-xs-180 {
    margin-bottom: 18rem !important;
  }

  .m-l-xs-180 {
    margin-left: 18rem !important;
  }

  .p-t-xs-180 {
    padding-top: 18rem !important;
  }

  .p-r-xs-180 {
    padding-right: 18rem !important;
  }

  .p-b-xs-180 {
    padding-bottom: 18rem !important;
  }

  .p-l-xs-180 {
    padding-left: 18rem !important;
  }

  .m-t-xs-185 {
    margin-top: 18.5rem !important;
  }

  .m-r-xs-185 {
    margin-right: 18.5rem !important;
  }

  .m-b-xs-185 {
    margin-bottom: 18.5rem !important;
  }

  .m-l-xs-185 {
    margin-left: 18.5rem !important;
  }

  .p-t-xs-185 {
    padding-top: 18.5rem !important;
  }

  .p-r-xs-185 {
    padding-right: 18.5rem !important;
  }

  .p-b-xs-185 {
    padding-bottom: 18.5rem !important;
  }

  .p-l-xs-185 {
    padding-left: 18.5rem !important;
  }

  .m-t-xs-190 {
    margin-top: 19rem !important;
  }

  .m-r-xs-190 {
    margin-right: 19rem !important;
  }

  .m-b-xs-190 {
    margin-bottom: 19rem !important;
  }

  .m-l-xs-190 {
    margin-left: 19rem !important;
  }

  .p-t-xs-190 {
    padding-top: 19rem !important;
  }

  .p-r-xs-190 {
    padding-right: 19rem !important;
  }

  .p-b-xs-190 {
    padding-bottom: 19rem !important;
  }

  .p-l-xs-190 {
    padding-left: 19rem !important;
  }

  .m-t-xs-195 {
    margin-top: 19.5rem !important;
  }

  .m-r-xs-195 {
    margin-right: 19.5rem !important;
  }

  .m-b-xs-195 {
    margin-bottom: 19.5rem !important;
  }

  .m-l-xs-195 {
    margin-left: 19.5rem !important;
  }

  .p-t-xs-195 {
    padding-top: 19.5rem !important;
  }

  .p-r-xs-195 {
    padding-right: 19.5rem !important;
  }

  .p-b-xs-195 {
    padding-bottom: 19.5rem !important;
  }

  .p-l-xs-195 {
    padding-left: 19.5rem !important;
  }

  .m-t-xs-200 {
    margin-top: 20rem !important;
  }

  .m-r-xs-200 {
    margin-right: 20rem !important;
  }

  .m-b-xs-200 {
    margin-bottom: 20rem !important;
  }

  .m-l-xs-200 {
    margin-left: 20rem !important;
  }

  .p-t-xs-200 {
    padding-top: 20rem !important;
  }

  .p-r-xs-200 {
    padding-right: 20rem !important;
  }

  .p-b-xs-200 {
    padding-bottom: 20rem !important;
  }

  .p-l-xs-200 {
    padding-left: 20rem !important;
  }

  .m-t-xs-205 {
    margin-top: 20.5rem !important;
  }

  .m-r-xs-205 {
    margin-right: 20.5rem !important;
  }

  .m-b-xs-205 {
    margin-bottom: 20.5rem !important;
  }

  .m-l-xs-205 {
    margin-left: 20.5rem !important;
  }

  .p-t-xs-205 {
    padding-top: 20.5rem !important;
  }

  .p-r-xs-205 {
    padding-right: 20.5rem !important;
  }

  .p-b-xs-205 {
    padding-bottom: 20.5rem !important;
  }

  .p-l-xs-205 {
    padding-left: 20.5rem !important;
  }

  .m-t-xs-210 {
    margin-top: 21rem !important;
  }

  .m-r-xs-210 {
    margin-right: 21rem !important;
  }

  .m-b-xs-210 {
    margin-bottom: 21rem !important;
  }

  .m-l-xs-210 {
    margin-left: 21rem !important;
  }

  .p-t-xs-210 {
    padding-top: 21rem !important;
  }

  .p-r-xs-210 {
    padding-right: 21rem !important;
  }

  .p-b-xs-210 {
    padding-bottom: 21rem !important;
  }

  .p-l-xs-210 {
    padding-left: 21rem !important;
  }

  .m-t-xs-215 {
    margin-top: 21.5rem !important;
  }

  .m-r-xs-215 {
    margin-right: 21.5rem !important;
  }

  .m-b-xs-215 {
    margin-bottom: 21.5rem !important;
  }

  .m-l-xs-215 {
    margin-left: 21.5rem !important;
  }

  .p-t-xs-215 {
    padding-top: 21.5rem !important;
  }

  .p-r-xs-215 {
    padding-right: 21.5rem !important;
  }

  .p-b-xs-215 {
    padding-bottom: 21.5rem !important;
  }

  .p-l-xs-215 {
    padding-left: 21.5rem !important;
  }

  .m-t-xs-220 {
    margin-top: 22rem !important;
  }

  .m-r-xs-220 {
    margin-right: 22rem !important;
  }

  .m-b-xs-220 {
    margin-bottom: 22rem !important;
  }

  .m-l-xs-220 {
    margin-left: 22rem !important;
  }

  .p-t-xs-220 {
    padding-top: 22rem !important;
  }

  .p-r-xs-220 {
    padding-right: 22rem !important;
  }

  .p-b-xs-220 {
    padding-bottom: 22rem !important;
  }

  .p-l-xs-220 {
    padding-left: 22rem !important;
  }

  .m-t-xs-225 {
    margin-top: 22.5rem !important;
  }

  .m-r-xs-225 {
    margin-right: 22.5rem !important;
  }

  .m-b-xs-225 {
    margin-bottom: 22.5rem !important;
  }

  .m-l-xs-225 {
    margin-left: 22.5rem !important;
  }

  .p-t-xs-225 {
    padding-top: 22.5rem !important;
  }

  .p-r-xs-225 {
    padding-right: 22.5rem !important;
  }

  .p-b-xs-225 {
    padding-bottom: 22.5rem !important;
  }

  .p-l-xs-225 {
    padding-left: 22.5rem !important;
  }

  .m-t-xs-230 {
    margin-top: 23rem !important;
  }

  .m-r-xs-230 {
    margin-right: 23rem !important;
  }

  .m-b-xs-230 {
    margin-bottom: 23rem !important;
  }

  .m-l-xs-230 {
    margin-left: 23rem !important;
  }

  .p-t-xs-230 {
    padding-top: 23rem !important;
  }

  .p-r-xs-230 {
    padding-right: 23rem !important;
  }

  .p-b-xs-230 {
    padding-bottom: 23rem !important;
  }

  .p-l-xs-230 {
    padding-left: 23rem !important;
  }

  .m-t-xs-235 {
    margin-top: 23.5rem !important;
  }

  .m-r-xs-235 {
    margin-right: 23.5rem !important;
  }

  .m-b-xs-235 {
    margin-bottom: 23.5rem !important;
  }

  .m-l-xs-235 {
    margin-left: 23.5rem !important;
  }

  .p-t-xs-235 {
    padding-top: 23.5rem !important;
  }

  .p-r-xs-235 {
    padding-right: 23.5rem !important;
  }

  .p-b-xs-235 {
    padding-bottom: 23.5rem !important;
  }

  .p-l-xs-235 {
    padding-left: 23.5rem !important;
  }

  .m-t-xs-240 {
    margin-top: 24rem !important;
  }

  .m-r-xs-240 {
    margin-right: 24rem !important;
  }

  .m-b-xs-240 {
    margin-bottom: 24rem !important;
  }

  .m-l-xs-240 {
    margin-left: 24rem !important;
  }

  .p-t-xs-240 {
    padding-top: 24rem !important;
  }

  .p-r-xs-240 {
    padding-right: 24rem !important;
  }

  .p-b-xs-240 {
    padding-bottom: 24rem !important;
  }

  .p-l-xs-240 {
    padding-left: 24rem !important;
  }

  .m-t-xs-245 {
    margin-top: 24.5rem !important;
  }

  .m-r-xs-245 {
    margin-right: 24.5rem !important;
  }

  .m-b-xs-245 {
    margin-bottom: 24.5rem !important;
  }

  .m-l-xs-245 {
    margin-left: 24.5rem !important;
  }

  .p-t-xs-245 {
    padding-top: 24.5rem !important;
  }

  .p-r-xs-245 {
    padding-right: 24.5rem !important;
  }

  .p-b-xs-245 {
    padding-bottom: 24.5rem !important;
  }

  .p-l-xs-245 {
    padding-left: 24.5rem !important;
  }

  .m-t-xs-250 {
    margin-top: 25rem !important;
  }

  .m-r-xs-250 {
    margin-right: 25rem !important;
  }

  .m-b-xs-250 {
    margin-bottom: 25rem !important;
  }

  .m-l-xs-250 {
    margin-left: 25rem !important;
  }

  .p-t-xs-250 {
    padding-top: 25rem !important;
  }

  .p-r-xs-250 {
    padding-right: 25rem !important;
  }

  .p-b-xs-250 {
    padding-bottom: 25rem !important;
  }

  .p-l-xs-250 {
    padding-left: 25rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-t-sm-0 {
    margin-top: 0rem !important;
  }

  .m-r-sm-0 {
    margin-right: 0rem !important;
  }

  .m-b-sm-0 {
    margin-bottom: 0rem !important;
  }

  .m-l-sm-0 {
    margin-left: 0rem !important;
  }

  .p-t-sm-0 {
    padding-top: 0rem !important;
  }

  .p-r-sm-0 {
    padding-right: 0rem !important;
  }

  .p-b-sm-0 {
    padding-bottom: 0rem !important;
  }

  .p-l-sm-0 {
    padding-left: 0rem !important;
  }

  .m-t-sm-5 {
    margin-top: 0.5rem !important;
  }

  .m-r-sm-5 {
    margin-right: 0.5rem !important;
  }

  .m-b-sm-5 {
    margin-bottom: 0.5rem !important;
  }

  .m-l-sm-5 {
    margin-left: 0.5rem !important;
  }

  .p-t-sm-5 {
    padding-top: 0.5rem !important;
  }

  .p-r-sm-5 {
    padding-right: 0.5rem !important;
  }

  .p-b-sm-5 {
    padding-bottom: 0.5rem !important;
  }

  .p-l-sm-5 {
    padding-left: 0.5rem !important;
  }

  .m-t-sm-10 {
    margin-top: 1rem !important;
  }

  .m-r-sm-10 {
    margin-right: 1rem !important;
  }

  .m-b-sm-10 {
    margin-bottom: 1rem !important;
  }

  .m-l-sm-10 {
    margin-left: 1rem !important;
  }

  .p-t-sm-10 {
    padding-top: 1rem !important;
  }

  .p-r-sm-10 {
    padding-right: 1rem !important;
  }

  .p-b-sm-10 {
    padding-bottom: 1rem !important;
  }

  .p-l-sm-10 {
    padding-left: 1rem !important;
  }

  .m-t-sm-15 {
    margin-top: 1.5rem !important;
  }

  .m-r-sm-15 {
    margin-right: 1.5rem !important;
  }

  .m-b-sm-15 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-sm-15 {
    margin-left: 1.5rem !important;
  }

  .p-t-sm-15 {
    padding-top: 1.5rem !important;
  }

  .p-r-sm-15 {
    padding-right: 1.5rem !important;
  }

  .p-b-sm-15 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-sm-15 {
    padding-left: 1.5rem !important;
  }

  .m-t-sm-20 {
    margin-top: 2rem !important;
  }

  .m-r-sm-20 {
    margin-right: 2rem !important;
  }

  .m-b-sm-20 {
    margin-bottom: 2rem !important;
  }

  .m-l-sm-20 {
    margin-left: 2rem !important;
  }

  .p-t-sm-20 {
    padding-top: 2rem !important;
  }

  .p-r-sm-20 {
    padding-right: 2rem !important;
  }

  .p-b-sm-20 {
    padding-bottom: 2rem !important;
  }

  .p-l-sm-20 {
    padding-left: 2rem !important;
  }

  .m-t-sm-25 {
    margin-top: 2.5rem !important;
  }

  .m-r-sm-25 {
    margin-right: 2.5rem !important;
  }

  .m-b-sm-25 {
    margin-bottom: 2.5rem !important;
  }

  .m-l-sm-25 {
    margin-left: 2.5rem !important;
  }

  .p-t-sm-25 {
    padding-top: 2.5rem !important;
  }

  .p-r-sm-25 {
    padding-right: 2.5rem !important;
  }

  .p-b-sm-25 {
    padding-bottom: 2.5rem !important;
  }

  .p-l-sm-25 {
    padding-left: 2.5rem !important;
  }

  .m-t-sm-30 {
    margin-top: 3rem !important;
  }

  .m-r-sm-30 {
    margin-right: 3rem !important;
  }

  .m-b-sm-30 {
    margin-bottom: 3rem !important;
  }

  .m-l-sm-30 {
    margin-left: 3rem !important;
  }

  .p-t-sm-30 {
    padding-top: 3rem !important;
  }

  .p-r-sm-30 {
    padding-right: 3rem !important;
  }

  .p-b-sm-30 {
    padding-bottom: 3rem !important;
  }

  .p-l-sm-30 {
    padding-left: 3rem !important;
  }

  .m-t-sm-35 {
    margin-top: 3.5rem !important;
  }

  .m-r-sm-35 {
    margin-right: 3.5rem !important;
  }

  .m-b-sm-35 {
    margin-bottom: 3.5rem !important;
  }

  .m-l-sm-35 {
    margin-left: 3.5rem !important;
  }

  .p-t-sm-35 {
    padding-top: 3.5rem !important;
  }

  .p-r-sm-35 {
    padding-right: 3.5rem !important;
  }

  .p-b-sm-35 {
    padding-bottom: 3.5rem !important;
  }

  .p-l-sm-35 {
    padding-left: 3.5rem !important;
  }

  .m-t-sm-40 {
    margin-top: 4rem !important;
  }

  .m-r-sm-40 {
    margin-right: 4rem !important;
  }

  .m-b-sm-40 {
    margin-bottom: 4rem !important;
  }

  .m-l-sm-40 {
    margin-left: 4rem !important;
  }

  .p-t-sm-40 {
    padding-top: 4rem !important;
  }

  .p-r-sm-40 {
    padding-right: 4rem !important;
  }

  .p-b-sm-40 {
    padding-bottom: 4rem !important;
  }

  .p-l-sm-40 {
    padding-left: 4rem !important;
  }

  .m-t-sm-45 {
    margin-top: 4.5rem !important;
  }

  .m-r-sm-45 {
    margin-right: 4.5rem !important;
  }

  .m-b-sm-45 {
    margin-bottom: 4.5rem !important;
  }

  .m-l-sm-45 {
    margin-left: 4.5rem !important;
  }

  .p-t-sm-45 {
    padding-top: 4.5rem !important;
  }

  .p-r-sm-45 {
    padding-right: 4.5rem !important;
  }

  .p-b-sm-45 {
    padding-bottom: 4.5rem !important;
  }

  .p-l-sm-45 {
    padding-left: 4.5rem !important;
  }

  .m-t-sm-50 {
    margin-top: 5rem !important;
  }

  .m-r-sm-50 {
    margin-right: 5rem !important;
  }

  .m-b-sm-50 {
    margin-bottom: 5rem !important;
  }

  .m-l-sm-50 {
    margin-left: 5rem !important;
  }

  .p-t-sm-50 {
    padding-top: 5rem !important;
  }

  .p-r-sm-50 {
    padding-right: 5rem !important;
  }

  .p-b-sm-50 {
    padding-bottom: 5rem !important;
  }

  .p-l-sm-50 {
    padding-left: 5rem !important;
  }

  .m-t-sm-55 {
    margin-top: 5.5rem !important;
  }

  .m-r-sm-55 {
    margin-right: 5.5rem !important;
  }

  .m-b-sm-55 {
    margin-bottom: 5.5rem !important;
  }

  .m-l-sm-55 {
    margin-left: 5.5rem !important;
  }

  .p-t-sm-55 {
    padding-top: 5.5rem !important;
  }

  .p-r-sm-55 {
    padding-right: 5.5rem !important;
  }

  .p-b-sm-55 {
    padding-bottom: 5.5rem !important;
  }

  .p-l-sm-55 {
    padding-left: 5.5rem !important;
  }

  .m-t-sm-60 {
    margin-top: 6rem !important;
  }

  .m-r-sm-60 {
    margin-right: 6rem !important;
  }

  .m-b-sm-60 {
    margin-bottom: 6rem !important;
  }

  .m-l-sm-60 {
    margin-left: 6rem !important;
  }

  .p-t-sm-60 {
    padding-top: 6rem !important;
  }

  .p-r-sm-60 {
    padding-right: 6rem !important;
  }

  .p-b-sm-60 {
    padding-bottom: 6rem !important;
  }

  .p-l-sm-60 {
    padding-left: 6rem !important;
  }

  .m-t-sm-65 {
    margin-top: 6.5rem !important;
  }

  .m-r-sm-65 {
    margin-right: 6.5rem !important;
  }

  .m-b-sm-65 {
    margin-bottom: 6.5rem !important;
  }

  .m-l-sm-65 {
    margin-left: 6.5rem !important;
  }

  .p-t-sm-65 {
    padding-top: 6.5rem !important;
  }

  .p-r-sm-65 {
    padding-right: 6.5rem !important;
  }

  .p-b-sm-65 {
    padding-bottom: 6.5rem !important;
  }

  .p-l-sm-65 {
    padding-left: 6.5rem !important;
  }

  .m-t-sm-70 {
    margin-top: 7rem !important;
  }

  .m-r-sm-70 {
    margin-right: 7rem !important;
  }

  .m-b-sm-70 {
    margin-bottom: 7rem !important;
  }

  .m-l-sm-70 {
    margin-left: 7rem !important;
  }

  .p-t-sm-70 {
    padding-top: 7rem !important;
  }

  .p-r-sm-70 {
    padding-right: 7rem !important;
  }

  .p-b-sm-70 {
    padding-bottom: 7rem !important;
  }

  .p-l-sm-70 {
    padding-left: 7rem !important;
  }

  .m-t-sm-75 {
    margin-top: 7.5rem !important;
  }

  .m-r-sm-75 {
    margin-right: 7.5rem !important;
  }

  .m-b-sm-75 {
    margin-bottom: 7.5rem !important;
  }

  .m-l-sm-75 {
    margin-left: 7.5rem !important;
  }

  .p-t-sm-75 {
    padding-top: 7.5rem !important;
  }

  .p-r-sm-75 {
    padding-right: 7.5rem !important;
  }

  .p-b-sm-75 {
    padding-bottom: 7.5rem !important;
  }

  .p-l-sm-75 {
    padding-left: 7.5rem !important;
  }

  .m-t-sm-80 {
    margin-top: 8rem !important;
  }

  .m-r-sm-80 {
    margin-right: 8rem !important;
  }

  .m-b-sm-80 {
    margin-bottom: 8rem !important;
  }

  .m-l-sm-80 {
    margin-left: 8rem !important;
  }

  .p-t-sm-80 {
    padding-top: 8rem !important;
  }

  .p-r-sm-80 {
    padding-right: 8rem !important;
  }

  .p-b-sm-80 {
    padding-bottom: 8rem !important;
  }

  .p-l-sm-80 {
    padding-left: 8rem !important;
  }

  .m-t-sm-85 {
    margin-top: 8.5rem !important;
  }

  .m-r-sm-85 {
    margin-right: 8.5rem !important;
  }

  .m-b-sm-85 {
    margin-bottom: 8.5rem !important;
  }

  .m-l-sm-85 {
    margin-left: 8.5rem !important;
  }

  .p-t-sm-85 {
    padding-top: 8.5rem !important;
  }

  .p-r-sm-85 {
    padding-right: 8.5rem !important;
  }

  .p-b-sm-85 {
    padding-bottom: 8.5rem !important;
  }

  .p-l-sm-85 {
    padding-left: 8.5rem !important;
  }

  .m-t-sm-90 {
    margin-top: 9rem !important;
  }

  .m-r-sm-90 {
    margin-right: 9rem !important;
  }

  .m-b-sm-90 {
    margin-bottom: 9rem !important;
  }

  .m-l-sm-90 {
    margin-left: 9rem !important;
  }

  .p-t-sm-90 {
    padding-top: 9rem !important;
  }

  .p-r-sm-90 {
    padding-right: 9rem !important;
  }

  .p-b-sm-90 {
    padding-bottom: 9rem !important;
  }

  .p-l-sm-90 {
    padding-left: 9rem !important;
  }

  .m-t-sm-95 {
    margin-top: 9.5rem !important;
  }

  .m-r-sm-95 {
    margin-right: 9.5rem !important;
  }

  .m-b-sm-95 {
    margin-bottom: 9.5rem !important;
  }

  .m-l-sm-95 {
    margin-left: 9.5rem !important;
  }

  .p-t-sm-95 {
    padding-top: 9.5rem !important;
  }

  .p-r-sm-95 {
    padding-right: 9.5rem !important;
  }

  .p-b-sm-95 {
    padding-bottom: 9.5rem !important;
  }

  .p-l-sm-95 {
    padding-left: 9.5rem !important;
  }

  .m-t-sm-100 {
    margin-top: 10rem !important;
  }

  .m-r-sm-100 {
    margin-right: 10rem !important;
  }

  .m-b-sm-100 {
    margin-bottom: 10rem !important;
  }

  .m-l-sm-100 {
    margin-left: 10rem !important;
  }

  .p-t-sm-100 {
    padding-top: 10rem !important;
  }

  .p-r-sm-100 {
    padding-right: 10rem !important;
  }

  .p-b-sm-100 {
    padding-bottom: 10rem !important;
  }

  .p-l-sm-100 {
    padding-left: 10rem !important;
  }

  .m-t-sm-105 {
    margin-top: 10.5rem !important;
  }

  .m-r-sm-105 {
    margin-right: 10.5rem !important;
  }

  .m-b-sm-105 {
    margin-bottom: 10.5rem !important;
  }

  .m-l-sm-105 {
    margin-left: 10.5rem !important;
  }

  .p-t-sm-105 {
    padding-top: 10.5rem !important;
  }

  .p-r-sm-105 {
    padding-right: 10.5rem !important;
  }

  .p-b-sm-105 {
    padding-bottom: 10.5rem !important;
  }

  .p-l-sm-105 {
    padding-left: 10.5rem !important;
  }

  .m-t-sm-110 {
    margin-top: 11rem !important;
  }

  .m-r-sm-110 {
    margin-right: 11rem !important;
  }

  .m-b-sm-110 {
    margin-bottom: 11rem !important;
  }

  .m-l-sm-110 {
    margin-left: 11rem !important;
  }

  .p-t-sm-110 {
    padding-top: 11rem !important;
  }

  .p-r-sm-110 {
    padding-right: 11rem !important;
  }

  .p-b-sm-110 {
    padding-bottom: 11rem !important;
  }

  .p-l-sm-110 {
    padding-left: 11rem !important;
  }

  .m-t-sm-115 {
    margin-top: 11.5rem !important;
  }

  .m-r-sm-115 {
    margin-right: 11.5rem !important;
  }

  .m-b-sm-115 {
    margin-bottom: 11.5rem !important;
  }

  .m-l-sm-115 {
    margin-left: 11.5rem !important;
  }

  .p-t-sm-115 {
    padding-top: 11.5rem !important;
  }

  .p-r-sm-115 {
    padding-right: 11.5rem !important;
  }

  .p-b-sm-115 {
    padding-bottom: 11.5rem !important;
  }

  .p-l-sm-115 {
    padding-left: 11.5rem !important;
  }

  .m-t-sm-120 {
    margin-top: 12rem !important;
  }

  .m-r-sm-120 {
    margin-right: 12rem !important;
  }

  .m-b-sm-120 {
    margin-bottom: 12rem !important;
  }

  .m-l-sm-120 {
    margin-left: 12rem !important;
  }

  .p-t-sm-120 {
    padding-top: 12rem !important;
  }

  .p-r-sm-120 {
    padding-right: 12rem !important;
  }

  .p-b-sm-120 {
    padding-bottom: 12rem !important;
  }

  .p-l-sm-120 {
    padding-left: 12rem !important;
  }

  .m-t-sm-125 {
    margin-top: 12.5rem !important;
  }

  .m-r-sm-125 {
    margin-right: 12.5rem !important;
  }

  .m-b-sm-125 {
    margin-bottom: 12.5rem !important;
  }

  .m-l-sm-125 {
    margin-left: 12.5rem !important;
  }

  .p-t-sm-125 {
    padding-top: 12.5rem !important;
  }

  .p-r-sm-125 {
    padding-right: 12.5rem !important;
  }

  .p-b-sm-125 {
    padding-bottom: 12.5rem !important;
  }

  .p-l-sm-125 {
    padding-left: 12.5rem !important;
  }

  .m-t-sm-130 {
    margin-top: 13rem !important;
  }

  .m-r-sm-130 {
    margin-right: 13rem !important;
  }

  .m-b-sm-130 {
    margin-bottom: 13rem !important;
  }

  .m-l-sm-130 {
    margin-left: 13rem !important;
  }

  .p-t-sm-130 {
    padding-top: 13rem !important;
  }

  .p-r-sm-130 {
    padding-right: 13rem !important;
  }

  .p-b-sm-130 {
    padding-bottom: 13rem !important;
  }

  .p-l-sm-130 {
    padding-left: 13rem !important;
  }

  .m-t-sm-135 {
    margin-top: 13.5rem !important;
  }

  .m-r-sm-135 {
    margin-right: 13.5rem !important;
  }

  .m-b-sm-135 {
    margin-bottom: 13.5rem !important;
  }

  .m-l-sm-135 {
    margin-left: 13.5rem !important;
  }

  .p-t-sm-135 {
    padding-top: 13.5rem !important;
  }

  .p-r-sm-135 {
    padding-right: 13.5rem !important;
  }

  .p-b-sm-135 {
    padding-bottom: 13.5rem !important;
  }

  .p-l-sm-135 {
    padding-left: 13.5rem !important;
  }

  .m-t-sm-140 {
    margin-top: 14rem !important;
  }

  .m-r-sm-140 {
    margin-right: 14rem !important;
  }

  .m-b-sm-140 {
    margin-bottom: 14rem !important;
  }

  .m-l-sm-140 {
    margin-left: 14rem !important;
  }

  .p-t-sm-140 {
    padding-top: 14rem !important;
  }

  .p-r-sm-140 {
    padding-right: 14rem !important;
  }

  .p-b-sm-140 {
    padding-bottom: 14rem !important;
  }

  .p-l-sm-140 {
    padding-left: 14rem !important;
  }

  .m-t-sm-145 {
    margin-top: 14.5rem !important;
  }

  .m-r-sm-145 {
    margin-right: 14.5rem !important;
  }

  .m-b-sm-145 {
    margin-bottom: 14.5rem !important;
  }

  .m-l-sm-145 {
    margin-left: 14.5rem !important;
  }

  .p-t-sm-145 {
    padding-top: 14.5rem !important;
  }

  .p-r-sm-145 {
    padding-right: 14.5rem !important;
  }

  .p-b-sm-145 {
    padding-bottom: 14.5rem !important;
  }

  .p-l-sm-145 {
    padding-left: 14.5rem !important;
  }

  .m-t-sm-150 {
    margin-top: 15rem !important;
  }

  .m-r-sm-150 {
    margin-right: 15rem !important;
  }

  .m-b-sm-150 {
    margin-bottom: 15rem !important;
  }

  .m-l-sm-150 {
    margin-left: 15rem !important;
  }

  .p-t-sm-150 {
    padding-top: 15rem !important;
  }

  .p-r-sm-150 {
    padding-right: 15rem !important;
  }

  .p-b-sm-150 {
    padding-bottom: 15rem !important;
  }

  .p-l-sm-150 {
    padding-left: 15rem !important;
  }

  .m-t-sm-155 {
    margin-top: 15.5rem !important;
  }

  .m-r-sm-155 {
    margin-right: 15.5rem !important;
  }

  .m-b-sm-155 {
    margin-bottom: 15.5rem !important;
  }

  .m-l-sm-155 {
    margin-left: 15.5rem !important;
  }

  .p-t-sm-155 {
    padding-top: 15.5rem !important;
  }

  .p-r-sm-155 {
    padding-right: 15.5rem !important;
  }

  .p-b-sm-155 {
    padding-bottom: 15.5rem !important;
  }

  .p-l-sm-155 {
    padding-left: 15.5rem !important;
  }

  .m-t-sm-160 {
    margin-top: 16rem !important;
  }

  .m-r-sm-160 {
    margin-right: 16rem !important;
  }

  .m-b-sm-160 {
    margin-bottom: 16rem !important;
  }

  .m-l-sm-160 {
    margin-left: 16rem !important;
  }

  .p-t-sm-160 {
    padding-top: 16rem !important;
  }

  .p-r-sm-160 {
    padding-right: 16rem !important;
  }

  .p-b-sm-160 {
    padding-bottom: 16rem !important;
  }

  .p-l-sm-160 {
    padding-left: 16rem !important;
  }

  .m-t-sm-165 {
    margin-top: 16.5rem !important;
  }

  .m-r-sm-165 {
    margin-right: 16.5rem !important;
  }

  .m-b-sm-165 {
    margin-bottom: 16.5rem !important;
  }

  .m-l-sm-165 {
    margin-left: 16.5rem !important;
  }

  .p-t-sm-165 {
    padding-top: 16.5rem !important;
  }

  .p-r-sm-165 {
    padding-right: 16.5rem !important;
  }

  .p-b-sm-165 {
    padding-bottom: 16.5rem !important;
  }

  .p-l-sm-165 {
    padding-left: 16.5rem !important;
  }

  .m-t-sm-170 {
    margin-top: 17rem !important;
  }

  .m-r-sm-170 {
    margin-right: 17rem !important;
  }

  .m-b-sm-170 {
    margin-bottom: 17rem !important;
  }

  .m-l-sm-170 {
    margin-left: 17rem !important;
  }

  .p-t-sm-170 {
    padding-top: 17rem !important;
  }

  .p-r-sm-170 {
    padding-right: 17rem !important;
  }

  .p-b-sm-170 {
    padding-bottom: 17rem !important;
  }

  .p-l-sm-170 {
    padding-left: 17rem !important;
  }

  .m-t-sm-175 {
    margin-top: 17.5rem !important;
  }

  .m-r-sm-175 {
    margin-right: 17.5rem !important;
  }

  .m-b-sm-175 {
    margin-bottom: 17.5rem !important;
  }

  .m-l-sm-175 {
    margin-left: 17.5rem !important;
  }

  .p-t-sm-175 {
    padding-top: 17.5rem !important;
  }

  .p-r-sm-175 {
    padding-right: 17.5rem !important;
  }

  .p-b-sm-175 {
    padding-bottom: 17.5rem !important;
  }

  .p-l-sm-175 {
    padding-left: 17.5rem !important;
  }

  .m-t-sm-180 {
    margin-top: 18rem !important;
  }

  .m-r-sm-180 {
    margin-right: 18rem !important;
  }

  .m-b-sm-180 {
    margin-bottom: 18rem !important;
  }

  .m-l-sm-180 {
    margin-left: 18rem !important;
  }

  .p-t-sm-180 {
    padding-top: 18rem !important;
  }

  .p-r-sm-180 {
    padding-right: 18rem !important;
  }

  .p-b-sm-180 {
    padding-bottom: 18rem !important;
  }

  .p-l-sm-180 {
    padding-left: 18rem !important;
  }

  .m-t-sm-185 {
    margin-top: 18.5rem !important;
  }

  .m-r-sm-185 {
    margin-right: 18.5rem !important;
  }

  .m-b-sm-185 {
    margin-bottom: 18.5rem !important;
  }

  .m-l-sm-185 {
    margin-left: 18.5rem !important;
  }

  .p-t-sm-185 {
    padding-top: 18.5rem !important;
  }

  .p-r-sm-185 {
    padding-right: 18.5rem !important;
  }

  .p-b-sm-185 {
    padding-bottom: 18.5rem !important;
  }

  .p-l-sm-185 {
    padding-left: 18.5rem !important;
  }

  .m-t-sm-190 {
    margin-top: 19rem !important;
  }

  .m-r-sm-190 {
    margin-right: 19rem !important;
  }

  .m-b-sm-190 {
    margin-bottom: 19rem !important;
  }

  .m-l-sm-190 {
    margin-left: 19rem !important;
  }

  .p-t-sm-190 {
    padding-top: 19rem !important;
  }

  .p-r-sm-190 {
    padding-right: 19rem !important;
  }

  .p-b-sm-190 {
    padding-bottom: 19rem !important;
  }

  .p-l-sm-190 {
    padding-left: 19rem !important;
  }

  .m-t-sm-195 {
    margin-top: 19.5rem !important;
  }

  .m-r-sm-195 {
    margin-right: 19.5rem !important;
  }

  .m-b-sm-195 {
    margin-bottom: 19.5rem !important;
  }

  .m-l-sm-195 {
    margin-left: 19.5rem !important;
  }

  .p-t-sm-195 {
    padding-top: 19.5rem !important;
  }

  .p-r-sm-195 {
    padding-right: 19.5rem !important;
  }

  .p-b-sm-195 {
    padding-bottom: 19.5rem !important;
  }

  .p-l-sm-195 {
    padding-left: 19.5rem !important;
  }

  .m-t-sm-200 {
    margin-top: 20rem !important;
  }

  .m-r-sm-200 {
    margin-right: 20rem !important;
  }

  .m-b-sm-200 {
    margin-bottom: 20rem !important;
  }

  .m-l-sm-200 {
    margin-left: 20rem !important;
  }

  .p-t-sm-200 {
    padding-top: 20rem !important;
  }

  .p-r-sm-200 {
    padding-right: 20rem !important;
  }

  .p-b-sm-200 {
    padding-bottom: 20rem !important;
  }

  .p-l-sm-200 {
    padding-left: 20rem !important;
  }

  .m-t-sm-205 {
    margin-top: 20.5rem !important;
  }

  .m-r-sm-205 {
    margin-right: 20.5rem !important;
  }

  .m-b-sm-205 {
    margin-bottom: 20.5rem !important;
  }

  .m-l-sm-205 {
    margin-left: 20.5rem !important;
  }

  .p-t-sm-205 {
    padding-top: 20.5rem !important;
  }

  .p-r-sm-205 {
    padding-right: 20.5rem !important;
  }

  .p-b-sm-205 {
    padding-bottom: 20.5rem !important;
  }

  .p-l-sm-205 {
    padding-left: 20.5rem !important;
  }

  .m-t-sm-210 {
    margin-top: 21rem !important;
  }

  .m-r-sm-210 {
    margin-right: 21rem !important;
  }

  .m-b-sm-210 {
    margin-bottom: 21rem !important;
  }

  .m-l-sm-210 {
    margin-left: 21rem !important;
  }

  .p-t-sm-210 {
    padding-top: 21rem !important;
  }

  .p-r-sm-210 {
    padding-right: 21rem !important;
  }

  .p-b-sm-210 {
    padding-bottom: 21rem !important;
  }

  .p-l-sm-210 {
    padding-left: 21rem !important;
  }

  .m-t-sm-215 {
    margin-top: 21.5rem !important;
  }

  .m-r-sm-215 {
    margin-right: 21.5rem !important;
  }

  .m-b-sm-215 {
    margin-bottom: 21.5rem !important;
  }

  .m-l-sm-215 {
    margin-left: 21.5rem !important;
  }

  .p-t-sm-215 {
    padding-top: 21.5rem !important;
  }

  .p-r-sm-215 {
    padding-right: 21.5rem !important;
  }

  .p-b-sm-215 {
    padding-bottom: 21.5rem !important;
  }

  .p-l-sm-215 {
    padding-left: 21.5rem !important;
  }

  .m-t-sm-220 {
    margin-top: 22rem !important;
  }

  .m-r-sm-220 {
    margin-right: 22rem !important;
  }

  .m-b-sm-220 {
    margin-bottom: 22rem !important;
  }

  .m-l-sm-220 {
    margin-left: 22rem !important;
  }

  .p-t-sm-220 {
    padding-top: 22rem !important;
  }

  .p-r-sm-220 {
    padding-right: 22rem !important;
  }

  .p-b-sm-220 {
    padding-bottom: 22rem !important;
  }

  .p-l-sm-220 {
    padding-left: 22rem !important;
  }

  .m-t-sm-225 {
    margin-top: 22.5rem !important;
  }

  .m-r-sm-225 {
    margin-right: 22.5rem !important;
  }

  .m-b-sm-225 {
    margin-bottom: 22.5rem !important;
  }

  .m-l-sm-225 {
    margin-left: 22.5rem !important;
  }

  .p-t-sm-225 {
    padding-top: 22.5rem !important;
  }

  .p-r-sm-225 {
    padding-right: 22.5rem !important;
  }

  .p-b-sm-225 {
    padding-bottom: 22.5rem !important;
  }

  .p-l-sm-225 {
    padding-left: 22.5rem !important;
  }

  .m-t-sm-230 {
    margin-top: 23rem !important;
  }

  .m-r-sm-230 {
    margin-right: 23rem !important;
  }

  .m-b-sm-230 {
    margin-bottom: 23rem !important;
  }

  .m-l-sm-230 {
    margin-left: 23rem !important;
  }

  .p-t-sm-230 {
    padding-top: 23rem !important;
  }

  .p-r-sm-230 {
    padding-right: 23rem !important;
  }

  .p-b-sm-230 {
    padding-bottom: 23rem !important;
  }

  .p-l-sm-230 {
    padding-left: 23rem !important;
  }

  .m-t-sm-235 {
    margin-top: 23.5rem !important;
  }

  .m-r-sm-235 {
    margin-right: 23.5rem !important;
  }

  .m-b-sm-235 {
    margin-bottom: 23.5rem !important;
  }

  .m-l-sm-235 {
    margin-left: 23.5rem !important;
  }

  .p-t-sm-235 {
    padding-top: 23.5rem !important;
  }

  .p-r-sm-235 {
    padding-right: 23.5rem !important;
  }

  .p-b-sm-235 {
    padding-bottom: 23.5rem !important;
  }

  .p-l-sm-235 {
    padding-left: 23.5rem !important;
  }

  .m-t-sm-240 {
    margin-top: 24rem !important;
  }

  .m-r-sm-240 {
    margin-right: 24rem !important;
  }

  .m-b-sm-240 {
    margin-bottom: 24rem !important;
  }

  .m-l-sm-240 {
    margin-left: 24rem !important;
  }

  .p-t-sm-240 {
    padding-top: 24rem !important;
  }

  .p-r-sm-240 {
    padding-right: 24rem !important;
  }

  .p-b-sm-240 {
    padding-bottom: 24rem !important;
  }

  .p-l-sm-240 {
    padding-left: 24rem !important;
  }

  .m-t-sm-245 {
    margin-top: 24.5rem !important;
  }

  .m-r-sm-245 {
    margin-right: 24.5rem !important;
  }

  .m-b-sm-245 {
    margin-bottom: 24.5rem !important;
  }

  .m-l-sm-245 {
    margin-left: 24.5rem !important;
  }

  .p-t-sm-245 {
    padding-top: 24.5rem !important;
  }

  .p-r-sm-245 {
    padding-right: 24.5rem !important;
  }

  .p-b-sm-245 {
    padding-bottom: 24.5rem !important;
  }

  .p-l-sm-245 {
    padding-left: 24.5rem !important;
  }

  .m-t-sm-250 {
    margin-top: 25rem !important;
  }

  .m-r-sm-250 {
    margin-right: 25rem !important;
  }

  .m-b-sm-250 {
    margin-bottom: 25rem !important;
  }

  .m-l-sm-250 {
    margin-left: 25rem !important;
  }

  .p-t-sm-250 {
    padding-top: 25rem !important;
  }

  .p-r-sm-250 {
    padding-right: 25rem !important;
  }

  .p-b-sm-250 {
    padding-bottom: 25rem !important;
  }

  .p-l-sm-250 {
    padding-left: 25rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-t-md-0 {
    margin-top: 0rem !important;
  }

  .m-r-md-0 {
    margin-right: 0rem !important;
  }

  .m-b-md-0 {
    margin-bottom: 0rem !important;
  }

  .m-l-md-0 {
    margin-left: 0rem !important;
  }

  .p-t-md-0 {
    padding-top: 0rem !important;
  }

  .p-r-md-0 {
    padding-right: 0rem !important;
  }

  .p-b-md-0 {
    padding-bottom: 0rem !important;
  }

  .p-l-md-0 {
    padding-left: 0rem !important;
  }

  .m-t-md-5 {
    margin-top: 0.5rem !important;
  }

  .m-r-md-5 {
    margin-right: 0.5rem !important;
  }

  .m-b-md-5 {
    margin-bottom: 0.5rem !important;
  }

  .m-l-md-5 {
    margin-left: 0.5rem !important;
  }

  .p-t-md-5 {
    padding-top: 0.5rem !important;
  }

  .p-r-md-5 {
    padding-right: 0.5rem !important;
  }

  .p-b-md-5 {
    padding-bottom: 0.5rem !important;
  }

  .p-l-md-5 {
    padding-left: 0.5rem !important;
  }

  .m-t-md-10 {
    margin-top: 1rem !important;
  }

  .m-r-md-10 {
    margin-right: 1rem !important;
  }

  .m-b-md-10 {
    margin-bottom: 1rem !important;
  }

  .m-l-md-10 {
    margin-left: 1rem !important;
  }

  .p-t-md-10 {
    padding-top: 1rem !important;
  }

  .p-r-md-10 {
    padding-right: 1rem !important;
  }

  .p-b-md-10 {
    padding-bottom: 1rem !important;
  }

  .p-l-md-10 {
    padding-left: 1rem !important;
  }

  .m-t-md-15 {
    margin-top: 1.5rem !important;
  }

  .m-r-md-15 {
    margin-right: 1.5rem !important;
  }

  .m-b-md-15 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-md-15 {
    margin-left: 1.5rem !important;
  }

  .p-t-md-15 {
    padding-top: 1.5rem !important;
  }

  .p-r-md-15 {
    padding-right: 1.5rem !important;
  }

  .p-b-md-15 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-md-15 {
    padding-left: 1.5rem !important;
  }

  .m-t-md-20 {
    margin-top: 2rem !important;
  }

  .m-r-md-20 {
    margin-right: 2rem !important;
  }

  .m-b-md-20 {
    margin-bottom: 2rem !important;
  }

  .m-l-md-20 {
    margin-left: 2rem !important;
  }

  .p-t-md-20 {
    padding-top: 2rem !important;
  }

  .p-r-md-20 {
    padding-right: 2rem !important;
  }

  .p-b-md-20 {
    padding-bottom: 2rem !important;
  }

  .p-l-md-20 {
    padding-left: 2rem !important;
  }

  .m-t-md-25 {
    margin-top: 2.5rem !important;
  }

  .m-r-md-25 {
    margin-right: 2.5rem !important;
  }

  .m-b-md-25 {
    margin-bottom: 2.5rem !important;
  }

  .m-l-md-25 {
    margin-left: 2.5rem !important;
  }

  .p-t-md-25 {
    padding-top: 2.5rem !important;
  }

  .p-r-md-25 {
    padding-right: 2.5rem !important;
  }

  .p-b-md-25 {
    padding-bottom: 2.5rem !important;
  }

  .p-l-md-25 {
    padding-left: 2.5rem !important;
  }

  .m-t-md-30 {
    margin-top: 3rem !important;
  }

  .m-r-md-30 {
    margin-right: 3rem !important;
  }

  .m-b-md-30 {
    margin-bottom: 3rem !important;
  }

  .m-l-md-30 {
    margin-left: 3rem !important;
  }

  .p-t-md-30 {
    padding-top: 3rem !important;
  }

  .p-r-md-30 {
    padding-right: 3rem !important;
  }

  .p-b-md-30 {
    padding-bottom: 3rem !important;
  }

  .p-l-md-30 {
    padding-left: 3rem !important;
  }

  .m-t-md-35 {
    margin-top: 3.5rem !important;
  }

  .m-r-md-35 {
    margin-right: 3.5rem !important;
  }

  .m-b-md-35 {
    margin-bottom: 3.5rem !important;
  }

  .m-l-md-35 {
    margin-left: 3.5rem !important;
  }

  .p-t-md-35 {
    padding-top: 3.5rem !important;
  }

  .p-r-md-35 {
    padding-right: 3.5rem !important;
  }

  .p-b-md-35 {
    padding-bottom: 3.5rem !important;
  }

  .p-l-md-35 {
    padding-left: 3.5rem !important;
  }

  .m-t-md-40 {
    margin-top: 4rem !important;
  }

  .m-r-md-40 {
    margin-right: 4rem !important;
  }

  .m-b-md-40 {
    margin-bottom: 4rem !important;
  }

  .m-l-md-40 {
    margin-left: 4rem !important;
  }

  .p-t-md-40 {
    padding-top: 4rem !important;
  }

  .p-r-md-40 {
    padding-right: 4rem !important;
  }

  .p-b-md-40 {
    padding-bottom: 4rem !important;
  }

  .p-l-md-40 {
    padding-left: 4rem !important;
  }

  .m-t-md-45 {
    margin-top: 4.5rem !important;
  }

  .m-r-md-45 {
    margin-right: 4.5rem !important;
  }

  .m-b-md-45 {
    margin-bottom: 4.5rem !important;
  }

  .m-l-md-45 {
    margin-left: 4.5rem !important;
  }

  .p-t-md-45 {
    padding-top: 4.5rem !important;
  }

  .p-r-md-45 {
    padding-right: 4.5rem !important;
  }

  .p-b-md-45 {
    padding-bottom: 4.5rem !important;
  }

  .p-l-md-45 {
    padding-left: 4.5rem !important;
  }

  .m-t-md-50 {
    margin-top: 5rem !important;
  }

  .m-r-md-50 {
    margin-right: 5rem !important;
  }

  .m-b-md-50 {
    margin-bottom: 5rem !important;
  }

  .m-l-md-50 {
    margin-left: 5rem !important;
  }

  .p-t-md-50 {
    padding-top: 5rem !important;
  }

  .p-r-md-50 {
    padding-right: 5rem !important;
  }

  .p-b-md-50 {
    padding-bottom: 5rem !important;
  }

  .p-l-md-50 {
    padding-left: 5rem !important;
  }

  .m-t-md-55 {
    margin-top: 5.5rem !important;
  }

  .m-r-md-55 {
    margin-right: 5.5rem !important;
  }

  .m-b-md-55 {
    margin-bottom: 5.5rem !important;
  }

  .m-l-md-55 {
    margin-left: 5.5rem !important;
  }

  .p-t-md-55 {
    padding-top: 5.5rem !important;
  }

  .p-r-md-55 {
    padding-right: 5.5rem !important;
  }

  .p-b-md-55 {
    padding-bottom: 5.5rem !important;
  }

  .p-l-md-55 {
    padding-left: 5.5rem !important;
  }

  .m-t-md-60 {
    margin-top: 6rem !important;
  }

  .m-r-md-60 {
    margin-right: 6rem !important;
  }

  .m-b-md-60 {
    margin-bottom: 6rem !important;
  }

  .m-l-md-60 {
    margin-left: 6rem !important;
  }

  .p-t-md-60 {
    padding-top: 6rem !important;
  }

  .p-r-md-60 {
    padding-right: 6rem !important;
  }

  .p-b-md-60 {
    padding-bottom: 6rem !important;
  }

  .p-l-md-60 {
    padding-left: 6rem !important;
  }

  .m-t-md-65 {
    margin-top: 6.5rem !important;
  }

  .m-r-md-65 {
    margin-right: 6.5rem !important;
  }

  .m-b-md-65 {
    margin-bottom: 6.5rem !important;
  }

  .m-l-md-65 {
    margin-left: 6.5rem !important;
  }

  .p-t-md-65 {
    padding-top: 6.5rem !important;
  }

  .p-r-md-65 {
    padding-right: 6.5rem !important;
  }

  .p-b-md-65 {
    padding-bottom: 6.5rem !important;
  }

  .p-l-md-65 {
    padding-left: 6.5rem !important;
  }

  .m-t-md-70 {
    margin-top: 7rem !important;
  }

  .m-r-md-70 {
    margin-right: 7rem !important;
  }

  .m-b-md-70 {
    margin-bottom: 7rem !important;
  }

  .m-l-md-70 {
    margin-left: 7rem !important;
  }

  .p-t-md-70 {
    padding-top: 7rem !important;
  }

  .p-r-md-70 {
    padding-right: 7rem !important;
  }

  .p-b-md-70 {
    padding-bottom: 7rem !important;
  }

  .p-l-md-70 {
    padding-left: 7rem !important;
  }

  .m-t-md-75 {
    margin-top: 7.5rem !important;
  }

  .m-r-md-75 {
    margin-right: 7.5rem !important;
  }

  .m-b-md-75 {
    margin-bottom: 7.5rem !important;
  }

  .m-l-md-75 {
    margin-left: 7.5rem !important;
  }

  .p-t-md-75 {
    padding-top: 7.5rem !important;
  }

  .p-r-md-75 {
    padding-right: 7.5rem !important;
  }

  .p-b-md-75 {
    padding-bottom: 7.5rem !important;
  }

  .p-l-md-75 {
    padding-left: 7.5rem !important;
  }

  .m-t-md-80 {
    margin-top: 8rem !important;
  }

  .m-r-md-80 {
    margin-right: 8rem !important;
  }

  .m-b-md-80 {
    margin-bottom: 8rem !important;
  }

  .m-l-md-80 {
    margin-left: 8rem !important;
  }

  .p-t-md-80 {
    padding-top: 8rem !important;
  }

  .p-r-md-80 {
    padding-right: 8rem !important;
  }

  .p-b-md-80 {
    padding-bottom: 8rem !important;
  }

  .p-l-md-80 {
    padding-left: 8rem !important;
  }

  .m-t-md-85 {
    margin-top: 8.5rem !important;
  }

  .m-r-md-85 {
    margin-right: 8.5rem !important;
  }

  .m-b-md-85 {
    margin-bottom: 8.5rem !important;
  }

  .m-l-md-85 {
    margin-left: 8.5rem !important;
  }

  .p-t-md-85 {
    padding-top: 8.5rem !important;
  }

  .p-r-md-85 {
    padding-right: 8.5rem !important;
  }

  .p-b-md-85 {
    padding-bottom: 8.5rem !important;
  }

  .p-l-md-85 {
    padding-left: 8.5rem !important;
  }

  .m-t-md-90 {
    margin-top: 9rem !important;
  }

  .m-r-md-90 {
    margin-right: 9rem !important;
  }

  .m-b-md-90 {
    margin-bottom: 9rem !important;
  }

  .m-l-md-90 {
    margin-left: 9rem !important;
  }

  .p-t-md-90 {
    padding-top: 9rem !important;
  }

  .p-r-md-90 {
    padding-right: 9rem !important;
  }

  .p-b-md-90 {
    padding-bottom: 9rem !important;
  }

  .p-l-md-90 {
    padding-left: 9rem !important;
  }

  .m-t-md-95 {
    margin-top: 9.5rem !important;
  }

  .m-r-md-95 {
    margin-right: 9.5rem !important;
  }

  .m-b-md-95 {
    margin-bottom: 9.5rem !important;
  }

  .m-l-md-95 {
    margin-left: 9.5rem !important;
  }

  .p-t-md-95 {
    padding-top: 9.5rem !important;
  }

  .p-r-md-95 {
    padding-right: 9.5rem !important;
  }

  .p-b-md-95 {
    padding-bottom: 9.5rem !important;
  }

  .p-l-md-95 {
    padding-left: 9.5rem !important;
  }

  .m-t-md-100 {
    margin-top: 10rem !important;
  }

  .m-r-md-100 {
    margin-right: 10rem !important;
  }

  .m-b-md-100 {
    margin-bottom: 10rem !important;
  }

  .m-l-md-100 {
    margin-left: 10rem !important;
  }

  .p-t-md-100 {
    padding-top: 10rem !important;
  }

  .p-r-md-100 {
    padding-right: 10rem !important;
  }

  .p-b-md-100 {
    padding-bottom: 10rem !important;
  }

  .p-l-md-100 {
    padding-left: 10rem !important;
  }

  .m-t-md-105 {
    margin-top: 10.5rem !important;
  }

  .m-r-md-105 {
    margin-right: 10.5rem !important;
  }

  .m-b-md-105 {
    margin-bottom: 10.5rem !important;
  }

  .m-l-md-105 {
    margin-left: 10.5rem !important;
  }

  .p-t-md-105 {
    padding-top: 10.5rem !important;
  }

  .p-r-md-105 {
    padding-right: 10.5rem !important;
  }

  .p-b-md-105 {
    padding-bottom: 10.5rem !important;
  }

  .p-l-md-105 {
    padding-left: 10.5rem !important;
  }

  .m-t-md-110 {
    margin-top: 11rem !important;
  }

  .m-r-md-110 {
    margin-right: 11rem !important;
  }

  .m-b-md-110 {
    margin-bottom: 11rem !important;
  }

  .m-l-md-110 {
    margin-left: 11rem !important;
  }

  .p-t-md-110 {
    padding-top: 11rem !important;
  }

  .p-r-md-110 {
    padding-right: 11rem !important;
  }

  .p-b-md-110 {
    padding-bottom: 11rem !important;
  }

  .p-l-md-110 {
    padding-left: 11rem !important;
  }

  .m-t-md-115 {
    margin-top: 11.5rem !important;
  }

  .m-r-md-115 {
    margin-right: 11.5rem !important;
  }

  .m-b-md-115 {
    margin-bottom: 11.5rem !important;
  }

  .m-l-md-115 {
    margin-left: 11.5rem !important;
  }

  .p-t-md-115 {
    padding-top: 11.5rem !important;
  }

  .p-r-md-115 {
    padding-right: 11.5rem !important;
  }

  .p-b-md-115 {
    padding-bottom: 11.5rem !important;
  }

  .p-l-md-115 {
    padding-left: 11.5rem !important;
  }

  .m-t-md-120 {
    margin-top: 12rem !important;
  }

  .m-r-md-120 {
    margin-right: 12rem !important;
  }

  .m-b-md-120 {
    margin-bottom: 12rem !important;
  }

  .m-l-md-120 {
    margin-left: 12rem !important;
  }

  .p-t-md-120 {
    padding-top: 12rem !important;
  }

  .p-r-md-120 {
    padding-right: 12rem !important;
  }

  .p-b-md-120 {
    padding-bottom: 12rem !important;
  }

  .p-l-md-120 {
    padding-left: 12rem !important;
  }

  .m-t-md-125 {
    margin-top: 12.5rem !important;
  }

  .m-r-md-125 {
    margin-right: 12.5rem !important;
  }

  .m-b-md-125 {
    margin-bottom: 12.5rem !important;
  }

  .m-l-md-125 {
    margin-left: 12.5rem !important;
  }

  .p-t-md-125 {
    padding-top: 12.5rem !important;
  }

  .p-r-md-125 {
    padding-right: 12.5rem !important;
  }

  .p-b-md-125 {
    padding-bottom: 12.5rem !important;
  }

  .p-l-md-125 {
    padding-left: 12.5rem !important;
  }

  .m-t-md-130 {
    margin-top: 13rem !important;
  }

  .m-r-md-130 {
    margin-right: 13rem !important;
  }

  .m-b-md-130 {
    margin-bottom: 13rem !important;
  }

  .m-l-md-130 {
    margin-left: 13rem !important;
  }

  .p-t-md-130 {
    padding-top: 13rem !important;
  }

  .p-r-md-130 {
    padding-right: 13rem !important;
  }

  .p-b-md-130 {
    padding-bottom: 13rem !important;
  }

  .p-l-md-130 {
    padding-left: 13rem !important;
  }

  .m-t-md-135 {
    margin-top: 13.5rem !important;
  }

  .m-r-md-135 {
    margin-right: 13.5rem !important;
  }

  .m-b-md-135 {
    margin-bottom: 13.5rem !important;
  }

  .m-l-md-135 {
    margin-left: 13.5rem !important;
  }

  .p-t-md-135 {
    padding-top: 13.5rem !important;
  }

  .p-r-md-135 {
    padding-right: 13.5rem !important;
  }

  .p-b-md-135 {
    padding-bottom: 13.5rem !important;
  }

  .p-l-md-135 {
    padding-left: 13.5rem !important;
  }

  .m-t-md-140 {
    margin-top: 14rem !important;
  }

  .m-r-md-140 {
    margin-right: 14rem !important;
  }

  .m-b-md-140 {
    margin-bottom: 14rem !important;
  }

  .m-l-md-140 {
    margin-left: 14rem !important;
  }

  .p-t-md-140 {
    padding-top: 14rem !important;
  }

  .p-r-md-140 {
    padding-right: 14rem !important;
  }

  .p-b-md-140 {
    padding-bottom: 14rem !important;
  }

  .p-l-md-140 {
    padding-left: 14rem !important;
  }

  .m-t-md-145 {
    margin-top: 14.5rem !important;
  }

  .m-r-md-145 {
    margin-right: 14.5rem !important;
  }

  .m-b-md-145 {
    margin-bottom: 14.5rem !important;
  }

  .m-l-md-145 {
    margin-left: 14.5rem !important;
  }

  .p-t-md-145 {
    padding-top: 14.5rem !important;
  }

  .p-r-md-145 {
    padding-right: 14.5rem !important;
  }

  .p-b-md-145 {
    padding-bottom: 14.5rem !important;
  }

  .p-l-md-145 {
    padding-left: 14.5rem !important;
  }

  .m-t-md-150 {
    margin-top: 15rem !important;
  }

  .m-r-md-150 {
    margin-right: 15rem !important;
  }

  .m-b-md-150 {
    margin-bottom: 15rem !important;
  }

  .m-l-md-150 {
    margin-left: 15rem !important;
  }

  .p-t-md-150 {
    padding-top: 15rem !important;
  }

  .p-r-md-150 {
    padding-right: 15rem !important;
  }

  .p-b-md-150 {
    padding-bottom: 15rem !important;
  }

  .p-l-md-150 {
    padding-left: 15rem !important;
  }

  .m-t-md-155 {
    margin-top: 15.5rem !important;
  }

  .m-r-md-155 {
    margin-right: 15.5rem !important;
  }

  .m-b-md-155 {
    margin-bottom: 15.5rem !important;
  }

  .m-l-md-155 {
    margin-left: 15.5rem !important;
  }

  .p-t-md-155 {
    padding-top: 15.5rem !important;
  }

  .p-r-md-155 {
    padding-right: 15.5rem !important;
  }

  .p-b-md-155 {
    padding-bottom: 15.5rem !important;
  }

  .p-l-md-155 {
    padding-left: 15.5rem !important;
  }

  .m-t-md-160 {
    margin-top: 16rem !important;
  }

  .m-r-md-160 {
    margin-right: 16rem !important;
  }

  .m-b-md-160 {
    margin-bottom: 16rem !important;
  }

  .m-l-md-160 {
    margin-left: 16rem !important;
  }

  .p-t-md-160 {
    padding-top: 16rem !important;
  }

  .p-r-md-160 {
    padding-right: 16rem !important;
  }

  .p-b-md-160 {
    padding-bottom: 16rem !important;
  }

  .p-l-md-160 {
    padding-left: 16rem !important;
  }

  .m-t-md-165 {
    margin-top: 16.5rem !important;
  }

  .m-r-md-165 {
    margin-right: 16.5rem !important;
  }

  .m-b-md-165 {
    margin-bottom: 16.5rem !important;
  }

  .m-l-md-165 {
    margin-left: 16.5rem !important;
  }

  .p-t-md-165 {
    padding-top: 16.5rem !important;
  }

  .p-r-md-165 {
    padding-right: 16.5rem !important;
  }

  .p-b-md-165 {
    padding-bottom: 16.5rem !important;
  }

  .p-l-md-165 {
    padding-left: 16.5rem !important;
  }

  .m-t-md-170 {
    margin-top: 17rem !important;
  }

  .m-r-md-170 {
    margin-right: 17rem !important;
  }

  .m-b-md-170 {
    margin-bottom: 17rem !important;
  }

  .m-l-md-170 {
    margin-left: 17rem !important;
  }

  .p-t-md-170 {
    padding-top: 17rem !important;
  }

  .p-r-md-170 {
    padding-right: 17rem !important;
  }

  .p-b-md-170 {
    padding-bottom: 17rem !important;
  }

  .p-l-md-170 {
    padding-left: 17rem !important;
  }

  .m-t-md-175 {
    margin-top: 17.5rem !important;
  }

  .m-r-md-175 {
    margin-right: 17.5rem !important;
  }

  .m-b-md-175 {
    margin-bottom: 17.5rem !important;
  }

  .m-l-md-175 {
    margin-left: 17.5rem !important;
  }

  .p-t-md-175 {
    padding-top: 17.5rem !important;
  }

  .p-r-md-175 {
    padding-right: 17.5rem !important;
  }

  .p-b-md-175 {
    padding-bottom: 17.5rem !important;
  }

  .p-l-md-175 {
    padding-left: 17.5rem !important;
  }

  .m-t-md-180 {
    margin-top: 18rem !important;
  }

  .m-r-md-180 {
    margin-right: 18rem !important;
  }

  .m-b-md-180 {
    margin-bottom: 18rem !important;
  }

  .m-l-md-180 {
    margin-left: 18rem !important;
  }

  .p-t-md-180 {
    padding-top: 18rem !important;
  }

  .p-r-md-180 {
    padding-right: 18rem !important;
  }

  .p-b-md-180 {
    padding-bottom: 18rem !important;
  }

  .p-l-md-180 {
    padding-left: 18rem !important;
  }

  .m-t-md-185 {
    margin-top: 18.5rem !important;
  }

  .m-r-md-185 {
    margin-right: 18.5rem !important;
  }

  .m-b-md-185 {
    margin-bottom: 18.5rem !important;
  }

  .m-l-md-185 {
    margin-left: 18.5rem !important;
  }

  .p-t-md-185 {
    padding-top: 18.5rem !important;
  }

  .p-r-md-185 {
    padding-right: 18.5rem !important;
  }

  .p-b-md-185 {
    padding-bottom: 18.5rem !important;
  }

  .p-l-md-185 {
    padding-left: 18.5rem !important;
  }

  .m-t-md-190 {
    margin-top: 19rem !important;
  }

  .m-r-md-190 {
    margin-right: 19rem !important;
  }

  .m-b-md-190 {
    margin-bottom: 19rem !important;
  }

  .m-l-md-190 {
    margin-left: 19rem !important;
  }

  .p-t-md-190 {
    padding-top: 19rem !important;
  }

  .p-r-md-190 {
    padding-right: 19rem !important;
  }

  .p-b-md-190 {
    padding-bottom: 19rem !important;
  }

  .p-l-md-190 {
    padding-left: 19rem !important;
  }

  .m-t-md-195 {
    margin-top: 19.5rem !important;
  }

  .m-r-md-195 {
    margin-right: 19.5rem !important;
  }

  .m-b-md-195 {
    margin-bottom: 19.5rem !important;
  }

  .m-l-md-195 {
    margin-left: 19.5rem !important;
  }

  .p-t-md-195 {
    padding-top: 19.5rem !important;
  }

  .p-r-md-195 {
    padding-right: 19.5rem !important;
  }

  .p-b-md-195 {
    padding-bottom: 19.5rem !important;
  }

  .p-l-md-195 {
    padding-left: 19.5rem !important;
  }

  .m-t-md-200 {
    margin-top: 20rem !important;
  }

  .m-r-md-200 {
    margin-right: 20rem !important;
  }

  .m-b-md-200 {
    margin-bottom: 20rem !important;
  }

  .m-l-md-200 {
    margin-left: 20rem !important;
  }

  .p-t-md-200 {
    padding-top: 20rem !important;
  }

  .p-r-md-200 {
    padding-right: 20rem !important;
  }

  .p-b-md-200 {
    padding-bottom: 20rem !important;
  }

  .p-l-md-200 {
    padding-left: 20rem !important;
  }

  .m-t-md-205 {
    margin-top: 20.5rem !important;
  }

  .m-r-md-205 {
    margin-right: 20.5rem !important;
  }

  .m-b-md-205 {
    margin-bottom: 20.5rem !important;
  }

  .m-l-md-205 {
    margin-left: 20.5rem !important;
  }

  .p-t-md-205 {
    padding-top: 20.5rem !important;
  }

  .p-r-md-205 {
    padding-right: 20.5rem !important;
  }

  .p-b-md-205 {
    padding-bottom: 20.5rem !important;
  }

  .p-l-md-205 {
    padding-left: 20.5rem !important;
  }

  .m-t-md-210 {
    margin-top: 21rem !important;
  }

  .m-r-md-210 {
    margin-right: 21rem !important;
  }

  .m-b-md-210 {
    margin-bottom: 21rem !important;
  }

  .m-l-md-210 {
    margin-left: 21rem !important;
  }

  .p-t-md-210 {
    padding-top: 21rem !important;
  }

  .p-r-md-210 {
    padding-right: 21rem !important;
  }

  .p-b-md-210 {
    padding-bottom: 21rem !important;
  }

  .p-l-md-210 {
    padding-left: 21rem !important;
  }

  .m-t-md-215 {
    margin-top: 21.5rem !important;
  }

  .m-r-md-215 {
    margin-right: 21.5rem !important;
  }

  .m-b-md-215 {
    margin-bottom: 21.5rem !important;
  }

  .m-l-md-215 {
    margin-left: 21.5rem !important;
  }

  .p-t-md-215 {
    padding-top: 21.5rem !important;
  }

  .p-r-md-215 {
    padding-right: 21.5rem !important;
  }

  .p-b-md-215 {
    padding-bottom: 21.5rem !important;
  }

  .p-l-md-215 {
    padding-left: 21.5rem !important;
  }

  .m-t-md-220 {
    margin-top: 22rem !important;
  }

  .m-r-md-220 {
    margin-right: 22rem !important;
  }

  .m-b-md-220 {
    margin-bottom: 22rem !important;
  }

  .m-l-md-220 {
    margin-left: 22rem !important;
  }

  .p-t-md-220 {
    padding-top: 22rem !important;
  }

  .p-r-md-220 {
    padding-right: 22rem !important;
  }

  .p-b-md-220 {
    padding-bottom: 22rem !important;
  }

  .p-l-md-220 {
    padding-left: 22rem !important;
  }

  .m-t-md-225 {
    margin-top: 22.5rem !important;
  }

  .m-r-md-225 {
    margin-right: 22.5rem !important;
  }

  .m-b-md-225 {
    margin-bottom: 22.5rem !important;
  }

  .m-l-md-225 {
    margin-left: 22.5rem !important;
  }

  .p-t-md-225 {
    padding-top: 22.5rem !important;
  }

  .p-r-md-225 {
    padding-right: 22.5rem !important;
  }

  .p-b-md-225 {
    padding-bottom: 22.5rem !important;
  }

  .p-l-md-225 {
    padding-left: 22.5rem !important;
  }

  .m-t-md-230 {
    margin-top: 23rem !important;
  }

  .m-r-md-230 {
    margin-right: 23rem !important;
  }

  .m-b-md-230 {
    margin-bottom: 23rem !important;
  }

  .m-l-md-230 {
    margin-left: 23rem !important;
  }

  .p-t-md-230 {
    padding-top: 23rem !important;
  }

  .p-r-md-230 {
    padding-right: 23rem !important;
  }

  .p-b-md-230 {
    padding-bottom: 23rem !important;
  }

  .p-l-md-230 {
    padding-left: 23rem !important;
  }

  .m-t-md-235 {
    margin-top: 23.5rem !important;
  }

  .m-r-md-235 {
    margin-right: 23.5rem !important;
  }

  .m-b-md-235 {
    margin-bottom: 23.5rem !important;
  }

  .m-l-md-235 {
    margin-left: 23.5rem !important;
  }

  .p-t-md-235 {
    padding-top: 23.5rem !important;
  }

  .p-r-md-235 {
    padding-right: 23.5rem !important;
  }

  .p-b-md-235 {
    padding-bottom: 23.5rem !important;
  }

  .p-l-md-235 {
    padding-left: 23.5rem !important;
  }

  .m-t-md-240 {
    margin-top: 24rem !important;
  }

  .m-r-md-240 {
    margin-right: 24rem !important;
  }

  .m-b-md-240 {
    margin-bottom: 24rem !important;
  }

  .m-l-md-240 {
    margin-left: 24rem !important;
  }

  .p-t-md-240 {
    padding-top: 24rem !important;
  }

  .p-r-md-240 {
    padding-right: 24rem !important;
  }

  .p-b-md-240 {
    padding-bottom: 24rem !important;
  }

  .p-l-md-240 {
    padding-left: 24rem !important;
  }

  .m-t-md-245 {
    margin-top: 24.5rem !important;
  }

  .m-r-md-245 {
    margin-right: 24.5rem !important;
  }

  .m-b-md-245 {
    margin-bottom: 24.5rem !important;
  }

  .m-l-md-245 {
    margin-left: 24.5rem !important;
  }

  .p-t-md-245 {
    padding-top: 24.5rem !important;
  }

  .p-r-md-245 {
    padding-right: 24.5rem !important;
  }

  .p-b-md-245 {
    padding-bottom: 24.5rem !important;
  }

  .p-l-md-245 {
    padding-left: 24.5rem !important;
  }

  .m-t-md-250 {
    margin-top: 25rem !important;
  }

  .m-r-md-250 {
    margin-right: 25rem !important;
  }

  .m-b-md-250 {
    margin-bottom: 25rem !important;
  }

  .m-l-md-250 {
    margin-left: 25rem !important;
  }

  .p-t-md-250 {
    padding-top: 25rem !important;
  }

  .p-r-md-250 {
    padding-right: 25rem !important;
  }

  .p-b-md-250 {
    padding-bottom: 25rem !important;
  }

  .p-l-md-250 {
    padding-left: 25rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-t-lg-0 {
    margin-top: 0rem !important;
  }

  .m-r-lg-0 {
    margin-right: 0rem !important;
  }

  .m-b-lg-0 {
    margin-bottom: 0rem !important;
  }

  .m-l-lg-0 {
    margin-left: 0rem !important;
  }

  .p-t-lg-0 {
    padding-top: 0rem !important;
  }

  .p-r-lg-0 {
    padding-right: 0rem !important;
  }

  .p-b-lg-0 {
    padding-bottom: 0rem !important;
  }

  .p-l-lg-0 {
    padding-left: 0rem !important;
  }

  .m-t-lg-5 {
    margin-top: 0.5rem !important;
  }

  .m-r-lg-5 {
    margin-right: 0.5rem !important;
  }

  .m-b-lg-5 {
    margin-bottom: 0.5rem !important;
  }

  .m-l-lg-5 {
    margin-left: 0.5rem !important;
  }

  .p-t-lg-5 {
    padding-top: 0.5rem !important;
  }

  .p-r-lg-5 {
    padding-right: 0.5rem !important;
  }

  .p-b-lg-5 {
    padding-bottom: 0.5rem !important;
  }

  .p-l-lg-5 {
    padding-left: 0.5rem !important;
  }

  .m-t-lg-10 {
    margin-top: 1rem !important;
  }

  .m-r-lg-10 {
    margin-right: 1rem !important;
  }

  .m-b-lg-10 {
    margin-bottom: 1rem !important;
  }

  .m-l-lg-10 {
    margin-left: 1rem !important;
  }

  .p-t-lg-10 {
    padding-top: 1rem !important;
  }

  .p-r-lg-10 {
    padding-right: 1rem !important;
  }

  .p-b-lg-10 {
    padding-bottom: 1rem !important;
  }

  .p-l-lg-10 {
    padding-left: 1rem !important;
  }

  .m-t-lg-15 {
    margin-top: 1.5rem !important;
  }

  .m-r-lg-15 {
    margin-right: 1.5rem !important;
  }

  .m-b-lg-15 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-lg-15 {
    margin-left: 1.5rem !important;
  }

  .p-t-lg-15 {
    padding-top: 1.5rem !important;
  }

  .p-r-lg-15 {
    padding-right: 1.5rem !important;
  }

  .p-b-lg-15 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-lg-15 {
    padding-left: 1.5rem !important;
  }

  .m-t-lg-20 {
    margin-top: 2rem !important;
  }

  .m-r-lg-20 {
    margin-right: 2rem !important;
  }

  .m-b-lg-20 {
    margin-bottom: 2rem !important;
  }

  .m-l-lg-20 {
    margin-left: 2rem !important;
  }

  .p-t-lg-20 {
    padding-top: 2rem !important;
  }

  .p-r-lg-20 {
    padding-right: 2rem !important;
  }

  .p-b-lg-20 {
    padding-bottom: 2rem !important;
  }

  .p-l-lg-20 {
    padding-left: 2rem !important;
  }

  .m-t-lg-25 {
    margin-top: 2.5rem !important;
  }

  .m-r-lg-25 {
    margin-right: 2.5rem !important;
  }

  .m-b-lg-25 {
    margin-bottom: 2.5rem !important;
  }

  .m-l-lg-25 {
    margin-left: 2.5rem !important;
  }

  .p-t-lg-25 {
    padding-top: 2.5rem !important;
  }

  .p-r-lg-25 {
    padding-right: 2.5rem !important;
  }

  .p-b-lg-25 {
    padding-bottom: 2.5rem !important;
  }

  .p-l-lg-25 {
    padding-left: 2.5rem !important;
  }

  .m-t-lg-30 {
    margin-top: 3rem !important;
  }

  .m-r-lg-30 {
    margin-right: 3rem !important;
  }

  .m-b-lg-30 {
    margin-bottom: 3rem !important;
  }

  .m-l-lg-30 {
    margin-left: 3rem !important;
  }

  .p-t-lg-30 {
    padding-top: 3rem !important;
  }

  .p-r-lg-30 {
    padding-right: 3rem !important;
  }

  .p-b-lg-30 {
    padding-bottom: 3rem !important;
  }

  .p-l-lg-30 {
    padding-left: 3rem !important;
  }

  .m-t-lg-35 {
    margin-top: 3.5rem !important;
  }

  .m-r-lg-35 {
    margin-right: 3.5rem !important;
  }

  .m-b-lg-35 {
    margin-bottom: 3.5rem !important;
  }

  .m-l-lg-35 {
    margin-left: 3.5rem !important;
  }

  .p-t-lg-35 {
    padding-top: 3.5rem !important;
  }

  .p-r-lg-35 {
    padding-right: 3.5rem !important;
  }

  .p-b-lg-35 {
    padding-bottom: 3.5rem !important;
  }

  .p-l-lg-35 {
    padding-left: 3.5rem !important;
  }

  .m-t-lg-40 {
    margin-top: 4rem !important;
  }

  .m-r-lg-40 {
    margin-right: 4rem !important;
  }

  .m-b-lg-40 {
    margin-bottom: 4rem !important;
  }

  .m-l-lg-40 {
    margin-left: 4rem !important;
  }

  .p-t-lg-40 {
    padding-top: 4rem !important;
  }

  .p-r-lg-40 {
    padding-right: 4rem !important;
  }

  .p-b-lg-40 {
    padding-bottom: 4rem !important;
  }

  .p-l-lg-40 {
    padding-left: 4rem !important;
  }

  .m-t-lg-45 {
    margin-top: 4.5rem !important;
  }

  .m-r-lg-45 {
    margin-right: 4.5rem !important;
  }

  .m-b-lg-45 {
    margin-bottom: 4.5rem !important;
  }

  .m-l-lg-45 {
    margin-left: 4.5rem !important;
  }

  .p-t-lg-45 {
    padding-top: 4.5rem !important;
  }

  .p-r-lg-45 {
    padding-right: 4.5rem !important;
  }

  .p-b-lg-45 {
    padding-bottom: 4.5rem !important;
  }

  .p-l-lg-45 {
    padding-left: 4.5rem !important;
  }

  .m-t-lg-50 {
    margin-top: 5rem !important;
  }

  .m-r-lg-50 {
    margin-right: 5rem !important;
  }

  .m-b-lg-50 {
    margin-bottom: 5rem !important;
  }

  .m-l-lg-50 {
    margin-left: 5rem !important;
  }

  .p-t-lg-50 {
    padding-top: 5rem !important;
  }

  .p-r-lg-50 {
    padding-right: 5rem !important;
  }

  .p-b-lg-50 {
    padding-bottom: 5rem !important;
  }

  .p-l-lg-50 {
    padding-left: 5rem !important;
  }

  .m-t-lg-55 {
    margin-top: 5.5rem !important;
  }

  .m-r-lg-55 {
    margin-right: 5.5rem !important;
  }

  .m-b-lg-55 {
    margin-bottom: 5.5rem !important;
  }

  .m-l-lg-55 {
    margin-left: 5.5rem !important;
  }

  .p-t-lg-55 {
    padding-top: 5.5rem !important;
  }

  .p-r-lg-55 {
    padding-right: 5.5rem !important;
  }

  .p-b-lg-55 {
    padding-bottom: 5.5rem !important;
  }

  .p-l-lg-55 {
    padding-left: 5.5rem !important;
  }

  .m-t-lg-60 {
    margin-top: 6rem !important;
  }

  .m-r-lg-60 {
    margin-right: 6rem !important;
  }

  .m-b-lg-60 {
    margin-bottom: 6rem !important;
  }

  .m-l-lg-60 {
    margin-left: 6rem !important;
  }

  .p-t-lg-60 {
    padding-top: 6rem !important;
  }

  .p-r-lg-60 {
    padding-right: 6rem !important;
  }

  .p-b-lg-60 {
    padding-bottom: 6rem !important;
  }

  .p-l-lg-60 {
    padding-left: 6rem !important;
  }

  .m-t-lg-65 {
    margin-top: 6.5rem !important;
  }

  .m-r-lg-65 {
    margin-right: 6.5rem !important;
  }

  .m-b-lg-65 {
    margin-bottom: 6.5rem !important;
  }

  .m-l-lg-65 {
    margin-left: 6.5rem !important;
  }

  .p-t-lg-65 {
    padding-top: 6.5rem !important;
  }

  .p-r-lg-65 {
    padding-right: 6.5rem !important;
  }

  .p-b-lg-65 {
    padding-bottom: 6.5rem !important;
  }

  .p-l-lg-65 {
    padding-left: 6.5rem !important;
  }

  .m-t-lg-70 {
    margin-top: 7rem !important;
  }

  .m-r-lg-70 {
    margin-right: 7rem !important;
  }

  .m-b-lg-70 {
    margin-bottom: 7rem !important;
  }

  .m-l-lg-70 {
    margin-left: 7rem !important;
  }

  .p-t-lg-70 {
    padding-top: 7rem !important;
  }

  .p-r-lg-70 {
    padding-right: 7rem !important;
  }

  .p-b-lg-70 {
    padding-bottom: 7rem !important;
  }

  .p-l-lg-70 {
    padding-left: 7rem !important;
  }

  .m-t-lg-75 {
    margin-top: 7.5rem !important;
  }

  .m-r-lg-75 {
    margin-right: 7.5rem !important;
  }

  .m-b-lg-75 {
    margin-bottom: 7.5rem !important;
  }

  .m-l-lg-75 {
    margin-left: 7.5rem !important;
  }

  .p-t-lg-75 {
    padding-top: 7.5rem !important;
  }

  .p-r-lg-75 {
    padding-right: 7.5rem !important;
  }

  .p-b-lg-75 {
    padding-bottom: 7.5rem !important;
  }

  .p-l-lg-75 {
    padding-left: 7.5rem !important;
  }

  .m-t-lg-80 {
    margin-top: 8rem !important;
  }

  .m-r-lg-80 {
    margin-right: 8rem !important;
  }

  .m-b-lg-80 {
    margin-bottom: 8rem !important;
  }

  .m-l-lg-80 {
    margin-left: 8rem !important;
  }

  .p-t-lg-80 {
    padding-top: 8rem !important;
  }

  .p-r-lg-80 {
    padding-right: 8rem !important;
  }

  .p-b-lg-80 {
    padding-bottom: 8rem !important;
  }

  .p-l-lg-80 {
    padding-left: 8rem !important;
  }

  .m-t-lg-85 {
    margin-top: 8.5rem !important;
  }

  .m-r-lg-85 {
    margin-right: 8.5rem !important;
  }

  .m-b-lg-85 {
    margin-bottom: 8.5rem !important;
  }

  .m-l-lg-85 {
    margin-left: 8.5rem !important;
  }

  .p-t-lg-85 {
    padding-top: 8.5rem !important;
  }

  .p-r-lg-85 {
    padding-right: 8.5rem !important;
  }

  .p-b-lg-85 {
    padding-bottom: 8.5rem !important;
  }

  .p-l-lg-85 {
    padding-left: 8.5rem !important;
  }

  .m-t-lg-90 {
    margin-top: 9rem !important;
  }

  .m-r-lg-90 {
    margin-right: 9rem !important;
  }

  .m-b-lg-90 {
    margin-bottom: 9rem !important;
  }

  .m-l-lg-90 {
    margin-left: 9rem !important;
  }

  .p-t-lg-90 {
    padding-top: 9rem !important;
  }

  .p-r-lg-90 {
    padding-right: 9rem !important;
  }

  .p-b-lg-90 {
    padding-bottom: 9rem !important;
  }

  .p-l-lg-90 {
    padding-left: 9rem !important;
  }

  .m-t-lg-95 {
    margin-top: 9.5rem !important;
  }

  .m-r-lg-95 {
    margin-right: 9.5rem !important;
  }

  .m-b-lg-95 {
    margin-bottom: 9.5rem !important;
  }

  .m-l-lg-95 {
    margin-left: 9.5rem !important;
  }

  .p-t-lg-95 {
    padding-top: 9.5rem !important;
  }

  .p-r-lg-95 {
    padding-right: 9.5rem !important;
  }

  .p-b-lg-95 {
    padding-bottom: 9.5rem !important;
  }

  .p-l-lg-95 {
    padding-left: 9.5rem !important;
  }

  .m-t-lg-100 {
    margin-top: 10rem !important;
  }

  .m-r-lg-100 {
    margin-right: 10rem !important;
  }

  .m-b-lg-100 {
    margin-bottom: 10rem !important;
  }

  .m-l-lg-100 {
    margin-left: 10rem !important;
  }

  .p-t-lg-100 {
    padding-top: 10rem !important;
  }

  .p-r-lg-100 {
    padding-right: 10rem !important;
  }

  .p-b-lg-100 {
    padding-bottom: 10rem !important;
  }

  .p-l-lg-100 {
    padding-left: 10rem !important;
  }

  .m-t-lg-105 {
    margin-top: 10.5rem !important;
  }

  .m-r-lg-105 {
    margin-right: 10.5rem !important;
  }

  .m-b-lg-105 {
    margin-bottom: 10.5rem !important;
  }

  .m-l-lg-105 {
    margin-left: 10.5rem !important;
  }

  .p-t-lg-105 {
    padding-top: 10.5rem !important;
  }

  .p-r-lg-105 {
    padding-right: 10.5rem !important;
  }

  .p-b-lg-105 {
    padding-bottom: 10.5rem !important;
  }

  .p-l-lg-105 {
    padding-left: 10.5rem !important;
  }

  .m-t-lg-110 {
    margin-top: 11rem !important;
  }

  .m-r-lg-110 {
    margin-right: 11rem !important;
  }

  .m-b-lg-110 {
    margin-bottom: 11rem !important;
  }

  .m-l-lg-110 {
    margin-left: 11rem !important;
  }

  .p-t-lg-110 {
    padding-top: 11rem !important;
  }

  .p-r-lg-110 {
    padding-right: 11rem !important;
  }

  .p-b-lg-110 {
    padding-bottom: 11rem !important;
  }

  .p-l-lg-110 {
    padding-left: 11rem !important;
  }

  .m-t-lg-115 {
    margin-top: 11.5rem !important;
  }

  .m-r-lg-115 {
    margin-right: 11.5rem !important;
  }

  .m-b-lg-115 {
    margin-bottom: 11.5rem !important;
  }

  .m-l-lg-115 {
    margin-left: 11.5rem !important;
  }

  .p-t-lg-115 {
    padding-top: 11.5rem !important;
  }

  .p-r-lg-115 {
    padding-right: 11.5rem !important;
  }

  .p-b-lg-115 {
    padding-bottom: 11.5rem !important;
  }

  .p-l-lg-115 {
    padding-left: 11.5rem !important;
  }

  .m-t-lg-120 {
    margin-top: 12rem !important;
  }

  .m-r-lg-120 {
    margin-right: 12rem !important;
  }

  .m-b-lg-120 {
    margin-bottom: 12rem !important;
  }

  .m-l-lg-120 {
    margin-left: 12rem !important;
  }

  .p-t-lg-120 {
    padding-top: 12rem !important;
  }

  .p-r-lg-120 {
    padding-right: 12rem !important;
  }

  .p-b-lg-120 {
    padding-bottom: 12rem !important;
  }

  .p-l-lg-120 {
    padding-left: 12rem !important;
  }

  .m-t-lg-125 {
    margin-top: 12.5rem !important;
  }

  .m-r-lg-125 {
    margin-right: 12.5rem !important;
  }

  .m-b-lg-125 {
    margin-bottom: 12.5rem !important;
  }

  .m-l-lg-125 {
    margin-left: 12.5rem !important;
  }

  .p-t-lg-125 {
    padding-top: 12.5rem !important;
  }

  .p-r-lg-125 {
    padding-right: 12.5rem !important;
  }

  .p-b-lg-125 {
    padding-bottom: 12.5rem !important;
  }

  .p-l-lg-125 {
    padding-left: 12.5rem !important;
  }

  .m-t-lg-130 {
    margin-top: 13rem !important;
  }

  .m-r-lg-130 {
    margin-right: 13rem !important;
  }

  .m-b-lg-130 {
    margin-bottom: 13rem !important;
  }

  .m-l-lg-130 {
    margin-left: 13rem !important;
  }

  .p-t-lg-130 {
    padding-top: 13rem !important;
  }

  .p-r-lg-130 {
    padding-right: 13rem !important;
  }

  .p-b-lg-130 {
    padding-bottom: 13rem !important;
  }

  .p-l-lg-130 {
    padding-left: 13rem !important;
  }

  .m-t-lg-135 {
    margin-top: 13.5rem !important;
  }

  .m-r-lg-135 {
    margin-right: 13.5rem !important;
  }

  .m-b-lg-135 {
    margin-bottom: 13.5rem !important;
  }

  .m-l-lg-135 {
    margin-left: 13.5rem !important;
  }

  .p-t-lg-135 {
    padding-top: 13.5rem !important;
  }

  .p-r-lg-135 {
    padding-right: 13.5rem !important;
  }

  .p-b-lg-135 {
    padding-bottom: 13.5rem !important;
  }

  .p-l-lg-135 {
    padding-left: 13.5rem !important;
  }

  .m-t-lg-140 {
    margin-top: 14rem !important;
  }

  .m-r-lg-140 {
    margin-right: 14rem !important;
  }

  .m-b-lg-140 {
    margin-bottom: 14rem !important;
  }

  .m-l-lg-140 {
    margin-left: 14rem !important;
  }

  .p-t-lg-140 {
    padding-top: 14rem !important;
  }

  .p-r-lg-140 {
    padding-right: 14rem !important;
  }

  .p-b-lg-140 {
    padding-bottom: 14rem !important;
  }

  .p-l-lg-140 {
    padding-left: 14rem !important;
  }

  .m-t-lg-145 {
    margin-top: 14.5rem !important;
  }

  .m-r-lg-145 {
    margin-right: 14.5rem !important;
  }

  .m-b-lg-145 {
    margin-bottom: 14.5rem !important;
  }

  .m-l-lg-145 {
    margin-left: 14.5rem !important;
  }

  .p-t-lg-145 {
    padding-top: 14.5rem !important;
  }

  .p-r-lg-145 {
    padding-right: 14.5rem !important;
  }

  .p-b-lg-145 {
    padding-bottom: 14.5rem !important;
  }

  .p-l-lg-145 {
    padding-left: 14.5rem !important;
  }

  .m-t-lg-150 {
    margin-top: 15rem !important;
  }

  .m-r-lg-150 {
    margin-right: 15rem !important;
  }

  .m-b-lg-150 {
    margin-bottom: 15rem !important;
  }

  .m-l-lg-150 {
    margin-left: 15rem !important;
  }

  .p-t-lg-150 {
    padding-top: 15rem !important;
  }

  .p-r-lg-150 {
    padding-right: 15rem !important;
  }

  .p-b-lg-150 {
    padding-bottom: 15rem !important;
  }

  .p-l-lg-150 {
    padding-left: 15rem !important;
  }

  .m-t-lg-155 {
    margin-top: 15.5rem !important;
  }

  .m-r-lg-155 {
    margin-right: 15.5rem !important;
  }

  .m-b-lg-155 {
    margin-bottom: 15.5rem !important;
  }

  .m-l-lg-155 {
    margin-left: 15.5rem !important;
  }

  .p-t-lg-155 {
    padding-top: 15.5rem !important;
  }

  .p-r-lg-155 {
    padding-right: 15.5rem !important;
  }

  .p-b-lg-155 {
    padding-bottom: 15.5rem !important;
  }

  .p-l-lg-155 {
    padding-left: 15.5rem !important;
  }

  .m-t-lg-160 {
    margin-top: 16rem !important;
  }

  .m-r-lg-160 {
    margin-right: 16rem !important;
  }

  .m-b-lg-160 {
    margin-bottom: 16rem !important;
  }

  .m-l-lg-160 {
    margin-left: 16rem !important;
  }

  .p-t-lg-160 {
    padding-top: 16rem !important;
  }

  .p-r-lg-160 {
    padding-right: 16rem !important;
  }

  .p-b-lg-160 {
    padding-bottom: 16rem !important;
  }

  .p-l-lg-160 {
    padding-left: 16rem !important;
  }

  .m-t-lg-165 {
    margin-top: 16.5rem !important;
  }

  .m-r-lg-165 {
    margin-right: 16.5rem !important;
  }

  .m-b-lg-165 {
    margin-bottom: 16.5rem !important;
  }

  .m-l-lg-165 {
    margin-left: 16.5rem !important;
  }

  .p-t-lg-165 {
    padding-top: 16.5rem !important;
  }

  .p-r-lg-165 {
    padding-right: 16.5rem !important;
  }

  .p-b-lg-165 {
    padding-bottom: 16.5rem !important;
  }

  .p-l-lg-165 {
    padding-left: 16.5rem !important;
  }

  .m-t-lg-170 {
    margin-top: 17rem !important;
  }

  .m-r-lg-170 {
    margin-right: 17rem !important;
  }

  .m-b-lg-170 {
    margin-bottom: 17rem !important;
  }

  .m-l-lg-170 {
    margin-left: 17rem !important;
  }

  .p-t-lg-170 {
    padding-top: 17rem !important;
  }

  .p-r-lg-170 {
    padding-right: 17rem !important;
  }

  .p-b-lg-170 {
    padding-bottom: 17rem !important;
  }

  .p-l-lg-170 {
    padding-left: 17rem !important;
  }

  .m-t-lg-175 {
    margin-top: 17.5rem !important;
  }

  .m-r-lg-175 {
    margin-right: 17.5rem !important;
  }

  .m-b-lg-175 {
    margin-bottom: 17.5rem !important;
  }

  .m-l-lg-175 {
    margin-left: 17.5rem !important;
  }

  .p-t-lg-175 {
    padding-top: 17.5rem !important;
  }

  .p-r-lg-175 {
    padding-right: 17.5rem !important;
  }

  .p-b-lg-175 {
    padding-bottom: 17.5rem !important;
  }

  .p-l-lg-175 {
    padding-left: 17.5rem !important;
  }

  .m-t-lg-180 {
    margin-top: 18rem !important;
  }

  .m-r-lg-180 {
    margin-right: 18rem !important;
  }

  .m-b-lg-180 {
    margin-bottom: 18rem !important;
  }

  .m-l-lg-180 {
    margin-left: 18rem !important;
  }

  .p-t-lg-180 {
    padding-top: 18rem !important;
  }

  .p-r-lg-180 {
    padding-right: 18rem !important;
  }

  .p-b-lg-180 {
    padding-bottom: 18rem !important;
  }

  .p-l-lg-180 {
    padding-left: 18rem !important;
  }

  .m-t-lg-185 {
    margin-top: 18.5rem !important;
  }

  .m-r-lg-185 {
    margin-right: 18.5rem !important;
  }

  .m-b-lg-185 {
    margin-bottom: 18.5rem !important;
  }

  .m-l-lg-185 {
    margin-left: 18.5rem !important;
  }

  .p-t-lg-185 {
    padding-top: 18.5rem !important;
  }

  .p-r-lg-185 {
    padding-right: 18.5rem !important;
  }

  .p-b-lg-185 {
    padding-bottom: 18.5rem !important;
  }

  .p-l-lg-185 {
    padding-left: 18.5rem !important;
  }

  .m-t-lg-190 {
    margin-top: 19rem !important;
  }

  .m-r-lg-190 {
    margin-right: 19rem !important;
  }

  .m-b-lg-190 {
    margin-bottom: 19rem !important;
  }

  .m-l-lg-190 {
    margin-left: 19rem !important;
  }

  .p-t-lg-190 {
    padding-top: 19rem !important;
  }

  .p-r-lg-190 {
    padding-right: 19rem !important;
  }

  .p-b-lg-190 {
    padding-bottom: 19rem !important;
  }

  .p-l-lg-190 {
    padding-left: 19rem !important;
  }

  .m-t-lg-195 {
    margin-top: 19.5rem !important;
  }

  .m-r-lg-195 {
    margin-right: 19.5rem !important;
  }

  .m-b-lg-195 {
    margin-bottom: 19.5rem !important;
  }

  .m-l-lg-195 {
    margin-left: 19.5rem !important;
  }

  .p-t-lg-195 {
    padding-top: 19.5rem !important;
  }

  .p-r-lg-195 {
    padding-right: 19.5rem !important;
  }

  .p-b-lg-195 {
    padding-bottom: 19.5rem !important;
  }

  .p-l-lg-195 {
    padding-left: 19.5rem !important;
  }

  .m-t-lg-200 {
    margin-top: 20rem !important;
  }

  .m-r-lg-200 {
    margin-right: 20rem !important;
  }

  .m-b-lg-200 {
    margin-bottom: 20rem !important;
  }

  .m-l-lg-200 {
    margin-left: 20rem !important;
  }

  .p-t-lg-200 {
    padding-top: 20rem !important;
  }

  .p-r-lg-200 {
    padding-right: 20rem !important;
  }

  .p-b-lg-200 {
    padding-bottom: 20rem !important;
  }

  .p-l-lg-200 {
    padding-left: 20rem !important;
  }

  .m-t-lg-205 {
    margin-top: 20.5rem !important;
  }

  .m-r-lg-205 {
    margin-right: 20.5rem !important;
  }

  .m-b-lg-205 {
    margin-bottom: 20.5rem !important;
  }

  .m-l-lg-205 {
    margin-left: 20.5rem !important;
  }

  .p-t-lg-205 {
    padding-top: 20.5rem !important;
  }

  .p-r-lg-205 {
    padding-right: 20.5rem !important;
  }

  .p-b-lg-205 {
    padding-bottom: 20.5rem !important;
  }

  .p-l-lg-205 {
    padding-left: 20.5rem !important;
  }

  .m-t-lg-210 {
    margin-top: 21rem !important;
  }

  .m-r-lg-210 {
    margin-right: 21rem !important;
  }

  .m-b-lg-210 {
    margin-bottom: 21rem !important;
  }

  .m-l-lg-210 {
    margin-left: 21rem !important;
  }

  .p-t-lg-210 {
    padding-top: 21rem !important;
  }

  .p-r-lg-210 {
    padding-right: 21rem !important;
  }

  .p-b-lg-210 {
    padding-bottom: 21rem !important;
  }

  .p-l-lg-210 {
    padding-left: 21rem !important;
  }

  .m-t-lg-215 {
    margin-top: 21.5rem !important;
  }

  .m-r-lg-215 {
    margin-right: 21.5rem !important;
  }

  .m-b-lg-215 {
    margin-bottom: 21.5rem !important;
  }

  .m-l-lg-215 {
    margin-left: 21.5rem !important;
  }

  .p-t-lg-215 {
    padding-top: 21.5rem !important;
  }

  .p-r-lg-215 {
    padding-right: 21.5rem !important;
  }

  .p-b-lg-215 {
    padding-bottom: 21.5rem !important;
  }

  .p-l-lg-215 {
    padding-left: 21.5rem !important;
  }

  .m-t-lg-220 {
    margin-top: 22rem !important;
  }

  .m-r-lg-220 {
    margin-right: 22rem !important;
  }

  .m-b-lg-220 {
    margin-bottom: 22rem !important;
  }

  .m-l-lg-220 {
    margin-left: 22rem !important;
  }

  .p-t-lg-220 {
    padding-top: 22rem !important;
  }

  .p-r-lg-220 {
    padding-right: 22rem !important;
  }

  .p-b-lg-220 {
    padding-bottom: 22rem !important;
  }

  .p-l-lg-220 {
    padding-left: 22rem !important;
  }

  .m-t-lg-225 {
    margin-top: 22.5rem !important;
  }

  .m-r-lg-225 {
    margin-right: 22.5rem !important;
  }

  .m-b-lg-225 {
    margin-bottom: 22.5rem !important;
  }

  .m-l-lg-225 {
    margin-left: 22.5rem !important;
  }

  .p-t-lg-225 {
    padding-top: 22.5rem !important;
  }

  .p-r-lg-225 {
    padding-right: 22.5rem !important;
  }

  .p-b-lg-225 {
    padding-bottom: 22.5rem !important;
  }

  .p-l-lg-225 {
    padding-left: 22.5rem !important;
  }

  .m-t-lg-230 {
    margin-top: 23rem !important;
  }

  .m-r-lg-230 {
    margin-right: 23rem !important;
  }

  .m-b-lg-230 {
    margin-bottom: 23rem !important;
  }

  .m-l-lg-230 {
    margin-left: 23rem !important;
  }

  .p-t-lg-230 {
    padding-top: 23rem !important;
  }

  .p-r-lg-230 {
    padding-right: 23rem !important;
  }

  .p-b-lg-230 {
    padding-bottom: 23rem !important;
  }

  .p-l-lg-230 {
    padding-left: 23rem !important;
  }

  .m-t-lg-235 {
    margin-top: 23.5rem !important;
  }

  .m-r-lg-235 {
    margin-right: 23.5rem !important;
  }

  .m-b-lg-235 {
    margin-bottom: 23.5rem !important;
  }

  .m-l-lg-235 {
    margin-left: 23.5rem !important;
  }

  .p-t-lg-235 {
    padding-top: 23.5rem !important;
  }

  .p-r-lg-235 {
    padding-right: 23.5rem !important;
  }

  .p-b-lg-235 {
    padding-bottom: 23.5rem !important;
  }

  .p-l-lg-235 {
    padding-left: 23.5rem !important;
  }

  .m-t-lg-240 {
    margin-top: 24rem !important;
  }

  .m-r-lg-240 {
    margin-right: 24rem !important;
  }

  .m-b-lg-240 {
    margin-bottom: 24rem !important;
  }

  .m-l-lg-240 {
    margin-left: 24rem !important;
  }

  .p-t-lg-240 {
    padding-top: 24rem !important;
  }

  .p-r-lg-240 {
    padding-right: 24rem !important;
  }

  .p-b-lg-240 {
    padding-bottom: 24rem !important;
  }

  .p-l-lg-240 {
    padding-left: 24rem !important;
  }

  .m-t-lg-245 {
    margin-top: 24.5rem !important;
  }

  .m-r-lg-245 {
    margin-right: 24.5rem !important;
  }

  .m-b-lg-245 {
    margin-bottom: 24.5rem !important;
  }

  .m-l-lg-245 {
    margin-left: 24.5rem !important;
  }

  .p-t-lg-245 {
    padding-top: 24.5rem !important;
  }

  .p-r-lg-245 {
    padding-right: 24.5rem !important;
  }

  .p-b-lg-245 {
    padding-bottom: 24.5rem !important;
  }

  .p-l-lg-245 {
    padding-left: 24.5rem !important;
  }

  .m-t-lg-250 {
    margin-top: 25rem !important;
  }

  .m-r-lg-250 {
    margin-right: 25rem !important;
  }

  .m-b-lg-250 {
    margin-bottom: 25rem !important;
  }

  .m-l-lg-250 {
    margin-left: 25rem !important;
  }

  .p-t-lg-250 {
    padding-top: 25rem !important;
  }

  .p-r-lg-250 {
    padding-right: 25rem !important;
  }

  .p-b-lg-250 {
    padding-bottom: 25rem !important;
  }

  .p-l-lg-250 {
    padding-left: 25rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-t-xl-0 {
    margin-top: 0rem !important;
  }

  .m-r-xl-0 {
    margin-right: 0rem !important;
  }

  .m-b-xl-0 {
    margin-bottom: 0rem !important;
  }

  .m-l-xl-0 {
    margin-left: 0rem !important;
  }

  .p-t-xl-0 {
    padding-top: 0rem !important;
  }

  .p-r-xl-0 {
    padding-right: 0rem !important;
  }

  .p-b-xl-0 {
    padding-bottom: 0rem !important;
  }

  .p-l-xl-0 {
    padding-left: 0rem !important;
  }

  .m-t-xl-5 {
    margin-top: 0.5rem !important;
  }

  .m-r-xl-5 {
    margin-right: 0.5rem !important;
  }

  .m-b-xl-5 {
    margin-bottom: 0.5rem !important;
  }

  .m-l-xl-5 {
    margin-left: 0.5rem !important;
  }

  .p-t-xl-5 {
    padding-top: 0.5rem !important;
  }

  .p-r-xl-5 {
    padding-right: 0.5rem !important;
  }

  .p-b-xl-5 {
    padding-bottom: 0.5rem !important;
  }

  .p-l-xl-5 {
    padding-left: 0.5rem !important;
  }

  .m-t-xl-10 {
    margin-top: 1rem !important;
  }

  .m-r-xl-10 {
    margin-right: 1rem !important;
  }

  .m-b-xl-10 {
    margin-bottom: 1rem !important;
  }

  .m-l-xl-10 {
    margin-left: 1rem !important;
  }

  .p-t-xl-10 {
    padding-top: 1rem !important;
  }

  .p-r-xl-10 {
    padding-right: 1rem !important;
  }

  .p-b-xl-10 {
    padding-bottom: 1rem !important;
  }

  .p-l-xl-10 {
    padding-left: 1rem !important;
  }

  .m-t-xl-15 {
    margin-top: 1.5rem !important;
  }

  .m-r-xl-15 {
    margin-right: 1.5rem !important;
  }

  .m-b-xl-15 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-xl-15 {
    margin-left: 1.5rem !important;
  }

  .p-t-xl-15 {
    padding-top: 1.5rem !important;
  }

  .p-r-xl-15 {
    padding-right: 1.5rem !important;
  }

  .p-b-xl-15 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-xl-15 {
    padding-left: 1.5rem !important;
  }

  .m-t-xl-20 {
    margin-top: 2rem !important;
  }

  .m-r-xl-20 {
    margin-right: 2rem !important;
  }

  .m-b-xl-20 {
    margin-bottom: 2rem !important;
  }

  .m-l-xl-20 {
    margin-left: 2rem !important;
  }

  .p-t-xl-20 {
    padding-top: 2rem !important;
  }

  .p-r-xl-20 {
    padding-right: 2rem !important;
  }

  .p-b-xl-20 {
    padding-bottom: 2rem !important;
  }

  .p-l-xl-20 {
    padding-left: 2rem !important;
  }

  .m-t-xl-25 {
    margin-top: 2.5rem !important;
  }

  .m-r-xl-25 {
    margin-right: 2.5rem !important;
  }

  .m-b-xl-25 {
    margin-bottom: 2.5rem !important;
  }

  .m-l-xl-25 {
    margin-left: 2.5rem !important;
  }

  .p-t-xl-25 {
    padding-top: 2.5rem !important;
  }

  .p-r-xl-25 {
    padding-right: 2.5rem !important;
  }

  .p-b-xl-25 {
    padding-bottom: 2.5rem !important;
  }

  .p-l-xl-25 {
    padding-left: 2.5rem !important;
  }

  .m-t-xl-30 {
    margin-top: 3rem !important;
  }

  .m-r-xl-30 {
    margin-right: 3rem !important;
  }

  .m-b-xl-30 {
    margin-bottom: 3rem !important;
  }

  .m-l-xl-30 {
    margin-left: 3rem !important;
  }

  .p-t-xl-30 {
    padding-top: 3rem !important;
  }

  .p-r-xl-30 {
    padding-right: 3rem !important;
  }

  .p-b-xl-30 {
    padding-bottom: 3rem !important;
  }

  .p-l-xl-30 {
    padding-left: 3rem !important;
  }

  .m-t-xl-35 {
    margin-top: 3.5rem !important;
  }

  .m-r-xl-35 {
    margin-right: 3.5rem !important;
  }

  .m-b-xl-35 {
    margin-bottom: 3.5rem !important;
  }

  .m-l-xl-35 {
    margin-left: 3.5rem !important;
  }

  .p-t-xl-35 {
    padding-top: 3.5rem !important;
  }

  .p-r-xl-35 {
    padding-right: 3.5rem !important;
  }

  .p-b-xl-35 {
    padding-bottom: 3.5rem !important;
  }

  .p-l-xl-35 {
    padding-left: 3.5rem !important;
  }

  .m-t-xl-40 {
    margin-top: 4rem !important;
  }

  .m-r-xl-40 {
    margin-right: 4rem !important;
  }

  .m-b-xl-40 {
    margin-bottom: 4rem !important;
  }

  .m-l-xl-40 {
    margin-left: 4rem !important;
  }

  .p-t-xl-40 {
    padding-top: 4rem !important;
  }

  .p-r-xl-40 {
    padding-right: 4rem !important;
  }

  .p-b-xl-40 {
    padding-bottom: 4rem !important;
  }

  .p-l-xl-40 {
    padding-left: 4rem !important;
  }

  .m-t-xl-45 {
    margin-top: 4.5rem !important;
  }

  .m-r-xl-45 {
    margin-right: 4.5rem !important;
  }

  .m-b-xl-45 {
    margin-bottom: 4.5rem !important;
  }

  .m-l-xl-45 {
    margin-left: 4.5rem !important;
  }

  .p-t-xl-45 {
    padding-top: 4.5rem !important;
  }

  .p-r-xl-45 {
    padding-right: 4.5rem !important;
  }

  .p-b-xl-45 {
    padding-bottom: 4.5rem !important;
  }

  .p-l-xl-45 {
    padding-left: 4.5rem !important;
  }

  .m-t-xl-50 {
    margin-top: 5rem !important;
  }

  .m-r-xl-50 {
    margin-right: 5rem !important;
  }

  .m-b-xl-50 {
    margin-bottom: 5rem !important;
  }

  .m-l-xl-50 {
    margin-left: 5rem !important;
  }

  .p-t-xl-50 {
    padding-top: 5rem !important;
  }

  .p-r-xl-50 {
    padding-right: 5rem !important;
  }

  .p-b-xl-50 {
    padding-bottom: 5rem !important;
  }

  .p-l-xl-50 {
    padding-left: 5rem !important;
  }

  .m-t-xl-55 {
    margin-top: 5.5rem !important;
  }

  .m-r-xl-55 {
    margin-right: 5.5rem !important;
  }

  .m-b-xl-55 {
    margin-bottom: 5.5rem !important;
  }

  .m-l-xl-55 {
    margin-left: 5.5rem !important;
  }

  .p-t-xl-55 {
    padding-top: 5.5rem !important;
  }

  .p-r-xl-55 {
    padding-right: 5.5rem !important;
  }

  .p-b-xl-55 {
    padding-bottom: 5.5rem !important;
  }

  .p-l-xl-55 {
    padding-left: 5.5rem !important;
  }

  .m-t-xl-60 {
    margin-top: 6rem !important;
  }

  .m-r-xl-60 {
    margin-right: 6rem !important;
  }

  .m-b-xl-60 {
    margin-bottom: 6rem !important;
  }

  .m-l-xl-60 {
    margin-left: 6rem !important;
  }

  .p-t-xl-60 {
    padding-top: 6rem !important;
  }

  .p-r-xl-60 {
    padding-right: 6rem !important;
  }

  .p-b-xl-60 {
    padding-bottom: 6rem !important;
  }

  .p-l-xl-60 {
    padding-left: 6rem !important;
  }

  .m-t-xl-65 {
    margin-top: 6.5rem !important;
  }

  .m-r-xl-65 {
    margin-right: 6.5rem !important;
  }

  .m-b-xl-65 {
    margin-bottom: 6.5rem !important;
  }

  .m-l-xl-65 {
    margin-left: 6.5rem !important;
  }

  .p-t-xl-65 {
    padding-top: 6.5rem !important;
  }

  .p-r-xl-65 {
    padding-right: 6.5rem !important;
  }

  .p-b-xl-65 {
    padding-bottom: 6.5rem !important;
  }

  .p-l-xl-65 {
    padding-left: 6.5rem !important;
  }

  .m-t-xl-70 {
    margin-top: 7rem !important;
  }

  .m-r-xl-70 {
    margin-right: 7rem !important;
  }

  .m-b-xl-70 {
    margin-bottom: 7rem !important;
  }

  .m-l-xl-70 {
    margin-left: 7rem !important;
  }

  .p-t-xl-70 {
    padding-top: 7rem !important;
  }

  .p-r-xl-70 {
    padding-right: 7rem !important;
  }

  .p-b-xl-70 {
    padding-bottom: 7rem !important;
  }

  .p-l-xl-70 {
    padding-left: 7rem !important;
  }

  .m-t-xl-75 {
    margin-top: 7.5rem !important;
  }

  .m-r-xl-75 {
    margin-right: 7.5rem !important;
  }

  .m-b-xl-75 {
    margin-bottom: 7.5rem !important;
  }

  .m-l-xl-75 {
    margin-left: 7.5rem !important;
  }

  .p-t-xl-75 {
    padding-top: 7.5rem !important;
  }

  .p-r-xl-75 {
    padding-right: 7.5rem !important;
  }

  .p-b-xl-75 {
    padding-bottom: 7.5rem !important;
  }

  .p-l-xl-75 {
    padding-left: 7.5rem !important;
  }

  .m-t-xl-80 {
    margin-top: 8rem !important;
  }

  .m-r-xl-80 {
    margin-right: 8rem !important;
  }

  .m-b-xl-80 {
    margin-bottom: 8rem !important;
  }

  .m-l-xl-80 {
    margin-left: 8rem !important;
  }

  .p-t-xl-80 {
    padding-top: 8rem !important;
  }

  .p-r-xl-80 {
    padding-right: 8rem !important;
  }

  .p-b-xl-80 {
    padding-bottom: 8rem !important;
  }

  .p-l-xl-80 {
    padding-left: 8rem !important;
  }

  .m-t-xl-85 {
    margin-top: 8.5rem !important;
  }

  .m-r-xl-85 {
    margin-right: 8.5rem !important;
  }

  .m-b-xl-85 {
    margin-bottom: 8.5rem !important;
  }

  .m-l-xl-85 {
    margin-left: 8.5rem !important;
  }

  .p-t-xl-85 {
    padding-top: 8.5rem !important;
  }

  .p-r-xl-85 {
    padding-right: 8.5rem !important;
  }

  .p-b-xl-85 {
    padding-bottom: 8.5rem !important;
  }

  .p-l-xl-85 {
    padding-left: 8.5rem !important;
  }

  .m-t-xl-90 {
    margin-top: 9rem !important;
  }

  .m-r-xl-90 {
    margin-right: 9rem !important;
  }

  .m-b-xl-90 {
    margin-bottom: 9rem !important;
  }

  .m-l-xl-90 {
    margin-left: 9rem !important;
  }

  .p-t-xl-90 {
    padding-top: 9rem !important;
  }

  .p-r-xl-90 {
    padding-right: 9rem !important;
  }

  .p-b-xl-90 {
    padding-bottom: 9rem !important;
  }

  .p-l-xl-90 {
    padding-left: 9rem !important;
  }

  .m-t-xl-95 {
    margin-top: 9.5rem !important;
  }

  .m-r-xl-95 {
    margin-right: 9.5rem !important;
  }

  .m-b-xl-95 {
    margin-bottom: 9.5rem !important;
  }

  .m-l-xl-95 {
    margin-left: 9.5rem !important;
  }

  .p-t-xl-95 {
    padding-top: 9.5rem !important;
  }

  .p-r-xl-95 {
    padding-right: 9.5rem !important;
  }

  .p-b-xl-95 {
    padding-bottom: 9.5rem !important;
  }

  .p-l-xl-95 {
    padding-left: 9.5rem !important;
  }

  .m-t-xl-100 {
    margin-top: 10rem !important;
  }

  .m-r-xl-100 {
    margin-right: 10rem !important;
  }

  .m-b-xl-100 {
    margin-bottom: 10rem !important;
  }

  .m-l-xl-100 {
    margin-left: 10rem !important;
  }

  .p-t-xl-100 {
    padding-top: 10rem !important;
  }

  .p-r-xl-100 {
    padding-right: 10rem !important;
  }

  .p-b-xl-100 {
    padding-bottom: 10rem !important;
  }

  .p-l-xl-100 {
    padding-left: 10rem !important;
  }

  .m-t-xl-105 {
    margin-top: 10.5rem !important;
  }

  .m-r-xl-105 {
    margin-right: 10.5rem !important;
  }

  .m-b-xl-105 {
    margin-bottom: 10.5rem !important;
  }

  .m-l-xl-105 {
    margin-left: 10.5rem !important;
  }

  .p-t-xl-105 {
    padding-top: 10.5rem !important;
  }

  .p-r-xl-105 {
    padding-right: 10.5rem !important;
  }

  .p-b-xl-105 {
    padding-bottom: 10.5rem !important;
  }

  .p-l-xl-105 {
    padding-left: 10.5rem !important;
  }

  .m-t-xl-110 {
    margin-top: 11rem !important;
  }

  .m-r-xl-110 {
    margin-right: 11rem !important;
  }

  .m-b-xl-110 {
    margin-bottom: 11rem !important;
  }

  .m-l-xl-110 {
    margin-left: 11rem !important;
  }

  .p-t-xl-110 {
    padding-top: 11rem !important;
  }

  .p-r-xl-110 {
    padding-right: 11rem !important;
  }

  .p-b-xl-110 {
    padding-bottom: 11rem !important;
  }

  .p-l-xl-110 {
    padding-left: 11rem !important;
  }

  .m-t-xl-115 {
    margin-top: 11.5rem !important;
  }

  .m-r-xl-115 {
    margin-right: 11.5rem !important;
  }

  .m-b-xl-115 {
    margin-bottom: 11.5rem !important;
  }

  .m-l-xl-115 {
    margin-left: 11.5rem !important;
  }

  .p-t-xl-115 {
    padding-top: 11.5rem !important;
  }

  .p-r-xl-115 {
    padding-right: 11.5rem !important;
  }

  .p-b-xl-115 {
    padding-bottom: 11.5rem !important;
  }

  .p-l-xl-115 {
    padding-left: 11.5rem !important;
  }

  .m-t-xl-120 {
    margin-top: 12rem !important;
  }

  .m-r-xl-120 {
    margin-right: 12rem !important;
  }

  .m-b-xl-120 {
    margin-bottom: 12rem !important;
  }

  .m-l-xl-120 {
    margin-left: 12rem !important;
  }

  .p-t-xl-120 {
    padding-top: 12rem !important;
  }

  .p-r-xl-120 {
    padding-right: 12rem !important;
  }

  .p-b-xl-120 {
    padding-bottom: 12rem !important;
  }

  .p-l-xl-120 {
    padding-left: 12rem !important;
  }

  .m-t-xl-125 {
    margin-top: 12.5rem !important;
  }

  .m-r-xl-125 {
    margin-right: 12.5rem !important;
  }

  .m-b-xl-125 {
    margin-bottom: 12.5rem !important;
  }

  .m-l-xl-125 {
    margin-left: 12.5rem !important;
  }

  .p-t-xl-125 {
    padding-top: 12.5rem !important;
  }

  .p-r-xl-125 {
    padding-right: 12.5rem !important;
  }

  .p-b-xl-125 {
    padding-bottom: 12.5rem !important;
  }

  .p-l-xl-125 {
    padding-left: 12.5rem !important;
  }

  .m-t-xl-130 {
    margin-top: 13rem !important;
  }

  .m-r-xl-130 {
    margin-right: 13rem !important;
  }

  .m-b-xl-130 {
    margin-bottom: 13rem !important;
  }

  .m-l-xl-130 {
    margin-left: 13rem !important;
  }

  .p-t-xl-130 {
    padding-top: 13rem !important;
  }

  .p-r-xl-130 {
    padding-right: 13rem !important;
  }

  .p-b-xl-130 {
    padding-bottom: 13rem !important;
  }

  .p-l-xl-130 {
    padding-left: 13rem !important;
  }

  .m-t-xl-135 {
    margin-top: 13.5rem !important;
  }

  .m-r-xl-135 {
    margin-right: 13.5rem !important;
  }

  .m-b-xl-135 {
    margin-bottom: 13.5rem !important;
  }

  .m-l-xl-135 {
    margin-left: 13.5rem !important;
  }

  .p-t-xl-135 {
    padding-top: 13.5rem !important;
  }

  .p-r-xl-135 {
    padding-right: 13.5rem !important;
  }

  .p-b-xl-135 {
    padding-bottom: 13.5rem !important;
  }

  .p-l-xl-135 {
    padding-left: 13.5rem !important;
  }

  .m-t-xl-140 {
    margin-top: 14rem !important;
  }

  .m-r-xl-140 {
    margin-right: 14rem !important;
  }

  .m-b-xl-140 {
    margin-bottom: 14rem !important;
  }

  .m-l-xl-140 {
    margin-left: 14rem !important;
  }

  .p-t-xl-140 {
    padding-top: 14rem !important;
  }

  .p-r-xl-140 {
    padding-right: 14rem !important;
  }

  .p-b-xl-140 {
    padding-bottom: 14rem !important;
  }

  .p-l-xl-140 {
    padding-left: 14rem !important;
  }

  .m-t-xl-145 {
    margin-top: 14.5rem !important;
  }

  .m-r-xl-145 {
    margin-right: 14.5rem !important;
  }

  .m-b-xl-145 {
    margin-bottom: 14.5rem !important;
  }

  .m-l-xl-145 {
    margin-left: 14.5rem !important;
  }

  .p-t-xl-145 {
    padding-top: 14.5rem !important;
  }

  .p-r-xl-145 {
    padding-right: 14.5rem !important;
  }

  .p-b-xl-145 {
    padding-bottom: 14.5rem !important;
  }

  .p-l-xl-145 {
    padding-left: 14.5rem !important;
  }

  .m-t-xl-150 {
    margin-top: 15rem !important;
  }

  .m-r-xl-150 {
    margin-right: 15rem !important;
  }

  .m-b-xl-150 {
    margin-bottom: 15rem !important;
  }

  .m-l-xl-150 {
    margin-left: 15rem !important;
  }

  .p-t-xl-150 {
    padding-top: 15rem !important;
  }

  .p-r-xl-150 {
    padding-right: 15rem !important;
  }

  .p-b-xl-150 {
    padding-bottom: 15rem !important;
  }

  .p-l-xl-150 {
    padding-left: 15rem !important;
  }

  .m-t-xl-155 {
    margin-top: 15.5rem !important;
  }

  .m-r-xl-155 {
    margin-right: 15.5rem !important;
  }

  .m-b-xl-155 {
    margin-bottom: 15.5rem !important;
  }

  .m-l-xl-155 {
    margin-left: 15.5rem !important;
  }

  .p-t-xl-155 {
    padding-top: 15.5rem !important;
  }

  .p-r-xl-155 {
    padding-right: 15.5rem !important;
  }

  .p-b-xl-155 {
    padding-bottom: 15.5rem !important;
  }

  .p-l-xl-155 {
    padding-left: 15.5rem !important;
  }

  .m-t-xl-160 {
    margin-top: 16rem !important;
  }

  .m-r-xl-160 {
    margin-right: 16rem !important;
  }

  .m-b-xl-160 {
    margin-bottom: 16rem !important;
  }

  .m-l-xl-160 {
    margin-left: 16rem !important;
  }

  .p-t-xl-160 {
    padding-top: 16rem !important;
  }

  .p-r-xl-160 {
    padding-right: 16rem !important;
  }

  .p-b-xl-160 {
    padding-bottom: 16rem !important;
  }

  .p-l-xl-160 {
    padding-left: 16rem !important;
  }

  .m-t-xl-165 {
    margin-top: 16.5rem !important;
  }

  .m-r-xl-165 {
    margin-right: 16.5rem !important;
  }

  .m-b-xl-165 {
    margin-bottom: 16.5rem !important;
  }

  .m-l-xl-165 {
    margin-left: 16.5rem !important;
  }

  .p-t-xl-165 {
    padding-top: 16.5rem !important;
  }

  .p-r-xl-165 {
    padding-right: 16.5rem !important;
  }

  .p-b-xl-165 {
    padding-bottom: 16.5rem !important;
  }

  .p-l-xl-165 {
    padding-left: 16.5rem !important;
  }

  .m-t-xl-170 {
    margin-top: 17rem !important;
  }

  .m-r-xl-170 {
    margin-right: 17rem !important;
  }

  .m-b-xl-170 {
    margin-bottom: 17rem !important;
  }

  .m-l-xl-170 {
    margin-left: 17rem !important;
  }

  .p-t-xl-170 {
    padding-top: 17rem !important;
  }

  .p-r-xl-170 {
    padding-right: 17rem !important;
  }

  .p-b-xl-170 {
    padding-bottom: 17rem !important;
  }

  .p-l-xl-170 {
    padding-left: 17rem !important;
  }

  .m-t-xl-175 {
    margin-top: 17.5rem !important;
  }

  .m-r-xl-175 {
    margin-right: 17.5rem !important;
  }

  .m-b-xl-175 {
    margin-bottom: 17.5rem !important;
  }

  .m-l-xl-175 {
    margin-left: 17.5rem !important;
  }

  .p-t-xl-175 {
    padding-top: 17.5rem !important;
  }

  .p-r-xl-175 {
    padding-right: 17.5rem !important;
  }

  .p-b-xl-175 {
    padding-bottom: 17.5rem !important;
  }

  .p-l-xl-175 {
    padding-left: 17.5rem !important;
  }

  .m-t-xl-180 {
    margin-top: 18rem !important;
  }

  .m-r-xl-180 {
    margin-right: 18rem !important;
  }

  .m-b-xl-180 {
    margin-bottom: 18rem !important;
  }

  .m-l-xl-180 {
    margin-left: 18rem !important;
  }

  .p-t-xl-180 {
    padding-top: 18rem !important;
  }

  .p-r-xl-180 {
    padding-right: 18rem !important;
  }

  .p-b-xl-180 {
    padding-bottom: 18rem !important;
  }

  .p-l-xl-180 {
    padding-left: 18rem !important;
  }

  .m-t-xl-185 {
    margin-top: 18.5rem !important;
  }

  .m-r-xl-185 {
    margin-right: 18.5rem !important;
  }

  .m-b-xl-185 {
    margin-bottom: 18.5rem !important;
  }

  .m-l-xl-185 {
    margin-left: 18.5rem !important;
  }

  .p-t-xl-185 {
    padding-top: 18.5rem !important;
  }

  .p-r-xl-185 {
    padding-right: 18.5rem !important;
  }

  .p-b-xl-185 {
    padding-bottom: 18.5rem !important;
  }

  .p-l-xl-185 {
    padding-left: 18.5rem !important;
  }

  .m-t-xl-190 {
    margin-top: 19rem !important;
  }

  .m-r-xl-190 {
    margin-right: 19rem !important;
  }

  .m-b-xl-190 {
    margin-bottom: 19rem !important;
  }

  .m-l-xl-190 {
    margin-left: 19rem !important;
  }

  .p-t-xl-190 {
    padding-top: 19rem !important;
  }

  .p-r-xl-190 {
    padding-right: 19rem !important;
  }

  .p-b-xl-190 {
    padding-bottom: 19rem !important;
  }

  .p-l-xl-190 {
    padding-left: 19rem !important;
  }

  .m-t-xl-195 {
    margin-top: 19.5rem !important;
  }

  .m-r-xl-195 {
    margin-right: 19.5rem !important;
  }

  .m-b-xl-195 {
    margin-bottom: 19.5rem !important;
  }

  .m-l-xl-195 {
    margin-left: 19.5rem !important;
  }

  .p-t-xl-195 {
    padding-top: 19.5rem !important;
  }

  .p-r-xl-195 {
    padding-right: 19.5rem !important;
  }

  .p-b-xl-195 {
    padding-bottom: 19.5rem !important;
  }

  .p-l-xl-195 {
    padding-left: 19.5rem !important;
  }

  .m-t-xl-200 {
    margin-top: 20rem !important;
  }

  .m-r-xl-200 {
    margin-right: 20rem !important;
  }

  .m-b-xl-200 {
    margin-bottom: 20rem !important;
  }

  .m-l-xl-200 {
    margin-left: 20rem !important;
  }

  .p-t-xl-200 {
    padding-top: 20rem !important;
  }

  .p-r-xl-200 {
    padding-right: 20rem !important;
  }

  .p-b-xl-200 {
    padding-bottom: 20rem !important;
  }

  .p-l-xl-200 {
    padding-left: 20rem !important;
  }

  .m-t-xl-205 {
    margin-top: 20.5rem !important;
  }

  .m-r-xl-205 {
    margin-right: 20.5rem !important;
  }

  .m-b-xl-205 {
    margin-bottom: 20.5rem !important;
  }

  .m-l-xl-205 {
    margin-left: 20.5rem !important;
  }

  .p-t-xl-205 {
    padding-top: 20.5rem !important;
  }

  .p-r-xl-205 {
    padding-right: 20.5rem !important;
  }

  .p-b-xl-205 {
    padding-bottom: 20.5rem !important;
  }

  .p-l-xl-205 {
    padding-left: 20.5rem !important;
  }

  .m-t-xl-210 {
    margin-top: 21rem !important;
  }

  .m-r-xl-210 {
    margin-right: 21rem !important;
  }

  .m-b-xl-210 {
    margin-bottom: 21rem !important;
  }

  .m-l-xl-210 {
    margin-left: 21rem !important;
  }

  .p-t-xl-210 {
    padding-top: 21rem !important;
  }

  .p-r-xl-210 {
    padding-right: 21rem !important;
  }

  .p-b-xl-210 {
    padding-bottom: 21rem !important;
  }

  .p-l-xl-210 {
    padding-left: 21rem !important;
  }

  .m-t-xl-215 {
    margin-top: 21.5rem !important;
  }

  .m-r-xl-215 {
    margin-right: 21.5rem !important;
  }

  .m-b-xl-215 {
    margin-bottom: 21.5rem !important;
  }

  .m-l-xl-215 {
    margin-left: 21.5rem !important;
  }

  .p-t-xl-215 {
    padding-top: 21.5rem !important;
  }

  .p-r-xl-215 {
    padding-right: 21.5rem !important;
  }

  .p-b-xl-215 {
    padding-bottom: 21.5rem !important;
  }

  .p-l-xl-215 {
    padding-left: 21.5rem !important;
  }

  .m-t-xl-220 {
    margin-top: 22rem !important;
  }

  .m-r-xl-220 {
    margin-right: 22rem !important;
  }

  .m-b-xl-220 {
    margin-bottom: 22rem !important;
  }

  .m-l-xl-220 {
    margin-left: 22rem !important;
  }

  .p-t-xl-220 {
    padding-top: 22rem !important;
  }

  .p-r-xl-220 {
    padding-right: 22rem !important;
  }

  .p-b-xl-220 {
    padding-bottom: 22rem !important;
  }

  .p-l-xl-220 {
    padding-left: 22rem !important;
  }

  .m-t-xl-225 {
    margin-top: 22.5rem !important;
  }

  .m-r-xl-225 {
    margin-right: 22.5rem !important;
  }

  .m-b-xl-225 {
    margin-bottom: 22.5rem !important;
  }

  .m-l-xl-225 {
    margin-left: 22.5rem !important;
  }

  .p-t-xl-225 {
    padding-top: 22.5rem !important;
  }

  .p-r-xl-225 {
    padding-right: 22.5rem !important;
  }

  .p-b-xl-225 {
    padding-bottom: 22.5rem !important;
  }

  .p-l-xl-225 {
    padding-left: 22.5rem !important;
  }

  .m-t-xl-230 {
    margin-top: 23rem !important;
  }

  .m-r-xl-230 {
    margin-right: 23rem !important;
  }

  .m-b-xl-230 {
    margin-bottom: 23rem !important;
  }

  .m-l-xl-230 {
    margin-left: 23rem !important;
  }

  .p-t-xl-230 {
    padding-top: 23rem !important;
  }

  .p-r-xl-230 {
    padding-right: 23rem !important;
  }

  .p-b-xl-230 {
    padding-bottom: 23rem !important;
  }

  .p-l-xl-230 {
    padding-left: 23rem !important;
  }

  .m-t-xl-235 {
    margin-top: 23.5rem !important;
  }

  .m-r-xl-235 {
    margin-right: 23.5rem !important;
  }

  .m-b-xl-235 {
    margin-bottom: 23.5rem !important;
  }

  .m-l-xl-235 {
    margin-left: 23.5rem !important;
  }

  .p-t-xl-235 {
    padding-top: 23.5rem !important;
  }

  .p-r-xl-235 {
    padding-right: 23.5rem !important;
  }

  .p-b-xl-235 {
    padding-bottom: 23.5rem !important;
  }

  .p-l-xl-235 {
    padding-left: 23.5rem !important;
  }

  .m-t-xl-240 {
    margin-top: 24rem !important;
  }

  .m-r-xl-240 {
    margin-right: 24rem !important;
  }

  .m-b-xl-240 {
    margin-bottom: 24rem !important;
  }

  .m-l-xl-240 {
    margin-left: 24rem !important;
  }

  .p-t-xl-240 {
    padding-top: 24rem !important;
  }

  .p-r-xl-240 {
    padding-right: 24rem !important;
  }

  .p-b-xl-240 {
    padding-bottom: 24rem !important;
  }

  .p-l-xl-240 {
    padding-left: 24rem !important;
  }

  .m-t-xl-245 {
    margin-top: 24.5rem !important;
  }

  .m-r-xl-245 {
    margin-right: 24.5rem !important;
  }

  .m-b-xl-245 {
    margin-bottom: 24.5rem !important;
  }

  .m-l-xl-245 {
    margin-left: 24.5rem !important;
  }

  .p-t-xl-245 {
    padding-top: 24.5rem !important;
  }

  .p-r-xl-245 {
    padding-right: 24.5rem !important;
  }

  .p-b-xl-245 {
    padding-bottom: 24.5rem !important;
  }

  .p-l-xl-245 {
    padding-left: 24.5rem !important;
  }

  .m-t-xl-250 {
    margin-top: 25rem !important;
  }

  .m-r-xl-250 {
    margin-right: 25rem !important;
  }

  .m-b-xl-250 {
    margin-bottom: 25rem !important;
  }

  .m-l-xl-250 {
    margin-left: 25rem !important;
  }

  .p-t-xl-250 {
    padding-top: 25rem !important;
  }

  .p-r-xl-250 {
    padding-right: 25rem !important;
  }

  .p-b-xl-250 {
    padding-bottom: 25rem !important;
  }

  .p-l-xl-250 {
    padding-left: 25rem !important;
  }
}

@media screen and (min-width: 1600px) {
  .m-t-xxl-0 {
    margin-top: 0rem !important;
  }

  .m-r-xxl-0 {
    margin-right: 0rem !important;
  }

  .m-b-xxl-0 {
    margin-bottom: 0rem !important;
  }

  .m-l-xxl-0 {
    margin-left: 0rem !important;
  }

  .p-t-xxl-0 {
    padding-top: 0rem !important;
  }

  .p-r-xxl-0 {
    padding-right: 0rem !important;
  }

  .p-b-xxl-0 {
    padding-bottom: 0rem !important;
  }

  .p-l-xxl-0 {
    padding-left: 0rem !important;
  }

  .m-t-xxl-5 {
    margin-top: 0.5rem !important;
  }

  .m-r-xxl-5 {
    margin-right: 0.5rem !important;
  }

  .m-b-xxl-5 {
    margin-bottom: 0.5rem !important;
  }

  .m-l-xxl-5 {
    margin-left: 0.5rem !important;
  }

  .p-t-xxl-5 {
    padding-top: 0.5rem !important;
  }

  .p-r-xxl-5 {
    padding-right: 0.5rem !important;
  }

  .p-b-xxl-5 {
    padding-bottom: 0.5rem !important;
  }

  .p-l-xxl-5 {
    padding-left: 0.5rem !important;
  }

  .m-t-xxl-10 {
    margin-top: 1rem !important;
  }

  .m-r-xxl-10 {
    margin-right: 1rem !important;
  }

  .m-b-xxl-10 {
    margin-bottom: 1rem !important;
  }

  .m-l-xxl-10 {
    margin-left: 1rem !important;
  }

  .p-t-xxl-10 {
    padding-top: 1rem !important;
  }

  .p-r-xxl-10 {
    padding-right: 1rem !important;
  }

  .p-b-xxl-10 {
    padding-bottom: 1rem !important;
  }

  .p-l-xxl-10 {
    padding-left: 1rem !important;
  }

  .m-t-xxl-15 {
    margin-top: 1.5rem !important;
  }

  .m-r-xxl-15 {
    margin-right: 1.5rem !important;
  }

  .m-b-xxl-15 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-xxl-15 {
    margin-left: 1.5rem !important;
  }

  .p-t-xxl-15 {
    padding-top: 1.5rem !important;
  }

  .p-r-xxl-15 {
    padding-right: 1.5rem !important;
  }

  .p-b-xxl-15 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-xxl-15 {
    padding-left: 1.5rem !important;
  }

  .m-t-xxl-20 {
    margin-top: 2rem !important;
  }

  .m-r-xxl-20 {
    margin-right: 2rem !important;
  }

  .m-b-xxl-20 {
    margin-bottom: 2rem !important;
  }

  .m-l-xxl-20 {
    margin-left: 2rem !important;
  }

  .p-t-xxl-20 {
    padding-top: 2rem !important;
  }

  .p-r-xxl-20 {
    padding-right: 2rem !important;
  }

  .p-b-xxl-20 {
    padding-bottom: 2rem !important;
  }

  .p-l-xxl-20 {
    padding-left: 2rem !important;
  }

  .m-t-xxl-25 {
    margin-top: 2.5rem !important;
  }

  .m-r-xxl-25 {
    margin-right: 2.5rem !important;
  }

  .m-b-xxl-25 {
    margin-bottom: 2.5rem !important;
  }

  .m-l-xxl-25 {
    margin-left: 2.5rem !important;
  }

  .p-t-xxl-25 {
    padding-top: 2.5rem !important;
  }

  .p-r-xxl-25 {
    padding-right: 2.5rem !important;
  }

  .p-b-xxl-25 {
    padding-bottom: 2.5rem !important;
  }

  .p-l-xxl-25 {
    padding-left: 2.5rem !important;
  }

  .m-t-xxl-30 {
    margin-top: 3rem !important;
  }

  .m-r-xxl-30 {
    margin-right: 3rem !important;
  }

  .m-b-xxl-30 {
    margin-bottom: 3rem !important;
  }

  .m-l-xxl-30 {
    margin-left: 3rem !important;
  }

  .p-t-xxl-30 {
    padding-top: 3rem !important;
  }

  .p-r-xxl-30 {
    padding-right: 3rem !important;
  }

  .p-b-xxl-30 {
    padding-bottom: 3rem !important;
  }

  .p-l-xxl-30 {
    padding-left: 3rem !important;
  }

  .m-t-xxl-35 {
    margin-top: 3.5rem !important;
  }

  .m-r-xxl-35 {
    margin-right: 3.5rem !important;
  }

  .m-b-xxl-35 {
    margin-bottom: 3.5rem !important;
  }

  .m-l-xxl-35 {
    margin-left: 3.5rem !important;
  }

  .p-t-xxl-35 {
    padding-top: 3.5rem !important;
  }

  .p-r-xxl-35 {
    padding-right: 3.5rem !important;
  }

  .p-b-xxl-35 {
    padding-bottom: 3.5rem !important;
  }

  .p-l-xxl-35 {
    padding-left: 3.5rem !important;
  }

  .m-t-xxl-40 {
    margin-top: 4rem !important;
  }

  .m-r-xxl-40 {
    margin-right: 4rem !important;
  }

  .m-b-xxl-40 {
    margin-bottom: 4rem !important;
  }

  .m-l-xxl-40 {
    margin-left: 4rem !important;
  }

  .p-t-xxl-40 {
    padding-top: 4rem !important;
  }

  .p-r-xxl-40 {
    padding-right: 4rem !important;
  }

  .p-b-xxl-40 {
    padding-bottom: 4rem !important;
  }

  .p-l-xxl-40 {
    padding-left: 4rem !important;
  }

  .m-t-xxl-45 {
    margin-top: 4.5rem !important;
  }

  .m-r-xxl-45 {
    margin-right: 4.5rem !important;
  }

  .m-b-xxl-45 {
    margin-bottom: 4.5rem !important;
  }

  .m-l-xxl-45 {
    margin-left: 4.5rem !important;
  }

  .p-t-xxl-45 {
    padding-top: 4.5rem !important;
  }

  .p-r-xxl-45 {
    padding-right: 4.5rem !important;
  }

  .p-b-xxl-45 {
    padding-bottom: 4.5rem !important;
  }

  .p-l-xxl-45 {
    padding-left: 4.5rem !important;
  }

  .m-t-xxl-50 {
    margin-top: 5rem !important;
  }

  .m-r-xxl-50 {
    margin-right: 5rem !important;
  }

  .m-b-xxl-50 {
    margin-bottom: 5rem !important;
  }

  .m-l-xxl-50 {
    margin-left: 5rem !important;
  }

  .p-t-xxl-50 {
    padding-top: 5rem !important;
  }

  .p-r-xxl-50 {
    padding-right: 5rem !important;
  }

  .p-b-xxl-50 {
    padding-bottom: 5rem !important;
  }

  .p-l-xxl-50 {
    padding-left: 5rem !important;
  }

  .m-t-xxl-55 {
    margin-top: 5.5rem !important;
  }

  .m-r-xxl-55 {
    margin-right: 5.5rem !important;
  }

  .m-b-xxl-55 {
    margin-bottom: 5.5rem !important;
  }

  .m-l-xxl-55 {
    margin-left: 5.5rem !important;
  }

  .p-t-xxl-55 {
    padding-top: 5.5rem !important;
  }

  .p-r-xxl-55 {
    padding-right: 5.5rem !important;
  }

  .p-b-xxl-55 {
    padding-bottom: 5.5rem !important;
  }

  .p-l-xxl-55 {
    padding-left: 5.5rem !important;
  }

  .m-t-xxl-60 {
    margin-top: 6rem !important;
  }

  .m-r-xxl-60 {
    margin-right: 6rem !important;
  }

  .m-b-xxl-60 {
    margin-bottom: 6rem !important;
  }

  .m-l-xxl-60 {
    margin-left: 6rem !important;
  }

  .p-t-xxl-60 {
    padding-top: 6rem !important;
  }

  .p-r-xxl-60 {
    padding-right: 6rem !important;
  }

  .p-b-xxl-60 {
    padding-bottom: 6rem !important;
  }

  .p-l-xxl-60 {
    padding-left: 6rem !important;
  }

  .m-t-xxl-65 {
    margin-top: 6.5rem !important;
  }

  .m-r-xxl-65 {
    margin-right: 6.5rem !important;
  }

  .m-b-xxl-65 {
    margin-bottom: 6.5rem !important;
  }

  .m-l-xxl-65 {
    margin-left: 6.5rem !important;
  }

  .p-t-xxl-65 {
    padding-top: 6.5rem !important;
  }

  .p-r-xxl-65 {
    padding-right: 6.5rem !important;
  }

  .p-b-xxl-65 {
    padding-bottom: 6.5rem !important;
  }

  .p-l-xxl-65 {
    padding-left: 6.5rem !important;
  }

  .m-t-xxl-70 {
    margin-top: 7rem !important;
  }

  .m-r-xxl-70 {
    margin-right: 7rem !important;
  }

  .m-b-xxl-70 {
    margin-bottom: 7rem !important;
  }

  .m-l-xxl-70 {
    margin-left: 7rem !important;
  }

  .p-t-xxl-70 {
    padding-top: 7rem !important;
  }

  .p-r-xxl-70 {
    padding-right: 7rem !important;
  }

  .p-b-xxl-70 {
    padding-bottom: 7rem !important;
  }

  .p-l-xxl-70 {
    padding-left: 7rem !important;
  }

  .m-t-xxl-75 {
    margin-top: 7.5rem !important;
  }

  .m-r-xxl-75 {
    margin-right: 7.5rem !important;
  }

  .m-b-xxl-75 {
    margin-bottom: 7.5rem !important;
  }

  .m-l-xxl-75 {
    margin-left: 7.5rem !important;
  }

  .p-t-xxl-75 {
    padding-top: 7.5rem !important;
  }

  .p-r-xxl-75 {
    padding-right: 7.5rem !important;
  }

  .p-b-xxl-75 {
    padding-bottom: 7.5rem !important;
  }

  .p-l-xxl-75 {
    padding-left: 7.5rem !important;
  }

  .m-t-xxl-80 {
    margin-top: 8rem !important;
  }

  .m-r-xxl-80 {
    margin-right: 8rem !important;
  }

  .m-b-xxl-80 {
    margin-bottom: 8rem !important;
  }

  .m-l-xxl-80 {
    margin-left: 8rem !important;
  }

  .p-t-xxl-80 {
    padding-top: 8rem !important;
  }

  .p-r-xxl-80 {
    padding-right: 8rem !important;
  }

  .p-b-xxl-80 {
    padding-bottom: 8rem !important;
  }

  .p-l-xxl-80 {
    padding-left: 8rem !important;
  }

  .m-t-xxl-85 {
    margin-top: 8.5rem !important;
  }

  .m-r-xxl-85 {
    margin-right: 8.5rem !important;
  }

  .m-b-xxl-85 {
    margin-bottom: 8.5rem !important;
  }

  .m-l-xxl-85 {
    margin-left: 8.5rem !important;
  }

  .p-t-xxl-85 {
    padding-top: 8.5rem !important;
  }

  .p-r-xxl-85 {
    padding-right: 8.5rem !important;
  }

  .p-b-xxl-85 {
    padding-bottom: 8.5rem !important;
  }

  .p-l-xxl-85 {
    padding-left: 8.5rem !important;
  }

  .m-t-xxl-90 {
    margin-top: 9rem !important;
  }

  .m-r-xxl-90 {
    margin-right: 9rem !important;
  }

  .m-b-xxl-90 {
    margin-bottom: 9rem !important;
  }

  .m-l-xxl-90 {
    margin-left: 9rem !important;
  }

  .p-t-xxl-90 {
    padding-top: 9rem !important;
  }

  .p-r-xxl-90 {
    padding-right: 9rem !important;
  }

  .p-b-xxl-90 {
    padding-bottom: 9rem !important;
  }

  .p-l-xxl-90 {
    padding-left: 9rem !important;
  }

  .m-t-xxl-95 {
    margin-top: 9.5rem !important;
  }

  .m-r-xxl-95 {
    margin-right: 9.5rem !important;
  }

  .m-b-xxl-95 {
    margin-bottom: 9.5rem !important;
  }

  .m-l-xxl-95 {
    margin-left: 9.5rem !important;
  }

  .p-t-xxl-95 {
    padding-top: 9.5rem !important;
  }

  .p-r-xxl-95 {
    padding-right: 9.5rem !important;
  }

  .p-b-xxl-95 {
    padding-bottom: 9.5rem !important;
  }

  .p-l-xxl-95 {
    padding-left: 9.5rem !important;
  }

  .m-t-xxl-100 {
    margin-top: 10rem !important;
  }

  .m-r-xxl-100 {
    margin-right: 10rem !important;
  }

  .m-b-xxl-100 {
    margin-bottom: 10rem !important;
  }

  .m-l-xxl-100 {
    margin-left: 10rem !important;
  }

  .p-t-xxl-100 {
    padding-top: 10rem !important;
  }

  .p-r-xxl-100 {
    padding-right: 10rem !important;
  }

  .p-b-xxl-100 {
    padding-bottom: 10rem !important;
  }

  .p-l-xxl-100 {
    padding-left: 10rem !important;
  }

  .m-t-xxl-105 {
    margin-top: 10.5rem !important;
  }

  .m-r-xxl-105 {
    margin-right: 10.5rem !important;
  }

  .m-b-xxl-105 {
    margin-bottom: 10.5rem !important;
  }

  .m-l-xxl-105 {
    margin-left: 10.5rem !important;
  }

  .p-t-xxl-105 {
    padding-top: 10.5rem !important;
  }

  .p-r-xxl-105 {
    padding-right: 10.5rem !important;
  }

  .p-b-xxl-105 {
    padding-bottom: 10.5rem !important;
  }

  .p-l-xxl-105 {
    padding-left: 10.5rem !important;
  }

  .m-t-xxl-110 {
    margin-top: 11rem !important;
  }

  .m-r-xxl-110 {
    margin-right: 11rem !important;
  }

  .m-b-xxl-110 {
    margin-bottom: 11rem !important;
  }

  .m-l-xxl-110 {
    margin-left: 11rem !important;
  }

  .p-t-xxl-110 {
    padding-top: 11rem !important;
  }

  .p-r-xxl-110 {
    padding-right: 11rem !important;
  }

  .p-b-xxl-110 {
    padding-bottom: 11rem !important;
  }

  .p-l-xxl-110 {
    padding-left: 11rem !important;
  }

  .m-t-xxl-115 {
    margin-top: 11.5rem !important;
  }

  .m-r-xxl-115 {
    margin-right: 11.5rem !important;
  }

  .m-b-xxl-115 {
    margin-bottom: 11.5rem !important;
  }

  .m-l-xxl-115 {
    margin-left: 11.5rem !important;
  }

  .p-t-xxl-115 {
    padding-top: 11.5rem !important;
  }

  .p-r-xxl-115 {
    padding-right: 11.5rem !important;
  }

  .p-b-xxl-115 {
    padding-bottom: 11.5rem !important;
  }

  .p-l-xxl-115 {
    padding-left: 11.5rem !important;
  }

  .m-t-xxl-120 {
    margin-top: 12rem !important;
  }

  .m-r-xxl-120 {
    margin-right: 12rem !important;
  }

  .m-b-xxl-120 {
    margin-bottom: 12rem !important;
  }

  .m-l-xxl-120 {
    margin-left: 12rem !important;
  }

  .p-t-xxl-120 {
    padding-top: 12rem !important;
  }

  .p-r-xxl-120 {
    padding-right: 12rem !important;
  }

  .p-b-xxl-120 {
    padding-bottom: 12rem !important;
  }

  .p-l-xxl-120 {
    padding-left: 12rem !important;
  }

  .m-t-xxl-125 {
    margin-top: 12.5rem !important;
  }

  .m-r-xxl-125 {
    margin-right: 12.5rem !important;
  }

  .m-b-xxl-125 {
    margin-bottom: 12.5rem !important;
  }

  .m-l-xxl-125 {
    margin-left: 12.5rem !important;
  }

  .p-t-xxl-125 {
    padding-top: 12.5rem !important;
  }

  .p-r-xxl-125 {
    padding-right: 12.5rem !important;
  }

  .p-b-xxl-125 {
    padding-bottom: 12.5rem !important;
  }

  .p-l-xxl-125 {
    padding-left: 12.5rem !important;
  }

  .m-t-xxl-130 {
    margin-top: 13rem !important;
  }

  .m-r-xxl-130 {
    margin-right: 13rem !important;
  }

  .m-b-xxl-130 {
    margin-bottom: 13rem !important;
  }

  .m-l-xxl-130 {
    margin-left: 13rem !important;
  }

  .p-t-xxl-130 {
    padding-top: 13rem !important;
  }

  .p-r-xxl-130 {
    padding-right: 13rem !important;
  }

  .p-b-xxl-130 {
    padding-bottom: 13rem !important;
  }

  .p-l-xxl-130 {
    padding-left: 13rem !important;
  }

  .m-t-xxl-135 {
    margin-top: 13.5rem !important;
  }

  .m-r-xxl-135 {
    margin-right: 13.5rem !important;
  }

  .m-b-xxl-135 {
    margin-bottom: 13.5rem !important;
  }

  .m-l-xxl-135 {
    margin-left: 13.5rem !important;
  }

  .p-t-xxl-135 {
    padding-top: 13.5rem !important;
  }

  .p-r-xxl-135 {
    padding-right: 13.5rem !important;
  }

  .p-b-xxl-135 {
    padding-bottom: 13.5rem !important;
  }

  .p-l-xxl-135 {
    padding-left: 13.5rem !important;
  }

  .m-t-xxl-140 {
    margin-top: 14rem !important;
  }

  .m-r-xxl-140 {
    margin-right: 14rem !important;
  }

  .m-b-xxl-140 {
    margin-bottom: 14rem !important;
  }

  .m-l-xxl-140 {
    margin-left: 14rem !important;
  }

  .p-t-xxl-140 {
    padding-top: 14rem !important;
  }

  .p-r-xxl-140 {
    padding-right: 14rem !important;
  }

  .p-b-xxl-140 {
    padding-bottom: 14rem !important;
  }

  .p-l-xxl-140 {
    padding-left: 14rem !important;
  }

  .m-t-xxl-145 {
    margin-top: 14.5rem !important;
  }

  .m-r-xxl-145 {
    margin-right: 14.5rem !important;
  }

  .m-b-xxl-145 {
    margin-bottom: 14.5rem !important;
  }

  .m-l-xxl-145 {
    margin-left: 14.5rem !important;
  }

  .p-t-xxl-145 {
    padding-top: 14.5rem !important;
  }

  .p-r-xxl-145 {
    padding-right: 14.5rem !important;
  }

  .p-b-xxl-145 {
    padding-bottom: 14.5rem !important;
  }

  .p-l-xxl-145 {
    padding-left: 14.5rem !important;
  }

  .m-t-xxl-150 {
    margin-top: 15rem !important;
  }

  .m-r-xxl-150 {
    margin-right: 15rem !important;
  }

  .m-b-xxl-150 {
    margin-bottom: 15rem !important;
  }

  .m-l-xxl-150 {
    margin-left: 15rem !important;
  }

  .p-t-xxl-150 {
    padding-top: 15rem !important;
  }

  .p-r-xxl-150 {
    padding-right: 15rem !important;
  }

  .p-b-xxl-150 {
    padding-bottom: 15rem !important;
  }

  .p-l-xxl-150 {
    padding-left: 15rem !important;
  }

  .m-t-xxl-155 {
    margin-top: 15.5rem !important;
  }

  .m-r-xxl-155 {
    margin-right: 15.5rem !important;
  }

  .m-b-xxl-155 {
    margin-bottom: 15.5rem !important;
  }

  .m-l-xxl-155 {
    margin-left: 15.5rem !important;
  }

  .p-t-xxl-155 {
    padding-top: 15.5rem !important;
  }

  .p-r-xxl-155 {
    padding-right: 15.5rem !important;
  }

  .p-b-xxl-155 {
    padding-bottom: 15.5rem !important;
  }

  .p-l-xxl-155 {
    padding-left: 15.5rem !important;
  }

  .m-t-xxl-160 {
    margin-top: 16rem !important;
  }

  .m-r-xxl-160 {
    margin-right: 16rem !important;
  }

  .m-b-xxl-160 {
    margin-bottom: 16rem !important;
  }

  .m-l-xxl-160 {
    margin-left: 16rem !important;
  }

  .p-t-xxl-160 {
    padding-top: 16rem !important;
  }

  .p-r-xxl-160 {
    padding-right: 16rem !important;
  }

  .p-b-xxl-160 {
    padding-bottom: 16rem !important;
  }

  .p-l-xxl-160 {
    padding-left: 16rem !important;
  }

  .m-t-xxl-165 {
    margin-top: 16.5rem !important;
  }

  .m-r-xxl-165 {
    margin-right: 16.5rem !important;
  }

  .m-b-xxl-165 {
    margin-bottom: 16.5rem !important;
  }

  .m-l-xxl-165 {
    margin-left: 16.5rem !important;
  }

  .p-t-xxl-165 {
    padding-top: 16.5rem !important;
  }

  .p-r-xxl-165 {
    padding-right: 16.5rem !important;
  }

  .p-b-xxl-165 {
    padding-bottom: 16.5rem !important;
  }

  .p-l-xxl-165 {
    padding-left: 16.5rem !important;
  }

  .m-t-xxl-170 {
    margin-top: 17rem !important;
  }

  .m-r-xxl-170 {
    margin-right: 17rem !important;
  }

  .m-b-xxl-170 {
    margin-bottom: 17rem !important;
  }

  .m-l-xxl-170 {
    margin-left: 17rem !important;
  }

  .p-t-xxl-170 {
    padding-top: 17rem !important;
  }

  .p-r-xxl-170 {
    padding-right: 17rem !important;
  }

  .p-b-xxl-170 {
    padding-bottom: 17rem !important;
  }

  .p-l-xxl-170 {
    padding-left: 17rem !important;
  }

  .m-t-xxl-175 {
    margin-top: 17.5rem !important;
  }

  .m-r-xxl-175 {
    margin-right: 17.5rem !important;
  }

  .m-b-xxl-175 {
    margin-bottom: 17.5rem !important;
  }

  .m-l-xxl-175 {
    margin-left: 17.5rem !important;
  }

  .p-t-xxl-175 {
    padding-top: 17.5rem !important;
  }

  .p-r-xxl-175 {
    padding-right: 17.5rem !important;
  }

  .p-b-xxl-175 {
    padding-bottom: 17.5rem !important;
  }

  .p-l-xxl-175 {
    padding-left: 17.5rem !important;
  }

  .m-t-xxl-180 {
    margin-top: 18rem !important;
  }

  .m-r-xxl-180 {
    margin-right: 18rem !important;
  }

  .m-b-xxl-180 {
    margin-bottom: 18rem !important;
  }

  .m-l-xxl-180 {
    margin-left: 18rem !important;
  }

  .p-t-xxl-180 {
    padding-top: 18rem !important;
  }

  .p-r-xxl-180 {
    padding-right: 18rem !important;
  }

  .p-b-xxl-180 {
    padding-bottom: 18rem !important;
  }

  .p-l-xxl-180 {
    padding-left: 18rem !important;
  }

  .m-t-xxl-185 {
    margin-top: 18.5rem !important;
  }

  .m-r-xxl-185 {
    margin-right: 18.5rem !important;
  }

  .m-b-xxl-185 {
    margin-bottom: 18.5rem !important;
  }

  .m-l-xxl-185 {
    margin-left: 18.5rem !important;
  }

  .p-t-xxl-185 {
    padding-top: 18.5rem !important;
  }

  .p-r-xxl-185 {
    padding-right: 18.5rem !important;
  }

  .p-b-xxl-185 {
    padding-bottom: 18.5rem !important;
  }

  .p-l-xxl-185 {
    padding-left: 18.5rem !important;
  }

  .m-t-xxl-190 {
    margin-top: 19rem !important;
  }

  .m-r-xxl-190 {
    margin-right: 19rem !important;
  }

  .m-b-xxl-190 {
    margin-bottom: 19rem !important;
  }

  .m-l-xxl-190 {
    margin-left: 19rem !important;
  }

  .p-t-xxl-190 {
    padding-top: 19rem !important;
  }

  .p-r-xxl-190 {
    padding-right: 19rem !important;
  }

  .p-b-xxl-190 {
    padding-bottom: 19rem !important;
  }

  .p-l-xxl-190 {
    padding-left: 19rem !important;
  }

  .m-t-xxl-195 {
    margin-top: 19.5rem !important;
  }

  .m-r-xxl-195 {
    margin-right: 19.5rem !important;
  }

  .m-b-xxl-195 {
    margin-bottom: 19.5rem !important;
  }

  .m-l-xxl-195 {
    margin-left: 19.5rem !important;
  }

  .p-t-xxl-195 {
    padding-top: 19.5rem !important;
  }

  .p-r-xxl-195 {
    padding-right: 19.5rem !important;
  }

  .p-b-xxl-195 {
    padding-bottom: 19.5rem !important;
  }

  .p-l-xxl-195 {
    padding-left: 19.5rem !important;
  }

  .m-t-xxl-200 {
    margin-top: 20rem !important;
  }

  .m-r-xxl-200 {
    margin-right: 20rem !important;
  }

  .m-b-xxl-200 {
    margin-bottom: 20rem !important;
  }

  .m-l-xxl-200 {
    margin-left: 20rem !important;
  }

  .p-t-xxl-200 {
    padding-top: 20rem !important;
  }

  .p-r-xxl-200 {
    padding-right: 20rem !important;
  }

  .p-b-xxl-200 {
    padding-bottom: 20rem !important;
  }

  .p-l-xxl-200 {
    padding-left: 20rem !important;
  }

  .m-t-xxl-205 {
    margin-top: 20.5rem !important;
  }

  .m-r-xxl-205 {
    margin-right: 20.5rem !important;
  }

  .m-b-xxl-205 {
    margin-bottom: 20.5rem !important;
  }

  .m-l-xxl-205 {
    margin-left: 20.5rem !important;
  }

  .p-t-xxl-205 {
    padding-top: 20.5rem !important;
  }

  .p-r-xxl-205 {
    padding-right: 20.5rem !important;
  }

  .p-b-xxl-205 {
    padding-bottom: 20.5rem !important;
  }

  .p-l-xxl-205 {
    padding-left: 20.5rem !important;
  }

  .m-t-xxl-210 {
    margin-top: 21rem !important;
  }

  .m-r-xxl-210 {
    margin-right: 21rem !important;
  }

  .m-b-xxl-210 {
    margin-bottom: 21rem !important;
  }

  .m-l-xxl-210 {
    margin-left: 21rem !important;
  }

  .p-t-xxl-210 {
    padding-top: 21rem !important;
  }

  .p-r-xxl-210 {
    padding-right: 21rem !important;
  }

  .p-b-xxl-210 {
    padding-bottom: 21rem !important;
  }

  .p-l-xxl-210 {
    padding-left: 21rem !important;
  }

  .m-t-xxl-215 {
    margin-top: 21.5rem !important;
  }

  .m-r-xxl-215 {
    margin-right: 21.5rem !important;
  }

  .m-b-xxl-215 {
    margin-bottom: 21.5rem !important;
  }

  .m-l-xxl-215 {
    margin-left: 21.5rem !important;
  }

  .p-t-xxl-215 {
    padding-top: 21.5rem !important;
  }

  .p-r-xxl-215 {
    padding-right: 21.5rem !important;
  }

  .p-b-xxl-215 {
    padding-bottom: 21.5rem !important;
  }

  .p-l-xxl-215 {
    padding-left: 21.5rem !important;
  }

  .m-t-xxl-220 {
    margin-top: 22rem !important;
  }

  .m-r-xxl-220 {
    margin-right: 22rem !important;
  }

  .m-b-xxl-220 {
    margin-bottom: 22rem !important;
  }

  .m-l-xxl-220 {
    margin-left: 22rem !important;
  }

  .p-t-xxl-220 {
    padding-top: 22rem !important;
  }

  .p-r-xxl-220 {
    padding-right: 22rem !important;
  }

  .p-b-xxl-220 {
    padding-bottom: 22rem !important;
  }

  .p-l-xxl-220 {
    padding-left: 22rem !important;
  }

  .m-t-xxl-225 {
    margin-top: 22.5rem !important;
  }

  .m-r-xxl-225 {
    margin-right: 22.5rem !important;
  }

  .m-b-xxl-225 {
    margin-bottom: 22.5rem !important;
  }

  .m-l-xxl-225 {
    margin-left: 22.5rem !important;
  }

  .p-t-xxl-225 {
    padding-top: 22.5rem !important;
  }

  .p-r-xxl-225 {
    padding-right: 22.5rem !important;
  }

  .p-b-xxl-225 {
    padding-bottom: 22.5rem !important;
  }

  .p-l-xxl-225 {
    padding-left: 22.5rem !important;
  }

  .m-t-xxl-230 {
    margin-top: 23rem !important;
  }

  .m-r-xxl-230 {
    margin-right: 23rem !important;
  }

  .m-b-xxl-230 {
    margin-bottom: 23rem !important;
  }

  .m-l-xxl-230 {
    margin-left: 23rem !important;
  }

  .p-t-xxl-230 {
    padding-top: 23rem !important;
  }

  .p-r-xxl-230 {
    padding-right: 23rem !important;
  }

  .p-b-xxl-230 {
    padding-bottom: 23rem !important;
  }

  .p-l-xxl-230 {
    padding-left: 23rem !important;
  }

  .m-t-xxl-235 {
    margin-top: 23.5rem !important;
  }

  .m-r-xxl-235 {
    margin-right: 23.5rem !important;
  }

  .m-b-xxl-235 {
    margin-bottom: 23.5rem !important;
  }

  .m-l-xxl-235 {
    margin-left: 23.5rem !important;
  }

  .p-t-xxl-235 {
    padding-top: 23.5rem !important;
  }

  .p-r-xxl-235 {
    padding-right: 23.5rem !important;
  }

  .p-b-xxl-235 {
    padding-bottom: 23.5rem !important;
  }

  .p-l-xxl-235 {
    padding-left: 23.5rem !important;
  }

  .m-t-xxl-240 {
    margin-top: 24rem !important;
  }

  .m-r-xxl-240 {
    margin-right: 24rem !important;
  }

  .m-b-xxl-240 {
    margin-bottom: 24rem !important;
  }

  .m-l-xxl-240 {
    margin-left: 24rem !important;
  }

  .p-t-xxl-240 {
    padding-top: 24rem !important;
  }

  .p-r-xxl-240 {
    padding-right: 24rem !important;
  }

  .p-b-xxl-240 {
    padding-bottom: 24rem !important;
  }

  .p-l-xxl-240 {
    padding-left: 24rem !important;
  }

  .m-t-xxl-245 {
    margin-top: 24.5rem !important;
  }

  .m-r-xxl-245 {
    margin-right: 24.5rem !important;
  }

  .m-b-xxl-245 {
    margin-bottom: 24.5rem !important;
  }

  .m-l-xxl-245 {
    margin-left: 24.5rem !important;
  }

  .p-t-xxl-245 {
    padding-top: 24.5rem !important;
  }

  .p-r-xxl-245 {
    padding-right: 24.5rem !important;
  }

  .p-b-xxl-245 {
    padding-bottom: 24.5rem !important;
  }

  .p-l-xxl-245 {
    padding-left: 24.5rem !important;
  }

  .m-t-xxl-250 {
    margin-top: 25rem !important;
  }

  .m-r-xxl-250 {
    margin-right: 25rem !important;
  }

  .m-b-xxl-250 {
    margin-bottom: 25rem !important;
  }

  .m-l-xxl-250 {
    margin-left: 25rem !important;
  }

  .p-t-xxl-250 {
    padding-top: 25rem !important;
  }

  .p-r-xxl-250 {
    padding-right: 25rem !important;
  }

  .p-b-xxl-250 {
    padding-bottom: 25rem !important;
  }

  .p-l-xxl-250 {
    padding-left: 25rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .m-t-xlst-0 {
    margin-top: 0rem !important;
  }

  .m-r-xlst-0 {
    margin-right: 0rem !important;
  }

  .m-b-xlst-0 {
    margin-bottom: 0rem !important;
  }

  .m-l-xlst-0 {
    margin-left: 0rem !important;
  }

  .p-t-xlst-0 {
    padding-top: 0rem !important;
  }

  .p-r-xlst-0 {
    padding-right: 0rem !important;
  }

  .p-b-xlst-0 {
    padding-bottom: 0rem !important;
  }

  .p-l-xlst-0 {
    padding-left: 0rem !important;
  }

  .m-t-xlst-5 {
    margin-top: 0.5rem !important;
  }

  .m-r-xlst-5 {
    margin-right: 0.5rem !important;
  }

  .m-b-xlst-5 {
    margin-bottom: 0.5rem !important;
  }

  .m-l-xlst-5 {
    margin-left: 0.5rem !important;
  }

  .p-t-xlst-5 {
    padding-top: 0.5rem !important;
  }

  .p-r-xlst-5 {
    padding-right: 0.5rem !important;
  }

  .p-b-xlst-5 {
    padding-bottom: 0.5rem !important;
  }

  .p-l-xlst-5 {
    padding-left: 0.5rem !important;
  }

  .m-t-xlst-10 {
    margin-top: 1rem !important;
  }

  .m-r-xlst-10 {
    margin-right: 1rem !important;
  }

  .m-b-xlst-10 {
    margin-bottom: 1rem !important;
  }

  .m-l-xlst-10 {
    margin-left: 1rem !important;
  }

  .p-t-xlst-10 {
    padding-top: 1rem !important;
  }

  .p-r-xlst-10 {
    padding-right: 1rem !important;
  }

  .p-b-xlst-10 {
    padding-bottom: 1rem !important;
  }

  .p-l-xlst-10 {
    padding-left: 1rem !important;
  }

  .m-t-xlst-15 {
    margin-top: 1.5rem !important;
  }

  .m-r-xlst-15 {
    margin-right: 1.5rem !important;
  }

  .m-b-xlst-15 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-xlst-15 {
    margin-left: 1.5rem !important;
  }

  .p-t-xlst-15 {
    padding-top: 1.5rem !important;
  }

  .p-r-xlst-15 {
    padding-right: 1.5rem !important;
  }

  .p-b-xlst-15 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-xlst-15 {
    padding-left: 1.5rem !important;
  }

  .m-t-xlst-20 {
    margin-top: 2rem !important;
  }

  .m-r-xlst-20 {
    margin-right: 2rem !important;
  }

  .m-b-xlst-20 {
    margin-bottom: 2rem !important;
  }

  .m-l-xlst-20 {
    margin-left: 2rem !important;
  }

  .p-t-xlst-20 {
    padding-top: 2rem !important;
  }

  .p-r-xlst-20 {
    padding-right: 2rem !important;
  }

  .p-b-xlst-20 {
    padding-bottom: 2rem !important;
  }

  .p-l-xlst-20 {
    padding-left: 2rem !important;
  }

  .m-t-xlst-25 {
    margin-top: 2.5rem !important;
  }

  .m-r-xlst-25 {
    margin-right: 2.5rem !important;
  }

  .m-b-xlst-25 {
    margin-bottom: 2.5rem !important;
  }

  .m-l-xlst-25 {
    margin-left: 2.5rem !important;
  }

  .p-t-xlst-25 {
    padding-top: 2.5rem !important;
  }

  .p-r-xlst-25 {
    padding-right: 2.5rem !important;
  }

  .p-b-xlst-25 {
    padding-bottom: 2.5rem !important;
  }

  .p-l-xlst-25 {
    padding-left: 2.5rem !important;
  }

  .m-t-xlst-30 {
    margin-top: 3rem !important;
  }

  .m-r-xlst-30 {
    margin-right: 3rem !important;
  }

  .m-b-xlst-30 {
    margin-bottom: 3rem !important;
  }

  .m-l-xlst-30 {
    margin-left: 3rem !important;
  }

  .p-t-xlst-30 {
    padding-top: 3rem !important;
  }

  .p-r-xlst-30 {
    padding-right: 3rem !important;
  }

  .p-b-xlst-30 {
    padding-bottom: 3rem !important;
  }

  .p-l-xlst-30 {
    padding-left: 3rem !important;
  }

  .m-t-xlst-35 {
    margin-top: 3.5rem !important;
  }

  .m-r-xlst-35 {
    margin-right: 3.5rem !important;
  }

  .m-b-xlst-35 {
    margin-bottom: 3.5rem !important;
  }

  .m-l-xlst-35 {
    margin-left: 3.5rem !important;
  }

  .p-t-xlst-35 {
    padding-top: 3.5rem !important;
  }

  .p-r-xlst-35 {
    padding-right: 3.5rem !important;
  }

  .p-b-xlst-35 {
    padding-bottom: 3.5rem !important;
  }

  .p-l-xlst-35 {
    padding-left: 3.5rem !important;
  }

  .m-t-xlst-40 {
    margin-top: 4rem !important;
  }

  .m-r-xlst-40 {
    margin-right: 4rem !important;
  }

  .m-b-xlst-40 {
    margin-bottom: 4rem !important;
  }

  .m-l-xlst-40 {
    margin-left: 4rem !important;
  }

  .p-t-xlst-40 {
    padding-top: 4rem !important;
  }

  .p-r-xlst-40 {
    padding-right: 4rem !important;
  }

  .p-b-xlst-40 {
    padding-bottom: 4rem !important;
  }

  .p-l-xlst-40 {
    padding-left: 4rem !important;
  }

  .m-t-xlst-45 {
    margin-top: 4.5rem !important;
  }

  .m-r-xlst-45 {
    margin-right: 4.5rem !important;
  }

  .m-b-xlst-45 {
    margin-bottom: 4.5rem !important;
  }

  .m-l-xlst-45 {
    margin-left: 4.5rem !important;
  }

  .p-t-xlst-45 {
    padding-top: 4.5rem !important;
  }

  .p-r-xlst-45 {
    padding-right: 4.5rem !important;
  }

  .p-b-xlst-45 {
    padding-bottom: 4.5rem !important;
  }

  .p-l-xlst-45 {
    padding-left: 4.5rem !important;
  }

  .m-t-xlst-50 {
    margin-top: 5rem !important;
  }

  .m-r-xlst-50 {
    margin-right: 5rem !important;
  }

  .m-b-xlst-50 {
    margin-bottom: 5rem !important;
  }

  .m-l-xlst-50 {
    margin-left: 5rem !important;
  }

  .p-t-xlst-50 {
    padding-top: 5rem !important;
  }

  .p-r-xlst-50 {
    padding-right: 5rem !important;
  }

  .p-b-xlst-50 {
    padding-bottom: 5rem !important;
  }

  .p-l-xlst-50 {
    padding-left: 5rem !important;
  }

  .m-t-xlst-55 {
    margin-top: 5.5rem !important;
  }

  .m-r-xlst-55 {
    margin-right: 5.5rem !important;
  }

  .m-b-xlst-55 {
    margin-bottom: 5.5rem !important;
  }

  .m-l-xlst-55 {
    margin-left: 5.5rem !important;
  }

  .p-t-xlst-55 {
    padding-top: 5.5rem !important;
  }

  .p-r-xlst-55 {
    padding-right: 5.5rem !important;
  }

  .p-b-xlst-55 {
    padding-bottom: 5.5rem !important;
  }

  .p-l-xlst-55 {
    padding-left: 5.5rem !important;
  }

  .m-t-xlst-60 {
    margin-top: 6rem !important;
  }

  .m-r-xlst-60 {
    margin-right: 6rem !important;
  }

  .m-b-xlst-60 {
    margin-bottom: 6rem !important;
  }

  .m-l-xlst-60 {
    margin-left: 6rem !important;
  }

  .p-t-xlst-60 {
    padding-top: 6rem !important;
  }

  .p-r-xlst-60 {
    padding-right: 6rem !important;
  }

  .p-b-xlst-60 {
    padding-bottom: 6rem !important;
  }

  .p-l-xlst-60 {
    padding-left: 6rem !important;
  }

  .m-t-xlst-65 {
    margin-top: 6.5rem !important;
  }

  .m-r-xlst-65 {
    margin-right: 6.5rem !important;
  }

  .m-b-xlst-65 {
    margin-bottom: 6.5rem !important;
  }

  .m-l-xlst-65 {
    margin-left: 6.5rem !important;
  }

  .p-t-xlst-65 {
    padding-top: 6.5rem !important;
  }

  .p-r-xlst-65 {
    padding-right: 6.5rem !important;
  }

  .p-b-xlst-65 {
    padding-bottom: 6.5rem !important;
  }

  .p-l-xlst-65 {
    padding-left: 6.5rem !important;
  }

  .m-t-xlst-70 {
    margin-top: 7rem !important;
  }

  .m-r-xlst-70 {
    margin-right: 7rem !important;
  }

  .m-b-xlst-70 {
    margin-bottom: 7rem !important;
  }

  .m-l-xlst-70 {
    margin-left: 7rem !important;
  }

  .p-t-xlst-70 {
    padding-top: 7rem !important;
  }

  .p-r-xlst-70 {
    padding-right: 7rem !important;
  }

  .p-b-xlst-70 {
    padding-bottom: 7rem !important;
  }

  .p-l-xlst-70 {
    padding-left: 7rem !important;
  }

  .m-t-xlst-75 {
    margin-top: 7.5rem !important;
  }

  .m-r-xlst-75 {
    margin-right: 7.5rem !important;
  }

  .m-b-xlst-75 {
    margin-bottom: 7.5rem !important;
  }

  .m-l-xlst-75 {
    margin-left: 7.5rem !important;
  }

  .p-t-xlst-75 {
    padding-top: 7.5rem !important;
  }

  .p-r-xlst-75 {
    padding-right: 7.5rem !important;
  }

  .p-b-xlst-75 {
    padding-bottom: 7.5rem !important;
  }

  .p-l-xlst-75 {
    padding-left: 7.5rem !important;
  }

  .m-t-xlst-80 {
    margin-top: 8rem !important;
  }

  .m-r-xlst-80 {
    margin-right: 8rem !important;
  }

  .m-b-xlst-80 {
    margin-bottom: 8rem !important;
  }

  .m-l-xlst-80 {
    margin-left: 8rem !important;
  }

  .p-t-xlst-80 {
    padding-top: 8rem !important;
  }

  .p-r-xlst-80 {
    padding-right: 8rem !important;
  }

  .p-b-xlst-80 {
    padding-bottom: 8rem !important;
  }

  .p-l-xlst-80 {
    padding-left: 8rem !important;
  }

  .m-t-xlst-85 {
    margin-top: 8.5rem !important;
  }

  .m-r-xlst-85 {
    margin-right: 8.5rem !important;
  }

  .m-b-xlst-85 {
    margin-bottom: 8.5rem !important;
  }

  .m-l-xlst-85 {
    margin-left: 8.5rem !important;
  }

  .p-t-xlst-85 {
    padding-top: 8.5rem !important;
  }

  .p-r-xlst-85 {
    padding-right: 8.5rem !important;
  }

  .p-b-xlst-85 {
    padding-bottom: 8.5rem !important;
  }

  .p-l-xlst-85 {
    padding-left: 8.5rem !important;
  }

  .m-t-xlst-90 {
    margin-top: 9rem !important;
  }

  .m-r-xlst-90 {
    margin-right: 9rem !important;
  }

  .m-b-xlst-90 {
    margin-bottom: 9rem !important;
  }

  .m-l-xlst-90 {
    margin-left: 9rem !important;
  }

  .p-t-xlst-90 {
    padding-top: 9rem !important;
  }

  .p-r-xlst-90 {
    padding-right: 9rem !important;
  }

  .p-b-xlst-90 {
    padding-bottom: 9rem !important;
  }

  .p-l-xlst-90 {
    padding-left: 9rem !important;
  }

  .m-t-xlst-95 {
    margin-top: 9.5rem !important;
  }

  .m-r-xlst-95 {
    margin-right: 9.5rem !important;
  }

  .m-b-xlst-95 {
    margin-bottom: 9.5rem !important;
  }

  .m-l-xlst-95 {
    margin-left: 9.5rem !important;
  }

  .p-t-xlst-95 {
    padding-top: 9.5rem !important;
  }

  .p-r-xlst-95 {
    padding-right: 9.5rem !important;
  }

  .p-b-xlst-95 {
    padding-bottom: 9.5rem !important;
  }

  .p-l-xlst-95 {
    padding-left: 9.5rem !important;
  }

  .m-t-xlst-100 {
    margin-top: 10rem !important;
  }

  .m-r-xlst-100 {
    margin-right: 10rem !important;
  }

  .m-b-xlst-100 {
    margin-bottom: 10rem !important;
  }

  .m-l-xlst-100 {
    margin-left: 10rem !important;
  }

  .p-t-xlst-100 {
    padding-top: 10rem !important;
  }

  .p-r-xlst-100 {
    padding-right: 10rem !important;
  }

  .p-b-xlst-100 {
    padding-bottom: 10rem !important;
  }

  .p-l-xlst-100 {
    padding-left: 10rem !important;
  }

  .m-t-xlst-105 {
    margin-top: 10.5rem !important;
  }

  .m-r-xlst-105 {
    margin-right: 10.5rem !important;
  }

  .m-b-xlst-105 {
    margin-bottom: 10.5rem !important;
  }

  .m-l-xlst-105 {
    margin-left: 10.5rem !important;
  }

  .p-t-xlst-105 {
    padding-top: 10.5rem !important;
  }

  .p-r-xlst-105 {
    padding-right: 10.5rem !important;
  }

  .p-b-xlst-105 {
    padding-bottom: 10.5rem !important;
  }

  .p-l-xlst-105 {
    padding-left: 10.5rem !important;
  }

  .m-t-xlst-110 {
    margin-top: 11rem !important;
  }

  .m-r-xlst-110 {
    margin-right: 11rem !important;
  }

  .m-b-xlst-110 {
    margin-bottom: 11rem !important;
  }

  .m-l-xlst-110 {
    margin-left: 11rem !important;
  }

  .p-t-xlst-110 {
    padding-top: 11rem !important;
  }

  .p-r-xlst-110 {
    padding-right: 11rem !important;
  }

  .p-b-xlst-110 {
    padding-bottom: 11rem !important;
  }

  .p-l-xlst-110 {
    padding-left: 11rem !important;
  }

  .m-t-xlst-115 {
    margin-top: 11.5rem !important;
  }

  .m-r-xlst-115 {
    margin-right: 11.5rem !important;
  }

  .m-b-xlst-115 {
    margin-bottom: 11.5rem !important;
  }

  .m-l-xlst-115 {
    margin-left: 11.5rem !important;
  }

  .p-t-xlst-115 {
    padding-top: 11.5rem !important;
  }

  .p-r-xlst-115 {
    padding-right: 11.5rem !important;
  }

  .p-b-xlst-115 {
    padding-bottom: 11.5rem !important;
  }

  .p-l-xlst-115 {
    padding-left: 11.5rem !important;
  }

  .m-t-xlst-120 {
    margin-top: 12rem !important;
  }

  .m-r-xlst-120 {
    margin-right: 12rem !important;
  }

  .m-b-xlst-120 {
    margin-bottom: 12rem !important;
  }

  .m-l-xlst-120 {
    margin-left: 12rem !important;
  }

  .p-t-xlst-120 {
    padding-top: 12rem !important;
  }

  .p-r-xlst-120 {
    padding-right: 12rem !important;
  }

  .p-b-xlst-120 {
    padding-bottom: 12rem !important;
  }

  .p-l-xlst-120 {
    padding-left: 12rem !important;
  }

  .m-t-xlst-125 {
    margin-top: 12.5rem !important;
  }

  .m-r-xlst-125 {
    margin-right: 12.5rem !important;
  }

  .m-b-xlst-125 {
    margin-bottom: 12.5rem !important;
  }

  .m-l-xlst-125 {
    margin-left: 12.5rem !important;
  }

  .p-t-xlst-125 {
    padding-top: 12.5rem !important;
  }

  .p-r-xlst-125 {
    padding-right: 12.5rem !important;
  }

  .p-b-xlst-125 {
    padding-bottom: 12.5rem !important;
  }

  .p-l-xlst-125 {
    padding-left: 12.5rem !important;
  }

  .m-t-xlst-130 {
    margin-top: 13rem !important;
  }

  .m-r-xlst-130 {
    margin-right: 13rem !important;
  }

  .m-b-xlst-130 {
    margin-bottom: 13rem !important;
  }

  .m-l-xlst-130 {
    margin-left: 13rem !important;
  }

  .p-t-xlst-130 {
    padding-top: 13rem !important;
  }

  .p-r-xlst-130 {
    padding-right: 13rem !important;
  }

  .p-b-xlst-130 {
    padding-bottom: 13rem !important;
  }

  .p-l-xlst-130 {
    padding-left: 13rem !important;
  }

  .m-t-xlst-135 {
    margin-top: 13.5rem !important;
  }

  .m-r-xlst-135 {
    margin-right: 13.5rem !important;
  }

  .m-b-xlst-135 {
    margin-bottom: 13.5rem !important;
  }

  .m-l-xlst-135 {
    margin-left: 13.5rem !important;
  }

  .p-t-xlst-135 {
    padding-top: 13.5rem !important;
  }

  .p-r-xlst-135 {
    padding-right: 13.5rem !important;
  }

  .p-b-xlst-135 {
    padding-bottom: 13.5rem !important;
  }

  .p-l-xlst-135 {
    padding-left: 13.5rem !important;
  }

  .m-t-xlst-140 {
    margin-top: 14rem !important;
  }

  .m-r-xlst-140 {
    margin-right: 14rem !important;
  }

  .m-b-xlst-140 {
    margin-bottom: 14rem !important;
  }

  .m-l-xlst-140 {
    margin-left: 14rem !important;
  }

  .p-t-xlst-140 {
    padding-top: 14rem !important;
  }

  .p-r-xlst-140 {
    padding-right: 14rem !important;
  }

  .p-b-xlst-140 {
    padding-bottom: 14rem !important;
  }

  .p-l-xlst-140 {
    padding-left: 14rem !important;
  }

  .m-t-xlst-145 {
    margin-top: 14.5rem !important;
  }

  .m-r-xlst-145 {
    margin-right: 14.5rem !important;
  }

  .m-b-xlst-145 {
    margin-bottom: 14.5rem !important;
  }

  .m-l-xlst-145 {
    margin-left: 14.5rem !important;
  }

  .p-t-xlst-145 {
    padding-top: 14.5rem !important;
  }

  .p-r-xlst-145 {
    padding-right: 14.5rem !important;
  }

  .p-b-xlst-145 {
    padding-bottom: 14.5rem !important;
  }

  .p-l-xlst-145 {
    padding-left: 14.5rem !important;
  }

  .m-t-xlst-150 {
    margin-top: 15rem !important;
  }

  .m-r-xlst-150 {
    margin-right: 15rem !important;
  }

  .m-b-xlst-150 {
    margin-bottom: 15rem !important;
  }

  .m-l-xlst-150 {
    margin-left: 15rem !important;
  }

  .p-t-xlst-150 {
    padding-top: 15rem !important;
  }

  .p-r-xlst-150 {
    padding-right: 15rem !important;
  }

  .p-b-xlst-150 {
    padding-bottom: 15rem !important;
  }

  .p-l-xlst-150 {
    padding-left: 15rem !important;
  }

  .m-t-xlst-155 {
    margin-top: 15.5rem !important;
  }

  .m-r-xlst-155 {
    margin-right: 15.5rem !important;
  }

  .m-b-xlst-155 {
    margin-bottom: 15.5rem !important;
  }

  .m-l-xlst-155 {
    margin-left: 15.5rem !important;
  }

  .p-t-xlst-155 {
    padding-top: 15.5rem !important;
  }

  .p-r-xlst-155 {
    padding-right: 15.5rem !important;
  }

  .p-b-xlst-155 {
    padding-bottom: 15.5rem !important;
  }

  .p-l-xlst-155 {
    padding-left: 15.5rem !important;
  }

  .m-t-xlst-160 {
    margin-top: 16rem !important;
  }

  .m-r-xlst-160 {
    margin-right: 16rem !important;
  }

  .m-b-xlst-160 {
    margin-bottom: 16rem !important;
  }

  .m-l-xlst-160 {
    margin-left: 16rem !important;
  }

  .p-t-xlst-160 {
    padding-top: 16rem !important;
  }

  .p-r-xlst-160 {
    padding-right: 16rem !important;
  }

  .p-b-xlst-160 {
    padding-bottom: 16rem !important;
  }

  .p-l-xlst-160 {
    padding-left: 16rem !important;
  }

  .m-t-xlst-165 {
    margin-top: 16.5rem !important;
  }

  .m-r-xlst-165 {
    margin-right: 16.5rem !important;
  }

  .m-b-xlst-165 {
    margin-bottom: 16.5rem !important;
  }

  .m-l-xlst-165 {
    margin-left: 16.5rem !important;
  }

  .p-t-xlst-165 {
    padding-top: 16.5rem !important;
  }

  .p-r-xlst-165 {
    padding-right: 16.5rem !important;
  }

  .p-b-xlst-165 {
    padding-bottom: 16.5rem !important;
  }

  .p-l-xlst-165 {
    padding-left: 16.5rem !important;
  }

  .m-t-xlst-170 {
    margin-top: 17rem !important;
  }

  .m-r-xlst-170 {
    margin-right: 17rem !important;
  }

  .m-b-xlst-170 {
    margin-bottom: 17rem !important;
  }

  .m-l-xlst-170 {
    margin-left: 17rem !important;
  }

  .p-t-xlst-170 {
    padding-top: 17rem !important;
  }

  .p-r-xlst-170 {
    padding-right: 17rem !important;
  }

  .p-b-xlst-170 {
    padding-bottom: 17rem !important;
  }

  .p-l-xlst-170 {
    padding-left: 17rem !important;
  }

  .m-t-xlst-175 {
    margin-top: 17.5rem !important;
  }

  .m-r-xlst-175 {
    margin-right: 17.5rem !important;
  }

  .m-b-xlst-175 {
    margin-bottom: 17.5rem !important;
  }

  .m-l-xlst-175 {
    margin-left: 17.5rem !important;
  }

  .p-t-xlst-175 {
    padding-top: 17.5rem !important;
  }

  .p-r-xlst-175 {
    padding-right: 17.5rem !important;
  }

  .p-b-xlst-175 {
    padding-bottom: 17.5rem !important;
  }

  .p-l-xlst-175 {
    padding-left: 17.5rem !important;
  }

  .m-t-xlst-180 {
    margin-top: 18rem !important;
  }

  .m-r-xlst-180 {
    margin-right: 18rem !important;
  }

  .m-b-xlst-180 {
    margin-bottom: 18rem !important;
  }

  .m-l-xlst-180 {
    margin-left: 18rem !important;
  }

  .p-t-xlst-180 {
    padding-top: 18rem !important;
  }

  .p-r-xlst-180 {
    padding-right: 18rem !important;
  }

  .p-b-xlst-180 {
    padding-bottom: 18rem !important;
  }

  .p-l-xlst-180 {
    padding-left: 18rem !important;
  }

  .m-t-xlst-185 {
    margin-top: 18.5rem !important;
  }

  .m-r-xlst-185 {
    margin-right: 18.5rem !important;
  }

  .m-b-xlst-185 {
    margin-bottom: 18.5rem !important;
  }

  .m-l-xlst-185 {
    margin-left: 18.5rem !important;
  }

  .p-t-xlst-185 {
    padding-top: 18.5rem !important;
  }

  .p-r-xlst-185 {
    padding-right: 18.5rem !important;
  }

  .p-b-xlst-185 {
    padding-bottom: 18.5rem !important;
  }

  .p-l-xlst-185 {
    padding-left: 18.5rem !important;
  }

  .m-t-xlst-190 {
    margin-top: 19rem !important;
  }

  .m-r-xlst-190 {
    margin-right: 19rem !important;
  }

  .m-b-xlst-190 {
    margin-bottom: 19rem !important;
  }

  .m-l-xlst-190 {
    margin-left: 19rem !important;
  }

  .p-t-xlst-190 {
    padding-top: 19rem !important;
  }

  .p-r-xlst-190 {
    padding-right: 19rem !important;
  }

  .p-b-xlst-190 {
    padding-bottom: 19rem !important;
  }

  .p-l-xlst-190 {
    padding-left: 19rem !important;
  }

  .m-t-xlst-195 {
    margin-top: 19.5rem !important;
  }

  .m-r-xlst-195 {
    margin-right: 19.5rem !important;
  }

  .m-b-xlst-195 {
    margin-bottom: 19.5rem !important;
  }

  .m-l-xlst-195 {
    margin-left: 19.5rem !important;
  }

  .p-t-xlst-195 {
    padding-top: 19.5rem !important;
  }

  .p-r-xlst-195 {
    padding-right: 19.5rem !important;
  }

  .p-b-xlst-195 {
    padding-bottom: 19.5rem !important;
  }

  .p-l-xlst-195 {
    padding-left: 19.5rem !important;
  }

  .m-t-xlst-200 {
    margin-top: 20rem !important;
  }

  .m-r-xlst-200 {
    margin-right: 20rem !important;
  }

  .m-b-xlst-200 {
    margin-bottom: 20rem !important;
  }

  .m-l-xlst-200 {
    margin-left: 20rem !important;
  }

  .p-t-xlst-200 {
    padding-top: 20rem !important;
  }

  .p-r-xlst-200 {
    padding-right: 20rem !important;
  }

  .p-b-xlst-200 {
    padding-bottom: 20rem !important;
  }

  .p-l-xlst-200 {
    padding-left: 20rem !important;
  }

  .m-t-xlst-205 {
    margin-top: 20.5rem !important;
  }

  .m-r-xlst-205 {
    margin-right: 20.5rem !important;
  }

  .m-b-xlst-205 {
    margin-bottom: 20.5rem !important;
  }

  .m-l-xlst-205 {
    margin-left: 20.5rem !important;
  }

  .p-t-xlst-205 {
    padding-top: 20.5rem !important;
  }

  .p-r-xlst-205 {
    padding-right: 20.5rem !important;
  }

  .p-b-xlst-205 {
    padding-bottom: 20.5rem !important;
  }

  .p-l-xlst-205 {
    padding-left: 20.5rem !important;
  }

  .m-t-xlst-210 {
    margin-top: 21rem !important;
  }

  .m-r-xlst-210 {
    margin-right: 21rem !important;
  }

  .m-b-xlst-210 {
    margin-bottom: 21rem !important;
  }

  .m-l-xlst-210 {
    margin-left: 21rem !important;
  }

  .p-t-xlst-210 {
    padding-top: 21rem !important;
  }

  .p-r-xlst-210 {
    padding-right: 21rem !important;
  }

  .p-b-xlst-210 {
    padding-bottom: 21rem !important;
  }

  .p-l-xlst-210 {
    padding-left: 21rem !important;
  }

  .m-t-xlst-215 {
    margin-top: 21.5rem !important;
  }

  .m-r-xlst-215 {
    margin-right: 21.5rem !important;
  }

  .m-b-xlst-215 {
    margin-bottom: 21.5rem !important;
  }

  .m-l-xlst-215 {
    margin-left: 21.5rem !important;
  }

  .p-t-xlst-215 {
    padding-top: 21.5rem !important;
  }

  .p-r-xlst-215 {
    padding-right: 21.5rem !important;
  }

  .p-b-xlst-215 {
    padding-bottom: 21.5rem !important;
  }

  .p-l-xlst-215 {
    padding-left: 21.5rem !important;
  }

  .m-t-xlst-220 {
    margin-top: 22rem !important;
  }

  .m-r-xlst-220 {
    margin-right: 22rem !important;
  }

  .m-b-xlst-220 {
    margin-bottom: 22rem !important;
  }

  .m-l-xlst-220 {
    margin-left: 22rem !important;
  }

  .p-t-xlst-220 {
    padding-top: 22rem !important;
  }

  .p-r-xlst-220 {
    padding-right: 22rem !important;
  }

  .p-b-xlst-220 {
    padding-bottom: 22rem !important;
  }

  .p-l-xlst-220 {
    padding-left: 22rem !important;
  }

  .m-t-xlst-225 {
    margin-top: 22.5rem !important;
  }

  .m-r-xlst-225 {
    margin-right: 22.5rem !important;
  }

  .m-b-xlst-225 {
    margin-bottom: 22.5rem !important;
  }

  .m-l-xlst-225 {
    margin-left: 22.5rem !important;
  }

  .p-t-xlst-225 {
    padding-top: 22.5rem !important;
  }

  .p-r-xlst-225 {
    padding-right: 22.5rem !important;
  }

  .p-b-xlst-225 {
    padding-bottom: 22.5rem !important;
  }

  .p-l-xlst-225 {
    padding-left: 22.5rem !important;
  }

  .m-t-xlst-230 {
    margin-top: 23rem !important;
  }

  .m-r-xlst-230 {
    margin-right: 23rem !important;
  }

  .m-b-xlst-230 {
    margin-bottom: 23rem !important;
  }

  .m-l-xlst-230 {
    margin-left: 23rem !important;
  }

  .p-t-xlst-230 {
    padding-top: 23rem !important;
  }

  .p-r-xlst-230 {
    padding-right: 23rem !important;
  }

  .p-b-xlst-230 {
    padding-bottom: 23rem !important;
  }

  .p-l-xlst-230 {
    padding-left: 23rem !important;
  }

  .m-t-xlst-235 {
    margin-top: 23.5rem !important;
  }

  .m-r-xlst-235 {
    margin-right: 23.5rem !important;
  }

  .m-b-xlst-235 {
    margin-bottom: 23.5rem !important;
  }

  .m-l-xlst-235 {
    margin-left: 23.5rem !important;
  }

  .p-t-xlst-235 {
    padding-top: 23.5rem !important;
  }

  .p-r-xlst-235 {
    padding-right: 23.5rem !important;
  }

  .p-b-xlst-235 {
    padding-bottom: 23.5rem !important;
  }

  .p-l-xlst-235 {
    padding-left: 23.5rem !important;
  }

  .m-t-xlst-240 {
    margin-top: 24rem !important;
  }

  .m-r-xlst-240 {
    margin-right: 24rem !important;
  }

  .m-b-xlst-240 {
    margin-bottom: 24rem !important;
  }

  .m-l-xlst-240 {
    margin-left: 24rem !important;
  }

  .p-t-xlst-240 {
    padding-top: 24rem !important;
  }

  .p-r-xlst-240 {
    padding-right: 24rem !important;
  }

  .p-b-xlst-240 {
    padding-bottom: 24rem !important;
  }

  .p-l-xlst-240 {
    padding-left: 24rem !important;
  }

  .m-t-xlst-245 {
    margin-top: 24.5rem !important;
  }

  .m-r-xlst-245 {
    margin-right: 24.5rem !important;
  }

  .m-b-xlst-245 {
    margin-bottom: 24.5rem !important;
  }

  .m-l-xlst-245 {
    margin-left: 24.5rem !important;
  }

  .p-t-xlst-245 {
    padding-top: 24.5rem !important;
  }

  .p-r-xlst-245 {
    padding-right: 24.5rem !important;
  }

  .p-b-xlst-245 {
    padding-bottom: 24.5rem !important;
  }

  .p-l-xlst-245 {
    padding-left: 24.5rem !important;
  }

  .m-t-xlst-250 {
    margin-top: 25rem !important;
  }

  .m-r-xlst-250 {
    margin-right: 25rem !important;
  }

  .m-b-xlst-250 {
    margin-bottom: 25rem !important;
  }

  .m-l-xlst-250 {
    margin-left: 25rem !important;
  }

  .p-t-xlst-250 {
    padding-top: 25rem !important;
  }

  .p-r-xlst-250 {
    padding-right: 25rem !important;
  }

  .p-b-xlst-250 {
    padding-bottom: 25rem !important;
  }

  .p-l-xlst-250 {
    padding-left: 25rem !important;
  }
}

/**
* _variables.scss
*
*  $primary-theme-color:
* 'default' #0b4da0 #222 rgba(0,0,0,0.06),
* 'fein' #fe6807 #ff7820 rgba(0,0,0,0.06),
* 'mafell' #113cdf #3b64ff rgba(0,0,0,0.06),
* 'sherpa-connector' #113cdf #3b64ff rgba(0,0,0,0.06),
* 'narex' #FF7900 #ff9638 rgba(0,0,0,0.06),
* 'protool' #113cdf #3b64ff rgba(0,0,0,0.06);
*/

.bg-default {
  background-color: #0b4da0 !important;
}

.bg-narex {
  background-color: #FF7900 !important;
}

.t-default {
  color: #0b4da0 !important;
}

.t-narex {
  color: #FF7900 !important;
}

.tpl-eshop-basic {
  /*.btn {
      @include button-variant-tpl(#fff, #0b4da0, #0b4da0);
  }*/
}

.tpl-eshop-basic .btn-primary {
  background-color: #0b4da0 !important;
  border-color: #0b4da0 !important;
}

.tpl-eshop-basic .page-wrapper {
  background-color: rgba(0, 0, 0, 0.06);
}

.tpl-eshop-basic .eshop-seller-top {
  position: relative;
  padding: 0;
  max-height: 5rem;
  text-align: left;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.tpl-eshop-basic .header {
  background-color: #fff;
}

.tpl-eshop-basic .header .cart-dropdown .dropdown-toggle {
  border: 0;
  background-color: transparent;
}

.tpl-eshop-basic .header .header-contact::before {
  color: #000;
}

.tpl-eshop-basic .sticky-header.fixed {
  background-color: #0b4da0;
}

.tpl-eshop-basic .eshop-seller-logo {
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: left;
  padding: 1.2rem 1rem 0.8rem 0;
  background-position: 0 center;
  background-size: auto 40%;
  font-size: 1rem;
}

.tpl-eshop-basic .eshop-seller-logo span {
  display: block;
  text-align: left;
  color: #000;
  line-height: 1;
}

.tpl-eshop-basic .eshop-seller-logo a {
  color: #000;
  text-decoration: underline !important;
}

.tpl-eshop-basic .eshop-seller-logo a:hover {
  color: #000;
  text-decoration: none !important;
}

.tpl-eshop-basic .vue-slider-process {
  background-color: pink;
}

.tpl-eshop-basic .widget-newsletter .btn {
  background-color: pink;
  border-color: pink;
}

.tpl-eshop-basic .card-seller {
  background: #000;
  color: #fff;
}

.tpl-eshop-basic .card-btn-detail::before {
  background: #000;
}

.tpl-eshop-basic .tooltip-inner {
  background: #000;
  color: #fff;
}

.tpl-eshop-basic .bs-tooltip-top .arrow::before,
.tpl-eshop-basic .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #000;
}

.tpl-eshop-basic .bs-tooltip-right .arrow::before,
.tpl-eshop-basic .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #000;
}

.tpl-eshop-basic .bs-tooltip-bottom .arrow::before,
.tpl-eshop-basic .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #000;
}

.tpl-eshop-basic .bs-tooltip-left .arrow::before,
.tpl-eshop-basic .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #000;
}

.tpl-eshop-basic .page-item.active .page-link,
.tpl-eshop-basic .page-item:hover .page-link {
  background: #000;
  color: #fff;
  cursor: pointer;
}

.tpl-eshop-basic .btn-primary:not(:disabled):not(.disabled).active:focus,
.tpl-eshop-basic .btn-primary:not(:disabled):not(.disabled):active:focus,
.tpl-eshop-basic .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #000;
}

.tpl-eshop-default .vue-slider-process {
  background-color: #0b4da0;
}

.tpl-eshop-default .widget-newsletter .btn {
  background-color: #0b4da0;
  border-color: #0b4da0;
}

.tpl-eshop-default .card-seller {
  background: #0b4da0;
  color: #fff;
}

.tpl-eshop-default .card-btn-detail::before {
  background: #0b4da0;
}

.tpl-eshop-default .header .header-bottom {
  background-color: #0b4da0;
}

.tpl-eshop-default .cat-list > li > a.active {
  background-color: #0b4da0 !important;
}

.tpl-eshop-default #scroll-top {
  background-color: #0b4da0 !important;
}

.tpl-eshop-default .component-banner .btn-primary {
  background: #0b4da0 !important;
  border-color: #0b4da0 !important;
}

.tpl-eshop-default .tns-nav button:hover,
.tpl-eshop-default .tns-nav button.tns-nav-active {
  background: #0b4da0 !important;
}

.tpl-eshop-default .tns-banner-controls .btn-prev:hover,
.tpl-eshop-default .tns-banner-controls .btn-next:hover {
  background: #0b4da0 !important;
  color: white !important;
}

.tpl-eshop-default .tns-banner-controls .btn-prev,
.tpl-eshop-default .tns-banner-controls .btn-next {
  color: #0b4da0 !important;
}

.card-label-default {
  background-color: #0b4da0 !important;
}

.card-btn-detail-default::before {
  background-color: #0b4da0 !important;
}

.tpl-eshop-celo .vue-slider-process {
  background-color: #ffce2e;
}

.tpl-eshop-celo .widget-newsletter .btn {
  background-color: #ffce2e;
  border-color: #ffce2e;
}

.tpl-eshop-celo .card-seller {
  background: #FFC300;
  color: #fff;
}

.tpl-eshop-celo .card-btn-detail::before {
  background: #FFC300;
}

.tpl-eshop-celo .header .header-bottom {
  background-color: #FFC300;
}

.tpl-eshop-celo .cat-list > li > a.active {
  background-color: #FFC300 !important;
}

.tpl-eshop-celo #scroll-top {
  background-color: #FFC300 !important;
}

.tpl-eshop-celo .component-banner .btn-primary {
  background: #FFC300 !important;
  border-color: #FFC300 !important;
}

.tpl-eshop-celo .tns-nav button:hover,
.tpl-eshop-celo .tns-nav button.tns-nav-active {
  background: #FFC300 !important;
}

.tpl-eshop-celo .tns-banner-controls .btn-prev:hover,
.tpl-eshop-celo .tns-banner-controls .btn-next:hover {
  background: #FFC300 !important;
  color: white !important;
}

.tpl-eshop-celo .tns-banner-controls .btn-prev,
.tpl-eshop-celo .tns-banner-controls .btn-next {
  color: #FFC300 !important;
}

.card-label-celo {
  background-color: #FFC300 !important;
}

.card-btn-detail-celo::before {
  background-color: #FFC300 !important;
}

.tpl-eshop-fein .vue-slider-process {
  background-color: #f58756;
}

.tpl-eshop-fein .widget-newsletter .btn {
  background-color: #f58756;
  border-color: #f58756;
}

.tpl-eshop-fein .card-seller {
  background: #e75b28;
  color: #fff;
}

.tpl-eshop-fein .card-btn-detail::before {
  background: #e75b28;
}

.tpl-eshop-fein .header .header-bottom {
  background-color: #e75b28;
}

.tpl-eshop-fein .cat-list > li > a.active {
  background-color: #e75b28 !important;
}

.tpl-eshop-fein #scroll-top {
  background-color: #e75b28 !important;
}

.tpl-eshop-fein .component-banner .btn-primary {
  background: #e75b28 !important;
  border-color: #e75b28 !important;
}

.tpl-eshop-fein .tns-nav button:hover,
.tpl-eshop-fein .tns-nav button.tns-nav-active {
  background: #e75b28 !important;
}

.tpl-eshop-fein .tns-banner-controls .btn-prev:hover,
.tpl-eshop-fein .tns-banner-controls .btn-next:hover {
  background: #e75b28 !important;
  color: white !important;
}

.tpl-eshop-fein .tns-banner-controls .btn-prev,
.tpl-eshop-fein .tns-banner-controls .btn-next {
  color: #e75b28 !important;
}

.card-label-fein {
  background-color: #e75b28 !important;
}

.card-btn-detail-fein::before {
  background-color: #e75b28 !important;
}

.tpl-eshop-festool .vue-slider-process {
  background-color: #49AD33;
}

.tpl-eshop-festool .widget-newsletter .btn {
  background-color: #49AD33;
  border-color: #49AD33;
}

.tpl-eshop-festool .card-seller {
  background: #49AD33;
  color: #fff;
}

.tpl-eshop-festool .card-btn-detail::before {
  background: #49AD33;
}

.tpl-eshop-festool .header .header-bottom {
  background-color: #49AD33;
}

.tpl-eshop-festool .cat-list > li > a.active {
  background-color: #49AD33 !important;
}

.tpl-eshop-festool #scroll-top {
  background-color: #49AD33 !important;
}

.tpl-eshop-festool .component-banner .btn-primary {
  background: #49AD33 !important;
  border-color: #49AD33 !important;
}

.tpl-eshop-festool .tns-nav button:hover,
.tpl-eshop-festool .tns-nav button.tns-nav-active {
  background: #49AD33 !important;
}

.tpl-eshop-festool .tns-banner-controls .btn-prev:hover,
.tpl-eshop-festool .tns-banner-controls .btn-next:hover {
  background: #49AD33 !important;
  color: white !important;
}

.tpl-eshop-festool .tns-banner-controls .btn-prev,
.tpl-eshop-festool .tns-banner-controls .btn-next {
  color: #49AD33 !important;
}

.card-label-festool {
  background-color: #49AD33 !important;
}

.card-btn-detail-festool::before {
  background-color: #49AD33 !important;
}

.tpl-eshop-fischer .vue-slider-process {
  background-color: #E30613;
}

.tpl-eshop-fischer .widget-newsletter .btn {
  background-color: #E30613;
  border-color: #E30613;
}

.tpl-eshop-fischer .card-seller {
  background: #E30613;
  color: #fff;
}

.tpl-eshop-fischer .card-btn-detail::before {
  background: #E30613;
}

.tpl-eshop-fischer .header .header-bottom {
  background-color: #E30613;
}

.tpl-eshop-fischer .cat-list > li > a.active {
  background-color: #E30613 !important;
}

.tpl-eshop-fischer #scroll-top {
  background-color: #E30613 !important;
}

.tpl-eshop-fischer .component-banner .btn-primary {
  background: #E30613 !important;
  border-color: #E30613 !important;
}

.tpl-eshop-fischer .tns-nav button:hover,
.tpl-eshop-fischer .tns-nav button.tns-nav-active {
  background: #E30613 !important;
}

.tpl-eshop-fischer .tns-banner-controls .btn-prev:hover,
.tpl-eshop-fischer .tns-banner-controls .btn-next:hover {
  background: #E30613 !important;
  color: white !important;
}

.tpl-eshop-fischer .tns-banner-controls .btn-prev,
.tpl-eshop-fischer .tns-banner-controls .btn-next {
  color: #E30613 !important;
}

.card-label-fischer {
  background-color: #E30613 !important;
}

.card-btn-detail-fischer::before {
  background-color: #E30613 !important;
}

.tpl-eshop-knipex .vue-slider-process {
  background-color: #f2555c;
}

.tpl-eshop-knipex .widget-newsletter .btn {
  background-color: #f2555c;
  border-color: #f2555c;
}

.tpl-eshop-knipex .card-seller {
  background: #ed1b24;
  color: #fff;
}

.tpl-eshop-knipex .card-btn-detail::before {
  background: #ed1b24;
}

.tpl-eshop-knipex .header .header-bottom {
  background-color: #ed1b24;
}

.tpl-eshop-knipex .cat-list > li > a.active {
  background-color: #ed1b24 !important;
}

.tpl-eshop-knipex #scroll-top {
  background-color: #ed1b24 !important;
}

.tpl-eshop-knipex .component-banner .btn-primary {
  background: #ed1b24 !important;
  border-color: #ed1b24 !important;
}

.tpl-eshop-knipex .tns-nav button:hover,
.tpl-eshop-knipex .tns-nav button.tns-nav-active {
  background: #ed1b24 !important;
}

.tpl-eshop-knipex .tns-banner-controls .btn-prev:hover,
.tpl-eshop-knipex .tns-banner-controls .btn-next:hover {
  background: #ed1b24 !important;
  color: white !important;
}

.tpl-eshop-knipex .tns-banner-controls .btn-prev,
.tpl-eshop-knipex .tns-banner-controls .btn-next {
  color: #ed1b24 !important;
}

.card-label-knipex {
  background-color: #ed1b24 !important;
}

.card-btn-detail-knipex::before {
  background-color: #ed1b24 !important;
}

.tpl-eshop-mafell .vue-slider-process {
  background-color: #c4141f;
}

.tpl-eshop-mafell .widget-newsletter .btn {
  background-color: #c4141f;
  border-color: #c4141f;
}

.tpl-eshop-mafell .card-seller {
  background: #ED1B28;
  color: #fff;
}

.tpl-eshop-mafell .card-btn-detail::before {
  background: #ED1B28;
}

.tpl-eshop-mafell .header .header-bottom {
  background-color: #ED1B28;
}

.tpl-eshop-mafell .cat-list > li > a.active {
  background-color: #ED1B28 !important;
}

.tpl-eshop-mafell #scroll-top {
  background-color: #ED1B28 !important;
}

.tpl-eshop-mafell .component-banner .btn-primary {
  background: #ED1B28 !important;
  border-color: #ED1B28 !important;
}

.tpl-eshop-mafell .tns-nav button:hover,
.tpl-eshop-mafell .tns-nav button.tns-nav-active {
  background: #ED1B28 !important;
}

.tpl-eshop-mafell .tns-banner-controls .btn-prev:hover,
.tpl-eshop-mafell .tns-banner-controls .btn-next:hover {
  background: #ED1B28 !important;
  color: white !important;
}

.tpl-eshop-mafell .tns-banner-controls .btn-prev,
.tpl-eshop-mafell .tns-banner-controls .btn-next {
  color: #ED1B28 !important;
}

.card-label-mafell {
  background-color: #ED1B28 !important;
}

.card-btn-detail-mafell::before {
  background-color: #ED1B28 !important;
}

.tpl-eshop-narex .vue-slider-process {
  background-color: #ff7900;
}

.tpl-eshop-narex .widget-newsletter .btn {
  background-color: #ff7900;
  border-color: #ff7900;
}

.tpl-eshop-narex .card-seller {
  background: #ff7900;
  color: #fff;
}

.tpl-eshop-narex .card-btn-detail::before {
  background: #ff7900;
}

.tpl-eshop-narex .header .header-bottom {
  background-color: #ff7900;
}

.tpl-eshop-narex .cat-list > li > a.active {
  background-color: #ff7900 !important;
}

.tpl-eshop-narex #scroll-top {
  background-color: #ff7900 !important;
}

.tpl-eshop-narex .component-banner .btn-primary {
  background: #ff7900 !important;
  border-color: #ff7900 !important;
}

.tpl-eshop-narex .tns-nav button:hover,
.tpl-eshop-narex .tns-nav button.tns-nav-active {
  background: #ff7900 !important;
}

.tpl-eshop-narex .tns-banner-controls .btn-prev:hover,
.tpl-eshop-narex .tns-banner-controls .btn-next:hover {
  background: #ff7900 !important;
  color: white !important;
}

.tpl-eshop-narex .tns-banner-controls .btn-prev,
.tpl-eshop-narex .tns-banner-controls .btn-next {
  color: #ff7900 !important;
}

.card-label-narex {
  background-color: #ff7900 !important;
}

.card-btn-detail-narex::before {
  background-color: #ff7900 !important;
}

.tpl-eshop-sherpa-connector .vue-slider-process {
  background-color: #4E4E4E;
}

.tpl-eshop-sherpa-connector .widget-newsletter .btn {
  background-color: #4E4E4E;
  border-color: #4E4E4E;
}

.tpl-eshop-sherpa-connector .card-seller {
  background: #4E4E4E;
  color: #fff;
}

.tpl-eshop-sherpa-connector .card-btn-detail::before {
  background: #4E4E4E;
}

.tpl-eshop-sherpa-connector .header .header-bottom {
  background-color: #4E4E4E;
}

.tpl-eshop-sherpa-connector .cat-list > li > a.active {
  background-color: #4E4E4E !important;
}

.tpl-eshop-sherpa-connector #scroll-top {
  background-color: #4E4E4E !important;
}

.tpl-eshop-sherpa-connector .component-banner .btn-primary {
  background: #4E4E4E !important;
  border-color: #4E4E4E !important;
}

.tpl-eshop-sherpa-connector .tns-nav button:hover,
.tpl-eshop-sherpa-connector .tns-nav button.tns-nav-active {
  background: #4E4E4E !important;
}

.tpl-eshop-sherpa-connector .tns-banner-controls .btn-prev:hover,
.tpl-eshop-sherpa-connector .tns-banner-controls .btn-next:hover {
  background: #4E4E4E !important;
  color: white !important;
}

.tpl-eshop-sherpa-connector .tns-banner-controls .btn-prev,
.tpl-eshop-sherpa-connector .tns-banner-controls .btn-next {
  color: #4E4E4E !important;
}

.card-label-sherpa-connector {
  background-color: #4E4E4E !important;
}

.card-btn-detail-sherpa-connector::before {
  background-color: #4E4E4E !important;
}

.tpl-eshop-systainer .vue-slider-process {
  background-color: #225f9c;
}

.tpl-eshop-systainer .widget-newsletter .btn {
  background-color: #225f9c;
  border-color: #225f9c;
}

.tpl-eshop-systainer .card-seller {
  background: #004f9f;
  color: #fff;
}

.tpl-eshop-systainer .card-btn-detail::before {
  background: #004f9f;
}

.tpl-eshop-systainer .header .header-bottom {
  background-color: #004f9f;
}

.tpl-eshop-systainer .cat-list > li > a.active {
  background-color: #004f9f !important;
}

.tpl-eshop-systainer #scroll-top {
  background-color: #004f9f !important;
}

.tpl-eshop-systainer .component-banner .btn-primary {
  background: #004f9f !important;
  border-color: #004f9f !important;
}

.tpl-eshop-systainer .tns-nav button:hover,
.tpl-eshop-systainer .tns-nav button.tns-nav-active {
  background: #004f9f !important;
}

.tpl-eshop-systainer .tns-banner-controls .btn-prev:hover,
.tpl-eshop-systainer .tns-banner-controls .btn-next:hover {
  background: #004f9f !important;
  color: white !important;
}

.tpl-eshop-systainer .tns-banner-controls .btn-prev,
.tpl-eshop-systainer .tns-banner-controls .btn-next {
  color: #004f9f !important;
}

.card-label-systainer {
  background-color: #004f9f !important;
}

.card-btn-detail-systainer::before {
  background-color: #004f9f !important;
}

.tpl-eshop-tanos .vue-slider-process {
  background-color: #005ba6;
}

.tpl-eshop-tanos .widget-newsletter .btn {
  background-color: #005ba6;
  border-color: #005ba6;
}

.tpl-eshop-tanos .card-seller {
  background: #005ba6;
  color: #fff;
}

.tpl-eshop-tanos .card-btn-detail::before {
  background: #005ba6;
}

.tpl-eshop-tanos .header .header-bottom {
  background-color: #005ba6;
}

.tpl-eshop-tanos .cat-list > li > a.active {
  background-color: #005ba6 !important;
}

.tpl-eshop-tanos #scroll-top {
  background-color: #005ba6 !important;
}

.tpl-eshop-tanos .component-banner .btn-primary {
  background: #005ba6 !important;
  border-color: #005ba6 !important;
}

.tpl-eshop-tanos .tns-nav button:hover,
.tpl-eshop-tanos .tns-nav button.tns-nav-active {
  background: #005ba6 !important;
}

.tpl-eshop-tanos .tns-banner-controls .btn-prev:hover,
.tpl-eshop-tanos .tns-banner-controls .btn-next:hover {
  background: #005ba6 !important;
  color: white !important;
}

.tpl-eshop-tanos .tns-banner-controls .btn-prev,
.tpl-eshop-tanos .tns-banner-controls .btn-next {
  color: #005ba6 !important;
}

.card-label-tanos {
  background-color: #005ba6 !important;
}

.card-btn-detail-tanos::before {
  background-color: #005ba6 !important;
}

.tpl-eshop-wera .vue-slider-process {
  background-color: #00A884;
}

.tpl-eshop-wera .widget-newsletter .btn {
  background-color: #00A884;
  border-color: #00A884;
}

.tpl-eshop-wera .card-seller {
  background: #00A884;
  color: #fff;
}

.tpl-eshop-wera .card-btn-detail::before {
  background: #00A884;
}

.tpl-eshop-wera .header .header-bottom {
  background-color: #00A884;
}

.tpl-eshop-wera .cat-list > li > a.active {
  background-color: #00A884 !important;
}

.tpl-eshop-wera #scroll-top {
  background-color: #00A884 !important;
}

.tpl-eshop-wera .component-banner .btn-primary {
  background: #00A884 !important;
  border-color: #00A884 !important;
}

.tpl-eshop-wera .tns-nav button:hover,
.tpl-eshop-wera .tns-nav button.tns-nav-active {
  background: #00A884 !important;
}

.tpl-eshop-wera .tns-banner-controls .btn-prev:hover,
.tpl-eshop-wera .tns-banner-controls .btn-next:hover {
  background: #00A884 !important;
  color: white !important;
}

.tpl-eshop-wera .tns-banner-controls .btn-prev,
.tpl-eshop-wera .tns-banner-controls .btn-next {
  color: #00A884 !important;
}

.card-label-wera {
  background-color: #00A884 !important;
}

.card-btn-detail-wera::before {
  background-color: #00A884 !important;
}

.tpl-eshop-wiha .vue-slider-process {
  background-color: #D7182A;
}

.tpl-eshop-wiha .widget-newsletter .btn {
  background-color: #D7182A;
  border-color: #D7182A;
}

.tpl-eshop-wiha .card-seller {
  background: #D7182A;
  color: #fff;
}

.tpl-eshop-wiha .card-btn-detail::before {
  background: #D7182A;
}

.tpl-eshop-wiha .header .header-bottom {
  background-color: #D7182A;
}

.tpl-eshop-wiha .cat-list > li > a.active {
  background-color: #D7182A !important;
}

.tpl-eshop-wiha #scroll-top {
  background-color: #D7182A !important;
}

.tpl-eshop-wiha .component-banner .btn-primary {
  background: #D7182A !important;
  border-color: #D7182A !important;
}

.tpl-eshop-wiha .tns-nav button:hover,
.tpl-eshop-wiha .tns-nav button.tns-nav-active {
  background: #D7182A !important;
}

.tpl-eshop-wiha .tns-banner-controls .btn-prev:hover,
.tpl-eshop-wiha .tns-banner-controls .btn-next:hover {
  background: #D7182A !important;
  color: white !important;
}

.tpl-eshop-wiha .tns-banner-controls .btn-prev,
.tpl-eshop-wiha .tns-banner-controls .btn-next {
  color: #D7182A !important;
}

.card-label-wiha {
  background-color: #D7182A !important;
}

.card-btn-detail-wiha::before {
  background-color: #D7182A !important;
}

.tpl-eshop-default .card-label-celo {
  color: #000 !important;
}

.tpl-eshop-default .header .logo {
  background-position: -0.5rem top;
}

.tpl-eshop-narex .header .logo {
  background-size: auto 60%;
}

.tpl-eshop-celo .menu > li > a {
  color: #000;
}

.tpl-eshop-celo .menu > li:hover > a {
  color: #fff;
}

.tpl-eshop-celo .card-seller {
  color: #000;
}

