@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300%3b0,9..40,400%3b0,9..40,500%3b0,9..40,600%3b0,9..40,700%3b1,9..40,300%3b1,9..40,400%3b1,9..40,500%3b1,9..40,600%3b1,9..40,700&display=swap);/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

a:not([href]):not([class]):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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  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.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  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.333333%;
  max-width: 33.333333%;
}

.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.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    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.333333%;
    max-width: 33.333333%;
  }
  .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.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    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.333333%;
    max-width: 33.333333%;
  }
  .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.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    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.333333%;
    max-width: 33.333333%;
  }
  .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.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    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.333333%;
    max-width: 33.333333%;
  }
  .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.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

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

.table-success,
.table-success > 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;
  }
}

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

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

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

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

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

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

.form-control::-moz-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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

select.form-control[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: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.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) !important;
  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 select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.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: 0.875em;
  color: #dc3545;
}

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

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  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);
}

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

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

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

.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(220, 53, 69, 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: #dc3545;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

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

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

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

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

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    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: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: 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(: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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.input-group-lg > .form-control: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.25rem;
  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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: 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;
}

@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;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

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

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

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav {
  display: 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-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

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

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

.nav-justified > .nav-link,
.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-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

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

.navbar-nav {
  display: 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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    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-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .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-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    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-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .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-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    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-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .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-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    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-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  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-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: 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 {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

a.badge: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: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

a.badge-success: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 {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@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.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    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.25rem;
}

.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: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

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

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

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

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

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: 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);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  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: -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: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

.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: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: 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 {
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: 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: .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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: 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 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.857143%;
}

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

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

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

.flex-row {
  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;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-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: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !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-break: break-word !important;
  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;
  }
  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;
  }
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  box-shadow: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  background-color: transparent;
  outline: none;
  border: 0;
}

*:focus {
  outline: none;
  box-shadow: none !important;
}

.btn {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-6 {
  padding-top: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pl-21 {
  padding-left: 21px !important;
}

.pr-21 {
  padding-right: 21px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pl-23 {
  padding-left: 23px !important;
}

.pr-23 {
  padding-right: 23px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pl-26 {
  padding-left: 26px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pl-27 {
  padding-left: 27px !important;
}

.pr-27 {
  padding-right: 27px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pl-29 {
  padding-left: 29px !important;
}

.pr-29 {
  padding-right: 29px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pl-31 {
  padding-left: 31px !important;
}

.pr-31 {
  padding-right: 31px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.pl-33 {
  padding-left: 33px !important;
}

.pr-33 {
  padding-right: 33px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.pl-37 {
  padding-left: 37px !important;
}

.pr-37 {
  padding-right: 37px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pl-38 {
  padding-left: 38px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.pl-39 {
  padding-left: 39px !important;
}

.pr-39 {
  padding-right: 39px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-41 {
  padding-top: 41px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.pl-41 {
  padding-left: 41px !important;
}

.pr-41 {
  padding-right: 41px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.pl-42 {
  padding-left: 42px !important;
}

.pr-42 {
  padding-right: 42px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.pl-43 {
  padding-left: 43px !important;
}

.pr-43 {
  padding-right: 43px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pl-44 {
  padding-left: 44px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.pl-46 {
  padding-left: 46px !important;
}

.pr-46 {
  padding-right: 46px !important;
}

.pt-47 {
  padding-top: 47px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.pl-47 {
  padding-left: 47px !important;
}

.pr-47 {
  padding-right: 47px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pt-49 {
  padding-top: 49px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.pl-49 {
  padding-left: 49px !important;
}

.pr-49 {
  padding-right: 49px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-51 {
  padding-top: 51px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.pl-51 {
  padding-left: 51px !important;
}

.pr-51 {
  padding-right: 51px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pl-52 {
  padding-left: 52px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.pt-53 {
  padding-top: 53px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.pl-53 {
  padding-left: 53px !important;
}

.pr-53 {
  padding-right: 53px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.pl-54 {
  padding-left: 54px !important;
}

.pr-54 {
  padding-right: 54px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.pt-57 {
  padding-top: 57px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.pl-57 {
  padding-left: 57px !important;
}

.pr-57 {
  padding-right: 57px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pl-58 {
  padding-left: 58px !important;
}

.pr-58 {
  padding-right: 58px !important;
}

.pt-59 {
  padding-top: 59px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.pl-59 {
  padding-left: 59px !important;
}

.pr-59 {
  padding-right: 59px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.pl-61 {
  padding-left: 61px !important;
}

.pr-61 {
  padding-right: 61px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.pl-62 {
  padding-left: 62px !important;
}

.pr-62 {
  padding-right: 62px !important;
}

.pt-63 {
  padding-top: 63px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.pl-63 {
  padding-left: 63px !important;
}

.pr-63 {
  padding-right: 63px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.pl-66 {
  padding-left: 66px !important;
}

.pr-66 {
  padding-right: 66px !important;
}

.pt-67 {
  padding-top: 67px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.pl-67 {
  padding-left: 67px !important;
}

.pr-67 {
  padding-right: 67px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.pl-68 {
  padding-left: 68px !important;
}

.pr-68 {
  padding-right: 68px !important;
}

.pt-69 {
  padding-top: 69px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.pl-69 {
  padding-left: 69px !important;
}

.pr-69 {
  padding-right: 69px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-71 {
  padding-top: 71px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.pl-71 {
  padding-left: 71px !important;
}

.pr-71 {
  padding-right: 71px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.pt-73 {
  padding-top: 73px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.pl-73 {
  padding-left: 73px !important;
}

.pr-73 {
  padding-right: 73px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.pl-74 {
  padding-left: 74px !important;
}

.pr-74 {
  padding-right: 74px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-76 {
  padding-top: 76px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.pl-76 {
  padding-left: 76px !important;
}

.pr-76 {
  padding-right: 76px !important;
}

.pt-77 {
  padding-top: 77px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.pl-77 {
  padding-left: 77px !important;
}

.pr-77 {
  padding-right: 77px !important;
}

.pt-78 {
  padding-top: 78px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.pl-78 {
  padding-left: 78px !important;
}

.pr-78 {
  padding-right: 78px !important;
}

.pt-79 {
  padding-top: 79px !important;
}

.pb-79 {
  padding-bottom: 79px !important;
}

.pl-79 {
  padding-left: 79px !important;
}

.pr-79 {
  padding-right: 79px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-81 {
  padding-top: 81px !important;
}

.pb-81 {
  padding-bottom: 81px !important;
}

.pl-81 {
  padding-left: 81px !important;
}

.pr-81 {
  padding-right: 81px !important;
}

.pt-82 {
  padding-top: 82px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.pl-82 {
  padding-left: 82px !important;
}

.pr-82 {
  padding-right: 82px !important;
}

.pt-83 {
  padding-top: 83px !important;
}

.pb-83 {
  padding-bottom: 83px !important;
}

.pl-83 {
  padding-left: 83px !important;
}

.pr-83 {
  padding-right: 83px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.pl-84 {
  padding-left: 84px !important;
}

.pr-84 {
  padding-right: 84px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-86 {
  padding-top: 86px !important;
}

.pb-86 {
  padding-bottom: 86px !important;
}

.pl-86 {
  padding-left: 86px !important;
}

.pr-86 {
  padding-right: 86px !important;
}

.pt-87 {
  padding-top: 87px !important;
}

.pb-87 {
  padding-bottom: 87px !important;
}

.pl-87 {
  padding-left: 87px !important;
}

.pr-87 {
  padding-right: 87px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.pl-88 {
  padding-left: 88px !important;
}

.pr-88 {
  padding-right: 88px !important;
}

.pt-89 {
  padding-top: 89px !important;
}

.pb-89 {
  padding-bottom: 89px !important;
}

.pl-89 {
  padding-left: 89px !important;
}

.pr-89 {
  padding-right: 89px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-91 {
  padding-top: 91px !important;
}

.pb-91 {
  padding-bottom: 91px !important;
}

.pl-91 {
  padding-left: 91px !important;
}

.pr-91 {
  padding-right: 91px !important;
}

.pt-92 {
  padding-top: 92px !important;
}

.pb-92 {
  padding-bottom: 92px !important;
}

.pl-92 {
  padding-left: 92px !important;
}

.pr-92 {
  padding-right: 92px !important;
}

.pt-93 {
  padding-top: 93px !important;
}

.pb-93 {
  padding-bottom: 93px !important;
}

.pl-93 {
  padding-left: 93px !important;
}

.pr-93 {
  padding-right: 93px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.pb-94 {
  padding-bottom: 94px !important;
}

.pl-94 {
  padding-left: 94px !important;
}

.pr-94 {
  padding-right: 94px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0px !important;
  }

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

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

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

@media (min-width: 576px) {
  .pt-sm-1 {
    padding-top: 1px !important;
  }

  .pb-sm-1 {
    padding-bottom: 1px !important;
  }

  .pl-sm-1 {
    padding-left: 1px !important;
  }

  .pr-sm-1 {
    padding-right: 1px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
    padding-top: 2px !important;
  }

  .pb-sm-2 {
    padding-bottom: 2px !important;
  }

  .pl-sm-2 {
    padding-left: 2px !important;
  }

  .pr-sm-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
    padding-top: 3px !important;
  }

  .pb-sm-3 {
    padding-bottom: 3px !important;
  }

  .pl-sm-3 {
    padding-left: 3px !important;
  }

  .pr-sm-3 {
    padding-right: 3px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
    padding-top: 4px !important;
  }

  .pb-sm-4 {
    padding-bottom: 4px !important;
  }

  .pl-sm-4 {
    padding-left: 4px !important;
  }

  .pr-sm-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
    padding-top: 5px !important;
  }

  .pb-sm-5 {
    padding-bottom: 5px !important;
  }

  .pl-sm-5 {
    padding-left: 5px !important;
  }

  .pr-sm-5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-6 {
    padding-top: 6px !important;
  }

  .pb-sm-6 {
    padding-bottom: 6px !important;
  }

  .pl-sm-6 {
    padding-left: 6px !important;
  }

  .pr-sm-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-7 {
    padding-top: 7px !important;
  }

  .pb-sm-7 {
    padding-bottom: 7px !important;
  }

  .pl-sm-7 {
    padding-left: 7px !important;
  }

  .pr-sm-7 {
    padding-right: 7px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-8 {
    padding-top: 8px !important;
  }

  .pb-sm-8 {
    padding-bottom: 8px !important;
  }

  .pl-sm-8 {
    padding-left: 8px !important;
  }

  .pr-sm-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-9 {
    padding-top: 9px !important;
  }

  .pb-sm-9 {
    padding-bottom: 9px !important;
  }

  .pl-sm-9 {
    padding-left: 9px !important;
  }

  .pr-sm-9 {
    padding-right: 9px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pl-sm-10 {
    padding-left: 10px !important;
  }

  .pr-sm-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-11 {
    padding-top: 11px !important;
  }

  .pb-sm-11 {
    padding-bottom: 11px !important;
  }

  .pl-sm-11 {
    padding-left: 11px !important;
  }

  .pr-sm-11 {
    padding-right: 11px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-12 {
    padding-top: 12px !important;
  }

  .pb-sm-12 {
    padding-bottom: 12px !important;
  }

  .pl-sm-12 {
    padding-left: 12px !important;
  }

  .pr-sm-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-13 {
    padding-top: 13px !important;
  }

  .pb-sm-13 {
    padding-bottom: 13px !important;
  }

  .pl-sm-13 {
    padding-left: 13px !important;
  }

  .pr-sm-13 {
    padding-right: 13px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-14 {
    padding-top: 14px !important;
  }

  .pb-sm-14 {
    padding-bottom: 14px !important;
  }

  .pl-sm-14 {
    padding-left: 14px !important;
  }

  .pr-sm-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-15 {
    padding-top: 15px !important;
  }

  .pb-sm-15 {
    padding-bottom: 15px !important;
  }

  .pl-sm-15 {
    padding-left: 15px !important;
  }

  .pr-sm-15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-16 {
    padding-top: 16px !important;
  }

  .pb-sm-16 {
    padding-bottom: 16px !important;
  }

  .pl-sm-16 {
    padding-left: 16px !important;
  }

  .pr-sm-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-17 {
    padding-top: 17px !important;
  }

  .pb-sm-17 {
    padding-bottom: 17px !important;
  }

  .pl-sm-17 {
    padding-left: 17px !important;
  }

  .pr-sm-17 {
    padding-right: 17px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-18 {
    padding-top: 18px !important;
  }

  .pb-sm-18 {
    padding-bottom: 18px !important;
  }

  .pl-sm-18 {
    padding-left: 18px !important;
  }

  .pr-sm-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-19 {
    padding-top: 19px !important;
  }

  .pb-sm-19 {
    padding-bottom: 19px !important;
  }

  .pl-sm-19 {
    padding-left: 19px !important;
  }

  .pr-sm-19 {
    padding-right: 19px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pl-sm-20 {
    padding-left: 20px !important;
  }

  .pr-sm-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-21 {
    padding-top: 21px !important;
  }

  .pb-sm-21 {
    padding-bottom: 21px !important;
  }

  .pl-sm-21 {
    padding-left: 21px !important;
  }

  .pr-sm-21 {
    padding-right: 21px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-22 {
    padding-top: 22px !important;
  }

  .pb-sm-22 {
    padding-bottom: 22px !important;
  }

  .pl-sm-22 {
    padding-left: 22px !important;
  }

  .pr-sm-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-23 {
    padding-top: 23px !important;
  }

  .pb-sm-23 {
    padding-bottom: 23px !important;
  }

  .pl-sm-23 {
    padding-left: 23px !important;
  }

  .pr-sm-23 {
    padding-right: 23px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-24 {
    padding-top: 24px !important;
  }

  .pb-sm-24 {
    padding-bottom: 24px !important;
  }

  .pl-sm-24 {
    padding-left: 24px !important;
  }

  .pr-sm-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-25 {
    padding-top: 25px !important;
  }

  .pb-sm-25 {
    padding-bottom: 25px !important;
  }

  .pl-sm-25 {
    padding-left: 25px !important;
  }

  .pr-sm-25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-26 {
    padding-top: 26px !important;
  }

  .pb-sm-26 {
    padding-bottom: 26px !important;
  }

  .pl-sm-26 {
    padding-left: 26px !important;
  }

  .pr-sm-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-27 {
    padding-top: 27px !important;
  }

  .pb-sm-27 {
    padding-bottom: 27px !important;
  }

  .pl-sm-27 {
    padding-left: 27px !important;
  }

  .pr-sm-27 {
    padding-right: 27px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-28 {
    padding-top: 28px !important;
  }

  .pb-sm-28 {
    padding-bottom: 28px !important;
  }

  .pl-sm-28 {
    padding-left: 28px !important;
  }

  .pr-sm-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-29 {
    padding-top: 29px !important;
  }

  .pb-sm-29 {
    padding-bottom: 29px !important;
  }

  .pl-sm-29 {
    padding-left: 29px !important;
  }

  .pr-sm-29 {
    padding-right: 29px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pl-sm-30 {
    padding-left: 30px !important;
  }

  .pr-sm-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-31 {
    padding-top: 31px !important;
  }

  .pb-sm-31 {
    padding-bottom: 31px !important;
  }

  .pl-sm-31 {
    padding-left: 31px !important;
  }

  .pr-sm-31 {
    padding-right: 31px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-32 {
    padding-top: 32px !important;
  }

  .pb-sm-32 {
    padding-bottom: 32px !important;
  }

  .pl-sm-32 {
    padding-left: 32px !important;
  }

  .pr-sm-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-33 {
    padding-top: 33px !important;
  }

  .pb-sm-33 {
    padding-bottom: 33px !important;
  }

  .pl-sm-33 {
    padding-left: 33px !important;
  }

  .pr-sm-33 {
    padding-right: 33px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-34 {
    padding-top: 34px !important;
  }

  .pb-sm-34 {
    padding-bottom: 34px !important;
  }

  .pl-sm-34 {
    padding-left: 34px !important;
  }

  .pr-sm-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-35 {
    padding-top: 35px !important;
  }

  .pb-sm-35 {
    padding-bottom: 35px !important;
  }

  .pl-sm-35 {
    padding-left: 35px !important;
  }

  .pr-sm-35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-36 {
    padding-top: 36px !important;
  }

  .pb-sm-36 {
    padding-bottom: 36px !important;
  }

  .pl-sm-36 {
    padding-left: 36px !important;
  }

  .pr-sm-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-37 {
    padding-top: 37px !important;
  }

  .pb-sm-37 {
    padding-bottom: 37px !important;
  }

  .pl-sm-37 {
    padding-left: 37px !important;
  }

  .pr-sm-37 {
    padding-right: 37px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-38 {
    padding-top: 38px !important;
  }

  .pb-sm-38 {
    padding-bottom: 38px !important;
  }

  .pl-sm-38 {
    padding-left: 38px !important;
  }

  .pr-sm-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-39 {
    padding-top: 39px !important;
  }

  .pb-sm-39 {
    padding-bottom: 39px !important;
  }

  .pl-sm-39 {
    padding-left: 39px !important;
  }

  .pr-sm-39 {
    padding-right: 39px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pl-sm-40 {
    padding-left: 40px !important;
  }

  .pr-sm-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-41 {
    padding-top: 41px !important;
  }

  .pb-sm-41 {
    padding-bottom: 41px !important;
  }

  .pl-sm-41 {
    padding-left: 41px !important;
  }

  .pr-sm-41 {
    padding-right: 41px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-42 {
    padding-top: 42px !important;
  }

  .pb-sm-42 {
    padding-bottom: 42px !important;
  }

  .pl-sm-42 {
    padding-left: 42px !important;
  }

  .pr-sm-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-43 {
    padding-top: 43px !important;
  }

  .pb-sm-43 {
    padding-bottom: 43px !important;
  }

  .pl-sm-43 {
    padding-left: 43px !important;
  }

  .pr-sm-43 {
    padding-right: 43px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-44 {
    padding-top: 44px !important;
  }

  .pb-sm-44 {
    padding-bottom: 44px !important;
  }

  .pl-sm-44 {
    padding-left: 44px !important;
  }

  .pr-sm-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-45 {
    padding-top: 45px !important;
  }

  .pb-sm-45 {
    padding-bottom: 45px !important;
  }

  .pl-sm-45 {
    padding-left: 45px !important;
  }

  .pr-sm-45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-46 {
    padding-top: 46px !important;
  }

  .pb-sm-46 {
    padding-bottom: 46px !important;
  }

  .pl-sm-46 {
    padding-left: 46px !important;
  }

  .pr-sm-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-47 {
    padding-top: 47px !important;
  }

  .pb-sm-47 {
    padding-bottom: 47px !important;
  }

  .pl-sm-47 {
    padding-left: 47px !important;
  }

  .pr-sm-47 {
    padding-right: 47px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-48 {
    padding-top: 48px !important;
  }

  .pb-sm-48 {
    padding-bottom: 48px !important;
  }

  .pl-sm-48 {
    padding-left: 48px !important;
  }

  .pr-sm-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-49 {
    padding-top: 49px !important;
  }

  .pb-sm-49 {
    padding-bottom: 49px !important;
  }

  .pl-sm-49 {
    padding-left: 49px !important;
  }

  .pr-sm-49 {
    padding-right: 49px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pl-sm-50 {
    padding-left: 50px !important;
  }

  .pr-sm-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-51 {
    padding-top: 51px !important;
  }

  .pb-sm-51 {
    padding-bottom: 51px !important;
  }

  .pl-sm-51 {
    padding-left: 51px !important;
  }

  .pr-sm-51 {
    padding-right: 51px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-52 {
    padding-top: 52px !important;
  }

  .pb-sm-52 {
    padding-bottom: 52px !important;
  }

  .pl-sm-52 {
    padding-left: 52px !important;
  }

  .pr-sm-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-53 {
    padding-top: 53px !important;
  }

  .pb-sm-53 {
    padding-bottom: 53px !important;
  }

  .pl-sm-53 {
    padding-left: 53px !important;
  }

  .pr-sm-53 {
    padding-right: 53px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-54 {
    padding-top: 54px !important;
  }

  .pb-sm-54 {
    padding-bottom: 54px !important;
  }

  .pl-sm-54 {
    padding-left: 54px !important;
  }

  .pr-sm-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-55 {
    padding-top: 55px !important;
  }

  .pb-sm-55 {
    padding-bottom: 55px !important;
  }

  .pl-sm-55 {
    padding-left: 55px !important;
  }

  .pr-sm-55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-56 {
    padding-top: 56px !important;
  }

  .pb-sm-56 {
    padding-bottom: 56px !important;
  }

  .pl-sm-56 {
    padding-left: 56px !important;
  }

  .pr-sm-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-57 {
    padding-top: 57px !important;
  }

  .pb-sm-57 {
    padding-bottom: 57px !important;
  }

  .pl-sm-57 {
    padding-left: 57px !important;
  }

  .pr-sm-57 {
    padding-right: 57px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-58 {
    padding-top: 58px !important;
  }

  .pb-sm-58 {
    padding-bottom: 58px !important;
  }

  .pl-sm-58 {
    padding-left: 58px !important;
  }

  .pr-sm-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-59 {
    padding-top: 59px !important;
  }

  .pb-sm-59 {
    padding-bottom: 59px !important;
  }

  .pl-sm-59 {
    padding-left: 59px !important;
  }

  .pr-sm-59 {
    padding-right: 59px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pl-sm-60 {
    padding-left: 60px !important;
  }

  .pr-sm-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-61 {
    padding-top: 61px !important;
  }

  .pb-sm-61 {
    padding-bottom: 61px !important;
  }

  .pl-sm-61 {
    padding-left: 61px !important;
  }

  .pr-sm-61 {
    padding-right: 61px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-62 {
    padding-top: 62px !important;
  }

  .pb-sm-62 {
    padding-bottom: 62px !important;
  }

  .pl-sm-62 {
    padding-left: 62px !important;
  }

  .pr-sm-62 {
    padding-right: 62px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-63 {
    padding-top: 63px !important;
  }

  .pb-sm-63 {
    padding-bottom: 63px !important;
  }

  .pl-sm-63 {
    padding-left: 63px !important;
  }

  .pr-sm-63 {
    padding-right: 63px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-64 {
    padding-top: 64px !important;
  }

  .pb-sm-64 {
    padding-bottom: 64px !important;
  }

  .pl-sm-64 {
    padding-left: 64px !important;
  }

  .pr-sm-64 {
    padding-right: 64px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-65 {
    padding-top: 65px !important;
  }

  .pb-sm-65 {
    padding-bottom: 65px !important;
  }

  .pl-sm-65 {
    padding-left: 65px !important;
  }

  .pr-sm-65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-66 {
    padding-top: 66px !important;
  }

  .pb-sm-66 {
    padding-bottom: 66px !important;
  }

  .pl-sm-66 {
    padding-left: 66px !important;
  }

  .pr-sm-66 {
    padding-right: 66px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-67 {
    padding-top: 67px !important;
  }

  .pb-sm-67 {
    padding-bottom: 67px !important;
  }

  .pl-sm-67 {
    padding-left: 67px !important;
  }

  .pr-sm-67 {
    padding-right: 67px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-68 {
    padding-top: 68px !important;
  }

  .pb-sm-68 {
    padding-bottom: 68px !important;
  }

  .pl-sm-68 {
    padding-left: 68px !important;
  }

  .pr-sm-68 {
    padding-right: 68px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-69 {
    padding-top: 69px !important;
  }

  .pb-sm-69 {
    padding-bottom: 69px !important;
  }

  .pl-sm-69 {
    padding-left: 69px !important;
  }

  .pr-sm-69 {
    padding-right: 69px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pl-sm-70 {
    padding-left: 70px !important;
  }

  .pr-sm-70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-71 {
    padding-top: 71px !important;
  }

  .pb-sm-71 {
    padding-bottom: 71px !important;
  }

  .pl-sm-71 {
    padding-left: 71px !important;
  }

  .pr-sm-71 {
    padding-right: 71px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-72 {
    padding-top: 72px !important;
  }

  .pb-sm-72 {
    padding-bottom: 72px !important;
  }

  .pl-sm-72 {
    padding-left: 72px !important;
  }

  .pr-sm-72 {
    padding-right: 72px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-73 {
    padding-top: 73px !important;
  }

  .pb-sm-73 {
    padding-bottom: 73px !important;
  }

  .pl-sm-73 {
    padding-left: 73px !important;
  }

  .pr-sm-73 {
    padding-right: 73px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-74 {
    padding-top: 74px !important;
  }

  .pb-sm-74 {
    padding-bottom: 74px !important;
  }

  .pl-sm-74 {
    padding-left: 74px !important;
  }

  .pr-sm-74 {
    padding-right: 74px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-75 {
    padding-top: 75px !important;
  }

  .pb-sm-75 {
    padding-bottom: 75px !important;
  }

  .pl-sm-75 {
    padding-left: 75px !important;
  }

  .pr-sm-75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-76 {
    padding-top: 76px !important;
  }

  .pb-sm-76 {
    padding-bottom: 76px !important;
  }

  .pl-sm-76 {
    padding-left: 76px !important;
  }

  .pr-sm-76 {
    padding-right: 76px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-77 {
    padding-top: 77px !important;
  }

  .pb-sm-77 {
    padding-bottom: 77px !important;
  }

  .pl-sm-77 {
    padding-left: 77px !important;
  }

  .pr-sm-77 {
    padding-right: 77px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-78 {
    padding-top: 78px !important;
  }

  .pb-sm-78 {
    padding-bottom: 78px !important;
  }

  .pl-sm-78 {
    padding-left: 78px !important;
  }

  .pr-sm-78 {
    padding-right: 78px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-79 {
    padding-top: 79px !important;
  }

  .pb-sm-79 {
    padding-bottom: 79px !important;
  }

  .pl-sm-79 {
    padding-left: 79px !important;
  }

  .pr-sm-79 {
    padding-right: 79px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pl-sm-80 {
    padding-left: 80px !important;
  }

  .pr-sm-80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-81 {
    padding-top: 81px !important;
  }

  .pb-sm-81 {
    padding-bottom: 81px !important;
  }

  .pl-sm-81 {
    padding-left: 81px !important;
  }

  .pr-sm-81 {
    padding-right: 81px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-82 {
    padding-top: 82px !important;
  }

  .pb-sm-82 {
    padding-bottom: 82px !important;
  }

  .pl-sm-82 {
    padding-left: 82px !important;
  }

  .pr-sm-82 {
    padding-right: 82px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-83 {
    padding-top: 83px !important;
  }

  .pb-sm-83 {
    padding-bottom: 83px !important;
  }

  .pl-sm-83 {
    padding-left: 83px !important;
  }

  .pr-sm-83 {
    padding-right: 83px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-84 {
    padding-top: 84px !important;
  }

  .pb-sm-84 {
    padding-bottom: 84px !important;
  }

  .pl-sm-84 {
    padding-left: 84px !important;
  }

  .pr-sm-84 {
    padding-right: 84px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-85 {
    padding-top: 85px !important;
  }

  .pb-sm-85 {
    padding-bottom: 85px !important;
  }

  .pl-sm-85 {
    padding-left: 85px !important;
  }

  .pr-sm-85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-86 {
    padding-top: 86px !important;
  }

  .pb-sm-86 {
    padding-bottom: 86px !important;
  }

  .pl-sm-86 {
    padding-left: 86px !important;
  }

  .pr-sm-86 {
    padding-right: 86px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-87 {
    padding-top: 87px !important;
  }

  .pb-sm-87 {
    padding-bottom: 87px !important;
  }

  .pl-sm-87 {
    padding-left: 87px !important;
  }

  .pr-sm-87 {
    padding-right: 87px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-88 {
    padding-top: 88px !important;
  }

  .pb-sm-88 {
    padding-bottom: 88px !important;
  }

  .pl-sm-88 {
    padding-left: 88px !important;
  }

  .pr-sm-88 {
    padding-right: 88px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-89 {
    padding-top: 89px !important;
  }

  .pb-sm-89 {
    padding-bottom: 89px !important;
  }

  .pl-sm-89 {
    padding-left: 89px !important;
  }

  .pr-sm-89 {
    padding-right: 89px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pb-sm-90 {
    padding-bottom: 90px !important;
  }

  .pl-sm-90 {
    padding-left: 90px !important;
  }

  .pr-sm-90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-91 {
    padding-top: 91px !important;
  }

  .pb-sm-91 {
    padding-bottom: 91px !important;
  }

  .pl-sm-91 {
    padding-left: 91px !important;
  }

  .pr-sm-91 {
    padding-right: 91px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-92 {
    padding-top: 92px !important;
  }

  .pb-sm-92 {
    padding-bottom: 92px !important;
  }

  .pl-sm-92 {
    padding-left: 92px !important;
  }

  .pr-sm-92 {
    padding-right: 92px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-93 {
    padding-top: 93px !important;
  }

  .pb-sm-93 {
    padding-bottom: 93px !important;
  }

  .pl-sm-93 {
    padding-left: 93px !important;
  }

  .pr-sm-93 {
    padding-right: 93px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-94 {
    padding-top: 94px !important;
  }

  .pb-sm-94 {
    padding-bottom: 94px !important;
  }

  .pl-sm-94 {
    padding-left: 94px !important;
  }

  .pr-sm-94 {
    padding-right: 94px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-95 {
    padding-top: 95px !important;
  }

  .pb-sm-95 {
    padding-bottom: 95px !important;
  }

  .pl-sm-95 {
    padding-left: 95px !important;
  }

  .pr-sm-95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-96 {
    padding-top: 96px !important;
  }

  .pb-sm-96 {
    padding-bottom: 96px !important;
  }

  .pl-sm-96 {
    padding-left: 96px !important;
  }

  .pr-sm-96 {
    padding-right: 96px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-97 {
    padding-top: 97px !important;
  }

  .pb-sm-97 {
    padding-bottom: 97px !important;
  }

  .pl-sm-97 {
    padding-left: 97px !important;
  }

  .pr-sm-97 {
    padding-right: 97px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-98 {
    padding-top: 98px !important;
  }

  .pb-sm-98 {
    padding-bottom: 98px !important;
  }

  .pl-sm-98 {
    padding-left: 98px !important;
  }

  .pr-sm-98 {
    padding-right: 98px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-99 {
    padding-top: 99px !important;
  }

  .pb-sm-99 {
    padding-bottom: 99px !important;
  }

  .pl-sm-99 {
    padding-left: 99px !important;
  }

  .pr-sm-99 {
    padding-right: 99px !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pl-sm-100 {
    padding-left: 100px !important;
  }

  .pr-sm-100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px !important;
  }

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

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

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

@media (min-width: 768px) {
  .pt-md-1 {
    padding-top: 1px !important;
  }

  .pb-md-1 {
    padding-bottom: 1px !important;
  }

  .pl-md-1 {
    padding-left: 1px !important;
  }

  .pr-md-1 {
    padding-right: 1px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
    padding-top: 2px !important;
  }

  .pb-md-2 {
    padding-bottom: 2px !important;
  }

  .pl-md-2 {
    padding-left: 2px !important;
  }

  .pr-md-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
    padding-top: 3px !important;
  }

  .pb-md-3 {
    padding-bottom: 3px !important;
  }

  .pl-md-3 {
    padding-left: 3px !important;
  }

  .pr-md-3 {
    padding-right: 3px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
    padding-top: 4px !important;
  }

  .pb-md-4 {
    padding-bottom: 4px !important;
  }

  .pl-md-4 {
    padding-left: 4px !important;
  }

  .pr-md-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .pl-md-5 {
    padding-left: 5px !important;
  }

  .pr-md-5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-6 {
    padding-top: 6px !important;
  }

  .pb-md-6 {
    padding-bottom: 6px !important;
  }

  .pl-md-6 {
    padding-left: 6px !important;
  }

  .pr-md-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-7 {
    padding-top: 7px !important;
  }

  .pb-md-7 {
    padding-bottom: 7px !important;
  }

  .pl-md-7 {
    padding-left: 7px !important;
  }

  .pr-md-7 {
    padding-right: 7px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-8 {
    padding-top: 8px !important;
  }

  .pb-md-8 {
    padding-bottom: 8px !important;
  }

  .pl-md-8 {
    padding-left: 8px !important;
  }

  .pr-md-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-9 {
    padding-top: 9px !important;
  }

  .pb-md-9 {
    padding-bottom: 9px !important;
  }

  .pl-md-9 {
    padding-left: 9px !important;
  }

  .pr-md-9 {
    padding-right: 9px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pl-md-10 {
    padding-left: 10px !important;
  }

  .pr-md-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-11 {
    padding-top: 11px !important;
  }

  .pb-md-11 {
    padding-bottom: 11px !important;
  }

  .pl-md-11 {
    padding-left: 11px !important;
  }

  .pr-md-11 {
    padding-right: 11px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-12 {
    padding-top: 12px !important;
  }

  .pb-md-12 {
    padding-bottom: 12px !important;
  }

  .pl-md-12 {
    padding-left: 12px !important;
  }

  .pr-md-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-13 {
    padding-top: 13px !important;
  }

  .pb-md-13 {
    padding-bottom: 13px !important;
  }

  .pl-md-13 {
    padding-left: 13px !important;
  }

  .pr-md-13 {
    padding-right: 13px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-14 {
    padding-top: 14px !important;
  }

  .pb-md-14 {
    padding-bottom: 14px !important;
  }

  .pl-md-14 {
    padding-left: 14px !important;
  }

  .pr-md-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .pr-md-15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-16 {
    padding-top: 16px !important;
  }

  .pb-md-16 {
    padding-bottom: 16px !important;
  }

  .pl-md-16 {
    padding-left: 16px !important;
  }

  .pr-md-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-17 {
    padding-top: 17px !important;
  }

  .pb-md-17 {
    padding-bottom: 17px !important;
  }

  .pl-md-17 {
    padding-left: 17px !important;
  }

  .pr-md-17 {
    padding-right: 17px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-18 {
    padding-top: 18px !important;
  }

  .pb-md-18 {
    padding-bottom: 18px !important;
  }

  .pl-md-18 {
    padding-left: 18px !important;
  }

  .pr-md-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-19 {
    padding-top: 19px !important;
  }

  .pb-md-19 {
    padding-bottom: 19px !important;
  }

  .pl-md-19 {
    padding-left: 19px !important;
  }

  .pr-md-19 {
    padding-right: 19px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pl-md-20 {
    padding-left: 20px !important;
  }

  .pr-md-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-21 {
    padding-top: 21px !important;
  }

  .pb-md-21 {
    padding-bottom: 21px !important;
  }

  .pl-md-21 {
    padding-left: 21px !important;
  }

  .pr-md-21 {
    padding-right: 21px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-22 {
    padding-top: 22px !important;
  }

  .pb-md-22 {
    padding-bottom: 22px !important;
  }

  .pl-md-22 {
    padding-left: 22px !important;
  }

  .pr-md-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-23 {
    padding-top: 23px !important;
  }

  .pb-md-23 {
    padding-bottom: 23px !important;
  }

  .pl-md-23 {
    padding-left: 23px !important;
  }

  .pr-md-23 {
    padding-right: 23px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-24 {
    padding-top: 24px !important;
  }

  .pb-md-24 {
    padding-bottom: 24px !important;
  }

  .pl-md-24 {
    padding-left: 24px !important;
  }

  .pr-md-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .pl-md-25 {
    padding-left: 25px !important;
  }

  .pr-md-25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-26 {
    padding-top: 26px !important;
  }

  .pb-md-26 {
    padding-bottom: 26px !important;
  }

  .pl-md-26 {
    padding-left: 26px !important;
  }

  .pr-md-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-27 {
    padding-top: 27px !important;
  }

  .pb-md-27 {
    padding-bottom: 27px !important;
  }

  .pl-md-27 {
    padding-left: 27px !important;
  }

  .pr-md-27 {
    padding-right: 27px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-28 {
    padding-top: 28px !important;
  }

  .pb-md-28 {
    padding-bottom: 28px !important;
  }

  .pl-md-28 {
    padding-left: 28px !important;
  }

  .pr-md-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-29 {
    padding-top: 29px !important;
  }

  .pb-md-29 {
    padding-bottom: 29px !important;
  }

  .pl-md-29 {
    padding-left: 29px !important;
  }

  .pr-md-29 {
    padding-right: 29px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .pr-md-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-31 {
    padding-top: 31px !important;
  }

  .pb-md-31 {
    padding-bottom: 31px !important;
  }

  .pl-md-31 {
    padding-left: 31px !important;
  }

  .pr-md-31 {
    padding-right: 31px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-32 {
    padding-top: 32px !important;
  }

  .pb-md-32 {
    padding-bottom: 32px !important;
  }

  .pl-md-32 {
    padding-left: 32px !important;
  }

  .pr-md-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-33 {
    padding-top: 33px !important;
  }

  .pb-md-33 {
    padding-bottom: 33px !important;
  }

  .pl-md-33 {
    padding-left: 33px !important;
  }

  .pr-md-33 {
    padding-right: 33px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-34 {
    padding-top: 34px !important;
  }

  .pb-md-34 {
    padding-bottom: 34px !important;
  }

  .pl-md-34 {
    padding-left: 34px !important;
  }

  .pr-md-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .pl-md-35 {
    padding-left: 35px !important;
  }

  .pr-md-35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-36 {
    padding-top: 36px !important;
  }

  .pb-md-36 {
    padding-bottom: 36px !important;
  }

  .pl-md-36 {
    padding-left: 36px !important;
  }

  .pr-md-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-37 {
    padding-top: 37px !important;
  }

  .pb-md-37 {
    padding-bottom: 37px !important;
  }

  .pl-md-37 {
    padding-left: 37px !important;
  }

  .pr-md-37 {
    padding-right: 37px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-38 {
    padding-top: 38px !important;
  }

  .pb-md-38 {
    padding-bottom: 38px !important;
  }

  .pl-md-38 {
    padding-left: 38px !important;
  }

  .pr-md-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-39 {
    padding-top: 39px !important;
  }

  .pb-md-39 {
    padding-bottom: 39px !important;
  }

  .pl-md-39 {
    padding-left: 39px !important;
  }

  .pr-md-39 {
    padding-right: 39px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pl-md-40 {
    padding-left: 40px !important;
  }

  .pr-md-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-41 {
    padding-top: 41px !important;
  }

  .pb-md-41 {
    padding-bottom: 41px !important;
  }

  .pl-md-41 {
    padding-left: 41px !important;
  }

  .pr-md-41 {
    padding-right: 41px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-42 {
    padding-top: 42px !important;
  }

  .pb-md-42 {
    padding-bottom: 42px !important;
  }

  .pl-md-42 {
    padding-left: 42px !important;
  }

  .pr-md-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-43 {
    padding-top: 43px !important;
  }

  .pb-md-43 {
    padding-bottom: 43px !important;
  }

  .pl-md-43 {
    padding-left: 43px !important;
  }

  .pr-md-43 {
    padding-right: 43px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-44 {
    padding-top: 44px !important;
  }

  .pb-md-44 {
    padding-bottom: 44px !important;
  }

  .pl-md-44 {
    padding-left: 44px !important;
  }

  .pr-md-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-45 {
    padding-top: 45px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .pl-md-45 {
    padding-left: 45px !important;
  }

  .pr-md-45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-46 {
    padding-top: 46px !important;
  }

  .pb-md-46 {
    padding-bottom: 46px !important;
  }

  .pl-md-46 {
    padding-left: 46px !important;
  }

  .pr-md-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-47 {
    padding-top: 47px !important;
  }

  .pb-md-47 {
    padding-bottom: 47px !important;
  }

  .pl-md-47 {
    padding-left: 47px !important;
  }

  .pr-md-47 {
    padding-right: 47px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-48 {
    padding-top: 48px !important;
  }

  .pb-md-48 {
    padding-bottom: 48px !important;
  }

  .pl-md-48 {
    padding-left: 48px !important;
  }

  .pr-md-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-49 {
    padding-top: 49px !important;
  }

  .pb-md-49 {
    padding-bottom: 49px !important;
  }

  .pl-md-49 {
    padding-left: 49px !important;
  }

  .pr-md-49 {
    padding-right: 49px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pl-md-50 {
    padding-left: 50px !important;
  }

  .pr-md-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-51 {
    padding-top: 51px !important;
  }

  .pb-md-51 {
    padding-bottom: 51px !important;
  }

  .pl-md-51 {
    padding-left: 51px !important;
  }

  .pr-md-51 {
    padding-right: 51px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-52 {
    padding-top: 52px !important;
  }

  .pb-md-52 {
    padding-bottom: 52px !important;
  }

  .pl-md-52 {
    padding-left: 52px !important;
  }

  .pr-md-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-53 {
    padding-top: 53px !important;
  }

  .pb-md-53 {
    padding-bottom: 53px !important;
  }

  .pl-md-53 {
    padding-left: 53px !important;
  }

  .pr-md-53 {
    padding-right: 53px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-54 {
    padding-top: 54px !important;
  }

  .pb-md-54 {
    padding-bottom: 54px !important;
  }

  .pl-md-54 {
    padding-left: 54px !important;
  }

  .pr-md-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-55 {
    padding-top: 55px !important;
  }

  .pb-md-55 {
    padding-bottom: 55px !important;
  }

  .pl-md-55 {
    padding-left: 55px !important;
  }

  .pr-md-55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-56 {
    padding-top: 56px !important;
  }

  .pb-md-56 {
    padding-bottom: 56px !important;
  }

  .pl-md-56 {
    padding-left: 56px !important;
  }

  .pr-md-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-57 {
    padding-top: 57px !important;
  }

  .pb-md-57 {
    padding-bottom: 57px !important;
  }

  .pl-md-57 {
    padding-left: 57px !important;
  }

  .pr-md-57 {
    padding-right: 57px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-58 {
    padding-top: 58px !important;
  }

  .pb-md-58 {
    padding-bottom: 58px !important;
  }

  .pl-md-58 {
    padding-left: 58px !important;
  }

  .pr-md-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-59 {
    padding-top: 59px !important;
  }

  .pb-md-59 {
    padding-bottom: 59px !important;
  }

  .pl-md-59 {
    padding-left: 59px !important;
  }

  .pr-md-59 {
    padding-right: 59px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pl-md-60 {
    padding-left: 60px !important;
  }

  .pr-md-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-61 {
    padding-top: 61px !important;
  }

  .pb-md-61 {
    padding-bottom: 61px !important;
  }

  .pl-md-61 {
    padding-left: 61px !important;
  }

  .pr-md-61 {
    padding-right: 61px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-62 {
    padding-top: 62px !important;
  }

  .pb-md-62 {
    padding-bottom: 62px !important;
  }

  .pl-md-62 {
    padding-left: 62px !important;
  }

  .pr-md-62 {
    padding-right: 62px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-63 {
    padding-top: 63px !important;
  }

  .pb-md-63 {
    padding-bottom: 63px !important;
  }

  .pl-md-63 {
    padding-left: 63px !important;
  }

  .pr-md-63 {
    padding-right: 63px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-64 {
    padding-top: 64px !important;
  }

  .pb-md-64 {
    padding-bottom: 64px !important;
  }

  .pl-md-64 {
    padding-left: 64px !important;
  }

  .pr-md-64 {
    padding-right: 64px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pb-md-65 {
    padding-bottom: 65px !important;
  }

  .pl-md-65 {
    padding-left: 65px !important;
  }

  .pr-md-65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-66 {
    padding-top: 66px !important;
  }

  .pb-md-66 {
    padding-bottom: 66px !important;
  }

  .pl-md-66 {
    padding-left: 66px !important;
  }

  .pr-md-66 {
    padding-right: 66px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-67 {
    padding-top: 67px !important;
  }

  .pb-md-67 {
    padding-bottom: 67px !important;
  }

  .pl-md-67 {
    padding-left: 67px !important;
  }

  .pr-md-67 {
    padding-right: 67px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-68 {
    padding-top: 68px !important;
  }

  .pb-md-68 {
    padding-bottom: 68px !important;
  }

  .pl-md-68 {
    padding-left: 68px !important;
  }

  .pr-md-68 {
    padding-right: 68px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-69 {
    padding-top: 69px !important;
  }

  .pb-md-69 {
    padding-bottom: 69px !important;
  }

  .pl-md-69 {
    padding-left: 69px !important;
  }

  .pr-md-69 {
    padding-right: 69px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pl-md-70 {
    padding-left: 70px !important;
  }

  .pr-md-70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-71 {
    padding-top: 71px !important;
  }

  .pb-md-71 {
    padding-bottom: 71px !important;
  }

  .pl-md-71 {
    padding-left: 71px !important;
  }

  .pr-md-71 {
    padding-right: 71px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-72 {
    padding-top: 72px !important;
  }

  .pb-md-72 {
    padding-bottom: 72px !important;
  }

  .pl-md-72 {
    padding-left: 72px !important;
  }

  .pr-md-72 {
    padding-right: 72px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-73 {
    padding-top: 73px !important;
  }

  .pb-md-73 {
    padding-bottom: 73px !important;
  }

  .pl-md-73 {
    padding-left: 73px !important;
  }

  .pr-md-73 {
    padding-right: 73px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-74 {
    padding-top: 74px !important;
  }

  .pb-md-74 {
    padding-bottom: 74px !important;
  }

  .pl-md-74 {
    padding-left: 74px !important;
  }

  .pr-md-74 {
    padding-right: 74px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-75 {
    padding-top: 75px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .pl-md-75 {
    padding-left: 75px !important;
  }

  .pr-md-75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-76 {
    padding-top: 76px !important;
  }

  .pb-md-76 {
    padding-bottom: 76px !important;
  }

  .pl-md-76 {
    padding-left: 76px !important;
  }

  .pr-md-76 {
    padding-right: 76px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-77 {
    padding-top: 77px !important;
  }

  .pb-md-77 {
    padding-bottom: 77px !important;
  }

  .pl-md-77 {
    padding-left: 77px !important;
  }

  .pr-md-77 {
    padding-right: 77px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-78 {
    padding-top: 78px !important;
  }

  .pb-md-78 {
    padding-bottom: 78px !important;
  }

  .pl-md-78 {
    padding-left: 78px !important;
  }

  .pr-md-78 {
    padding-right: 78px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-79 {
    padding-top: 79px !important;
  }

  .pb-md-79 {
    padding-bottom: 79px !important;
  }

  .pl-md-79 {
    padding-left: 79px !important;
  }

  .pr-md-79 {
    padding-right: 79px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pl-md-80 {
    padding-left: 80px !important;
  }

  .pr-md-80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-81 {
    padding-top: 81px !important;
  }

  .pb-md-81 {
    padding-bottom: 81px !important;
  }

  .pl-md-81 {
    padding-left: 81px !important;
  }

  .pr-md-81 {
    padding-right: 81px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-82 {
    padding-top: 82px !important;
  }

  .pb-md-82 {
    padding-bottom: 82px !important;
  }

  .pl-md-82 {
    padding-left: 82px !important;
  }

  .pr-md-82 {
    padding-right: 82px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-83 {
    padding-top: 83px !important;
  }

  .pb-md-83 {
    padding-bottom: 83px !important;
  }

  .pl-md-83 {
    padding-left: 83px !important;
  }

  .pr-md-83 {
    padding-right: 83px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-84 {
    padding-top: 84px !important;
  }

  .pb-md-84 {
    padding-bottom: 84px !important;
  }

  .pl-md-84 {
    padding-left: 84px !important;
  }

  .pr-md-84 {
    padding-right: 84px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-85 {
    padding-top: 85px !important;
  }

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .pl-md-85 {
    padding-left: 85px !important;
  }

  .pr-md-85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-86 {
    padding-top: 86px !important;
  }

  .pb-md-86 {
    padding-bottom: 86px !important;
  }

  .pl-md-86 {
    padding-left: 86px !important;
  }

  .pr-md-86 {
    padding-right: 86px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-87 {
    padding-top: 87px !important;
  }

  .pb-md-87 {
    padding-bottom: 87px !important;
  }

  .pl-md-87 {
    padding-left: 87px !important;
  }

  .pr-md-87 {
    padding-right: 87px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-88 {
    padding-top: 88px !important;
  }

  .pb-md-88 {
    padding-bottom: 88px !important;
  }

  .pl-md-88 {
    padding-left: 88px !important;
  }

  .pr-md-88 {
    padding-right: 88px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-89 {
    padding-top: 89px !important;
  }

  .pb-md-89 {
    padding-bottom: 89px !important;
  }

  .pl-md-89 {
    padding-left: 89px !important;
  }

  .pr-md-89 {
    padding-right: 89px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pl-md-90 {
    padding-left: 90px !important;
  }

  .pr-md-90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-91 {
    padding-top: 91px !important;
  }

  .pb-md-91 {
    padding-bottom: 91px !important;
  }

  .pl-md-91 {
    padding-left: 91px !important;
  }

  .pr-md-91 {
    padding-right: 91px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-92 {
    padding-top: 92px !important;
  }

  .pb-md-92 {
    padding-bottom: 92px !important;
  }

  .pl-md-92 {
    padding-left: 92px !important;
  }

  .pr-md-92 {
    padding-right: 92px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-93 {
    padding-top: 93px !important;
  }

  .pb-md-93 {
    padding-bottom: 93px !important;
  }

  .pl-md-93 {
    padding-left: 93px !important;
  }

  .pr-md-93 {
    padding-right: 93px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-94 {
    padding-top: 94px !important;
  }

  .pb-md-94 {
    padding-bottom: 94px !important;
  }

  .pl-md-94 {
    padding-left: 94px !important;
  }

  .pr-md-94 {
    padding-right: 94px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-95 {
    padding-top: 95px !important;
  }

  .pb-md-95 {
    padding-bottom: 95px !important;
  }

  .pl-md-95 {
    padding-left: 95px !important;
  }

  .pr-md-95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-96 {
    padding-top: 96px !important;
  }

  .pb-md-96 {
    padding-bottom: 96px !important;
  }

  .pl-md-96 {
    padding-left: 96px !important;
  }

  .pr-md-96 {
    padding-right: 96px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-97 {
    padding-top: 97px !important;
  }

  .pb-md-97 {
    padding-bottom: 97px !important;
  }

  .pl-md-97 {
    padding-left: 97px !important;
  }

  .pr-md-97 {
    padding-right: 97px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-98 {
    padding-top: 98px !important;
  }

  .pb-md-98 {
    padding-bottom: 98px !important;
  }

  .pl-md-98 {
    padding-left: 98px !important;
  }

  .pr-md-98 {
    padding-right: 98px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-99 {
    padding-top: 99px !important;
  }

  .pb-md-99 {
    padding-bottom: 99px !important;
  }

  .pl-md-99 {
    padding-left: 99px !important;
  }

  .pr-md-99 {
    padding-right: 99px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pl-md-100 {
    padding-left: 100px !important;
  }

  .pr-md-100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0px !important;
  }

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

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

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

@media (min-width: 992px) {
  .pt-lg-1 {
    padding-top: 1px !important;
  }

  .pb-lg-1 {
    padding-bottom: 1px !important;
  }

  .pl-lg-1 {
    padding-left: 1px !important;
  }

  .pr-lg-1 {
    padding-right: 1px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
    padding-top: 2px !important;
  }

  .pb-lg-2 {
    padding-bottom: 2px !important;
  }

  .pl-lg-2 {
    padding-left: 2px !important;
  }

  .pr-lg-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
    padding-top: 3px !important;
  }

  .pb-lg-3 {
    padding-bottom: 3px !important;
  }

  .pl-lg-3 {
    padding-left: 3px !important;
  }

  .pr-lg-3 {
    padding-right: 3px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
    padding-top: 4px !important;
  }

  .pb-lg-4 {
    padding-bottom: 4px !important;
  }

  .pl-lg-4 {
    padding-left: 4px !important;
  }

  .pr-lg-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
    padding-top: 5px !important;
  }

  .pb-lg-5 {
    padding-bottom: 5px !important;
  }

  .pl-lg-5 {
    padding-left: 5px !important;
  }

  .pr-lg-5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 6px !important;
  }

  .pb-lg-6 {
    padding-bottom: 6px !important;
  }

  .pl-lg-6 {
    padding-left: 6px !important;
  }

  .pr-lg-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-7 {
    padding-top: 7px !important;
  }

  .pb-lg-7 {
    padding-bottom: 7px !important;
  }

  .pl-lg-7 {
    padding-left: 7px !important;
  }

  .pr-lg-7 {
    padding-right: 7px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 8px !important;
  }

  .pb-lg-8 {
    padding-bottom: 8px !important;
  }

  .pl-lg-8 {
    padding-left: 8px !important;
  }

  .pr-lg-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-9 {
    padding-top: 9px !important;
  }

  .pb-lg-9 {
    padding-bottom: 9px !important;
  }

  .pl-lg-9 {
    padding-left: 9px !important;
  }

  .pr-lg-9 {
    padding-right: 9px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 10px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pl-lg-10 {
    padding-left: 10px !important;
  }

  .pr-lg-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-11 {
    padding-top: 11px !important;
  }

  .pb-lg-11 {
    padding-bottom: 11px !important;
  }

  .pl-lg-11 {
    padding-left: 11px !important;
  }

  .pr-lg-11 {
    padding-right: 11px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-12 {
    padding-top: 12px !important;
  }

  .pb-lg-12 {
    padding-bottom: 12px !important;
  }

  .pl-lg-12 {
    padding-left: 12px !important;
  }

  .pr-lg-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-13 {
    padding-top: 13px !important;
  }

  .pb-lg-13 {
    padding-bottom: 13px !important;
  }

  .pl-lg-13 {
    padding-left: 13px !important;
  }

  .pr-lg-13 {
    padding-right: 13px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-14 {
    padding-top: 14px !important;
  }

  .pb-lg-14 {
    padding-bottom: 14px !important;
  }

  .pl-lg-14 {
    padding-left: 14px !important;
  }

  .pr-lg-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-15 {
    padding-top: 15px !important;
  }

  .pb-lg-15 {
    padding-bottom: 15px !important;
  }

  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-16 {
    padding-top: 16px !important;
  }

  .pb-lg-16 {
    padding-bottom: 16px !important;
  }

  .pl-lg-16 {
    padding-left: 16px !important;
  }

  .pr-lg-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-17 {
    padding-top: 17px !important;
  }

  .pb-lg-17 {
    padding-bottom: 17px !important;
  }

  .pl-lg-17 {
    padding-left: 17px !important;
  }

  .pr-lg-17 {
    padding-right: 17px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-18 {
    padding-top: 18px !important;
  }

  .pb-lg-18 {
    padding-bottom: 18px !important;
  }

  .pl-lg-18 {
    padding-left: 18px !important;
  }

  .pr-lg-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-19 {
    padding-top: 19px !important;
  }

  .pb-lg-19 {
    padding-bottom: 19px !important;
  }

  .pl-lg-19 {
    padding-left: 19px !important;
  }

  .pr-lg-19 {
    padding-right: 19px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pl-lg-20 {
    padding-left: 20px !important;
  }

  .pr-lg-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-21 {
    padding-top: 21px !important;
  }

  .pb-lg-21 {
    padding-bottom: 21px !important;
  }

  .pl-lg-21 {
    padding-left: 21px !important;
  }

  .pr-lg-21 {
    padding-right: 21px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-22 {
    padding-top: 22px !important;
  }

  .pb-lg-22 {
    padding-bottom: 22px !important;
  }

  .pl-lg-22 {
    padding-left: 22px !important;
  }

  .pr-lg-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-23 {
    padding-top: 23px !important;
  }

  .pb-lg-23 {
    padding-bottom: 23px !important;
  }

  .pl-lg-23 {
    padding-left: 23px !important;
  }

  .pr-lg-23 {
    padding-right: 23px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-24 {
    padding-top: 24px !important;
  }

  .pb-lg-24 {
    padding-bottom: 24px !important;
  }

  .pl-lg-24 {
    padding-left: 24px !important;
  }

  .pr-lg-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-25 {
    padding-top: 25px !important;
  }

  .pb-lg-25 {
    padding-bottom: 25px !important;
  }

  .pl-lg-25 {
    padding-left: 25px !important;
  }

  .pr-lg-25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-26 {
    padding-top: 26px !important;
  }

  .pb-lg-26 {
    padding-bottom: 26px !important;
  }

  .pl-lg-26 {
    padding-left: 26px !important;
  }

  .pr-lg-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-27 {
    padding-top: 27px !important;
  }

  .pb-lg-27 {
    padding-bottom: 27px !important;
  }

  .pl-lg-27 {
    padding-left: 27px !important;
  }

  .pr-lg-27 {
    padding-right: 27px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-28 {
    padding-top: 28px !important;
  }

  .pb-lg-28 {
    padding-bottom: 28px !important;
  }

  .pl-lg-28 {
    padding-left: 28px !important;
  }

  .pr-lg-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-29 {
    padding-top: 29px !important;
  }

  .pb-lg-29 {
    padding-bottom: 29px !important;
  }

  .pl-lg-29 {
    padding-left: 29px !important;
  }

  .pr-lg-29 {
    padding-right: 29px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pl-lg-30 {
    padding-left: 30px !important;
  }

  .pr-lg-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-31 {
    padding-top: 31px !important;
  }

  .pb-lg-31 {
    padding-bottom: 31px !important;
  }

  .pl-lg-31 {
    padding-left: 31px !important;
  }

  .pr-lg-31 {
    padding-right: 31px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-32 {
    padding-top: 32px !important;
  }

  .pb-lg-32 {
    padding-bottom: 32px !important;
  }

  .pl-lg-32 {
    padding-left: 32px !important;
  }

  .pr-lg-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-33 {
    padding-top: 33px !important;
  }

  .pb-lg-33 {
    padding-bottom: 33px !important;
  }

  .pl-lg-33 {
    padding-left: 33px !important;
  }

  .pr-lg-33 {
    padding-right: 33px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-34 {
    padding-top: 34px !important;
  }

  .pb-lg-34 {
    padding-bottom: 34px !important;
  }

  .pl-lg-34 {
    padding-left: 34px !important;
  }

  .pr-lg-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-35 {
    padding-top: 35px !important;
  }

  .pb-lg-35 {
    padding-bottom: 35px !important;
  }

  .pl-lg-35 {
    padding-left: 35px !important;
  }

  .pr-lg-35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-36 {
    padding-top: 36px !important;
  }

  .pb-lg-36 {
    padding-bottom: 36px !important;
  }

  .pl-lg-36 {
    padding-left: 36px !important;
  }

  .pr-lg-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-37 {
    padding-top: 37px !important;
  }

  .pb-lg-37 {
    padding-bottom: 37px !important;
  }

  .pl-lg-37 {
    padding-left: 37px !important;
  }

  .pr-lg-37 {
    padding-right: 37px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-38 {
    padding-top: 38px !important;
  }

  .pb-lg-38 {
    padding-bottom: 38px !important;
  }

  .pl-lg-38 {
    padding-left: 38px !important;
  }

  .pr-lg-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-39 {
    padding-top: 39px !important;
  }

  .pb-lg-39 {
    padding-bottom: 39px !important;
  }

  .pl-lg-39 {
    padding-left: 39px !important;
  }

  .pr-lg-39 {
    padding-right: 39px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40 {
    padding-left: 40px !important;
  }

  .pr-lg-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-41 {
    padding-top: 41px !important;
  }

  .pb-lg-41 {
    padding-bottom: 41px !important;
  }

  .pl-lg-41 {
    padding-left: 41px !important;
  }

  .pr-lg-41 {
    padding-right: 41px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-42 {
    padding-top: 42px !important;
  }

  .pb-lg-42 {
    padding-bottom: 42px !important;
  }

  .pl-lg-42 {
    padding-left: 42px !important;
  }

  .pr-lg-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-43 {
    padding-top: 43px !important;
  }

  .pb-lg-43 {
    padding-bottom: 43px !important;
  }

  .pl-lg-43 {
    padding-left: 43px !important;
  }

  .pr-lg-43 {
    padding-right: 43px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-44 {
    padding-top: 44px !important;
  }

  .pb-lg-44 {
    padding-bottom: 44px !important;
  }

  .pl-lg-44 {
    padding-left: 44px !important;
  }

  .pr-lg-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-45 {
    padding-top: 45px !important;
  }

  .pb-lg-45 {
    padding-bottom: 45px !important;
  }

  .pl-lg-45 {
    padding-left: 45px !important;
  }

  .pr-lg-45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-46 {
    padding-top: 46px !important;
  }

  .pb-lg-46 {
    padding-bottom: 46px !important;
  }

  .pl-lg-46 {
    padding-left: 46px !important;
  }

  .pr-lg-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-47 {
    padding-top: 47px !important;
  }

  .pb-lg-47 {
    padding-bottom: 47px !important;
  }

  .pl-lg-47 {
    padding-left: 47px !important;
  }

  .pr-lg-47 {
    padding-right: 47px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-48 {
    padding-top: 48px !important;
  }

  .pb-lg-48 {
    padding-bottom: 48px !important;
  }

  .pl-lg-48 {
    padding-left: 48px !important;
  }

  .pr-lg-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-49 {
    padding-top: 49px !important;
  }

  .pb-lg-49 {
    padding-bottom: 49px !important;
  }

  .pl-lg-49 {
    padding-left: 49px !important;
  }

  .pr-lg-49 {
    padding-right: 49px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-50 {
    padding-top: 50px !important;
  }

  .pb-lg-50 {
    padding-bottom: 50px !important;
  }

  .pl-lg-50 {
    padding-left: 50px !important;
  }

  .pr-lg-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-51 {
    padding-top: 51px !important;
  }

  .pb-lg-51 {
    padding-bottom: 51px !important;
  }

  .pl-lg-51 {
    padding-left: 51px !important;
  }

  .pr-lg-51 {
    padding-right: 51px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-52 {
    padding-top: 52px !important;
  }

  .pb-lg-52 {
    padding-bottom: 52px !important;
  }

  .pl-lg-52 {
    padding-left: 52px !important;
  }

  .pr-lg-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-53 {
    padding-top: 53px !important;
  }

  .pb-lg-53 {
    padding-bottom: 53px !important;
  }

  .pl-lg-53 {
    padding-left: 53px !important;
  }

  .pr-lg-53 {
    padding-right: 53px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-54 {
    padding-top: 54px !important;
  }

  .pb-lg-54 {
    padding-bottom: 54px !important;
  }

  .pl-lg-54 {
    padding-left: 54px !important;
  }

  .pr-lg-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-55 {
    padding-top: 55px !important;
  }

  .pb-lg-55 {
    padding-bottom: 55px !important;
  }

  .pl-lg-55 {
    padding-left: 55px !important;
  }

  .pr-lg-55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-56 {
    padding-top: 56px !important;
  }

  .pb-lg-56 {
    padding-bottom: 56px !important;
  }

  .pl-lg-56 {
    padding-left: 56px !important;
  }

  .pr-lg-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-57 {
    padding-top: 57px !important;
  }

  .pb-lg-57 {
    padding-bottom: 57px !important;
  }

  .pl-lg-57 {
    padding-left: 57px !important;
  }

  .pr-lg-57 {
    padding-right: 57px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-58 {
    padding-top: 58px !important;
  }

  .pb-lg-58 {
    padding-bottom: 58px !important;
  }

  .pl-lg-58 {
    padding-left: 58px !important;
  }

  .pr-lg-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-59 {
    padding-top: 59px !important;
  }

  .pb-lg-59 {
    padding-bottom: 59px !important;
  }

  .pl-lg-59 {
    padding-left: 59px !important;
  }

  .pr-lg-59 {
    padding-right: 59px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pl-lg-60 {
    padding-left: 60px !important;
  }

  .pr-lg-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-61 {
    padding-top: 61px !important;
  }

  .pb-lg-61 {
    padding-bottom: 61px !important;
  }

  .pl-lg-61 {
    padding-left: 61px !important;
  }

  .pr-lg-61 {
    padding-right: 61px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-62 {
    padding-top: 62px !important;
  }

  .pb-lg-62 {
    padding-bottom: 62px !important;
  }

  .pl-lg-62 {
    padding-left: 62px !important;
  }

  .pr-lg-62 {
    padding-right: 62px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-63 {
    padding-top: 63px !important;
  }

  .pb-lg-63 {
    padding-bottom: 63px !important;
  }

  .pl-lg-63 {
    padding-left: 63px !important;
  }

  .pr-lg-63 {
    padding-right: 63px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-64 {
    padding-top: 64px !important;
  }

  .pb-lg-64 {
    padding-bottom: 64px !important;
  }

  .pl-lg-64 {
    padding-left: 64px !important;
  }

  .pr-lg-64 {
    padding-right: 64px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-65 {
    padding-top: 65px !important;
  }

  .pb-lg-65 {
    padding-bottom: 65px !important;
  }

  .pl-lg-65 {
    padding-left: 65px !important;
  }

  .pr-lg-65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-66 {
    padding-top: 66px !important;
  }

  .pb-lg-66 {
    padding-bottom: 66px !important;
  }

  .pl-lg-66 {
    padding-left: 66px !important;
  }

  .pr-lg-66 {
    padding-right: 66px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-67 {
    padding-top: 67px !important;
  }

  .pb-lg-67 {
    padding-bottom: 67px !important;
  }

  .pl-lg-67 {
    padding-left: 67px !important;
  }

  .pr-lg-67 {
    padding-right: 67px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-68 {
    padding-top: 68px !important;
  }

  .pb-lg-68 {
    padding-bottom: 68px !important;
  }

  .pl-lg-68 {
    padding-left: 68px !important;
  }

  .pr-lg-68 {
    padding-right: 68px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-69 {
    padding-top: 69px !important;
  }

  .pb-lg-69 {
    padding-bottom: 69px !important;
  }

  .pl-lg-69 {
    padding-left: 69px !important;
  }

  .pr-lg-69 {
    padding-right: 69px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-70 {
    padding-top: 70px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pl-lg-70 {
    padding-left: 70px !important;
  }

  .pr-lg-70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-71 {
    padding-top: 71px !important;
  }

  .pb-lg-71 {
    padding-bottom: 71px !important;
  }

  .pl-lg-71 {
    padding-left: 71px !important;
  }

  .pr-lg-71 {
    padding-right: 71px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-72 {
    padding-top: 72px !important;
  }

  .pb-lg-72 {
    padding-bottom: 72px !important;
  }

  .pl-lg-72 {
    padding-left: 72px !important;
  }

  .pr-lg-72 {
    padding-right: 72px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-73 {
    padding-top: 73px !important;
  }

  .pb-lg-73 {
    padding-bottom: 73px !important;
  }

  .pl-lg-73 {
    padding-left: 73px !important;
  }

  .pr-lg-73 {
    padding-right: 73px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-74 {
    padding-top: 74px !important;
  }

  .pb-lg-74 {
    padding-bottom: 74px !important;
  }

  .pl-lg-74 {
    padding-left: 74px !important;
  }

  .pr-lg-74 {
    padding-right: 74px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-75 {
    padding-top: 75px !important;
  }

  .pb-lg-75 {
    padding-bottom: 75px !important;
  }

  .pl-lg-75 {
    padding-left: 75px !important;
  }

  .pr-lg-75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-76 {
    padding-top: 76px !important;
  }

  .pb-lg-76 {
    padding-bottom: 76px !important;
  }

  .pl-lg-76 {
    padding-left: 76px !important;
  }

  .pr-lg-76 {
    padding-right: 76px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-77 {
    padding-top: 77px !important;
  }

  .pb-lg-77 {
    padding-bottom: 77px !important;
  }

  .pl-lg-77 {
    padding-left: 77px !important;
  }

  .pr-lg-77 {
    padding-right: 77px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-78 {
    padding-top: 78px !important;
  }

  .pb-lg-78 {
    padding-bottom: 78px !important;
  }

  .pl-lg-78 {
    padding-left: 78px !important;
  }

  .pr-lg-78 {
    padding-right: 78px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-79 {
    padding-top: 79px !important;
  }

  .pb-lg-79 {
    padding-bottom: 79px !important;
  }

  .pl-lg-79 {
    padding-left: 79px !important;
  }

  .pr-lg-79 {
    padding-right: 79px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px !important;
  }

  .pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .pl-lg-80 {
    padding-left: 80px !important;
  }

  .pr-lg-80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-81 {
    padding-top: 81px !important;
  }

  .pb-lg-81 {
    padding-bottom: 81px !important;
  }

  .pl-lg-81 {
    padding-left: 81px !important;
  }

  .pr-lg-81 {
    padding-right: 81px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-82 {
    padding-top: 82px !important;
  }

  .pb-lg-82 {
    padding-bottom: 82px !important;
  }

  .pl-lg-82 {
    padding-left: 82px !important;
  }

  .pr-lg-82 {
    padding-right: 82px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-83 {
    padding-top: 83px !important;
  }

  .pb-lg-83 {
    padding-bottom: 83px !important;
  }

  .pl-lg-83 {
    padding-left: 83px !important;
  }

  .pr-lg-83 {
    padding-right: 83px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-84 {
    padding-top: 84px !important;
  }

  .pb-lg-84 {
    padding-bottom: 84px !important;
  }

  .pl-lg-84 {
    padding-left: 84px !important;
  }

  .pr-lg-84 {
    padding-right: 84px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-85 {
    padding-top: 85px !important;
  }

  .pb-lg-85 {
    padding-bottom: 85px !important;
  }

  .pl-lg-85 {
    padding-left: 85px !important;
  }

  .pr-lg-85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-86 {
    padding-top: 86px !important;
  }

  .pb-lg-86 {
    padding-bottom: 86px !important;
  }

  .pl-lg-86 {
    padding-left: 86px !important;
  }

  .pr-lg-86 {
    padding-right: 86px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-87 {
    padding-top: 87px !important;
  }

  .pb-lg-87 {
    padding-bottom: 87px !important;
  }

  .pl-lg-87 {
    padding-left: 87px !important;
  }

  .pr-lg-87 {
    padding-right: 87px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-88 {
    padding-top: 88px !important;
  }

  .pb-lg-88 {
    padding-bottom: 88px !important;
  }

  .pl-lg-88 {
    padding-left: 88px !important;
  }

  .pr-lg-88 {
    padding-right: 88px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-89 {
    padding-top: 89px !important;
  }

  .pb-lg-89 {
    padding-bottom: 89px !important;
  }

  .pl-lg-89 {
    padding-left: 89px !important;
  }

  .pr-lg-89 {
    padding-right: 89px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-90 {
    padding-top: 90px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }

  .pl-lg-90 {
    padding-left: 90px !important;
  }

  .pr-lg-90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-91 {
    padding-top: 91px !important;
  }

  .pb-lg-91 {
    padding-bottom: 91px !important;
  }

  .pl-lg-91 {
    padding-left: 91px !important;
  }

  .pr-lg-91 {
    padding-right: 91px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-92 {
    padding-top: 92px !important;
  }

  .pb-lg-92 {
    padding-bottom: 92px !important;
  }

  .pl-lg-92 {
    padding-left: 92px !important;
  }

  .pr-lg-92 {
    padding-right: 92px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-93 {
    padding-top: 93px !important;
  }

  .pb-lg-93 {
    padding-bottom: 93px !important;
  }

  .pl-lg-93 {
    padding-left: 93px !important;
  }

  .pr-lg-93 {
    padding-right: 93px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-94 {
    padding-top: 94px !important;
  }

  .pb-lg-94 {
    padding-bottom: 94px !important;
  }

  .pl-lg-94 {
    padding-left: 94px !important;
  }

  .pr-lg-94 {
    padding-right: 94px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-95 {
    padding-top: 95px !important;
  }

  .pb-lg-95 {
    padding-bottom: 95px !important;
  }

  .pl-lg-95 {
    padding-left: 95px !important;
  }

  .pr-lg-95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-96 {
    padding-top: 96px !important;
  }

  .pb-lg-96 {
    padding-bottom: 96px !important;
  }

  .pl-lg-96 {
    padding-left: 96px !important;
  }

  .pr-lg-96 {
    padding-right: 96px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-97 {
    padding-top: 97px !important;
  }

  .pb-lg-97 {
    padding-bottom: 97px !important;
  }

  .pl-lg-97 {
    padding-left: 97px !important;
  }

  .pr-lg-97 {
    padding-right: 97px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-98 {
    padding-top: 98px !important;
  }

  .pb-lg-98 {
    padding-bottom: 98px !important;
  }

  .pl-lg-98 {
    padding-left: 98px !important;
  }

  .pr-lg-98 {
    padding-right: 98px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-99 {
    padding-top: 99px !important;
  }

  .pb-lg-99 {
    padding-bottom: 99px !important;
  }

  .pl-lg-99 {
    padding-left: 99px !important;
  }

  .pr-lg-99 {
    padding-right: 99px !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pl-lg-100 {
    padding-left: 100px !important;
  }

  .pr-lg-100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0px !important;
  }

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

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

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

@media (min-width: 1200px) {
  .pt-xl-1 {
    padding-top: 1px !important;
  }

  .pb-xl-1 {
    padding-bottom: 1px !important;
  }

  .pl-xl-1 {
    padding-left: 1px !important;
  }

  .pr-xl-1 {
    padding-right: 1px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
    padding-top: 2px !important;
  }

  .pb-xl-2 {
    padding-bottom: 2px !important;
  }

  .pl-xl-2 {
    padding-left: 2px !important;
  }

  .pr-xl-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
    padding-top: 3px !important;
  }

  .pb-xl-3 {
    padding-bottom: 3px !important;
  }

  .pl-xl-3 {
    padding-left: 3px !important;
  }

  .pr-xl-3 {
    padding-right: 3px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
    padding-top: 4px !important;
  }

  .pb-xl-4 {
    padding-bottom: 4px !important;
  }

  .pl-xl-4 {
    padding-left: 4px !important;
  }

  .pr-xl-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 5px !important;
  }

  .pb-xl-5 {
    padding-bottom: 5px !important;
  }

  .pl-xl-5 {
    padding-left: 5px !important;
  }

  .pr-xl-5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 6px !important;
  }

  .pb-xl-6 {
    padding-bottom: 6px !important;
  }

  .pl-xl-6 {
    padding-left: 6px !important;
  }

  .pr-xl-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-7 {
    padding-top: 7px !important;
  }

  .pb-xl-7 {
    padding-bottom: 7px !important;
  }

  .pl-xl-7 {
    padding-left: 7px !important;
  }

  .pr-xl-7 {
    padding-right: 7px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 8px !important;
  }

  .pb-xl-8 {
    padding-bottom: 8px !important;
  }

  .pl-xl-8 {
    padding-left: 8px !important;
  }

  .pr-xl-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-9 {
    padding-top: 9px !important;
  }

  .pb-xl-9 {
    padding-bottom: 9px !important;
  }

  .pl-xl-9 {
    padding-left: 9px !important;
  }

  .pr-xl-9 {
    padding-right: 9px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 10px !important;
  }

  .pb-xl-10 {
    padding-bottom: 10px !important;
  }

  .pl-xl-10 {
    padding-left: 10px !important;
  }

  .pr-xl-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-11 {
    padding-top: 11px !important;
  }

  .pb-xl-11 {
    padding-bottom: 11px !important;
  }

  .pl-xl-11 {
    padding-left: 11px !important;
  }

  .pr-xl-11 {
    padding-right: 11px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-12 {
    padding-top: 12px !important;
  }

  .pb-xl-12 {
    padding-bottom: 12px !important;
  }

  .pl-xl-12 {
    padding-left: 12px !important;
  }

  .pr-xl-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-13 {
    padding-top: 13px !important;
  }

  .pb-xl-13 {
    padding-bottom: 13px !important;
  }

  .pl-xl-13 {
    padding-left: 13px !important;
  }

  .pr-xl-13 {
    padding-right: 13px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-14 {
    padding-top: 14px !important;
  }

  .pb-xl-14 {
    padding-bottom: 14px !important;
  }

  .pl-xl-14 {
    padding-left: 14px !important;
  }

  .pr-xl-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-15 {
    padding-top: 15px !important;
  }

  .pb-xl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xl-15 {
    padding-left: 15px !important;
  }

  .pr-xl-15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-16 {
    padding-top: 16px !important;
  }

  .pb-xl-16 {
    padding-bottom: 16px !important;
  }

  .pl-xl-16 {
    padding-left: 16px !important;
  }

  .pr-xl-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-17 {
    padding-top: 17px !important;
  }

  .pb-xl-17 {
    padding-bottom: 17px !important;
  }

  .pl-xl-17 {
    padding-left: 17px !important;
  }

  .pr-xl-17 {
    padding-right: 17px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-18 {
    padding-top: 18px !important;
  }

  .pb-xl-18 {
    padding-bottom: 18px !important;
  }

  .pl-xl-18 {
    padding-left: 18px !important;
  }

  .pr-xl-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-19 {
    padding-top: 19px !important;
  }

  .pb-xl-19 {
    padding-bottom: 19px !important;
  }

  .pl-xl-19 {
    padding-left: 19px !important;
  }

  .pr-xl-19 {
    padding-right: 19px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-20 {
    padding-top: 20px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xl-20 {
    padding-left: 20px !important;
  }

  .pr-xl-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-21 {
    padding-top: 21px !important;
  }

  .pb-xl-21 {
    padding-bottom: 21px !important;
  }

  .pl-xl-21 {
    padding-left: 21px !important;
  }

  .pr-xl-21 {
    padding-right: 21px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-22 {
    padding-top: 22px !important;
  }

  .pb-xl-22 {
    padding-bottom: 22px !important;
  }

  .pl-xl-22 {
    padding-left: 22px !important;
  }

  .pr-xl-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-23 {
    padding-top: 23px !important;
  }

  .pb-xl-23 {
    padding-bottom: 23px !important;
  }

  .pl-xl-23 {
    padding-left: 23px !important;
  }

  .pr-xl-23 {
    padding-right: 23px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-24 {
    padding-top: 24px !important;
  }

  .pb-xl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xl-24 {
    padding-left: 24px !important;
  }

  .pr-xl-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-25 {
    padding-top: 25px !important;
  }

  .pb-xl-25 {
    padding-bottom: 25px !important;
  }

  .pl-xl-25 {
    padding-left: 25px !important;
  }

  .pr-xl-25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-26 {
    padding-top: 26px !important;
  }

  .pb-xl-26 {
    padding-bottom: 26px !important;
  }

  .pl-xl-26 {
    padding-left: 26px !important;
  }

  .pr-xl-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-27 {
    padding-top: 27px !important;
  }

  .pb-xl-27 {
    padding-bottom: 27px !important;
  }

  .pl-xl-27 {
    padding-left: 27px !important;
  }

  .pr-xl-27 {
    padding-right: 27px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-28 {
    padding-top: 28px !important;
  }

  .pb-xl-28 {
    padding-bottom: 28px !important;
  }

  .pl-xl-28 {
    padding-left: 28px !important;
  }

  .pr-xl-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-29 {
    padding-top: 29px !important;
  }

  .pb-xl-29 {
    padding-bottom: 29px !important;
  }

  .pl-xl-29 {
    padding-left: 29px !important;
  }

  .pr-xl-29 {
    padding-right: 29px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-30 {
    padding-top: 30px !important;
  }

  .pb-xl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xl-30 {
    padding-left: 30px !important;
  }

  .pr-xl-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-31 {
    padding-top: 31px !important;
  }

  .pb-xl-31 {
    padding-bottom: 31px !important;
  }

  .pl-xl-31 {
    padding-left: 31px !important;
  }

  .pr-xl-31 {
    padding-right: 31px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-32 {
    padding-top: 32px !important;
  }

  .pb-xl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xl-32 {
    padding-left: 32px !important;
  }

  .pr-xl-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-33 {
    padding-top: 33px !important;
  }

  .pb-xl-33 {
    padding-bottom: 33px !important;
  }

  .pl-xl-33 {
    padding-left: 33px !important;
  }

  .pr-xl-33 {
    padding-right: 33px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-34 {
    padding-top: 34px !important;
  }

  .pb-xl-34 {
    padding-bottom: 34px !important;
  }

  .pl-xl-34 {
    padding-left: 34px !important;
  }

  .pr-xl-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-35 {
    padding-top: 35px !important;
  }

  .pb-xl-35 {
    padding-bottom: 35px !important;
  }

  .pl-xl-35 {
    padding-left: 35px !important;
  }

  .pr-xl-35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-36 {
    padding-top: 36px !important;
  }

  .pb-xl-36 {
    padding-bottom: 36px !important;
  }

  .pl-xl-36 {
    padding-left: 36px !important;
  }

  .pr-xl-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-37 {
    padding-top: 37px !important;
  }

  .pb-xl-37 {
    padding-bottom: 37px !important;
  }

  .pl-xl-37 {
    padding-left: 37px !important;
  }

  .pr-xl-37 {
    padding-right: 37px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-38 {
    padding-top: 38px !important;
  }

  .pb-xl-38 {
    padding-bottom: 38px !important;
  }

  .pl-xl-38 {
    padding-left: 38px !important;
  }

  .pr-xl-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-39 {
    padding-top: 39px !important;
  }

  .pb-xl-39 {
    padding-bottom: 39px !important;
  }

  .pl-xl-39 {
    padding-left: 39px !important;
  }

  .pr-xl-39 {
    padding-right: 39px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40 {
    padding-left: 40px !important;
  }

  .pr-xl-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-41 {
    padding-top: 41px !important;
  }

  .pb-xl-41 {
    padding-bottom: 41px !important;
  }

  .pl-xl-41 {
    padding-left: 41px !important;
  }

  .pr-xl-41 {
    padding-right: 41px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-42 {
    padding-top: 42px !important;
  }

  .pb-xl-42 {
    padding-bottom: 42px !important;
  }

  .pl-xl-42 {
    padding-left: 42px !important;
  }

  .pr-xl-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-43 {
    padding-top: 43px !important;
  }

  .pb-xl-43 {
    padding-bottom: 43px !important;
  }

  .pl-xl-43 {
    padding-left: 43px !important;
  }

  .pr-xl-43 {
    padding-right: 43px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-44 {
    padding-top: 44px !important;
  }

  .pb-xl-44 {
    padding-bottom: 44px !important;
  }

  .pl-xl-44 {
    padding-left: 44px !important;
  }

  .pr-xl-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-45 {
    padding-top: 45px !important;
  }

  .pb-xl-45 {
    padding-bottom: 45px !important;
  }

  .pl-xl-45 {
    padding-left: 45px !important;
  }

  .pr-xl-45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-46 {
    padding-top: 46px !important;
  }

  .pb-xl-46 {
    padding-bottom: 46px !important;
  }

  .pl-xl-46 {
    padding-left: 46px !important;
  }

  .pr-xl-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-47 {
    padding-top: 47px !important;
  }

  .pb-xl-47 {
    padding-bottom: 47px !important;
  }

  .pl-xl-47 {
    padding-left: 47px !important;
  }

  .pr-xl-47 {
    padding-right: 47px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-48 {
    padding-top: 48px !important;
  }

  .pb-xl-48 {
    padding-bottom: 48px !important;
  }

  .pl-xl-48 {
    padding-left: 48px !important;
  }

  .pr-xl-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-49 {
    padding-top: 49px !important;
  }

  .pb-xl-49 {
    padding-bottom: 49px !important;
  }

  .pl-xl-49 {
    padding-left: 49px !important;
  }

  .pr-xl-49 {
    padding-right: 49px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-50 {
    padding-top: 50px !important;
  }

  .pb-xl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xl-50 {
    padding-left: 50px !important;
  }

  .pr-xl-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-51 {
    padding-top: 51px !important;
  }

  .pb-xl-51 {
    padding-bottom: 51px !important;
  }

  .pl-xl-51 {
    padding-left: 51px !important;
  }

  .pr-xl-51 {
    padding-right: 51px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-52 {
    padding-top: 52px !important;
  }

  .pb-xl-52 {
    padding-bottom: 52px !important;
  }

  .pl-xl-52 {
    padding-left: 52px !important;
  }

  .pr-xl-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-53 {
    padding-top: 53px !important;
  }

  .pb-xl-53 {
    padding-bottom: 53px !important;
  }

  .pl-xl-53 {
    padding-left: 53px !important;
  }

  .pr-xl-53 {
    padding-right: 53px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-54 {
    padding-top: 54px !important;
  }

  .pb-xl-54 {
    padding-bottom: 54px !important;
  }

  .pl-xl-54 {
    padding-left: 54px !important;
  }

  .pr-xl-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-55 {
    padding-top: 55px !important;
  }

  .pb-xl-55 {
    padding-bottom: 55px !important;
  }

  .pl-xl-55 {
    padding-left: 55px !important;
  }

  .pr-xl-55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-56 {
    padding-top: 56px !important;
  }

  .pb-xl-56 {
    padding-bottom: 56px !important;
  }

  .pl-xl-56 {
    padding-left: 56px !important;
  }

  .pr-xl-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-57 {
    padding-top: 57px !important;
  }

  .pb-xl-57 {
    padding-bottom: 57px !important;
  }

  .pl-xl-57 {
    padding-left: 57px !important;
  }

  .pr-xl-57 {
    padding-right: 57px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-58 {
    padding-top: 58px !important;
  }

  .pb-xl-58 {
    padding-bottom: 58px !important;
  }

  .pl-xl-58 {
    padding-left: 58px !important;
  }

  .pr-xl-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-59 {
    padding-top: 59px !important;
  }

  .pb-xl-59 {
    padding-bottom: 59px !important;
  }

  .pl-xl-59 {
    padding-left: 59px !important;
  }

  .pr-xl-59 {
    padding-right: 59px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-60 {
    padding-top: 60px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xl-60 {
    padding-left: 60px !important;
  }

  .pr-xl-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-61 {
    padding-top: 61px !important;
  }

  .pb-xl-61 {
    padding-bottom: 61px !important;
  }

  .pl-xl-61 {
    padding-left: 61px !important;
  }

  .pr-xl-61 {
    padding-right: 61px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-62 {
    padding-top: 62px !important;
  }

  .pb-xl-62 {
    padding-bottom: 62px !important;
  }

  .pl-xl-62 {
    padding-left: 62px !important;
  }

  .pr-xl-62 {
    padding-right: 62px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-63 {
    padding-top: 63px !important;
  }

  .pb-xl-63 {
    padding-bottom: 63px !important;
  }

  .pl-xl-63 {
    padding-left: 63px !important;
  }

  .pr-xl-63 {
    padding-right: 63px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-64 {
    padding-top: 64px !important;
  }

  .pb-xl-64 {
    padding-bottom: 64px !important;
  }

  .pl-xl-64 {
    padding-left: 64px !important;
  }

  .pr-xl-64 {
    padding-right: 64px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-65 {
    padding-top: 65px !important;
  }

  .pb-xl-65 {
    padding-bottom: 65px !important;
  }

  .pl-xl-65 {
    padding-left: 65px !important;
  }

  .pr-xl-65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-66 {
    padding-top: 66px !important;
  }

  .pb-xl-66 {
    padding-bottom: 66px !important;
  }

  .pl-xl-66 {
    padding-left: 66px !important;
  }

  .pr-xl-66 {
    padding-right: 66px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-67 {
    padding-top: 67px !important;
  }

  .pb-xl-67 {
    padding-bottom: 67px !important;
  }

  .pl-xl-67 {
    padding-left: 67px !important;
  }

  .pr-xl-67 {
    padding-right: 67px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-68 {
    padding-top: 68px !important;
  }

  .pb-xl-68 {
    padding-bottom: 68px !important;
  }

  .pl-xl-68 {
    padding-left: 68px !important;
  }

  .pr-xl-68 {
    padding-right: 68px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-69 {
    padding-top: 69px !important;
  }

  .pb-xl-69 {
    padding-bottom: 69px !important;
  }

  .pl-xl-69 {
    padding-left: 69px !important;
  }

  .pr-xl-69 {
    padding-right: 69px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-70 {
    padding-top: 70px !important;
  }

  .pb-xl-70 {
    padding-bottom: 70px !important;
  }

  .pl-xl-70 {
    padding-left: 70px !important;
  }

  .pr-xl-70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-71 {
    padding-top: 71px !important;
  }

  .pb-xl-71 {
    padding-bottom: 71px !important;
  }

  .pl-xl-71 {
    padding-left: 71px !important;
  }

  .pr-xl-71 {
    padding-right: 71px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-72 {
    padding-top: 72px !important;
  }

  .pb-xl-72 {
    padding-bottom: 72px !important;
  }

  .pl-xl-72 {
    padding-left: 72px !important;
  }

  .pr-xl-72 {
    padding-right: 72px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-73 {
    padding-top: 73px !important;
  }

  .pb-xl-73 {
    padding-bottom: 73px !important;
  }

  .pl-xl-73 {
    padding-left: 73px !important;
  }

  .pr-xl-73 {
    padding-right: 73px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-74 {
    padding-top: 74px !important;
  }

  .pb-xl-74 {
    padding-bottom: 74px !important;
  }

  .pl-xl-74 {
    padding-left: 74px !important;
  }

  .pr-xl-74 {
    padding-right: 74px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-75 {
    padding-top: 75px !important;
  }

  .pb-xl-75 {
    padding-bottom: 75px !important;
  }

  .pl-xl-75 {
    padding-left: 75px !important;
  }

  .pr-xl-75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-76 {
    padding-top: 76px !important;
  }

  .pb-xl-76 {
    padding-bottom: 76px !important;
  }

  .pl-xl-76 {
    padding-left: 76px !important;
  }

  .pr-xl-76 {
    padding-right: 76px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-77 {
    padding-top: 77px !important;
  }

  .pb-xl-77 {
    padding-bottom: 77px !important;
  }

  .pl-xl-77 {
    padding-left: 77px !important;
  }

  .pr-xl-77 {
    padding-right: 77px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-78 {
    padding-top: 78px !important;
  }

  .pb-xl-78 {
    padding-bottom: 78px !important;
  }

  .pl-xl-78 {
    padding-left: 78px !important;
  }

  .pr-xl-78 {
    padding-right: 78px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-79 {
    padding-top: 79px !important;
  }

  .pb-xl-79 {
    padding-bottom: 79px !important;
  }

  .pl-xl-79 {
    padding-left: 79px !important;
  }

  .pr-xl-79 {
    padding-right: 79px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-80 {
    padding-top: 80px !important;
  }

  .pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xl-80 {
    padding-left: 80px !important;
  }

  .pr-xl-80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-81 {
    padding-top: 81px !important;
  }

  .pb-xl-81 {
    padding-bottom: 81px !important;
  }

  .pl-xl-81 {
    padding-left: 81px !important;
  }

  .pr-xl-81 {
    padding-right: 81px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-82 {
    padding-top: 82px !important;
  }

  .pb-xl-82 {
    padding-bottom: 82px !important;
  }

  .pl-xl-82 {
    padding-left: 82px !important;
  }

  .pr-xl-82 {
    padding-right: 82px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-83 {
    padding-top: 83px !important;
  }

  .pb-xl-83 {
    padding-bottom: 83px !important;
  }

  .pl-xl-83 {
    padding-left: 83px !important;
  }

  .pr-xl-83 {
    padding-right: 83px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-84 {
    padding-top: 84px !important;
  }

  .pb-xl-84 {
    padding-bottom: 84px !important;
  }

  .pl-xl-84 {
    padding-left: 84px !important;
  }

  .pr-xl-84 {
    padding-right: 84px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-85 {
    padding-top: 85px !important;
  }

  .pb-xl-85 {
    padding-bottom: 85px !important;
  }

  .pl-xl-85 {
    padding-left: 85px !important;
  }

  .pr-xl-85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-86 {
    padding-top: 86px !important;
  }

  .pb-xl-86 {
    padding-bottom: 86px !important;
  }

  .pl-xl-86 {
    padding-left: 86px !important;
  }

  .pr-xl-86 {
    padding-right: 86px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-87 {
    padding-top: 87px !important;
  }

  .pb-xl-87 {
    padding-bottom: 87px !important;
  }

  .pl-xl-87 {
    padding-left: 87px !important;
  }

  .pr-xl-87 {
    padding-right: 87px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-88 {
    padding-top: 88px !important;
  }

  .pb-xl-88 {
    padding-bottom: 88px !important;
  }

  .pl-xl-88 {
    padding-left: 88px !important;
  }

  .pr-xl-88 {
    padding-right: 88px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-89 {
    padding-top: 89px !important;
  }

  .pb-xl-89 {
    padding-bottom: 89px !important;
  }

  .pl-xl-89 {
    padding-left: 89px !important;
  }

  .pr-xl-89 {
    padding-right: 89px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-90 {
    padding-top: 90px !important;
  }

  .pb-xl-90 {
    padding-bottom: 90px !important;
  }

  .pl-xl-90 {
    padding-left: 90px !important;
  }

  .pr-xl-90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-91 {
    padding-top: 91px !important;
  }

  .pb-xl-91 {
    padding-bottom: 91px !important;
  }

  .pl-xl-91 {
    padding-left: 91px !important;
  }

  .pr-xl-91 {
    padding-right: 91px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-92 {
    padding-top: 92px !important;
  }

  .pb-xl-92 {
    padding-bottom: 92px !important;
  }

  .pl-xl-92 {
    padding-left: 92px !important;
  }

  .pr-xl-92 {
    padding-right: 92px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-93 {
    padding-top: 93px !important;
  }

  .pb-xl-93 {
    padding-bottom: 93px !important;
  }

  .pl-xl-93 {
    padding-left: 93px !important;
  }

  .pr-xl-93 {
    padding-right: 93px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-94 {
    padding-top: 94px !important;
  }

  .pb-xl-94 {
    padding-bottom: 94px !important;
  }

  .pl-xl-94 {
    padding-left: 94px !important;
  }

  .pr-xl-94 {
    padding-right: 94px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-95 {
    padding-top: 95px !important;
  }

  .pb-xl-95 {
    padding-bottom: 95px !important;
  }

  .pl-xl-95 {
    padding-left: 95px !important;
  }

  .pr-xl-95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-96 {
    padding-top: 96px !important;
  }

  .pb-xl-96 {
    padding-bottom: 96px !important;
  }

  .pl-xl-96 {
    padding-left: 96px !important;
  }

  .pr-xl-96 {
    padding-right: 96px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-97 {
    padding-top: 97px !important;
  }

  .pb-xl-97 {
    padding-bottom: 97px !important;
  }

  .pl-xl-97 {
    padding-left: 97px !important;
  }

  .pr-xl-97 {
    padding-right: 97px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-98 {
    padding-top: 98px !important;
  }

  .pb-xl-98 {
    padding-bottom: 98px !important;
  }

  .pl-xl-98 {
    padding-left: 98px !important;
  }

  .pr-xl-98 {
    padding-right: 98px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-99 {
    padding-top: 99px !important;
  }

  .pb-xl-99 {
    padding-bottom: 99px !important;
  }

  .pl-xl-99 {
    padding-left: 99px !important;
  }

  .pr-xl-99 {
    padding-right: 99px !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-100 {
    padding-top: 100px !important;
  }

  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xl-100 {
    padding-left: 100px !important;
  }

  .pr-xl-100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
    padding-top: 0px !important;
  }

  .pt-xxl-0 {
    padding-bottom: 0px !important;
  }

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

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

@media (min-width: 1400px) {
  .pt-xxl-1 {
    padding-top: 1px !important;
  }

  .pt-xxl-1 {
    padding-bottom: 1px !important;
  }

  .pl-xxl-1 {
    padding-left: 1px !important;
  }

  .pr-xxl-1 {
    padding-right: 1px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
    padding-top: 2px !important;
  }

  .pt-xxl-2 {
    padding-bottom: 2px !important;
  }

  .pl-xxl-2 {
    padding-left: 2px !important;
  }

  .pr-xxl-2 {
    padding-right: 2px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
    padding-top: 3px !important;
  }

  .pt-xxl-3 {
    padding-bottom: 3px !important;
  }

  .pl-xxl-3 {
    padding-left: 3px !important;
  }

  .pr-xxl-3 {
    padding-right: 3px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
    padding-top: 4px !important;
  }

  .pt-xxl-4 {
    padding-bottom: 4px !important;
  }

  .pl-xxl-4 {
    padding-left: 4px !important;
  }

  .pr-xxl-4 {
    padding-right: 4px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
    padding-top: 5px !important;
  }

  .pt-xxl-5 {
    padding-bottom: 5px !important;
  }

  .pl-xxl-5 {
    padding-left: 5px !important;
  }

  .pr-xxl-5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-6 {
    padding-top: 6px !important;
  }

  .pt-xxl-6 {
    padding-bottom: 6px !important;
  }

  .pl-xxl-6 {
    padding-left: 6px !important;
  }

  .pr-xxl-6 {
    padding-right: 6px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-7 {
    padding-top: 7px !important;
  }

  .pt-xxl-7 {
    padding-bottom: 7px !important;
  }

  .pl-xxl-7 {
    padding-left: 7px !important;
  }

  .pr-xxl-7 {
    padding-right: 7px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-8 {
    padding-top: 8px !important;
  }

  .pt-xxl-8 {
    padding-bottom: 8px !important;
  }

  .pl-xxl-8 {
    padding-left: 8px !important;
  }

  .pr-xxl-8 {
    padding-right: 8px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-9 {
    padding-top: 9px !important;
  }

  .pt-xxl-9 {
    padding-bottom: 9px !important;
  }

  .pl-xxl-9 {
    padding-left: 9px !important;
  }

  .pr-xxl-9 {
    padding-right: 9px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-10 {
    padding-top: 10px !important;
  }

  .pt-xxl-10 {
    padding-bottom: 10px !important;
  }

  .pl-xxl-10 {
    padding-left: 10px !important;
  }

  .pr-xxl-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-11 {
    padding-top: 11px !important;
  }

  .pt-xxl-11 {
    padding-bottom: 11px !important;
  }

  .pl-xxl-11 {
    padding-left: 11px !important;
  }

  .pr-xxl-11 {
    padding-right: 11px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-12 {
    padding-top: 12px !important;
  }

  .pt-xxl-12 {
    padding-bottom: 12px !important;
  }

  .pl-xxl-12 {
    padding-left: 12px !important;
  }

  .pr-xxl-12 {
    padding-right: 12px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-13 {
    padding-top: 13px !important;
  }

  .pt-xxl-13 {
    padding-bottom: 13px !important;
  }

  .pl-xxl-13 {
    padding-left: 13px !important;
  }

  .pr-xxl-13 {
    padding-right: 13px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-14 {
    padding-top: 14px !important;
  }

  .pt-xxl-14 {
    padding-bottom: 14px !important;
  }

  .pl-xxl-14 {
    padding-left: 14px !important;
  }

  .pr-xxl-14 {
    padding-right: 14px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-15 {
    padding-top: 15px !important;
  }

  .pt-xxl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xxl-15 {
    padding-left: 15px !important;
  }

  .pr-xxl-15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-16 {
    padding-top: 16px !important;
  }

  .pt-xxl-16 {
    padding-bottom: 16px !important;
  }

  .pl-xxl-16 {
    padding-left: 16px !important;
  }

  .pr-xxl-16 {
    padding-right: 16px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-17 {
    padding-top: 17px !important;
  }

  .pt-xxl-17 {
    padding-bottom: 17px !important;
  }

  .pl-xxl-17 {
    padding-left: 17px !important;
  }

  .pr-xxl-17 {
    padding-right: 17px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-18 {
    padding-top: 18px !important;
  }

  .pt-xxl-18 {
    padding-bottom: 18px !important;
  }

  .pl-xxl-18 {
    padding-left: 18px !important;
  }

  .pr-xxl-18 {
    padding-right: 18px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-19 {
    padding-top: 19px !important;
  }

  .pt-xxl-19 {
    padding-bottom: 19px !important;
  }

  .pl-xxl-19 {
    padding-left: 19px !important;
  }

  .pr-xxl-19 {
    padding-right: 19px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-20 {
    padding-top: 20px !important;
  }

  .pt-xxl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xxl-20 {
    padding-left: 20px !important;
  }

  .pr-xxl-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-21 {
    padding-top: 21px !important;
  }

  .pt-xxl-21 {
    padding-bottom: 21px !important;
  }

  .pl-xxl-21 {
    padding-left: 21px !important;
  }

  .pr-xxl-21 {
    padding-right: 21px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-22 {
    padding-top: 22px !important;
  }

  .pt-xxl-22 {
    padding-bottom: 22px !important;
  }

  .pl-xxl-22 {
    padding-left: 22px !important;
  }

  .pr-xxl-22 {
    padding-right: 22px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-23 {
    padding-top: 23px !important;
  }

  .pt-xxl-23 {
    padding-bottom: 23px !important;
  }

  .pl-xxl-23 {
    padding-left: 23px !important;
  }

  .pr-xxl-23 {
    padding-right: 23px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-24 {
    padding-top: 24px !important;
  }

  .pt-xxl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xxl-24 {
    padding-left: 24px !important;
  }

  .pr-xxl-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-25 {
    padding-top: 25px !important;
  }

  .pt-xxl-25 {
    padding-bottom: 25px !important;
  }

  .pl-xxl-25 {
    padding-left: 25px !important;
  }

  .pr-xxl-25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-26 {
    padding-top: 26px !important;
  }

  .pt-xxl-26 {
    padding-bottom: 26px !important;
  }

  .pl-xxl-26 {
    padding-left: 26px !important;
  }

  .pr-xxl-26 {
    padding-right: 26px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-27 {
    padding-top: 27px !important;
  }

  .pt-xxl-27 {
    padding-bottom: 27px !important;
  }

  .pl-xxl-27 {
    padding-left: 27px !important;
  }

  .pr-xxl-27 {
    padding-right: 27px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-28 {
    padding-top: 28px !important;
  }

  .pt-xxl-28 {
    padding-bottom: 28px !important;
  }

  .pl-xxl-28 {
    padding-left: 28px !important;
  }

  .pr-xxl-28 {
    padding-right: 28px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-29 {
    padding-top: 29px !important;
  }

  .pt-xxl-29 {
    padding-bottom: 29px !important;
  }

  .pl-xxl-29 {
    padding-left: 29px !important;
  }

  .pr-xxl-29 {
    padding-right: 29px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-30 {
    padding-top: 30px !important;
  }

  .pt-xxl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xxl-30 {
    padding-left: 30px !important;
  }

  .pr-xxl-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-31 {
    padding-top: 31px !important;
  }

  .pt-xxl-31 {
    padding-bottom: 31px !important;
  }

  .pl-xxl-31 {
    padding-left: 31px !important;
  }

  .pr-xxl-31 {
    padding-right: 31px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-32 {
    padding-top: 32px !important;
  }

  .pt-xxl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xxl-32 {
    padding-left: 32px !important;
  }

  .pr-xxl-32 {
    padding-right: 32px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-33 {
    padding-top: 33px !important;
  }

  .pt-xxl-33 {
    padding-bottom: 33px !important;
  }

  .pl-xxl-33 {
    padding-left: 33px !important;
  }

  .pr-xxl-33 {
    padding-right: 33px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-34 {
    padding-top: 34px !important;
  }

  .pt-xxl-34 {
    padding-bottom: 34px !important;
  }

  .pl-xxl-34 {
    padding-left: 34px !important;
  }

  .pr-xxl-34 {
    padding-right: 34px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-35 {
    padding-top: 35px !important;
  }

  .pt-xxl-35 {
    padding-bottom: 35px !important;
  }

  .pl-xxl-35 {
    padding-left: 35px !important;
  }

  .pr-xxl-35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-36 {
    padding-top: 36px !important;
  }

  .pt-xxl-36 {
    padding-bottom: 36px !important;
  }

  .pl-xxl-36 {
    padding-left: 36px !important;
  }

  .pr-xxl-36 {
    padding-right: 36px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-37 {
    padding-top: 37px !important;
  }

  .pt-xxl-37 {
    padding-bottom: 37px !important;
  }

  .pl-xxl-37 {
    padding-left: 37px !important;
  }

  .pr-xxl-37 {
    padding-right: 37px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-38 {
    padding-top: 38px !important;
  }

  .pt-xxl-38 {
    padding-bottom: 38px !important;
  }

  .pl-xxl-38 {
    padding-left: 38px !important;
  }

  .pr-xxl-38 {
    padding-right: 38px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-39 {
    padding-top: 39px !important;
  }

  .pt-xxl-39 {
    padding-bottom: 39px !important;
  }

  .pl-xxl-39 {
    padding-left: 39px !important;
  }

  .pr-xxl-39 {
    padding-right: 39px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-40 {
    padding-top: 40px !important;
  }

  .pt-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xxl-40 {
    padding-left: 40px !important;
  }

  .pr-xxl-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-41 {
    padding-top: 41px !important;
  }

  .pt-xxl-41 {
    padding-bottom: 41px !important;
  }

  .pl-xxl-41 {
    padding-left: 41px !important;
  }

  .pr-xxl-41 {
    padding-right: 41px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-42 {
    padding-top: 42px !important;
  }

  .pt-xxl-42 {
    padding-bottom: 42px !important;
  }

  .pl-xxl-42 {
    padding-left: 42px !important;
  }

  .pr-xxl-42 {
    padding-right: 42px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-43 {
    padding-top: 43px !important;
  }

  .pt-xxl-43 {
    padding-bottom: 43px !important;
  }

  .pl-xxl-43 {
    padding-left: 43px !important;
  }

  .pr-xxl-43 {
    padding-right: 43px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-44 {
    padding-top: 44px !important;
  }

  .pt-xxl-44 {
    padding-bottom: 44px !important;
  }

  .pl-xxl-44 {
    padding-left: 44px !important;
  }

  .pr-xxl-44 {
    padding-right: 44px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-45 {
    padding-top: 45px !important;
  }

  .pt-xxl-45 {
    padding-bottom: 45px !important;
  }

  .pl-xxl-45 {
    padding-left: 45px !important;
  }

  .pr-xxl-45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-46 {
    padding-top: 46px !important;
  }

  .pt-xxl-46 {
    padding-bottom: 46px !important;
  }

  .pl-xxl-46 {
    padding-left: 46px !important;
  }

  .pr-xxl-46 {
    padding-right: 46px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-47 {
    padding-top: 47px !important;
  }

  .pt-xxl-47 {
    padding-bottom: 47px !important;
  }

  .pl-xxl-47 {
    padding-left: 47px !important;
  }

  .pr-xxl-47 {
    padding-right: 47px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-48 {
    padding-top: 48px !important;
  }

  .pt-xxl-48 {
    padding-bottom: 48px !important;
  }

  .pl-xxl-48 {
    padding-left: 48px !important;
  }

  .pr-xxl-48 {
    padding-right: 48px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-49 {
    padding-top: 49px !important;
  }

  .pt-xxl-49 {
    padding-bottom: 49px !important;
  }

  .pl-xxl-49 {
    padding-left: 49px !important;
  }

  .pr-xxl-49 {
    padding-right: 49px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-50 {
    padding-top: 50px !important;
  }

  .pt-xxl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xxl-50 {
    padding-left: 50px !important;
  }

  .pr-xxl-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-51 {
    padding-top: 51px !important;
  }

  .pt-xxl-51 {
    padding-bottom: 51px !important;
  }

  .pl-xxl-51 {
    padding-left: 51px !important;
  }

  .pr-xxl-51 {
    padding-right: 51px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-52 {
    padding-top: 52px !important;
  }

  .pt-xxl-52 {
    padding-bottom: 52px !important;
  }

  .pl-xxl-52 {
    padding-left: 52px !important;
  }

  .pr-xxl-52 {
    padding-right: 52px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-53 {
    padding-top: 53px !important;
  }

  .pt-xxl-53 {
    padding-bottom: 53px !important;
  }

  .pl-xxl-53 {
    padding-left: 53px !important;
  }

  .pr-xxl-53 {
    padding-right: 53px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-54 {
    padding-top: 54px !important;
  }

  .pt-xxl-54 {
    padding-bottom: 54px !important;
  }

  .pl-xxl-54 {
    padding-left: 54px !important;
  }

  .pr-xxl-54 {
    padding-right: 54px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-55 {
    padding-top: 55px !important;
  }

  .pt-xxl-55 {
    padding-bottom: 55px !important;
  }

  .pl-xxl-55 {
    padding-left: 55px !important;
  }

  .pr-xxl-55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-56 {
    padding-top: 56px !important;
  }

  .pt-xxl-56 {
    padding-bottom: 56px !important;
  }

  .pl-xxl-56 {
    padding-left: 56px !important;
  }

  .pr-xxl-56 {
    padding-right: 56px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-57 {
    padding-top: 57px !important;
  }

  .pt-xxl-57 {
    padding-bottom: 57px !important;
  }

  .pl-xxl-57 {
    padding-left: 57px !important;
  }

  .pr-xxl-57 {
    padding-right: 57px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-58 {
    padding-top: 58px !important;
  }

  .pt-xxl-58 {
    padding-bottom: 58px !important;
  }

  .pl-xxl-58 {
    padding-left: 58px !important;
  }

  .pr-xxl-58 {
    padding-right: 58px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-59 {
    padding-top: 59px !important;
  }

  .pt-xxl-59 {
    padding-bottom: 59px !important;
  }

  .pl-xxl-59 {
    padding-left: 59px !important;
  }

  .pr-xxl-59 {
    padding-right: 59px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-60 {
    padding-top: 60px !important;
  }

  .pt-xxl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xxl-60 {
    padding-left: 60px !important;
  }

  .pr-xxl-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-61 {
    padding-top: 61px !important;
  }

  .pt-xxl-61 {
    padding-bottom: 61px !important;
  }

  .pl-xxl-61 {
    padding-left: 61px !important;
  }

  .pr-xxl-61 {
    padding-right: 61px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-62 {
    padding-top: 62px !important;
  }

  .pt-xxl-62 {
    padding-bottom: 62px !important;
  }

  .pl-xxl-62 {
    padding-left: 62px !important;
  }

  .pr-xxl-62 {
    padding-right: 62px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-63 {
    padding-top: 63px !important;
  }

  .pt-xxl-63 {
    padding-bottom: 63px !important;
  }

  .pl-xxl-63 {
    padding-left: 63px !important;
  }

  .pr-xxl-63 {
    padding-right: 63px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-64 {
    padding-top: 64px !important;
  }

  .pt-xxl-64 {
    padding-bottom: 64px !important;
  }

  .pl-xxl-64 {
    padding-left: 64px !important;
  }

  .pr-xxl-64 {
    padding-right: 64px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-65 {
    padding-top: 65px !important;
  }

  .pt-xxl-65 {
    padding-bottom: 65px !important;
  }

  .pl-xxl-65 {
    padding-left: 65px !important;
  }

  .pr-xxl-65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-66 {
    padding-top: 66px !important;
  }

  .pt-xxl-66 {
    padding-bottom: 66px !important;
  }

  .pl-xxl-66 {
    padding-left: 66px !important;
  }

  .pr-xxl-66 {
    padding-right: 66px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-67 {
    padding-top: 67px !important;
  }

  .pt-xxl-67 {
    padding-bottom: 67px !important;
  }

  .pl-xxl-67 {
    padding-left: 67px !important;
  }

  .pr-xxl-67 {
    padding-right: 67px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-68 {
    padding-top: 68px !important;
  }

  .pt-xxl-68 {
    padding-bottom: 68px !important;
  }

  .pl-xxl-68 {
    padding-left: 68px !important;
  }

  .pr-xxl-68 {
    padding-right: 68px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-69 {
    padding-top: 69px !important;
  }

  .pt-xxl-69 {
    padding-bottom: 69px !important;
  }

  .pl-xxl-69 {
    padding-left: 69px !important;
  }

  .pr-xxl-69 {
    padding-right: 69px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-70 {
    padding-top: 70px !important;
  }

  .pt-xxl-70 {
    padding-bottom: 70px !important;
  }

  .pl-xxl-70 {
    padding-left: 70px !important;
  }

  .pr-xxl-70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-71 {
    padding-top: 71px !important;
  }

  .pt-xxl-71 {
    padding-bottom: 71px !important;
  }

  .pl-xxl-71 {
    padding-left: 71px !important;
  }

  .pr-xxl-71 {
    padding-right: 71px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-72 {
    padding-top: 72px !important;
  }

  .pt-xxl-72 {
    padding-bottom: 72px !important;
  }

  .pl-xxl-72 {
    padding-left: 72px !important;
  }

  .pr-xxl-72 {
    padding-right: 72px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-73 {
    padding-top: 73px !important;
  }

  .pt-xxl-73 {
    padding-bottom: 73px !important;
  }

  .pl-xxl-73 {
    padding-left: 73px !important;
  }

  .pr-xxl-73 {
    padding-right: 73px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-74 {
    padding-top: 74px !important;
  }

  .pt-xxl-74 {
    padding-bottom: 74px !important;
  }

  .pl-xxl-74 {
    padding-left: 74px !important;
  }

  .pr-xxl-74 {
    padding-right: 74px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-75 {
    padding-top: 75px !important;
  }

  .pt-xxl-75 {
    padding-bottom: 75px !important;
  }

  .pl-xxl-75 {
    padding-left: 75px !important;
  }

  .pr-xxl-75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-76 {
    padding-top: 76px !important;
  }

  .pt-xxl-76 {
    padding-bottom: 76px !important;
  }

  .pl-xxl-76 {
    padding-left: 76px !important;
  }

  .pr-xxl-76 {
    padding-right: 76px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-77 {
    padding-top: 77px !important;
  }

  .pt-xxl-77 {
    padding-bottom: 77px !important;
  }

  .pl-xxl-77 {
    padding-left: 77px !important;
  }

  .pr-xxl-77 {
    padding-right: 77px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-78 {
    padding-top: 78px !important;
  }

  .pt-xxl-78 {
    padding-bottom: 78px !important;
  }

  .pl-xxl-78 {
    padding-left: 78px !important;
  }

  .pr-xxl-78 {
    padding-right: 78px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-79 {
    padding-top: 79px !important;
  }

  .pt-xxl-79 {
    padding-bottom: 79px !important;
  }

  .pl-xxl-79 {
    padding-left: 79px !important;
  }

  .pr-xxl-79 {
    padding-right: 79px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-80 {
    padding-top: 80px !important;
  }

  .pt-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xxl-80 {
    padding-left: 80px !important;
  }

  .pr-xxl-80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-81 {
    padding-top: 81px !important;
  }

  .pt-xxl-81 {
    padding-bottom: 81px !important;
  }

  .pl-xxl-81 {
    padding-left: 81px !important;
  }

  .pr-xxl-81 {
    padding-right: 81px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-82 {
    padding-top: 82px !important;
  }

  .pt-xxl-82 {
    padding-bottom: 82px !important;
  }

  .pl-xxl-82 {
    padding-left: 82px !important;
  }

  .pr-xxl-82 {
    padding-right: 82px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-83 {
    padding-top: 83px !important;
  }

  .pt-xxl-83 {
    padding-bottom: 83px !important;
  }

  .pl-xxl-83 {
    padding-left: 83px !important;
  }

  .pr-xxl-83 {
    padding-right: 83px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-84 {
    padding-top: 84px !important;
  }

  .pt-xxl-84 {
    padding-bottom: 84px !important;
  }

  .pl-xxl-84 {
    padding-left: 84px !important;
  }

  .pr-xxl-84 {
    padding-right: 84px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-85 {
    padding-top: 85px !important;
  }

  .pt-xxl-85 {
    padding-bottom: 85px !important;
  }

  .pl-xxl-85 {
    padding-left: 85px !important;
  }

  .pr-xxl-85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-86 {
    padding-top: 86px !important;
  }

  .pt-xxl-86 {
    padding-bottom: 86px !important;
  }

  .pl-xxl-86 {
    padding-left: 86px !important;
  }

  .pr-xxl-86 {
    padding-right: 86px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-87 {
    padding-top: 87px !important;
  }

  .pt-xxl-87 {
    padding-bottom: 87px !important;
  }

  .pl-xxl-87 {
    padding-left: 87px !important;
  }

  .pr-xxl-87 {
    padding-right: 87px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-88 {
    padding-top: 88px !important;
  }

  .pt-xxl-88 {
    padding-bottom: 88px !important;
  }

  .pl-xxl-88 {
    padding-left: 88px !important;
  }

  .pr-xxl-88 {
    padding-right: 88px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-89 {
    padding-top: 89px !important;
  }

  .pt-xxl-89 {
    padding-bottom: 89px !important;
  }

  .pl-xxl-89 {
    padding-left: 89px !important;
  }

  .pr-xxl-89 {
    padding-right: 89px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-90 {
    padding-top: 90px !important;
  }

  .pt-xxl-90 {
    padding-bottom: 90px !important;
  }

  .pl-xxl-90 {
    padding-left: 90px !important;
  }

  .pr-xxl-90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-91 {
    padding-top: 91px !important;
  }

  .pt-xxl-91 {
    padding-bottom: 91px !important;
  }

  .pl-xxl-91 {
    padding-left: 91px !important;
  }

  .pr-xxl-91 {
    padding-right: 91px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-92 {
    padding-top: 92px !important;
  }

  .pt-xxl-92 {
    padding-bottom: 92px !important;
  }

  .pl-xxl-92 {
    padding-left: 92px !important;
  }

  .pr-xxl-92 {
    padding-right: 92px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-93 {
    padding-top: 93px !important;
  }

  .pt-xxl-93 {
    padding-bottom: 93px !important;
  }

  .pl-xxl-93 {
    padding-left: 93px !important;
  }

  .pr-xxl-93 {
    padding-right: 93px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-94 {
    padding-top: 94px !important;
  }

  .pt-xxl-94 {
    padding-bottom: 94px !important;
  }

  .pl-xxl-94 {
    padding-left: 94px !important;
  }

  .pr-xxl-94 {
    padding-right: 94px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-95 {
    padding-top: 95px !important;
  }

  .pt-xxl-95 {
    padding-bottom: 95px !important;
  }

  .pl-xxl-95 {
    padding-left: 95px !important;
  }

  .pr-xxl-95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-96 {
    padding-top: 96px !important;
  }

  .pt-xxl-96 {
    padding-bottom: 96px !important;
  }

  .pl-xxl-96 {
    padding-left: 96px !important;
  }

  .pr-xxl-96 {
    padding-right: 96px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-97 {
    padding-top: 97px !important;
  }

  .pt-xxl-97 {
    padding-bottom: 97px !important;
  }

  .pl-xxl-97 {
    padding-left: 97px !important;
  }

  .pr-xxl-97 {
    padding-right: 97px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-98 {
    padding-top: 98px !important;
  }

  .pt-xxl-98 {
    padding-bottom: 98px !important;
  }

  .pl-xxl-98 {
    padding-left: 98px !important;
  }

  .pr-xxl-98 {
    padding-right: 98px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-99 {
    padding-top: 99px !important;
  }

  .pt-xxl-99 {
    padding-bottom: 99px !important;
  }

  .pl-xxl-99 {
    padding-left: 99px !important;
  }

  .pr-xxl-99 {
    padding-right: 99px !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-100 {
    padding-top: 100px !important;
  }

  .pt-xxl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xxl-100 {
    padding-left: 100px !important;
  }

  .pr-xxl-100 {
    padding-right: 100px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.ml-21 {
  margin-left: 21px !important;
}

.mr-21 {
  margin-right: 21px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.ml-23 {
  margin-left: 23px !important;
}

.mr-23 {
  margin-right: 23px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.ml-27 {
  margin-left: 27px !important;
}

.mr-27 {
  margin-right: 27px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.ml-29 {
  margin-left: 29px !important;
}

.mr-29 {
  margin-right: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.ml-31 {
  margin-left: 31px !important;
}

.mr-31 {
  margin-right: 31px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.ml-33 {
  margin-left: 33px !important;
}

.mr-33 {
  margin-right: 33px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.ml-37 {
  margin-left: 37px !important;
}

.mr-37 {
  margin-right: 37px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.mt-39 {
  margin-top: 39px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.ml-39 {
  margin-left: 39px !important;
}

.mr-39 {
  margin-right: 39px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-41 {
  margin-top: 41px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.ml-41 {
  margin-left: 41px !important;
}

.mr-41 {
  margin-right: 41px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.ml-43 {
  margin-left: 43px !important;
}

.mr-43 {
  margin-right: 43px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.ml-46 {
  margin-left: 46px !important;
}

.mr-46 {
  margin-right: 46px !important;
}

.mt-47 {
  margin-top: 47px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.ml-47 {
  margin-left: 47px !important;
}

.mr-47 {
  margin-right: 47px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mt-49 {
  margin-top: 49px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.ml-49 {
  margin-left: 49px !important;
}

.mr-49 {
  margin-right: 49px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-51 {
  margin-top: 51px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.ml-51 {
  margin-left: 51px !important;
}

.mr-51 {
  margin-right: 51px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mt-53 {
  margin-top: 53px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.ml-53 {
  margin-left: 53px !important;
}

.mr-53 {
  margin-right: 53px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.ml-54 {
  margin-left: 54px !important;
}

.mr-54 {
  margin-right: 54px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mt-57 {
  margin-top: 57px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.ml-57 {
  margin-left: 57px !important;
}

.mr-57 {
  margin-right: 57px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.ml-58 {
  margin-left: 58px !important;
}

.mr-58 {
  margin-right: 58px !important;
}

.mt-59 {
  margin-top: 59px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.ml-59 {
  margin-left: 59px !important;
}

.mr-59 {
  margin-right: 59px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-61 {
  margin-top: 61px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.ml-61 {
  margin-left: 61px !important;
}

.mr-61 {
  margin-right: 61px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.mt-63 {
  margin-top: 63px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.ml-63 {
  margin-left: 63px !important;
}

.mr-63 {
  margin-right: 63px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.ml-66 {
  margin-left: 66px !important;
}

.mr-66 {
  margin-right: 66px !important;
}

.mt-67 {
  margin-top: 67px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.ml-67 {
  margin-left: 67px !important;
}

.mr-67 {
  margin-right: 67px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.ml-68 {
  margin-left: 68px !important;
}

.mr-68 {
  margin-right: 68px !important;
}

.mt-69 {
  margin-top: 69px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.ml-69 {
  margin-left: 69px !important;
}

.mr-69 {
  margin-right: 69px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-71 {
  margin-top: 71px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.ml-71 {
  margin-left: 71px !important;
}

.mr-71 {
  margin-right: 71px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mt-73 {
  margin-top: 73px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.ml-73 {
  margin-left: 73px !important;
}

.mr-73 {
  margin-right: 73px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.ml-74 {
  margin-left: 74px !important;
}

.mr-74 {
  margin-right: 74px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.ml-76 {
  margin-left: 76px !important;
}

.mr-76 {
  margin-right: 76px !important;
}

.mt-77 {
  margin-top: 77px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.ml-77 {
  margin-left: 77px !important;
}

.mr-77 {
  margin-right: 77px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.ml-78 {
  margin-left: 78px !important;
}

.mr-78 {
  margin-right: 78px !important;
}

.mt-79 {
  margin-top: 79px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.ml-79 {
  margin-left: 79px !important;
}

.mr-79 {
  margin-right: 79px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-81 {
  margin-top: 81px !important;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.ml-81 {
  margin-left: 81px !important;
}

.mr-81 {
  margin-right: 81px !important;
}

.mt-82 {
  margin-top: 82px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.ml-82 {
  margin-left: 82px !important;
}

.mr-82 {
  margin-right: 82px !important;
}

.mt-83 {
  margin-top: 83px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.ml-83 {
  margin-left: 83px !important;
}

.mr-83 {
  margin-right: 83px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.ml-84 {
  margin-left: 84px !important;
}

.mr-84 {
  margin-right: 84px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-86 {
  margin-top: 86px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.ml-86 {
  margin-left: 86px !important;
}

.mr-86 {
  margin-right: 86px !important;
}

.mt-87 {
  margin-top: 87px !important;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.ml-87 {
  margin-left: 87px !important;
}

.mr-87 {
  margin-right: 87px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.ml-88 {
  margin-left: 88px !important;
}

.mr-88 {
  margin-right: 88px !important;
}

.mt-89 {
  margin-top: 89px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.ml-89 {
  margin-left: 89px !important;
}

.mr-89 {
  margin-right: 89px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-91 {
  margin-top: 91px !important;
}

.mb-91 {
  margin-bottom: 91px !important;
}

.ml-91 {
  margin-left: 91px !important;
}

.mr-91 {
  margin-right: 91px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.ml-92 {
  margin-left: 92px !important;
}

.mr-92 {
  margin-right: 92px !important;
}

.mt-93 {
  margin-top: 93px !important;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.ml-93 {
  margin-left: 93px !important;
}

.mr-93 {
  margin-right: 93px !important;
}

.mt-94 {
  margin-top: 94px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.ml-94 {
  margin-left: 94px !important;
}

.mr-94 {
  margin-right: 94px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }

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

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

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

@media (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 1px !important;
  }

  .mb-sm-1 {
    margin-bottom: 1px !important;
  }

  .ml-sm-1 {
    margin-left: 1px !important;
  }

  .mr-sm-1 {
    margin-right: 1px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
    margin-top: 2px !important;
  }

  .mb-sm-2 {
    margin-bottom: 2px !important;
  }

  .ml-sm-2 {
    margin-left: 2px !important;
  }

  .mr-sm-2 {
    margin-right: 2px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
    margin-top: 3px !important;
  }

  .mb-sm-3 {
    margin-bottom: 3px !important;
  }

  .ml-sm-3 {
    margin-left: 3px !important;
  }

  .mr-sm-3 {
    margin-right: 3px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 4px !important;
  }

  .mb-sm-4 {
    margin-bottom: 4px !important;
  }

  .ml-sm-4 {
    margin-left: 4px !important;
  }

  .mr-sm-4 {
    margin-right: 4px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 5px !important;
  }

  .mb-sm-5 {
    margin-bottom: 5px !important;
  }

  .ml-sm-5 {
    margin-left: 5px !important;
  }

  .mr-sm-5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 6px !important;
  }

  .mb-sm-6 {
    margin-bottom: 6px !important;
  }

  .ml-sm-6 {
    margin-left: 6px !important;
  }

  .mr-sm-6 {
    margin-right: 6px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-7 {
    margin-top: 7px !important;
  }

  .mb-sm-7 {
    margin-bottom: 7px !important;
  }

  .ml-sm-7 {
    margin-left: 7px !important;
  }

  .mr-sm-7 {
    margin-right: 7px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 8px !important;
  }

  .mb-sm-8 {
    margin-bottom: 8px !important;
  }

  .ml-sm-8 {
    margin-left: 8px !important;
  }

  .mr-sm-8 {
    margin-right: 8px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-9 {
    margin-top: 9px !important;
  }

  .mb-sm-9 {
    margin-bottom: 9px !important;
  }

  .ml-sm-9 {
    margin-left: 9px !important;
  }

  .mr-sm-9 {
    margin-right: 9px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .ml-sm-10 {
    margin-left: 10px !important;
  }

  .mr-sm-10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-11 {
    margin-top: 11px !important;
  }

  .mb-sm-11 {
    margin-bottom: 11px !important;
  }

  .ml-sm-11 {
    margin-left: 11px !important;
  }

  .mr-sm-11 {
    margin-right: 11px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-12 {
    margin-top: 12px !important;
  }

  .mb-sm-12 {
    margin-bottom: 12px !important;
  }

  .ml-sm-12 {
    margin-left: 12px !important;
  }

  .mr-sm-12 {
    margin-right: 12px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-13 {
    margin-top: 13px !important;
  }

  .mb-sm-13 {
    margin-bottom: 13px !important;
  }

  .ml-sm-13 {
    margin-left: 13px !important;
  }

  .mr-sm-13 {
    margin-right: 13px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-14 {
    margin-top: 14px !important;
  }

  .mb-sm-14 {
    margin-bottom: 14px !important;
  }

  .ml-sm-14 {
    margin-left: 14px !important;
  }

  .mr-sm-14 {
    margin-right: 14px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .ml-sm-15 {
    margin-left: 15px !important;
  }

  .mr-sm-15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-16 {
    margin-top: 16px !important;
  }

  .mb-sm-16 {
    margin-bottom: 16px !important;
  }

  .ml-sm-16 {
    margin-left: 16px !important;
  }

  .mr-sm-16 {
    margin-right: 16px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-17 {
    margin-top: 17px !important;
  }

  .mb-sm-17 {
    margin-bottom: 17px !important;
  }

  .ml-sm-17 {
    margin-left: 17px !important;
  }

  .mr-sm-17 {
    margin-right: 17px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-18 {
    margin-top: 18px !important;
  }

  .mb-sm-18 {
    margin-bottom: 18px !important;
  }

  .ml-sm-18 {
    margin-left: 18px !important;
  }

  .mr-sm-18 {
    margin-right: 18px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-19 {
    margin-top: 19px !important;
  }

  .mb-sm-19 {
    margin-bottom: 19px !important;
  }

  .ml-sm-19 {
    margin-left: 19px !important;
  }

  .mr-sm-19 {
    margin-right: 19px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .ml-sm-20 {
    margin-left: 20px !important;
  }

  .mr-sm-20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-21 {
    margin-top: 21px !important;
  }

  .mb-sm-21 {
    margin-bottom: 21px !important;
  }

  .ml-sm-21 {
    margin-left: 21px !important;
  }

  .mr-sm-21 {
    margin-right: 21px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-22 {
    margin-top: 22px !important;
  }

  .mb-sm-22 {
    margin-bottom: 22px !important;
  }

  .ml-sm-22 {
    margin-left: 22px !important;
  }

  .mr-sm-22 {
    margin-right: 22px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-23 {
    margin-top: 23px !important;
  }

  .mb-sm-23 {
    margin-bottom: 23px !important;
  }

  .ml-sm-23 {
    margin-left: 23px !important;
  }

  .mr-sm-23 {
    margin-right: 23px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-24 {
    margin-top: 24px !important;
  }

  .mb-sm-24 {
    margin-bottom: 24px !important;
  }

  .ml-sm-24 {
    margin-left: 24px !important;
  }

  .mr-sm-24 {
    margin-right: 24px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-25 {
    margin-top: 25px !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .ml-sm-25 {
    margin-left: 25px !important;
  }

  .mr-sm-25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-26 {
    margin-top: 26px !important;
  }

  .mb-sm-26 {
    margin-bottom: 26px !important;
  }

  .ml-sm-26 {
    margin-left: 26px !important;
  }

  .mr-sm-26 {
    margin-right: 26px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-27 {
    margin-top: 27px !important;
  }

  .mb-sm-27 {
    margin-bottom: 27px !important;
  }

  .ml-sm-27 {
    margin-left: 27px !important;
  }

  .mr-sm-27 {
    margin-right: 27px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-28 {
    margin-top: 28px !important;
  }

  .mb-sm-28 {
    margin-bottom: 28px !important;
  }

  .ml-sm-28 {
    margin-left: 28px !important;
  }

  .mr-sm-28 {
    margin-right: 28px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-29 {
    margin-top: 29px !important;
  }

  .mb-sm-29 {
    margin-bottom: 29px !important;
  }

  .ml-sm-29 {
    margin-left: 29px !important;
  }

  .mr-sm-29 {
    margin-right: 29px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .ml-sm-30 {
    margin-left: 30px !important;
  }

  .mr-sm-30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-31 {
    margin-top: 31px !important;
  }

  .mb-sm-31 {
    margin-bottom: 31px !important;
  }

  .ml-sm-31 {
    margin-left: 31px !important;
  }

  .mr-sm-31 {
    margin-right: 31px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-32 {
    margin-top: 32px !important;
  }

  .mb-sm-32 {
    margin-bottom: 32px !important;
  }

  .ml-sm-32 {
    margin-left: 32px !important;
  }

  .mr-sm-32 {
    margin-right: 32px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-33 {
    margin-top: 33px !important;
  }

  .mb-sm-33 {
    margin-bottom: 33px !important;
  }

  .ml-sm-33 {
    margin-left: 33px !important;
  }

  .mr-sm-33 {
    margin-right: 33px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-34 {
    margin-top: 34px !important;
  }

  .mb-sm-34 {
    margin-bottom: 34px !important;
  }

  .ml-sm-34 {
    margin-left: 34px !important;
  }

  .mr-sm-34 {
    margin-right: 34px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-35 {
    margin-top: 35px !important;
  }

  .mb-sm-35 {
    margin-bottom: 35px !important;
  }

  .ml-sm-35 {
    margin-left: 35px !important;
  }

  .mr-sm-35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-36 {
    margin-top: 36px !important;
  }

  .mb-sm-36 {
    margin-bottom: 36px !important;
  }

  .ml-sm-36 {
    margin-left: 36px !important;
  }

  .mr-sm-36 {
    margin-right: 36px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-37 {
    margin-top: 37px !important;
  }

  .mb-sm-37 {
    margin-bottom: 37px !important;
  }

  .ml-sm-37 {
    margin-left: 37px !important;
  }

  .mr-sm-37 {
    margin-right: 37px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-38 {
    margin-top: 38px !important;
  }

  .mb-sm-38 {
    margin-bottom: 38px !important;
  }

  .ml-sm-38 {
    margin-left: 38px !important;
  }

  .mr-sm-38 {
    margin-right: 38px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-39 {
    margin-top: 39px !important;
  }

  .mb-sm-39 {
    margin-bottom: 39px !important;
  }

  .ml-sm-39 {
    margin-left: 39px !important;
  }

  .mr-sm-39 {
    margin-right: 39px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .ml-sm-40 {
    margin-left: 40px !important;
  }

  .mr-sm-40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-41 {
    margin-top: 41px !important;
  }

  .mb-sm-41 {
    margin-bottom: 41px !important;
  }

  .ml-sm-41 {
    margin-left: 41px !important;
  }

  .mr-sm-41 {
    margin-right: 41px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-42 {
    margin-top: 42px !important;
  }

  .mb-sm-42 {
    margin-bottom: 42px !important;
  }

  .ml-sm-42 {
    margin-left: 42px !important;
  }

  .mr-sm-42 {
    margin-right: 42px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-43 {
    margin-top: 43px !important;
  }

  .mb-sm-43 {
    margin-bottom: 43px !important;
  }

  .ml-sm-43 {
    margin-left: 43px !important;
  }

  .mr-sm-43 {
    margin-right: 43px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-44 {
    margin-top: 44px !important;
  }

  .mb-sm-44 {
    margin-bottom: 44px !important;
  }

  .ml-sm-44 {
    margin-left: 44px !important;
  }

  .mr-sm-44 {
    margin-right: 44px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-45 {
    margin-top: 45px !important;
  }

  .mb-sm-45 {
    margin-bottom: 45px !important;
  }

  .ml-sm-45 {
    margin-left: 45px !important;
  }

  .mr-sm-45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-46 {
    margin-top: 46px !important;
  }

  .mb-sm-46 {
    margin-bottom: 46px !important;
  }

  .ml-sm-46 {
    margin-left: 46px !important;
  }

  .mr-sm-46 {
    margin-right: 46px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-47 {
    margin-top: 47px !important;
  }

  .mb-sm-47 {
    margin-bottom: 47px !important;
  }

  .ml-sm-47 {
    margin-left: 47px !important;
  }

  .mr-sm-47 {
    margin-right: 47px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-48 {
    margin-top: 48px !important;
  }

  .mb-sm-48 {
    margin-bottom: 48px !important;
  }

  .ml-sm-48 {
    margin-left: 48px !important;
  }

  .mr-sm-48 {
    margin-right: 48px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-49 {
    margin-top: 49px !important;
  }

  .mb-sm-49 {
    margin-bottom: 49px !important;
  }

  .ml-sm-49 {
    margin-left: 49px !important;
  }

  .mr-sm-49 {
    margin-right: 49px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .ml-sm-50 {
    margin-left: 50px !important;
  }

  .mr-sm-50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-51 {
    margin-top: 51px !important;
  }

  .mb-sm-51 {
    margin-bottom: 51px !important;
  }

  .ml-sm-51 {
    margin-left: 51px !important;
  }

  .mr-sm-51 {
    margin-right: 51px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-52 {
    margin-top: 52px !important;
  }

  .mb-sm-52 {
    margin-bottom: 52px !important;
  }

  .ml-sm-52 {
    margin-left: 52px !important;
  }

  .mr-sm-52 {
    margin-right: 52px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-53 {
    margin-top: 53px !important;
  }

  .mb-sm-53 {
    margin-bottom: 53px !important;
  }

  .ml-sm-53 {
    margin-left: 53px !important;
  }

  .mr-sm-53 {
    margin-right: 53px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-54 {
    margin-top: 54px !important;
  }

  .mb-sm-54 {
    margin-bottom: 54px !important;
  }

  .ml-sm-54 {
    margin-left: 54px !important;
  }

  .mr-sm-54 {
    margin-right: 54px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-55 {
    margin-top: 55px !important;
  }

  .mb-sm-55 {
    margin-bottom: 55px !important;
  }

  .ml-sm-55 {
    margin-left: 55px !important;
  }

  .mr-sm-55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-56 {
    margin-top: 56px !important;
  }

  .mb-sm-56 {
    margin-bottom: 56px !important;
  }

  .ml-sm-56 {
    margin-left: 56px !important;
  }

  .mr-sm-56 {
    margin-right: 56px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-57 {
    margin-top: 57px !important;
  }

  .mb-sm-57 {
    margin-bottom: 57px !important;
  }

  .ml-sm-57 {
    margin-left: 57px !important;
  }

  .mr-sm-57 {
    margin-right: 57px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-58 {
    margin-top: 58px !important;
  }

  .mb-sm-58 {
    margin-bottom: 58px !important;
  }

  .ml-sm-58 {
    margin-left: 58px !important;
  }

  .mr-sm-58 {
    margin-right: 58px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-59 {
    margin-top: 59px !important;
  }

  .mb-sm-59 {
    margin-bottom: 59px !important;
  }

  .ml-sm-59 {
    margin-left: 59px !important;
  }

  .mr-sm-59 {
    margin-right: 59px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .ml-sm-60 {
    margin-left: 60px !important;
  }

  .mr-sm-60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-61 {
    margin-top: 61px !important;
  }

  .mb-sm-61 {
    margin-bottom: 61px !important;
  }

  .ml-sm-61 {
    margin-left: 61px !important;
  }

  .mr-sm-61 {
    margin-right: 61px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-62 {
    margin-top: 62px !important;
  }

  .mb-sm-62 {
    margin-bottom: 62px !important;
  }

  .ml-sm-62 {
    margin-left: 62px !important;
  }

  .mr-sm-62 {
    margin-right: 62px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-63 {
    margin-top: 63px !important;
  }

  .mb-sm-63 {
    margin-bottom: 63px !important;
  }

  .ml-sm-63 {
    margin-left: 63px !important;
  }

  .mr-sm-63 {
    margin-right: 63px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-64 {
    margin-top: 64px !important;
  }

  .mb-sm-64 {
    margin-bottom: 64px !important;
  }

  .ml-sm-64 {
    margin-left: 64px !important;
  }

  .mr-sm-64 {
    margin-right: 64px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-65 {
    margin-top: 65px !important;
  }

  .mb-sm-65 {
    margin-bottom: 65px !important;
  }

  .ml-sm-65 {
    margin-left: 65px !important;
  }

  .mr-sm-65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-66 {
    margin-top: 66px !important;
  }

  .mb-sm-66 {
    margin-bottom: 66px !important;
  }

  .ml-sm-66 {
    margin-left: 66px !important;
  }

  .mr-sm-66 {
    margin-right: 66px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-67 {
    margin-top: 67px !important;
  }

  .mb-sm-67 {
    margin-bottom: 67px !important;
  }

  .ml-sm-67 {
    margin-left: 67px !important;
  }

  .mr-sm-67 {
    margin-right: 67px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-68 {
    margin-top: 68px !important;
  }

  .mb-sm-68 {
    margin-bottom: 68px !important;
  }

  .ml-sm-68 {
    margin-left: 68px !important;
  }

  .mr-sm-68 {
    margin-right: 68px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-69 {
    margin-top: 69px !important;
  }

  .mb-sm-69 {
    margin-bottom: 69px !important;
  }

  .ml-sm-69 {
    margin-left: 69px !important;
  }

  .mr-sm-69 {
    margin-right: 69px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .ml-sm-70 {
    margin-left: 70px !important;
  }

  .mr-sm-70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-71 {
    margin-top: 71px !important;
  }

  .mb-sm-71 {
    margin-bottom: 71px !important;
  }

  .ml-sm-71 {
    margin-left: 71px !important;
  }

  .mr-sm-71 {
    margin-right: 71px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-72 {
    margin-top: 72px !important;
  }

  .mb-sm-72 {
    margin-bottom: 72px !important;
  }

  .ml-sm-72 {
    margin-left: 72px !important;
  }

  .mr-sm-72 {
    margin-right: 72px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-73 {
    margin-top: 73px !important;
  }

  .mb-sm-73 {
    margin-bottom: 73px !important;
  }

  .ml-sm-73 {
    margin-left: 73px !important;
  }

  .mr-sm-73 {
    margin-right: 73px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-74 {
    margin-top: 74px !important;
  }

  .mb-sm-74 {
    margin-bottom: 74px !important;
  }

  .ml-sm-74 {
    margin-left: 74px !important;
  }

  .mr-sm-74 {
    margin-right: 74px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-75 {
    margin-top: 75px !important;
  }

  .mb-sm-75 {
    margin-bottom: 75px !important;
  }

  .ml-sm-75 {
    margin-left: 75px !important;
  }

  .mr-sm-75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-76 {
    margin-top: 76px !important;
  }

  .mb-sm-76 {
    margin-bottom: 76px !important;
  }

  .ml-sm-76 {
    margin-left: 76px !important;
  }

  .mr-sm-76 {
    margin-right: 76px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-77 {
    margin-top: 77px !important;
  }

  .mb-sm-77 {
    margin-bottom: 77px !important;
  }

  .ml-sm-77 {
    margin-left: 77px !important;
  }

  .mr-sm-77 {
    margin-right: 77px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-78 {
    margin-top: 78px !important;
  }

  .mb-sm-78 {
    margin-bottom: 78px !important;
  }

  .ml-sm-78 {
    margin-left: 78px !important;
  }

  .mr-sm-78 {
    margin-right: 78px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-79 {
    margin-top: 79px !important;
  }

  .mb-sm-79 {
    margin-bottom: 79px !important;
  }

  .ml-sm-79 {
    margin-left: 79px !important;
  }

  .mr-sm-79 {
    margin-right: 79px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .ml-sm-80 {
    margin-left: 80px !important;
  }

  .mr-sm-80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-81 {
    margin-top: 81px !important;
  }

  .mb-sm-81 {
    margin-bottom: 81px !important;
  }

  .ml-sm-81 {
    margin-left: 81px !important;
  }

  .mr-sm-81 {
    margin-right: 81px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-82 {
    margin-top: 82px !important;
  }

  .mb-sm-82 {
    margin-bottom: 82px !important;
  }

  .ml-sm-82 {
    margin-left: 82px !important;
  }

  .mr-sm-82 {
    margin-right: 82px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-83 {
    margin-top: 83px !important;
  }

  .mb-sm-83 {
    margin-bottom: 83px !important;
  }

  .ml-sm-83 {
    margin-left: 83px !important;
  }

  .mr-sm-83 {
    margin-right: 83px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-84 {
    margin-top: 84px !important;
  }

  .mb-sm-84 {
    margin-bottom: 84px !important;
  }

  .ml-sm-84 {
    margin-left: 84px !important;
  }

  .mr-sm-84 {
    margin-right: 84px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-85 {
    margin-top: 85px !important;
  }

  .mb-sm-85 {
    margin-bottom: 85px !important;
  }

  .ml-sm-85 {
    margin-left: 85px !important;
  }

  .mr-sm-85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-86 {
    margin-top: 86px !important;
  }

  .mb-sm-86 {
    margin-bottom: 86px !important;
  }

  .ml-sm-86 {
    margin-left: 86px !important;
  }

  .mr-sm-86 {
    margin-right: 86px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-87 {
    margin-top: 87px !important;
  }

  .mb-sm-87 {
    margin-bottom: 87px !important;
  }

  .ml-sm-87 {
    margin-left: 87px !important;
  }

  .mr-sm-87 {
    margin-right: 87px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-88 {
    margin-top: 88px !important;
  }

  .mb-sm-88 {
    margin-bottom: 88px !important;
  }

  .ml-sm-88 {
    margin-left: 88px !important;
  }

  .mr-sm-88 {
    margin-right: 88px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-89 {
    margin-top: 89px !important;
  }

  .mb-sm-89 {
    margin-bottom: 89px !important;
  }

  .ml-sm-89 {
    margin-left: 89px !important;
  }

  .mr-sm-89 {
    margin-right: 89px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-90 {
    margin-top: 90px !important;
  }

  .mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .ml-sm-90 {
    margin-left: 90px !important;
  }

  .mr-sm-90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-91 {
    margin-top: 91px !important;
  }

  .mb-sm-91 {
    margin-bottom: 91px !important;
  }

  .ml-sm-91 {
    margin-left: 91px !important;
  }

  .mr-sm-91 {
    margin-right: 91px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-92 {
    margin-top: 92px !important;
  }

  .mb-sm-92 {
    margin-bottom: 92px !important;
  }

  .ml-sm-92 {
    margin-left: 92px !important;
  }

  .mr-sm-92 {
    margin-right: 92px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-93 {
    margin-top: 93px !important;
  }

  .mb-sm-93 {
    margin-bottom: 93px !important;
  }

  .ml-sm-93 {
    margin-left: 93px !important;
  }

  .mr-sm-93 {
    margin-right: 93px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-94 {
    margin-top: 94px !important;
  }

  .mb-sm-94 {
    margin-bottom: 94px !important;
  }

  .ml-sm-94 {
    margin-left: 94px !important;
  }

  .mr-sm-94 {
    margin-right: 94px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-95 {
    margin-top: 95px !important;
  }

  .mb-sm-95 {
    margin-bottom: 95px !important;
  }

  .ml-sm-95 {
    margin-left: 95px !important;
  }

  .mr-sm-95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-96 {
    margin-top: 96px !important;
  }

  .mb-sm-96 {
    margin-bottom: 96px !important;
  }

  .ml-sm-96 {
    margin-left: 96px !important;
  }

  .mr-sm-96 {
    margin-right: 96px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-97 {
    margin-top: 97px !important;
  }

  .mb-sm-97 {
    margin-bottom: 97px !important;
  }

  .ml-sm-97 {
    margin-left: 97px !important;
  }

  .mr-sm-97 {
    margin-right: 97px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-98 {
    margin-top: 98px !important;
  }

  .mb-sm-98 {
    margin-bottom: 98px !important;
  }

  .ml-sm-98 {
    margin-left: 98px !important;
  }

  .mr-sm-98 {
    margin-right: 98px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-99 {
    margin-top: 99px !important;
  }

  .mb-sm-99 {
    margin-bottom: 99px !important;
  }

  .ml-sm-99 {
    margin-left: 99px !important;
  }

  .mr-sm-99 {
    margin-right: 99px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .ml-sm-100 {
    margin-left: 100px !important;
  }

  .mr-sm-100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }

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

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

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

@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 1px !important;
  }

  .mb-md-1 {
    margin-bottom: 1px !important;
  }

  .ml-md-1 {
    margin-left: 1px !important;
  }

  .mr-md-1 {
    margin-right: 1px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
    margin-top: 2px !important;
  }

  .mb-md-2 {
    margin-bottom: 2px !important;
  }

  .ml-md-2 {
    margin-left: 2px !important;
  }

  .mr-md-2 {
    margin-right: 2px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 3px !important;
  }

  .mb-md-3 {
    margin-bottom: 3px !important;
  }

  .ml-md-3 {
    margin-left: 3px !important;
  }

  .mr-md-3 {
    margin-right: 3px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 4px !important;
  }

  .mb-md-4 {
    margin-bottom: 4px !important;
  }

  .ml-md-4 {
    margin-left: 4px !important;
  }

  .mr-md-4 {
    margin-right: 4px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 5px !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .ml-md-5 {
    margin-left: 5px !important;
  }

  .mr-md-5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 6px !important;
  }

  .mb-md-6 {
    margin-bottom: 6px !important;
  }

  .ml-md-6 {
    margin-left: 6px !important;
  }

  .mr-md-6 {
    margin-right: 6px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-7 {
    margin-top: 7px !important;
  }

  .mb-md-7 {
    margin-bottom: 7px !important;
  }

  .ml-md-7 {
    margin-left: 7px !important;
  }

  .mr-md-7 {
    margin-right: 7px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 8px !important;
  }

  .mb-md-8 {
    margin-bottom: 8px !important;
  }

  .ml-md-8 {
    margin-left: 8px !important;
  }

  .mr-md-8 {
    margin-right: 8px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-9 {
    margin-top: 9px !important;
  }

  .mb-md-9 {
    margin-bottom: 9px !important;
  }

  .ml-md-9 {
    margin-left: 9px !important;
  }

  .mr-md-9 {
    margin-right: 9px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .ml-md-10 {
    margin-left: 10px !important;
  }

  .mr-md-10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-11 {
    margin-top: 11px !important;
  }

  .mb-md-11 {
    margin-bottom: 11px !important;
  }

  .ml-md-11 {
    margin-left: 11px !important;
  }

  .mr-md-11 {
    margin-right: 11px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-12 {
    margin-top: 12px !important;
  }

  .mb-md-12 {
    margin-bottom: 12px !important;
  }

  .ml-md-12 {
    margin-left: 12px !important;
  }

  .mr-md-12 {
    margin-right: 12px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-13 {
    margin-top: 13px !important;
  }

  .mb-md-13 {
    margin-bottom: 13px !important;
  }

  .ml-md-13 {
    margin-left: 13px !important;
  }

  .mr-md-13 {
    margin-right: 13px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-14 {
    margin-top: 14px !important;
  }

  .mb-md-14 {
    margin-bottom: 14px !important;
  }

  .ml-md-14 {
    margin-left: 14px !important;
  }

  .mr-md-14 {
    margin-right: 14px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .ml-md-15 {
    margin-left: 15px !important;
  }

  .mr-md-15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-16 {
    margin-top: 16px !important;
  }

  .mb-md-16 {
    margin-bottom: 16px !important;
  }

  .ml-md-16 {
    margin-left: 16px !important;
  }

  .mr-md-16 {
    margin-right: 16px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-17 {
    margin-top: 17px !important;
  }

  .mb-md-17 {
    margin-bottom: 17px !important;
  }

  .ml-md-17 {
    margin-left: 17px !important;
  }

  .mr-md-17 {
    margin-right: 17px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-18 {
    margin-top: 18px !important;
  }

  .mb-md-18 {
    margin-bottom: 18px !important;
  }

  .ml-md-18 {
    margin-left: 18px !important;
  }

  .mr-md-18 {
    margin-right: 18px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-19 {
    margin-top: 19px !important;
  }

  .mb-md-19 {
    margin-bottom: 19px !important;
  }

  .ml-md-19 {
    margin-left: 19px !important;
  }

  .mr-md-19 {
    margin-right: 19px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }

  .mr-md-20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-21 {
    margin-top: 21px !important;
  }

  .mb-md-21 {
    margin-bottom: 21px !important;
  }

  .ml-md-21 {
    margin-left: 21px !important;
  }

  .mr-md-21 {
    margin-right: 21px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-22 {
    margin-top: 22px !important;
  }

  .mb-md-22 {
    margin-bottom: 22px !important;
  }

  .ml-md-22 {
    margin-left: 22px !important;
  }

  .mr-md-22 {
    margin-right: 22px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-23 {
    margin-top: 23px !important;
  }

  .mb-md-23 {
    margin-bottom: 23px !important;
  }

  .ml-md-23 {
    margin-left: 23px !important;
  }

  .mr-md-23 {
    margin-right: 23px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-24 {
    margin-top: 24px !important;
  }

  .mb-md-24 {
    margin-bottom: 24px !important;
  }

  .ml-md-24 {
    margin-left: 24px !important;
  }

  .mr-md-24 {
    margin-right: 24px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .ml-md-25 {
    margin-left: 25px !important;
  }

  .mr-md-25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-26 {
    margin-top: 26px !important;
  }

  .mb-md-26 {
    margin-bottom: 26px !important;
  }

  .ml-md-26 {
    margin-left: 26px !important;
  }

  .mr-md-26 {
    margin-right: 26px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-27 {
    margin-top: 27px !important;
  }

  .mb-md-27 {
    margin-bottom: 27px !important;
  }

  .ml-md-27 {
    margin-left: 27px !important;
  }

  .mr-md-27 {
    margin-right: 27px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-28 {
    margin-top: 28px !important;
  }

  .mb-md-28 {
    margin-bottom: 28px !important;
  }

  .ml-md-28 {
    margin-left: 28px !important;
  }

  .mr-md-28 {
    margin-right: 28px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-29 {
    margin-top: 29px !important;
  }

  .mb-md-29 {
    margin-bottom: 29px !important;
  }

  .ml-md-29 {
    margin-left: 29px !important;
  }

  .mr-md-29 {
    margin-right: 29px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .ml-md-30 {
    margin-left: 30px !important;
  }

  .mr-md-30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-31 {
    margin-top: 31px !important;
  }

  .mb-md-31 {
    margin-bottom: 31px !important;
  }

  .ml-md-31 {
    margin-left: 31px !important;
  }

  .mr-md-31 {
    margin-right: 31px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-32 {
    margin-top: 32px !important;
  }

  .mb-md-32 {
    margin-bottom: 32px !important;
  }

  .ml-md-32 {
    margin-left: 32px !important;
  }

  .mr-md-32 {
    margin-right: 32px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-33 {
    margin-top: 33px !important;
  }

  .mb-md-33 {
    margin-bottom: 33px !important;
  }

  .ml-md-33 {
    margin-left: 33px !important;
  }

  .mr-md-33 {
    margin-right: 33px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-34 {
    margin-top: 34px !important;
  }

  .mb-md-34 {
    margin-bottom: 34px !important;
  }

  .ml-md-34 {
    margin-left: 34px !important;
  }

  .mr-md-34 {
    margin-right: 34px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .ml-md-35 {
    margin-left: 35px !important;
  }

  .mr-md-35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-36 {
    margin-top: 36px !important;
  }

  .mb-md-36 {
    margin-bottom: 36px !important;
  }

  .ml-md-36 {
    margin-left: 36px !important;
  }

  .mr-md-36 {
    margin-right: 36px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-37 {
    margin-top: 37px !important;
  }

  .mb-md-37 {
    margin-bottom: 37px !important;
  }

  .ml-md-37 {
    margin-left: 37px !important;
  }

  .mr-md-37 {
    margin-right: 37px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-38 {
    margin-top: 38px !important;
  }

  .mb-md-38 {
    margin-bottom: 38px !important;
  }

  .ml-md-38 {
    margin-left: 38px !important;
  }

  .mr-md-38 {
    margin-right: 38px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-39 {
    margin-top: 39px !important;
  }

  .mb-md-39 {
    margin-bottom: 39px !important;
  }

  .ml-md-39 {
    margin-left: 39px !important;
  }

  .mr-md-39 {
    margin-right: 39px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .ml-md-40 {
    margin-left: 40px !important;
  }

  .mr-md-40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-41 {
    margin-top: 41px !important;
  }

  .mb-md-41 {
    margin-bottom: 41px !important;
  }

  .ml-md-41 {
    margin-left: 41px !important;
  }

  .mr-md-41 {
    margin-right: 41px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-42 {
    margin-top: 42px !important;
  }

  .mb-md-42 {
    margin-bottom: 42px !important;
  }

  .ml-md-42 {
    margin-left: 42px !important;
  }

  .mr-md-42 {
    margin-right: 42px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-43 {
    margin-top: 43px !important;
  }

  .mb-md-43 {
    margin-bottom: 43px !important;
  }

  .ml-md-43 {
    margin-left: 43px !important;
  }

  .mr-md-43 {
    margin-right: 43px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-44 {
    margin-top: 44px !important;
  }

  .mb-md-44 {
    margin-bottom: 44px !important;
  }

  .ml-md-44 {
    margin-left: 44px !important;
  }

  .mr-md-44 {
    margin-right: 44px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-45 {
    margin-top: 45px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .ml-md-45 {
    margin-left: 45px !important;
  }

  .mr-md-45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-46 {
    margin-top: 46px !important;
  }

  .mb-md-46 {
    margin-bottom: 46px !important;
  }

  .ml-md-46 {
    margin-left: 46px !important;
  }

  .mr-md-46 {
    margin-right: 46px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-47 {
    margin-top: 47px !important;
  }

  .mb-md-47 {
    margin-bottom: 47px !important;
  }

  .ml-md-47 {
    margin-left: 47px !important;
  }

  .mr-md-47 {
    margin-right: 47px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-48 {
    margin-top: 48px !important;
  }

  .mb-md-48 {
    margin-bottom: 48px !important;
  }

  .ml-md-48 {
    margin-left: 48px !important;
  }

  .mr-md-48 {
    margin-right: 48px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-49 {
    margin-top: 49px !important;
  }

  .mb-md-49 {
    margin-bottom: 49px !important;
  }

  .ml-md-49 {
    margin-left: 49px !important;
  }

  .mr-md-49 {
    margin-right: 49px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .ml-md-50 {
    margin-left: 50px !important;
  }

  .mr-md-50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-51 {
    margin-top: 51px !important;
  }

  .mb-md-51 {
    margin-bottom: 51px !important;
  }

  .ml-md-51 {
    margin-left: 51px !important;
  }

  .mr-md-51 {
    margin-right: 51px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-52 {
    margin-top: 52px !important;
  }

  .mb-md-52 {
    margin-bottom: 52px !important;
  }

  .ml-md-52 {
    margin-left: 52px !important;
  }

  .mr-md-52 {
    margin-right: 52px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-53 {
    margin-top: 53px !important;
  }

  .mb-md-53 {
    margin-bottom: 53px !important;
  }

  .ml-md-53 {
    margin-left: 53px !important;
  }

  .mr-md-53 {
    margin-right: 53px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-54 {
    margin-top: 54px !important;
  }

  .mb-md-54 {
    margin-bottom: 54px !important;
  }

  .ml-md-54 {
    margin-left: 54px !important;
  }

  .mr-md-54 {
    margin-right: 54px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-55 {
    margin-top: 55px !important;
  }

  .mb-md-55 {
    margin-bottom: 55px !important;
  }

  .ml-md-55 {
    margin-left: 55px !important;
  }

  .mr-md-55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-56 {
    margin-top: 56px !important;
  }

  .mb-md-56 {
    margin-bottom: 56px !important;
  }

  .ml-md-56 {
    margin-left: 56px !important;
  }

  .mr-md-56 {
    margin-right: 56px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-57 {
    margin-top: 57px !important;
  }

  .mb-md-57 {
    margin-bottom: 57px !important;
  }

  .ml-md-57 {
    margin-left: 57px !important;
  }

  .mr-md-57 {
    margin-right: 57px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-58 {
    margin-top: 58px !important;
  }

  .mb-md-58 {
    margin-bottom: 58px !important;
  }

  .ml-md-58 {
    margin-left: 58px !important;
  }

  .mr-md-58 {
    margin-right: 58px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-59 {
    margin-top: 59px !important;
  }

  .mb-md-59 {
    margin-bottom: 59px !important;
  }

  .ml-md-59 {
    margin-left: 59px !important;
  }

  .mr-md-59 {
    margin-right: 59px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .ml-md-60 {
    margin-left: 60px !important;
  }

  .mr-md-60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-61 {
    margin-top: 61px !important;
  }

  .mb-md-61 {
    margin-bottom: 61px !important;
  }

  .ml-md-61 {
    margin-left: 61px !important;
  }

  .mr-md-61 {
    margin-right: 61px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-62 {
    margin-top: 62px !important;
  }

  .mb-md-62 {
    margin-bottom: 62px !important;
  }

  .ml-md-62 {
    margin-left: 62px !important;
  }

  .mr-md-62 {
    margin-right: 62px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-63 {
    margin-top: 63px !important;
  }

  .mb-md-63 {
    margin-bottom: 63px !important;
  }

  .ml-md-63 {
    margin-left: 63px !important;
  }

  .mr-md-63 {
    margin-right: 63px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-64 {
    margin-top: 64px !important;
  }

  .mb-md-64 {
    margin-bottom: 64px !important;
  }

  .ml-md-64 {
    margin-left: 64px !important;
  }

  .mr-md-64 {
    margin-right: 64px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-65 {
    margin-top: 65px !important;
  }

  .mb-md-65 {
    margin-bottom: 65px !important;
  }

  .ml-md-65 {
    margin-left: 65px !important;
  }

  .mr-md-65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-66 {
    margin-top: 66px !important;
  }

  .mb-md-66 {
    margin-bottom: 66px !important;
  }

  .ml-md-66 {
    margin-left: 66px !important;
  }

  .mr-md-66 {
    margin-right: 66px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-67 {
    margin-top: 67px !important;
  }

  .mb-md-67 {
    margin-bottom: 67px !important;
  }

  .ml-md-67 {
    margin-left: 67px !important;
  }

  .mr-md-67 {
    margin-right: 67px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-68 {
    margin-top: 68px !important;
  }

  .mb-md-68 {
    margin-bottom: 68px !important;
  }

  .ml-md-68 {
    margin-left: 68px !important;
  }

  .mr-md-68 {
    margin-right: 68px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-69 {
    margin-top: 69px !important;
  }

  .mb-md-69 {
    margin-bottom: 69px !important;
  }

  .ml-md-69 {
    margin-left: 69px !important;
  }

  .mr-md-69 {
    margin-right: 69px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .ml-md-70 {
    margin-left: 70px !important;
  }

  .mr-md-70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-71 {
    margin-top: 71px !important;
  }

  .mb-md-71 {
    margin-bottom: 71px !important;
  }

  .ml-md-71 {
    margin-left: 71px !important;
  }

  .mr-md-71 {
    margin-right: 71px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-72 {
    margin-top: 72px !important;
  }

  .mb-md-72 {
    margin-bottom: 72px !important;
  }

  .ml-md-72 {
    margin-left: 72px !important;
  }

  .mr-md-72 {
    margin-right: 72px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-73 {
    margin-top: 73px !important;
  }

  .mb-md-73 {
    margin-bottom: 73px !important;
  }

  .ml-md-73 {
    margin-left: 73px !important;
  }

  .mr-md-73 {
    margin-right: 73px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-74 {
    margin-top: 74px !important;
  }

  .mb-md-74 {
    margin-bottom: 74px !important;
  }

  .ml-md-74 {
    margin-left: 74px !important;
  }

  .mr-md-74 {
    margin-right: 74px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-75 {
    margin-top: 75px !important;
  }

  .mb-md-75 {
    margin-bottom: 75px !important;
  }

  .ml-md-75 {
    margin-left: 75px !important;
  }

  .mr-md-75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-76 {
    margin-top: 76px !important;
  }

  .mb-md-76 {
    margin-bottom: 76px !important;
  }

  .ml-md-76 {
    margin-left: 76px !important;
  }

  .mr-md-76 {
    margin-right: 76px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-77 {
    margin-top: 77px !important;
  }

  .mb-md-77 {
    margin-bottom: 77px !important;
  }

  .ml-md-77 {
    margin-left: 77px !important;
  }

  .mr-md-77 {
    margin-right: 77px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-78 {
    margin-top: 78px !important;
  }

  .mb-md-78 {
    margin-bottom: 78px !important;
  }

  .ml-md-78 {
    margin-left: 78px !important;
  }

  .mr-md-78 {
    margin-right: 78px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-79 {
    margin-top: 79px !important;
  }

  .mb-md-79 {
    margin-bottom: 79px !important;
  }

  .ml-md-79 {
    margin-left: 79px !important;
  }

  .mr-md-79 {
    margin-right: 79px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .ml-md-80 {
    margin-left: 80px !important;
  }

  .mr-md-80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-81 {
    margin-top: 81px !important;
  }

  .mb-md-81 {
    margin-bottom: 81px !important;
  }

  .ml-md-81 {
    margin-left: 81px !important;
  }

  .mr-md-81 {
    margin-right: 81px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-82 {
    margin-top: 82px !important;
  }

  .mb-md-82 {
    margin-bottom: 82px !important;
  }

  .ml-md-82 {
    margin-left: 82px !important;
  }

  .mr-md-82 {
    margin-right: 82px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-83 {
    margin-top: 83px !important;
  }

  .mb-md-83 {
    margin-bottom: 83px !important;
  }

  .ml-md-83 {
    margin-left: 83px !important;
  }

  .mr-md-83 {
    margin-right: 83px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-84 {
    margin-top: 84px !important;
  }

  .mb-md-84 {
    margin-bottom: 84px !important;
  }

  .ml-md-84 {
    margin-left: 84px !important;
  }

  .mr-md-84 {
    margin-right: 84px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-85 {
    margin-top: 85px !important;
  }

  .mb-md-85 {
    margin-bottom: 85px !important;
  }

  .ml-md-85 {
    margin-left: 85px !important;
  }

  .mr-md-85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-86 {
    margin-top: 86px !important;
  }

  .mb-md-86 {
    margin-bottom: 86px !important;
  }

  .ml-md-86 {
    margin-left: 86px !important;
  }

  .mr-md-86 {
    margin-right: 86px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-87 {
    margin-top: 87px !important;
  }

  .mb-md-87 {
    margin-bottom: 87px !important;
  }

  .ml-md-87 {
    margin-left: 87px !important;
  }

  .mr-md-87 {
    margin-right: 87px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-88 {
    margin-top: 88px !important;
  }

  .mb-md-88 {
    margin-bottom: 88px !important;
  }

  .ml-md-88 {
    margin-left: 88px !important;
  }

  .mr-md-88 {
    margin-right: 88px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-89 {
    margin-top: 89px !important;
  }

  .mb-md-89 {
    margin-bottom: 89px !important;
  }

  .ml-md-89 {
    margin-left: 89px !important;
  }

  .mr-md-89 {
    margin-right: 89px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .ml-md-90 {
    margin-left: 90px !important;
  }

  .mr-md-90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-91 {
    margin-top: 91px !important;
  }

  .mb-md-91 {
    margin-bottom: 91px !important;
  }

  .ml-md-91 {
    margin-left: 91px !important;
  }

  .mr-md-91 {
    margin-right: 91px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-92 {
    margin-top: 92px !important;
  }

  .mb-md-92 {
    margin-bottom: 92px !important;
  }

  .ml-md-92 {
    margin-left: 92px !important;
  }

  .mr-md-92 {
    margin-right: 92px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-93 {
    margin-top: 93px !important;
  }

  .mb-md-93 {
    margin-bottom: 93px !important;
  }

  .ml-md-93 {
    margin-left: 93px !important;
  }

  .mr-md-93 {
    margin-right: 93px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-94 {
    margin-top: 94px !important;
  }

  .mb-md-94 {
    margin-bottom: 94px !important;
  }

  .ml-md-94 {
    margin-left: 94px !important;
  }

  .mr-md-94 {
    margin-right: 94px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-95 {
    margin-top: 95px !important;
  }

  .mb-md-95 {
    margin-bottom: 95px !important;
  }

  .ml-md-95 {
    margin-left: 95px !important;
  }

  .mr-md-95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-96 {
    margin-top: 96px !important;
  }

  .mb-md-96 {
    margin-bottom: 96px !important;
  }

  .ml-md-96 {
    margin-left: 96px !important;
  }

  .mr-md-96 {
    margin-right: 96px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-97 {
    margin-top: 97px !important;
  }

  .mb-md-97 {
    margin-bottom: 97px !important;
  }

  .ml-md-97 {
    margin-left: 97px !important;
  }

  .mr-md-97 {
    margin-right: 97px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-98 {
    margin-top: 98px !important;
  }

  .mb-md-98 {
    margin-bottom: 98px !important;
  }

  .ml-md-98 {
    margin-left: 98px !important;
  }

  .mr-md-98 {
    margin-right: 98px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-99 {
    margin-top: 99px !important;
  }

  .mb-md-99 {
    margin-bottom: 99px !important;
  }

  .ml-md-99 {
    margin-left: 99px !important;
  }

  .mr-md-99 {
    margin-right: 99px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .ml-md-100 {
    margin-left: 100px !important;
  }

  .mr-md-100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }

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

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

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

@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 1px !important;
  }

  .mb-lg-1 {
    margin-bottom: 1px !important;
  }

  .ml-lg-1 {
    margin-left: 1px !important;
  }

  .mr-lg-1 {
    margin-right: 1px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
    margin-top: 2px !important;
  }

  .mb-lg-2 {
    margin-bottom: 2px !important;
  }

  .ml-lg-2 {
    margin-left: 2px !important;
  }

  .mr-lg-2 {
    margin-right: 2px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
    margin-top: 3px !important;
  }

  .mb-lg-3 {
    margin-bottom: 3px !important;
  }

  .ml-lg-3 {
    margin-left: 3px !important;
  }

  .mr-lg-3 {
    margin-right: 3px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 4px !important;
  }

  .mb-lg-4 {
    margin-bottom: 4px !important;
  }

  .ml-lg-4 {
    margin-left: 4px !important;
  }

  .mr-lg-4 {
    margin-right: 4px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 5px !important;
  }

  .mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .ml-lg-5 {
    margin-left: 5px !important;
  }

  .mr-lg-5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 6px !important;
  }

  .mb-lg-6 {
    margin-bottom: 6px !important;
  }

  .ml-lg-6 {
    margin-left: 6px !important;
  }

  .mr-lg-6 {
    margin-right: 6px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 7px !important;
  }

  .mb-lg-7 {
    margin-bottom: 7px !important;
  }

  .ml-lg-7 {
    margin-left: 7px !important;
  }

  .mr-lg-7 {
    margin-right: 7px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 8px !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px !important;
  }

  .ml-lg-8 {
    margin-left: 8px !important;
  }

  .mr-lg-8 {
    margin-right: 8px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-9 {
    margin-top: 9px !important;
  }

  .mb-lg-9 {
    margin-bottom: 9px !important;
  }

  .ml-lg-9 {
    margin-left: 9px !important;
  }

  .mr-lg-9 {
    margin-right: 9px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .ml-lg-10 {
    margin-left: 10px !important;
  }

  .mr-lg-10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-11 {
    margin-top: 11px !important;
  }

  .mb-lg-11 {
    margin-bottom: 11px !important;
  }

  .ml-lg-11 {
    margin-left: 11px !important;
  }

  .mr-lg-11 {
    margin-right: 11px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-12 {
    margin-top: 12px !important;
  }

  .mb-lg-12 {
    margin-bottom: 12px !important;
  }

  .ml-lg-12 {
    margin-left: 12px !important;
  }

  .mr-lg-12 {
    margin-right: 12px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-13 {
    margin-top: 13px !important;
  }

  .mb-lg-13 {
    margin-bottom: 13px !important;
  }

  .ml-lg-13 {
    margin-left: 13px !important;
  }

  .mr-lg-13 {
    margin-right: 13px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-14 {
    margin-top: 14px !important;
  }

  .mb-lg-14 {
    margin-bottom: 14px !important;
  }

  .ml-lg-14 {
    margin-left: 14px !important;
  }

  .mr-lg-14 {
    margin-right: 14px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .ml-lg-15 {
    margin-left: 15px !important;
  }

  .mr-lg-15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-16 {
    margin-top: 16px !important;
  }

  .mb-lg-16 {
    margin-bottom: 16px !important;
  }

  .ml-lg-16 {
    margin-left: 16px !important;
  }

  .mr-lg-16 {
    margin-right: 16px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-17 {
    margin-top: 17px !important;
  }

  .mb-lg-17 {
    margin-bottom: 17px !important;
  }

  .ml-lg-17 {
    margin-left: 17px !important;
  }

  .mr-lg-17 {
    margin-right: 17px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-18 {
    margin-top: 18px !important;
  }

  .mb-lg-18 {
    margin-bottom: 18px !important;
  }

  .ml-lg-18 {
    margin-left: 18px !important;
  }

  .mr-lg-18 {
    margin-right: 18px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-19 {
    margin-top: 19px !important;
  }

  .mb-lg-19 {
    margin-bottom: 19px !important;
  }

  .ml-lg-19 {
    margin-left: 19px !important;
  }

  .mr-lg-19 {
    margin-right: 19px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .ml-lg-20 {
    margin-left: 20px !important;
  }

  .mr-lg-20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-21 {
    margin-top: 21px !important;
  }

  .mb-lg-21 {
    margin-bottom: 21px !important;
  }

  .ml-lg-21 {
    margin-left: 21px !important;
  }

  .mr-lg-21 {
    margin-right: 21px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-22 {
    margin-top: 22px !important;
  }

  .mb-lg-22 {
    margin-bottom: 22px !important;
  }

  .ml-lg-22 {
    margin-left: 22px !important;
  }

  .mr-lg-22 {
    margin-right: 22px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-23 {
    margin-top: 23px !important;
  }

  .mb-lg-23 {
    margin-bottom: 23px !important;
  }

  .ml-lg-23 {
    margin-left: 23px !important;
  }

  .mr-lg-23 {
    margin-right: 23px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-24 {
    margin-top: 24px !important;
  }

  .mb-lg-24 {
    margin-bottom: 24px !important;
  }

  .ml-lg-24 {
    margin-left: 24px !important;
  }

  .mr-lg-24 {
    margin-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .ml-lg-25 {
    margin-left: 25px !important;
  }

  .mr-lg-25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-26 {
    margin-top: 26px !important;
  }

  .mb-lg-26 {
    margin-bottom: 26px !important;
  }

  .ml-lg-26 {
    margin-left: 26px !important;
  }

  .mr-lg-26 {
    margin-right: 26px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-27 {
    margin-top: 27px !important;
  }

  .mb-lg-27 {
    margin-bottom: 27px !important;
  }

  .ml-lg-27 {
    margin-left: 27px !important;
  }

  .mr-lg-27 {
    margin-right: 27px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-28 {
    margin-top: 28px !important;
  }

  .mb-lg-28 {
    margin-bottom: 28px !important;
  }

  .ml-lg-28 {
    margin-left: 28px !important;
  }

  .mr-lg-28 {
    margin-right: 28px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-29 {
    margin-top: 29px !important;
  }

  .mb-lg-29 {
    margin-bottom: 29px !important;
  }

  .ml-lg-29 {
    margin-left: 29px !important;
  }

  .mr-lg-29 {
    margin-right: 29px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .ml-lg-30 {
    margin-left: 30px !important;
  }

  .mr-lg-30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-31 {
    margin-top: 31px !important;
  }

  .mb-lg-31 {
    margin-bottom: 31px !important;
  }

  .ml-lg-31 {
    margin-left: 31px !important;
  }

  .mr-lg-31 {
    margin-right: 31px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-32 {
    margin-top: 32px !important;
  }

  .mb-lg-32 {
    margin-bottom: 32px !important;
  }

  .ml-lg-32 {
    margin-left: 32px !important;
  }

  .mr-lg-32 {
    margin-right: 32px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-33 {
    margin-top: 33px !important;
  }

  .mb-lg-33 {
    margin-bottom: 33px !important;
  }

  .ml-lg-33 {
    margin-left: 33px !important;
  }

  .mr-lg-33 {
    margin-right: 33px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-34 {
    margin-top: 34px !important;
  }

  .mb-lg-34 {
    margin-bottom: 34px !important;
  }

  .ml-lg-34 {
    margin-left: 34px !important;
  }

  .mr-lg-34 {
    margin-right: 34px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .ml-lg-35 {
    margin-left: 35px !important;
  }

  .mr-lg-35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-36 {
    margin-top: 36px !important;
  }

  .mb-lg-36 {
    margin-bottom: 36px !important;
  }

  .ml-lg-36 {
    margin-left: 36px !important;
  }

  .mr-lg-36 {
    margin-right: 36px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-37 {
    margin-top: 37px !important;
  }

  .mb-lg-37 {
    margin-bottom: 37px !important;
  }

  .ml-lg-37 {
    margin-left: 37px !important;
  }

  .mr-lg-37 {
    margin-right: 37px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-38 {
    margin-top: 38px !important;
  }

  .mb-lg-38 {
    margin-bottom: 38px !important;
  }

  .ml-lg-38 {
    margin-left: 38px !important;
  }

  .mr-lg-38 {
    margin-right: 38px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-39 {
    margin-top: 39px !important;
  }

  .mb-lg-39 {
    margin-bottom: 39px !important;
  }

  .ml-lg-39 {
    margin-left: 39px !important;
  }

  .mr-lg-39 {
    margin-right: 39px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40 {
    margin-left: 40px !important;
  }

  .mr-lg-40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-41 {
    margin-top: 41px !important;
  }

  .mb-lg-41 {
    margin-bottom: 41px !important;
  }

  .ml-lg-41 {
    margin-left: 41px !important;
  }

  .mr-lg-41 {
    margin-right: 41px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-42 {
    margin-top: 42px !important;
  }

  .mb-lg-42 {
    margin-bottom: 42px !important;
  }

  .ml-lg-42 {
    margin-left: 42px !important;
  }

  .mr-lg-42 {
    margin-right: 42px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-43 {
    margin-top: 43px !important;
  }

  .mb-lg-43 {
    margin-bottom: 43px !important;
  }

  .ml-lg-43 {
    margin-left: 43px !important;
  }

  .mr-lg-43 {
    margin-right: 43px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-44 {
    margin-top: 44px !important;
  }

  .mb-lg-44 {
    margin-bottom: 44px !important;
  }

  .ml-lg-44 {
    margin-left: 44px !important;
  }

  .mr-lg-44 {
    margin-right: 44px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-45 {
    margin-top: 45px !important;
  }

  .mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .ml-lg-45 {
    margin-left: 45px !important;
  }

  .mr-lg-45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-46 {
    margin-top: 46px !important;
  }

  .mb-lg-46 {
    margin-bottom: 46px !important;
  }

  .ml-lg-46 {
    margin-left: 46px !important;
  }

  .mr-lg-46 {
    margin-right: 46px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-47 {
    margin-top: 47px !important;
  }

  .mb-lg-47 {
    margin-bottom: 47px !important;
  }

  .ml-lg-47 {
    margin-left: 47px !important;
  }

  .mr-lg-47 {
    margin-right: 47px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-48 {
    margin-top: 48px !important;
  }

  .mb-lg-48 {
    margin-bottom: 48px !important;
  }

  .ml-lg-48 {
    margin-left: 48px !important;
  }

  .mr-lg-48 {
    margin-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-49 {
    margin-top: 49px !important;
  }

  .mb-lg-49 {
    margin-bottom: 49px !important;
  }

  .ml-lg-49 {
    margin-left: 49px !important;
  }

  .mr-lg-49 {
    margin-right: 49px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .ml-lg-50 {
    margin-left: 50px !important;
  }

  .mr-lg-50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-51 {
    margin-top: 51px !important;
  }

  .mb-lg-51 {
    margin-bottom: 51px !important;
  }

  .ml-lg-51 {
    margin-left: 51px !important;
  }

  .mr-lg-51 {
    margin-right: 51px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-52 {
    margin-top: 52px !important;
  }

  .mb-lg-52 {
    margin-bottom: 52px !important;
  }

  .ml-lg-52 {
    margin-left: 52px !important;
  }

  .mr-lg-52 {
    margin-right: 52px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-53 {
    margin-top: 53px !important;
  }

  .mb-lg-53 {
    margin-bottom: 53px !important;
  }

  .ml-lg-53 {
    margin-left: 53px !important;
  }

  .mr-lg-53 {
    margin-right: 53px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-54 {
    margin-top: 54px !important;
  }

  .mb-lg-54 {
    margin-bottom: 54px !important;
  }

  .ml-lg-54 {
    margin-left: 54px !important;
  }

  .mr-lg-54 {
    margin-right: 54px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-55 {
    margin-top: 55px !important;
  }

  .mb-lg-55 {
    margin-bottom: 55px !important;
  }

  .ml-lg-55 {
    margin-left: 55px !important;
  }

  .mr-lg-55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-56 {
    margin-top: 56px !important;
  }

  .mb-lg-56 {
    margin-bottom: 56px !important;
  }

  .ml-lg-56 {
    margin-left: 56px !important;
  }

  .mr-lg-56 {
    margin-right: 56px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-57 {
    margin-top: 57px !important;
  }

  .mb-lg-57 {
    margin-bottom: 57px !important;
  }

  .ml-lg-57 {
    margin-left: 57px !important;
  }

  .mr-lg-57 {
    margin-right: 57px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-58 {
    margin-top: 58px !important;
  }

  .mb-lg-58 {
    margin-bottom: 58px !important;
  }

  .ml-lg-58 {
    margin-left: 58px !important;
  }

  .mr-lg-58 {
    margin-right: 58px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-59 {
    margin-top: 59px !important;
  }

  .mb-lg-59 {
    margin-bottom: 59px !important;
  }

  .ml-lg-59 {
    margin-left: 59px !important;
  }

  .mr-lg-59 {
    margin-right: 59px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .ml-lg-60 {
    margin-left: 60px !important;
  }

  .mr-lg-60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-61 {
    margin-top: 61px !important;
  }

  .mb-lg-61 {
    margin-bottom: 61px !important;
  }

  .ml-lg-61 {
    margin-left: 61px !important;
  }

  .mr-lg-61 {
    margin-right: 61px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-62 {
    margin-top: 62px !important;
  }

  .mb-lg-62 {
    margin-bottom: 62px !important;
  }

  .ml-lg-62 {
    margin-left: 62px !important;
  }

  .mr-lg-62 {
    margin-right: 62px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-63 {
    margin-top: 63px !important;
  }

  .mb-lg-63 {
    margin-bottom: 63px !important;
  }

  .ml-lg-63 {
    margin-left: 63px !important;
  }

  .mr-lg-63 {
    margin-right: 63px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-64 {
    margin-top: 64px !important;
  }

  .mb-lg-64 {
    margin-bottom: 64px !important;
  }

  .ml-lg-64 {
    margin-left: 64px !important;
  }

  .mr-lg-64 {
    margin-right: 64px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-65 {
    margin-top: 65px !important;
  }

  .mb-lg-65 {
    margin-bottom: 65px !important;
  }

  .ml-lg-65 {
    margin-left: 65px !important;
  }

  .mr-lg-65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-66 {
    margin-top: 66px !important;
  }

  .mb-lg-66 {
    margin-bottom: 66px !important;
  }

  .ml-lg-66 {
    margin-left: 66px !important;
  }

  .mr-lg-66 {
    margin-right: 66px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-67 {
    margin-top: 67px !important;
  }

  .mb-lg-67 {
    margin-bottom: 67px !important;
  }

  .ml-lg-67 {
    margin-left: 67px !important;
  }

  .mr-lg-67 {
    margin-right: 67px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-68 {
    margin-top: 68px !important;
  }

  .mb-lg-68 {
    margin-bottom: 68px !important;
  }

  .ml-lg-68 {
    margin-left: 68px !important;
  }

  .mr-lg-68 {
    margin-right: 68px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-69 {
    margin-top: 69px !important;
  }

  .mb-lg-69 {
    margin-bottom: 69px !important;
  }

  .ml-lg-69 {
    margin-left: 69px !important;
  }

  .mr-lg-69 {
    margin-right: 69px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .ml-lg-70 {
    margin-left: 70px !important;
  }

  .mr-lg-70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-71 {
    margin-top: 71px !important;
  }

  .mb-lg-71 {
    margin-bottom: 71px !important;
  }

  .ml-lg-71 {
    margin-left: 71px !important;
  }

  .mr-lg-71 {
    margin-right: 71px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-72 {
    margin-top: 72px !important;
  }

  .mb-lg-72 {
    margin-bottom: 72px !important;
  }

  .ml-lg-72 {
    margin-left: 72px !important;
  }

  .mr-lg-72 {
    margin-right: 72px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-73 {
    margin-top: 73px !important;
  }

  .mb-lg-73 {
    margin-bottom: 73px !important;
  }

  .ml-lg-73 {
    margin-left: 73px !important;
  }

  .mr-lg-73 {
    margin-right: 73px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-74 {
    margin-top: 74px !important;
  }

  .mb-lg-74 {
    margin-bottom: 74px !important;
  }

  .ml-lg-74 {
    margin-left: 74px !important;
  }

  .mr-lg-74 {
    margin-right: 74px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-75 {
    margin-top: 75px !important;
  }

  .mb-lg-75 {
    margin-bottom: 75px !important;
  }

  .ml-lg-75 {
    margin-left: 75px !important;
  }

  .mr-lg-75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-76 {
    margin-top: 76px !important;
  }

  .mb-lg-76 {
    margin-bottom: 76px !important;
  }

  .ml-lg-76 {
    margin-left: 76px !important;
  }

  .mr-lg-76 {
    margin-right: 76px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-77 {
    margin-top: 77px !important;
  }

  .mb-lg-77 {
    margin-bottom: 77px !important;
  }

  .ml-lg-77 {
    margin-left: 77px !important;
  }

  .mr-lg-77 {
    margin-right: 77px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-78 {
    margin-top: 78px !important;
  }

  .mb-lg-78 {
    margin-bottom: 78px !important;
  }

  .ml-lg-78 {
    margin-left: 78px !important;
  }

  .mr-lg-78 {
    margin-right: 78px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-79 {
    margin-top: 79px !important;
  }

  .mb-lg-79 {
    margin-bottom: 79px !important;
  }

  .ml-lg-79 {
    margin-left: 79px !important;
  }

  .mr-lg-79 {
    margin-right: 79px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .ml-lg-80 {
    margin-left: 80px !important;
  }

  .mr-lg-80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-81 {
    margin-top: 81px !important;
  }

  .mb-lg-81 {
    margin-bottom: 81px !important;
  }

  .ml-lg-81 {
    margin-left: 81px !important;
  }

  .mr-lg-81 {
    margin-right: 81px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-82 {
    margin-top: 82px !important;
  }

  .mb-lg-82 {
    margin-bottom: 82px !important;
  }

  .ml-lg-82 {
    margin-left: 82px !important;
  }

  .mr-lg-82 {
    margin-right: 82px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-83 {
    margin-top: 83px !important;
  }

  .mb-lg-83 {
    margin-bottom: 83px !important;
  }

  .ml-lg-83 {
    margin-left: 83px !important;
  }

  .mr-lg-83 {
    margin-right: 83px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-84 {
    margin-top: 84px !important;
  }

  .mb-lg-84 {
    margin-bottom: 84px !important;
  }

  .ml-lg-84 {
    margin-left: 84px !important;
  }

  .mr-lg-84 {
    margin-right: 84px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-85 {
    margin-top: 85px !important;
  }

  .mb-lg-85 {
    margin-bottom: 85px !important;
  }

  .ml-lg-85 {
    margin-left: 85px !important;
  }

  .mr-lg-85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-86 {
    margin-top: 86px !important;
  }

  .mb-lg-86 {
    margin-bottom: 86px !important;
  }

  .ml-lg-86 {
    margin-left: 86px !important;
  }

  .mr-lg-86 {
    margin-right: 86px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-87 {
    margin-top: 87px !important;
  }

  .mb-lg-87 {
    margin-bottom: 87px !important;
  }

  .ml-lg-87 {
    margin-left: 87px !important;
  }

  .mr-lg-87 {
    margin-right: 87px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-88 {
    margin-top: 88px !important;
  }

  .mb-lg-88 {
    margin-bottom: 88px !important;
  }

  .ml-lg-88 {
    margin-left: 88px !important;
  }

  .mr-lg-88 {
    margin-right: 88px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-89 {
    margin-top: 89px !important;
  }

  .mb-lg-89 {
    margin-bottom: 89px !important;
  }

  .ml-lg-89 {
    margin-left: 89px !important;
  }

  .mr-lg-89 {
    margin-right: 89px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .ml-lg-90 {
    margin-left: 90px !important;
  }

  .mr-lg-90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-91 {
    margin-top: 91px !important;
  }

  .mb-lg-91 {
    margin-bottom: 91px !important;
  }

  .ml-lg-91 {
    margin-left: 91px !important;
  }

  .mr-lg-91 {
    margin-right: 91px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-92 {
    margin-top: 92px !important;
  }

  .mb-lg-92 {
    margin-bottom: 92px !important;
  }

  .ml-lg-92 {
    margin-left: 92px !important;
  }

  .mr-lg-92 {
    margin-right: 92px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-93 {
    margin-top: 93px !important;
  }

  .mb-lg-93 {
    margin-bottom: 93px !important;
  }

  .ml-lg-93 {
    margin-left: 93px !important;
  }

  .mr-lg-93 {
    margin-right: 93px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-94 {
    margin-top: 94px !important;
  }

  .mb-lg-94 {
    margin-bottom: 94px !important;
  }

  .ml-lg-94 {
    margin-left: 94px !important;
  }

  .mr-lg-94 {
    margin-right: 94px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-95 {
    margin-top: 95px !important;
  }

  .mb-lg-95 {
    margin-bottom: 95px !important;
  }

  .ml-lg-95 {
    margin-left: 95px !important;
  }

  .mr-lg-95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-96 {
    margin-top: 96px !important;
  }

  .mb-lg-96 {
    margin-bottom: 96px !important;
  }

  .ml-lg-96 {
    margin-left: 96px !important;
  }

  .mr-lg-96 {
    margin-right: 96px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-97 {
    margin-top: 97px !important;
  }

  .mb-lg-97 {
    margin-bottom: 97px !important;
  }

  .ml-lg-97 {
    margin-left: 97px !important;
  }

  .mr-lg-97 {
    margin-right: 97px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-98 {
    margin-top: 98px !important;
  }

  .mb-lg-98 {
    margin-bottom: 98px !important;
  }

  .ml-lg-98 {
    margin-left: 98px !important;
  }

  .mr-lg-98 {
    margin-right: 98px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-99 {
    margin-top: 99px !important;
  }

  .mb-lg-99 {
    margin-bottom: 99px !important;
  }

  .ml-lg-99 {
    margin-left: 99px !important;
  }

  .mr-lg-99 {
    margin-right: 99px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .ml-lg-100 {
    margin-left: 100px !important;
  }

  .mr-lg-100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }

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

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

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

@media (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 1px !important;
  }

  .mb-xl-1 {
    margin-bottom: 1px !important;
  }

  .ml-xl-1 {
    margin-left: 1px !important;
  }

  .mr-xl-1 {
    margin-right: 1px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
    margin-top: 2px !important;
  }

  .mb-xl-2 {
    margin-bottom: 2px !important;
  }

  .ml-xl-2 {
    margin-left: 2px !important;
  }

  .mr-xl-2 {
    margin-right: 2px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
    margin-top: 3px !important;
  }

  .mb-xl-3 {
    margin-bottom: 3px !important;
  }

  .ml-xl-3 {
    margin-left: 3px !important;
  }

  .mr-xl-3 {
    margin-right: 3px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 4px !important;
  }

  .mb-xl-4 {
    margin-bottom: 4px !important;
  }

  .ml-xl-4 {
    margin-left: 4px !important;
  }

  .mr-xl-4 {
    margin-right: 4px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 5px !important;
  }

  .mb-xl-5 {
    margin-bottom: 5px !important;
  }

  .ml-xl-5 {
    margin-left: 5px !important;
  }

  .mr-xl-5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 6px !important;
  }

  .mb-xl-6 {
    margin-bottom: 6px !important;
  }

  .ml-xl-6 {
    margin-left: 6px !important;
  }

  .mr-xl-6 {
    margin-right: 6px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-7 {
    margin-top: 7px !important;
  }

  .mb-xl-7 {
    margin-bottom: 7px !important;
  }

  .ml-xl-7 {
    margin-left: 7px !important;
  }

  .mr-xl-7 {
    margin-right: 7px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-8 {
    margin-top: 8px !important;
  }

  .mb-xl-8 {
    margin-bottom: 8px !important;
  }

  .ml-xl-8 {
    margin-left: 8px !important;
  }

  .mr-xl-8 {
    margin-right: 8px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-9 {
    margin-top: 9px !important;
  }

  .mb-xl-9 {
    margin-bottom: 9px !important;
  }

  .ml-xl-9 {
    margin-left: 9px !important;
  }

  .mr-xl-9 {
    margin-right: 9px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .ml-xl-10 {
    margin-left: 10px !important;
  }

  .mr-xl-10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-11 {
    margin-top: 11px !important;
  }

  .mb-xl-11 {
    margin-bottom: 11px !important;
  }

  .ml-xl-11 {
    margin-left: 11px !important;
  }

  .mr-xl-11 {
    margin-right: 11px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-12 {
    margin-top: 12px !important;
  }

  .mb-xl-12 {
    margin-bottom: 12px !important;
  }

  .ml-xl-12 {
    margin-left: 12px !important;
  }

  .mr-xl-12 {
    margin-right: 12px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-13 {
    margin-top: 13px !important;
  }

  .mb-xl-13 {
    margin-bottom: 13px !important;
  }

  .ml-xl-13 {
    margin-left: 13px !important;
  }

  .mr-xl-13 {
    margin-right: 13px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-14 {
    margin-top: 14px !important;
  }

  .mb-xl-14 {
    margin-bottom: 14px !important;
  }

  .ml-xl-14 {
    margin-left: 14px !important;
  }

  .mr-xl-14 {
    margin-right: 14px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xl-15 {
    margin-left: 15px !important;
  }

  .mr-xl-15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-16 {
    margin-top: 16px !important;
  }

  .mb-xl-16 {
    margin-bottom: 16px !important;
  }

  .ml-xl-16 {
    margin-left: 16px !important;
  }

  .mr-xl-16 {
    margin-right: 16px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-17 {
    margin-top: 17px !important;
  }

  .mb-xl-17 {
    margin-bottom: 17px !important;
  }

  .ml-xl-17 {
    margin-left: 17px !important;
  }

  .mr-xl-17 {
    margin-right: 17px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-18 {
    margin-top: 18px !important;
  }

  .mb-xl-18 {
    margin-bottom: 18px !important;
  }

  .ml-xl-18 {
    margin-left: 18px !important;
  }

  .mr-xl-18 {
    margin-right: 18px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-19 {
    margin-top: 19px !important;
  }

  .mb-xl-19 {
    margin-bottom: 19px !important;
  }

  .ml-xl-19 {
    margin-left: 19px !important;
  }

  .mr-xl-19 {
    margin-right: 19px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xl-20 {
    margin-left: 20px !important;
  }

  .mr-xl-20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-21 {
    margin-top: 21px !important;
  }

  .mb-xl-21 {
    margin-bottom: 21px !important;
  }

  .ml-xl-21 {
    margin-left: 21px !important;
  }

  .mr-xl-21 {
    margin-right: 21px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-22 {
    margin-top: 22px !important;
  }

  .mb-xl-22 {
    margin-bottom: 22px !important;
  }

  .ml-xl-22 {
    margin-left: 22px !important;
  }

  .mr-xl-22 {
    margin-right: 22px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-23 {
    margin-top: 23px !important;
  }

  .mb-xl-23 {
    margin-bottom: 23px !important;
  }

  .ml-xl-23 {
    margin-left: 23px !important;
  }

  .mr-xl-23 {
    margin-right: 23px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-24 {
    margin-top: 24px !important;
  }

  .mb-xl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xl-24 {
    margin-left: 24px !important;
  }

  .mr-xl-24 {
    margin-right: 24px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .ml-xl-25 {
    margin-left: 25px !important;
  }

  .mr-xl-25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-26 {
    margin-top: 26px !important;
  }

  .mb-xl-26 {
    margin-bottom: 26px !important;
  }

  .ml-xl-26 {
    margin-left: 26px !important;
  }

  .mr-xl-26 {
    margin-right: 26px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-27 {
    margin-top: 27px !important;
  }

  .mb-xl-27 {
    margin-bottom: 27px !important;
  }

  .ml-xl-27 {
    margin-left: 27px !important;
  }

  .mr-xl-27 {
    margin-right: 27px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-28 {
    margin-top: 28px !important;
  }

  .mb-xl-28 {
    margin-bottom: 28px !important;
  }

  .ml-xl-28 {
    margin-left: 28px !important;
  }

  .mr-xl-28 {
    margin-right: 28px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-29 {
    margin-top: 29px !important;
  }

  .mb-xl-29 {
    margin-bottom: 29px !important;
  }

  .ml-xl-29 {
    margin-left: 29px !important;
  }

  .mr-xl-29 {
    margin-right: 29px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xl-30 {
    margin-left: 30px !important;
  }

  .mr-xl-30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-31 {
    margin-top: 31px !important;
  }

  .mb-xl-31 {
    margin-bottom: 31px !important;
  }

  .ml-xl-31 {
    margin-left: 31px !important;
  }

  .mr-xl-31 {
    margin-right: 31px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-32 {
    margin-top: 32px !important;
  }

  .mb-xl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xl-32 {
    margin-left: 32px !important;
  }

  .mr-xl-32 {
    margin-right: 32px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-33 {
    margin-top: 33px !important;
  }

  .mb-xl-33 {
    margin-bottom: 33px !important;
  }

  .ml-xl-33 {
    margin-left: 33px !important;
  }

  .mr-xl-33 {
    margin-right: 33px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-34 {
    margin-top: 34px !important;
  }

  .mb-xl-34 {
    margin-bottom: 34px !important;
  }

  .ml-xl-34 {
    margin-left: 34px !important;
  }

  .mr-xl-34 {
    margin-right: 34px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mb-xl-35 {
    margin-bottom: 35px !important;
  }

  .ml-xl-35 {
    margin-left: 35px !important;
  }

  .mr-xl-35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-36 {
    margin-top: 36px !important;
  }

  .mb-xl-36 {
    margin-bottom: 36px !important;
  }

  .ml-xl-36 {
    margin-left: 36px !important;
  }

  .mr-xl-36 {
    margin-right: 36px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-37 {
    margin-top: 37px !important;
  }

  .mb-xl-37 {
    margin-bottom: 37px !important;
  }

  .ml-xl-37 {
    margin-left: 37px !important;
  }

  .mr-xl-37 {
    margin-right: 37px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-38 {
    margin-top: 38px !important;
  }

  .mb-xl-38 {
    margin-bottom: 38px !important;
  }

  .ml-xl-38 {
    margin-left: 38px !important;
  }

  .mr-xl-38 {
    margin-right: 38px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-39 {
    margin-top: 39px !important;
  }

  .mb-xl-39 {
    margin-bottom: 39px !important;
  }

  .ml-xl-39 {
    margin-left: 39px !important;
  }

  .mr-xl-39 {
    margin-right: 39px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40 {
    margin-left: 40px !important;
  }

  .mr-xl-40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-41 {
    margin-top: 41px !important;
  }

  .mb-xl-41 {
    margin-bottom: 41px !important;
  }

  .ml-xl-41 {
    margin-left: 41px !important;
  }

  .mr-xl-41 {
    margin-right: 41px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-42 {
    margin-top: 42px !important;
  }

  .mb-xl-42 {
    margin-bottom: 42px !important;
  }

  .ml-xl-42 {
    margin-left: 42px !important;
  }

  .mr-xl-42 {
    margin-right: 42px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-43 {
    margin-top: 43px !important;
  }

  .mb-xl-43 {
    margin-bottom: 43px !important;
  }

  .ml-xl-43 {
    margin-left: 43px !important;
  }

  .mr-xl-43 {
    margin-right: 43px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-44 {
    margin-top: 44px !important;
  }

  .mb-xl-44 {
    margin-bottom: 44px !important;
  }

  .ml-xl-44 {
    margin-left: 44px !important;
  }

  .mr-xl-44 {
    margin-right: 44px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-45 {
    margin-top: 45px !important;
  }

  .mb-xl-45 {
    margin-bottom: 45px !important;
  }

  .ml-xl-45 {
    margin-left: 45px !important;
  }

  .mr-xl-45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-46 {
    margin-top: 46px !important;
  }

  .mb-xl-46 {
    margin-bottom: 46px !important;
  }

  .ml-xl-46 {
    margin-left: 46px !important;
  }

  .mr-xl-46 {
    margin-right: 46px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-47 {
    margin-top: 47px !important;
  }

  .mb-xl-47 {
    margin-bottom: 47px !important;
  }

  .ml-xl-47 {
    margin-left: 47px !important;
  }

  .mr-xl-47 {
    margin-right: 47px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-48 {
    margin-top: 48px !important;
  }

  .mb-xl-48 {
    margin-bottom: 48px !important;
  }

  .ml-xl-48 {
    margin-left: 48px !important;
  }

  .mr-xl-48 {
    margin-right: 48px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-49 {
    margin-top: 49px !important;
  }

  .mb-xl-49 {
    margin-bottom: 49px !important;
  }

  .ml-xl-49 {
    margin-left: 49px !important;
  }

  .mr-xl-49 {
    margin-right: 49px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xl-50 {
    margin-left: 50px !important;
  }

  .mr-xl-50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-51 {
    margin-top: 51px !important;
  }

  .mb-xl-51 {
    margin-bottom: 51px !important;
  }

  .ml-xl-51 {
    margin-left: 51px !important;
  }

  .mr-xl-51 {
    margin-right: 51px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-52 {
    margin-top: 52px !important;
  }

  .mb-xl-52 {
    margin-bottom: 52px !important;
  }

  .ml-xl-52 {
    margin-left: 52px !important;
  }

  .mr-xl-52 {
    margin-right: 52px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-53 {
    margin-top: 53px !important;
  }

  .mb-xl-53 {
    margin-bottom: 53px !important;
  }

  .ml-xl-53 {
    margin-left: 53px !important;
  }

  .mr-xl-53 {
    margin-right: 53px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-54 {
    margin-top: 54px !important;
  }

  .mb-xl-54 {
    margin-bottom: 54px !important;
  }

  .ml-xl-54 {
    margin-left: 54px !important;
  }

  .mr-xl-54 {
    margin-right: 54px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-55 {
    margin-top: 55px !important;
  }

  .mb-xl-55 {
    margin-bottom: 55px !important;
  }

  .ml-xl-55 {
    margin-left: 55px !important;
  }

  .mr-xl-55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-56 {
    margin-top: 56px !important;
  }

  .mb-xl-56 {
    margin-bottom: 56px !important;
  }

  .ml-xl-56 {
    margin-left: 56px !important;
  }

  .mr-xl-56 {
    margin-right: 56px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-57 {
    margin-top: 57px !important;
  }

  .mb-xl-57 {
    margin-bottom: 57px !important;
  }

  .ml-xl-57 {
    margin-left: 57px !important;
  }

  .mr-xl-57 {
    margin-right: 57px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-58 {
    margin-top: 58px !important;
  }

  .mb-xl-58 {
    margin-bottom: 58px !important;
  }

  .ml-xl-58 {
    margin-left: 58px !important;
  }

  .mr-xl-58 {
    margin-right: 58px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-59 {
    margin-top: 59px !important;
  }

  .mb-xl-59 {
    margin-bottom: 59px !important;
  }

  .ml-xl-59 {
    margin-left: 59px !important;
  }

  .mr-xl-59 {
    margin-right: 59px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xl-60 {
    margin-left: 60px !important;
  }

  .mr-xl-60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-61 {
    margin-top: 61px !important;
  }

  .mb-xl-61 {
    margin-bottom: 61px !important;
  }

  .ml-xl-61 {
    margin-left: 61px !important;
  }

  .mr-xl-61 {
    margin-right: 61px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-62 {
    margin-top: 62px !important;
  }

  .mb-xl-62 {
    margin-bottom: 62px !important;
  }

  .ml-xl-62 {
    margin-left: 62px !important;
  }

  .mr-xl-62 {
    margin-right: 62px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-63 {
    margin-top: 63px !important;
  }

  .mb-xl-63 {
    margin-bottom: 63px !important;
  }

  .ml-xl-63 {
    margin-left: 63px !important;
  }

  .mr-xl-63 {
    margin-right: 63px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-64 {
    margin-top: 64px !important;
  }

  .mb-xl-64 {
    margin-bottom: 64px !important;
  }

  .ml-xl-64 {
    margin-left: 64px !important;
  }

  .mr-xl-64 {
    margin-right: 64px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-65 {
    margin-top: 65px !important;
  }

  .mb-xl-65 {
    margin-bottom: 65px !important;
  }

  .ml-xl-65 {
    margin-left: 65px !important;
  }

  .mr-xl-65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-66 {
    margin-top: 66px !important;
  }

  .mb-xl-66 {
    margin-bottom: 66px !important;
  }

  .ml-xl-66 {
    margin-left: 66px !important;
  }

  .mr-xl-66 {
    margin-right: 66px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-67 {
    margin-top: 67px !important;
  }

  .mb-xl-67 {
    margin-bottom: 67px !important;
  }

  .ml-xl-67 {
    margin-left: 67px !important;
  }

  .mr-xl-67 {
    margin-right: 67px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-68 {
    margin-top: 68px !important;
  }

  .mb-xl-68 {
    margin-bottom: 68px !important;
  }

  .ml-xl-68 {
    margin-left: 68px !important;
  }

  .mr-xl-68 {
    margin-right: 68px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-69 {
    margin-top: 69px !important;
  }

  .mb-xl-69 {
    margin-bottom: 69px !important;
  }

  .ml-xl-69 {
    margin-left: 69px !important;
  }

  .mr-xl-69 {
    margin-right: 69px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .ml-xl-70 {
    margin-left: 70px !important;
  }

  .mr-xl-70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-71 {
    margin-top: 71px !important;
  }

  .mb-xl-71 {
    margin-bottom: 71px !important;
  }

  .ml-xl-71 {
    margin-left: 71px !important;
  }

  .mr-xl-71 {
    margin-right: 71px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-72 {
    margin-top: 72px !important;
  }

  .mb-xl-72 {
    margin-bottom: 72px !important;
  }

  .ml-xl-72 {
    margin-left: 72px !important;
  }

  .mr-xl-72 {
    margin-right: 72px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-73 {
    margin-top: 73px !important;
  }

  .mb-xl-73 {
    margin-bottom: 73px !important;
  }

  .ml-xl-73 {
    margin-left: 73px !important;
  }

  .mr-xl-73 {
    margin-right: 73px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-74 {
    margin-top: 74px !important;
  }

  .mb-xl-74 {
    margin-bottom: 74px !important;
  }

  .ml-xl-74 {
    margin-left: 74px !important;
  }

  .mr-xl-74 {
    margin-right: 74px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-75 {
    margin-top: 75px !important;
  }

  .mb-xl-75 {
    margin-bottom: 75px !important;
  }

  .ml-xl-75 {
    margin-left: 75px !important;
  }

  .mr-xl-75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-76 {
    margin-top: 76px !important;
  }

  .mb-xl-76 {
    margin-bottom: 76px !important;
  }

  .ml-xl-76 {
    margin-left: 76px !important;
  }

  .mr-xl-76 {
    margin-right: 76px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-77 {
    margin-top: 77px !important;
  }

  .mb-xl-77 {
    margin-bottom: 77px !important;
  }

  .ml-xl-77 {
    margin-left: 77px !important;
  }

  .mr-xl-77 {
    margin-right: 77px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-78 {
    margin-top: 78px !important;
  }

  .mb-xl-78 {
    margin-bottom: 78px !important;
  }

  .ml-xl-78 {
    margin-left: 78px !important;
  }

  .mr-xl-78 {
    margin-right: 78px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-79 {
    margin-top: 79px !important;
  }

  .mb-xl-79 {
    margin-bottom: 79px !important;
  }

  .ml-xl-79 {
    margin-left: 79px !important;
  }

  .mr-xl-79 {
    margin-right: 79px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xl-80 {
    margin-left: 80px !important;
  }

  .mr-xl-80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-81 {
    margin-top: 81px !important;
  }

  .mb-xl-81 {
    margin-bottom: 81px !important;
  }

  .ml-xl-81 {
    margin-left: 81px !important;
  }

  .mr-xl-81 {
    margin-right: 81px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-82 {
    margin-top: 82px !important;
  }

  .mb-xl-82 {
    margin-bottom: 82px !important;
  }

  .ml-xl-82 {
    margin-left: 82px !important;
  }

  .mr-xl-82 {
    margin-right: 82px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-83 {
    margin-top: 83px !important;
  }

  .mb-xl-83 {
    margin-bottom: 83px !important;
  }

  .ml-xl-83 {
    margin-left: 83px !important;
  }

  .mr-xl-83 {
    margin-right: 83px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-84 {
    margin-top: 84px !important;
  }

  .mb-xl-84 {
    margin-bottom: 84px !important;
  }

  .ml-xl-84 {
    margin-left: 84px !important;
  }

  .mr-xl-84 {
    margin-right: 84px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-85 {
    margin-top: 85px !important;
  }

  .mb-xl-85 {
    margin-bottom: 85px !important;
  }

  .ml-xl-85 {
    margin-left: 85px !important;
  }

  .mr-xl-85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-86 {
    margin-top: 86px !important;
  }

  .mb-xl-86 {
    margin-bottom: 86px !important;
  }

  .ml-xl-86 {
    margin-left: 86px !important;
  }

  .mr-xl-86 {
    margin-right: 86px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-87 {
    margin-top: 87px !important;
  }

  .mb-xl-87 {
    margin-bottom: 87px !important;
  }

  .ml-xl-87 {
    margin-left: 87px !important;
  }

  .mr-xl-87 {
    margin-right: 87px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-88 {
    margin-top: 88px !important;
  }

  .mb-xl-88 {
    margin-bottom: 88px !important;
  }

  .ml-xl-88 {
    margin-left: 88px !important;
  }

  .mr-xl-88 {
    margin-right: 88px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-89 {
    margin-top: 89px !important;
  }

  .mb-xl-89 {
    margin-bottom: 89px !important;
  }

  .ml-xl-89 {
    margin-left: 89px !important;
  }

  .mr-xl-89 {
    margin-right: 89px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-90 {
    margin-top: 90px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .ml-xl-90 {
    margin-left: 90px !important;
  }

  .mr-xl-90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-91 {
    margin-top: 91px !important;
  }

  .mb-xl-91 {
    margin-bottom: 91px !important;
  }

  .ml-xl-91 {
    margin-left: 91px !important;
  }

  .mr-xl-91 {
    margin-right: 91px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-92 {
    margin-top: 92px !important;
  }

  .mb-xl-92 {
    margin-bottom: 92px !important;
  }

  .ml-xl-92 {
    margin-left: 92px !important;
  }

  .mr-xl-92 {
    margin-right: 92px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-93 {
    margin-top: 93px !important;
  }

  .mb-xl-93 {
    margin-bottom: 93px !important;
  }

  .ml-xl-93 {
    margin-left: 93px !important;
  }

  .mr-xl-93 {
    margin-right: 93px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-94 {
    margin-top: 94px !important;
  }

  .mb-xl-94 {
    margin-bottom: 94px !important;
  }

  .ml-xl-94 {
    margin-left: 94px !important;
  }

  .mr-xl-94 {
    margin-right: 94px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-95 {
    margin-top: 95px !important;
  }

  .mb-xl-95 {
    margin-bottom: 95px !important;
  }

  .ml-xl-95 {
    margin-left: 95px !important;
  }

  .mr-xl-95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-96 {
    margin-top: 96px !important;
  }

  .mb-xl-96 {
    margin-bottom: 96px !important;
  }

  .ml-xl-96 {
    margin-left: 96px !important;
  }

  .mr-xl-96 {
    margin-right: 96px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-97 {
    margin-top: 97px !important;
  }

  .mb-xl-97 {
    margin-bottom: 97px !important;
  }

  .ml-xl-97 {
    margin-left: 97px !important;
  }

  .mr-xl-97 {
    margin-right: 97px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-98 {
    margin-top: 98px !important;
  }

  .mb-xl-98 {
    margin-bottom: 98px !important;
  }

  .ml-xl-98 {
    margin-left: 98px !important;
  }

  .mr-xl-98 {
    margin-right: 98px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-99 {
    margin-top: 99px !important;
  }

  .mb-xl-99 {
    margin-bottom: 99px !important;
  }

  .ml-xl-99 {
    margin-left: 99px !important;
  }

  .mr-xl-99 {
    margin-right: 99px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xl-100 {
    margin-left: 100px !important;
  }

  .mr-xl-100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0px !important;
  }

  .mt-xxl-0 {
    margin-bottom: 0px !important;
  }

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

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

@media (min-width: 1400px) {
  .mt-xxl-1 {
    margin-top: 1px !important;
  }

  .mt-xxl-1 {
    margin-bottom: 1px !important;
  }

  .ml-xxl-1 {
    margin-left: 1px !important;
  }

  .mr-xxl-1 {
    margin-right: 1px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
    margin-top: 2px !important;
  }

  .mt-xxl-2 {
    margin-bottom: 2px !important;
  }

  .ml-xxl-2 {
    margin-left: 2px !important;
  }

  .mr-xxl-2 {
    margin-right: 2px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
    margin-top: 3px !important;
  }

  .mt-xxl-3 {
    margin-bottom: 3px !important;
  }

  .ml-xxl-3 {
    margin-left: 3px !important;
  }

  .mr-xxl-3 {
    margin-right: 3px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
    margin-top: 4px !important;
  }

  .mt-xxl-4 {
    margin-bottom: 4px !important;
  }

  .ml-xxl-4 {
    margin-left: 4px !important;
  }

  .mr-xxl-4 {
    margin-right: 4px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
    margin-top: 5px !important;
  }

  .mt-xxl-5 {
    margin-bottom: 5px !important;
  }

  .ml-xxl-5 {
    margin-left: 5px !important;
  }

  .mr-xxl-5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-6 {
    margin-top: 6px !important;
  }

  .mt-xxl-6 {
    margin-bottom: 6px !important;
  }

  .ml-xxl-6 {
    margin-left: 6px !important;
  }

  .mr-xxl-6 {
    margin-right: 6px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-7 {
    margin-top: 7px !important;
  }

  .mt-xxl-7 {
    margin-bottom: 7px !important;
  }

  .ml-xxl-7 {
    margin-left: 7px !important;
  }

  .mr-xxl-7 {
    margin-right: 7px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-8 {
    margin-top: 8px !important;
  }

  .mt-xxl-8 {
    margin-bottom: 8px !important;
  }

  .ml-xxl-8 {
    margin-left: 8px !important;
  }

  .mr-xxl-8 {
    margin-right: 8px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-9 {
    margin-top: 9px !important;
  }

  .mt-xxl-9 {
    margin-bottom: 9px !important;
  }

  .ml-xxl-9 {
    margin-left: 9px !important;
  }

  .mr-xxl-9 {
    margin-right: 9px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-10 {
    margin-top: 10px !important;
  }

  .mt-xxl-10 {
    margin-bottom: 10px !important;
  }

  .ml-xxl-10 {
    margin-left: 10px !important;
  }

  .mr-xxl-10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-11 {
    margin-top: 11px !important;
  }

  .mt-xxl-11 {
    margin-bottom: 11px !important;
  }

  .ml-xxl-11 {
    margin-left: 11px !important;
  }

  .mr-xxl-11 {
    margin-right: 11px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-12 {
    margin-top: 12px !important;
  }

  .mt-xxl-12 {
    margin-bottom: 12px !important;
  }

  .ml-xxl-12 {
    margin-left: 12px !important;
  }

  .mr-xxl-12 {
    margin-right: 12px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-13 {
    margin-top: 13px !important;
  }

  .mt-xxl-13 {
    margin-bottom: 13px !important;
  }

  .ml-xxl-13 {
    margin-left: 13px !important;
  }

  .mr-xxl-13 {
    margin-right: 13px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-14 {
    margin-top: 14px !important;
  }

  .mt-xxl-14 {
    margin-bottom: 14px !important;
  }

  .ml-xxl-14 {
    margin-left: 14px !important;
  }

  .mr-xxl-14 {
    margin-right: 14px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-15 {
    margin-top: 15px !important;
  }

  .mt-xxl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xxl-15 {
    margin-left: 15px !important;
  }

  .mr-xxl-15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-16 {
    margin-top: 16px !important;
  }

  .mt-xxl-16 {
    margin-bottom: 16px !important;
  }

  .ml-xxl-16 {
    margin-left: 16px !important;
  }

  .mr-xxl-16 {
    margin-right: 16px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-17 {
    margin-top: 17px !important;
  }

  .mt-xxl-17 {
    margin-bottom: 17px !important;
  }

  .ml-xxl-17 {
    margin-left: 17px !important;
  }

  .mr-xxl-17 {
    margin-right: 17px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-18 {
    margin-top: 18px !important;
  }

  .mt-xxl-18 {
    margin-bottom: 18px !important;
  }

  .ml-xxl-18 {
    margin-left: 18px !important;
  }

  .mr-xxl-18 {
    margin-right: 18px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-19 {
    margin-top: 19px !important;
  }

  .mt-xxl-19 {
    margin-bottom: 19px !important;
  }

  .ml-xxl-19 {
    margin-left: 19px !important;
  }

  .mr-xxl-19 {
    margin-right: 19px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-20 {
    margin-top: 20px !important;
  }

  .mt-xxl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xxl-20 {
    margin-left: 20px !important;
  }

  .mr-xxl-20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-21 {
    margin-top: 21px !important;
  }

  .mt-xxl-21 {
    margin-bottom: 21px !important;
  }

  .ml-xxl-21 {
    margin-left: 21px !important;
  }

  .mr-xxl-21 {
    margin-right: 21px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-22 {
    margin-top: 22px !important;
  }

  .mt-xxl-22 {
    margin-bottom: 22px !important;
  }

  .ml-xxl-22 {
    margin-left: 22px !important;
  }

  .mr-xxl-22 {
    margin-right: 22px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-23 {
    margin-top: 23px !important;
  }

  .mt-xxl-23 {
    margin-bottom: 23px !important;
  }

  .ml-xxl-23 {
    margin-left: 23px !important;
  }

  .mr-xxl-23 {
    margin-right: 23px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-24 {
    margin-top: 24px !important;
  }

  .mt-xxl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xxl-24 {
    margin-left: 24px !important;
  }

  .mr-xxl-24 {
    margin-right: 24px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-25 {
    margin-top: 25px !important;
  }

  .mt-xxl-25 {
    margin-bottom: 25px !important;
  }

  .ml-xxl-25 {
    margin-left: 25px !important;
  }

  .mr-xxl-25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-26 {
    margin-top: 26px !important;
  }

  .mt-xxl-26 {
    margin-bottom: 26px !important;
  }

  .ml-xxl-26 {
    margin-left: 26px !important;
  }

  .mr-xxl-26 {
    margin-right: 26px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-27 {
    margin-top: 27px !important;
  }

  .mt-xxl-27 {
    margin-bottom: 27px !important;
  }

  .ml-xxl-27 {
    margin-left: 27px !important;
  }

  .mr-xxl-27 {
    margin-right: 27px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-28 {
    margin-top: 28px !important;
  }

  .mt-xxl-28 {
    margin-bottom: 28px !important;
  }

  .ml-xxl-28 {
    margin-left: 28px !important;
  }

  .mr-xxl-28 {
    margin-right: 28px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-29 {
    margin-top: 29px !important;
  }

  .mt-xxl-29 {
    margin-bottom: 29px !important;
  }

  .ml-xxl-29 {
    margin-left: 29px !important;
  }

  .mr-xxl-29 {
    margin-right: 29px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-30 {
    margin-top: 30px !important;
  }

  .mt-xxl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xxl-30 {
    margin-left: 30px !important;
  }

  .mr-xxl-30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-31 {
    margin-top: 31px !important;
  }

  .mt-xxl-31 {
    margin-bottom: 31px !important;
  }

  .ml-xxl-31 {
    margin-left: 31px !important;
  }

  .mr-xxl-31 {
    margin-right: 31px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-32 {
    margin-top: 32px !important;
  }

  .mt-xxl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xxl-32 {
    margin-left: 32px !important;
  }

  .mr-xxl-32 {
    margin-right: 32px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-33 {
    margin-top: 33px !important;
  }

  .mt-xxl-33 {
    margin-bottom: 33px !important;
  }

  .ml-xxl-33 {
    margin-left: 33px !important;
  }

  .mr-xxl-33 {
    margin-right: 33px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-34 {
    margin-top: 34px !important;
  }

  .mt-xxl-34 {
    margin-bottom: 34px !important;
  }

  .ml-xxl-34 {
    margin-left: 34px !important;
  }

  .mr-xxl-34 {
    margin-right: 34px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-35 {
    margin-top: 35px !important;
  }

  .mt-xxl-35 {
    margin-bottom: 35px !important;
  }

  .ml-xxl-35 {
    margin-left: 35px !important;
  }

  .mr-xxl-35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-36 {
    margin-top: 36px !important;
  }

  .mt-xxl-36 {
    margin-bottom: 36px !important;
  }

  .ml-xxl-36 {
    margin-left: 36px !important;
  }

  .mr-xxl-36 {
    margin-right: 36px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-37 {
    margin-top: 37px !important;
  }

  .mt-xxl-37 {
    margin-bottom: 37px !important;
  }

  .ml-xxl-37 {
    margin-left: 37px !important;
  }

  .mr-xxl-37 {
    margin-right: 37px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-38 {
    margin-top: 38px !important;
  }

  .mt-xxl-38 {
    margin-bottom: 38px !important;
  }

  .ml-xxl-38 {
    margin-left: 38px !important;
  }

  .mr-xxl-38 {
    margin-right: 38px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-39 {
    margin-top: 39px !important;
  }

  .mt-xxl-39 {
    margin-bottom: 39px !important;
  }

  .ml-xxl-39 {
    margin-left: 39px !important;
  }

  .mr-xxl-39 {
    margin-right: 39px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-40 {
    margin-top: 40px !important;
  }

  .mt-xxl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xxl-40 {
    margin-left: 40px !important;
  }

  .mr-xxl-40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-41 {
    margin-top: 41px !important;
  }

  .mt-xxl-41 {
    margin-bottom: 41px !important;
  }

  .ml-xxl-41 {
    margin-left: 41px !important;
  }

  .mr-xxl-41 {
    margin-right: 41px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-42 {
    margin-top: 42px !important;
  }

  .mt-xxl-42 {
    margin-bottom: 42px !important;
  }

  .ml-xxl-42 {
    margin-left: 42px !important;
  }

  .mr-xxl-42 {
    margin-right: 42px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-43 {
    margin-top: 43px !important;
  }

  .mt-xxl-43 {
    margin-bottom: 43px !important;
  }

  .ml-xxl-43 {
    margin-left: 43px !important;
  }

  .mr-xxl-43 {
    margin-right: 43px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-44 {
    margin-top: 44px !important;
  }

  .mt-xxl-44 {
    margin-bottom: 44px !important;
  }

  .ml-xxl-44 {
    margin-left: 44px !important;
  }

  .mr-xxl-44 {
    margin-right: 44px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-45 {
    margin-top: 45px !important;
  }

  .mt-xxl-45 {
    margin-bottom: 45px !important;
  }

  .ml-xxl-45 {
    margin-left: 45px !important;
  }

  .mr-xxl-45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-46 {
    margin-top: 46px !important;
  }

  .mt-xxl-46 {
    margin-bottom: 46px !important;
  }

  .ml-xxl-46 {
    margin-left: 46px !important;
  }

  .mr-xxl-46 {
    margin-right: 46px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-47 {
    margin-top: 47px !important;
  }

  .mt-xxl-47 {
    margin-bottom: 47px !important;
  }

  .ml-xxl-47 {
    margin-left: 47px !important;
  }

  .mr-xxl-47 {
    margin-right: 47px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-48 {
    margin-top: 48px !important;
  }

  .mt-xxl-48 {
    margin-bottom: 48px !important;
  }

  .ml-xxl-48 {
    margin-left: 48px !important;
  }

  .mr-xxl-48 {
    margin-right: 48px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-49 {
    margin-top: 49px !important;
  }

  .mt-xxl-49 {
    margin-bottom: 49px !important;
  }

  .ml-xxl-49 {
    margin-left: 49px !important;
  }

  .mr-xxl-49 {
    margin-right: 49px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-50 {
    margin-top: 50px !important;
  }

  .mt-xxl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xxl-50 {
    margin-left: 50px !important;
  }

  .mr-xxl-50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-51 {
    margin-top: 51px !important;
  }

  .mt-xxl-51 {
    margin-bottom: 51px !important;
  }

  .ml-xxl-51 {
    margin-left: 51px !important;
  }

  .mr-xxl-51 {
    margin-right: 51px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-52 {
    margin-top: 52px !important;
  }

  .mt-xxl-52 {
    margin-bottom: 52px !important;
  }

  .ml-xxl-52 {
    margin-left: 52px !important;
  }

  .mr-xxl-52 {
    margin-right: 52px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-53 {
    margin-top: 53px !important;
  }

  .mt-xxl-53 {
    margin-bottom: 53px !important;
  }

  .ml-xxl-53 {
    margin-left: 53px !important;
  }

  .mr-xxl-53 {
    margin-right: 53px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-54 {
    margin-top: 54px !important;
  }

  .mt-xxl-54 {
    margin-bottom: 54px !important;
  }

  .ml-xxl-54 {
    margin-left: 54px !important;
  }

  .mr-xxl-54 {
    margin-right: 54px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-55 {
    margin-top: 55px !important;
  }

  .mt-xxl-55 {
    margin-bottom: 55px !important;
  }

  .ml-xxl-55 {
    margin-left: 55px !important;
  }

  .mr-xxl-55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-56 {
    margin-top: 56px !important;
  }

  .mt-xxl-56 {
    margin-bottom: 56px !important;
  }

  .ml-xxl-56 {
    margin-left: 56px !important;
  }

  .mr-xxl-56 {
    margin-right: 56px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-57 {
    margin-top: 57px !important;
  }

  .mt-xxl-57 {
    margin-bottom: 57px !important;
  }

  .ml-xxl-57 {
    margin-left: 57px !important;
  }

  .mr-xxl-57 {
    margin-right: 57px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-58 {
    margin-top: 58px !important;
  }

  .mt-xxl-58 {
    margin-bottom: 58px !important;
  }

  .ml-xxl-58 {
    margin-left: 58px !important;
  }

  .mr-xxl-58 {
    margin-right: 58px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-59 {
    margin-top: 59px !important;
  }

  .mt-xxl-59 {
    margin-bottom: 59px !important;
  }

  .ml-xxl-59 {
    margin-left: 59px !important;
  }

  .mr-xxl-59 {
    margin-right: 59px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-60 {
    margin-top: 60px !important;
  }

  .mt-xxl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xxl-60 {
    margin-left: 60px !important;
  }

  .mr-xxl-60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-61 {
    margin-top: 61px !important;
  }

  .mt-xxl-61 {
    margin-bottom: 61px !important;
  }

  .ml-xxl-61 {
    margin-left: 61px !important;
  }

  .mr-xxl-61 {
    margin-right: 61px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-62 {
    margin-top: 62px !important;
  }

  .mt-xxl-62 {
    margin-bottom: 62px !important;
  }

  .ml-xxl-62 {
    margin-left: 62px !important;
  }

  .mr-xxl-62 {
    margin-right: 62px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-63 {
    margin-top: 63px !important;
  }

  .mt-xxl-63 {
    margin-bottom: 63px !important;
  }

  .ml-xxl-63 {
    margin-left: 63px !important;
  }

  .mr-xxl-63 {
    margin-right: 63px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-64 {
    margin-top: 64px !important;
  }

  .mt-xxl-64 {
    margin-bottom: 64px !important;
  }

  .ml-xxl-64 {
    margin-left: 64px !important;
  }

  .mr-xxl-64 {
    margin-right: 64px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-65 {
    margin-top: 65px !important;
  }

  .mt-xxl-65 {
    margin-bottom: 65px !important;
  }

  .ml-xxl-65 {
    margin-left: 65px !important;
  }

  .mr-xxl-65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-66 {
    margin-top: 66px !important;
  }

  .mt-xxl-66 {
    margin-bottom: 66px !important;
  }

  .ml-xxl-66 {
    margin-left: 66px !important;
  }

  .mr-xxl-66 {
    margin-right: 66px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-67 {
    margin-top: 67px !important;
  }

  .mt-xxl-67 {
    margin-bottom: 67px !important;
  }

  .ml-xxl-67 {
    margin-left: 67px !important;
  }

  .mr-xxl-67 {
    margin-right: 67px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-68 {
    margin-top: 68px !important;
  }

  .mt-xxl-68 {
    margin-bottom: 68px !important;
  }

  .ml-xxl-68 {
    margin-left: 68px !important;
  }

  .mr-xxl-68 {
    margin-right: 68px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-69 {
    margin-top: 69px !important;
  }

  .mt-xxl-69 {
    margin-bottom: 69px !important;
  }

  .ml-xxl-69 {
    margin-left: 69px !important;
  }

  .mr-xxl-69 {
    margin-right: 69px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-70 {
    margin-top: 70px !important;
  }

  .mt-xxl-70 {
    margin-bottom: 70px !important;
  }

  .ml-xxl-70 {
    margin-left: 70px !important;
  }

  .mr-xxl-70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-71 {
    margin-top: 71px !important;
  }

  .mt-xxl-71 {
    margin-bottom: 71px !important;
  }

  .ml-xxl-71 {
    margin-left: 71px !important;
  }

  .mr-xxl-71 {
    margin-right: 71px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-72 {
    margin-top: 72px !important;
  }

  .mt-xxl-72 {
    margin-bottom: 72px !important;
  }

  .ml-xxl-72 {
    margin-left: 72px !important;
  }

  .mr-xxl-72 {
    margin-right: 72px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-73 {
    margin-top: 73px !important;
  }

  .mt-xxl-73 {
    margin-bottom: 73px !important;
  }

  .ml-xxl-73 {
    margin-left: 73px !important;
  }

  .mr-xxl-73 {
    margin-right: 73px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-74 {
    margin-top: 74px !important;
  }

  .mt-xxl-74 {
    margin-bottom: 74px !important;
  }

  .ml-xxl-74 {
    margin-left: 74px !important;
  }

  .mr-xxl-74 {
    margin-right: 74px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-75 {
    margin-top: 75px !important;
  }

  .mt-xxl-75 {
    margin-bottom: 75px !important;
  }

  .ml-xxl-75 {
    margin-left: 75px !important;
  }

  .mr-xxl-75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-76 {
    margin-top: 76px !important;
  }

  .mt-xxl-76 {
    margin-bottom: 76px !important;
  }

  .ml-xxl-76 {
    margin-left: 76px !important;
  }

  .mr-xxl-76 {
    margin-right: 76px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-77 {
    margin-top: 77px !important;
  }

  .mt-xxl-77 {
    margin-bottom: 77px !important;
  }

  .ml-xxl-77 {
    margin-left: 77px !important;
  }

  .mr-xxl-77 {
    margin-right: 77px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-78 {
    margin-top: 78px !important;
  }

  .mt-xxl-78 {
    margin-bottom: 78px !important;
  }

  .ml-xxl-78 {
    margin-left: 78px !important;
  }

  .mr-xxl-78 {
    margin-right: 78px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-79 {
    margin-top: 79px !important;
  }

  .mt-xxl-79 {
    margin-bottom: 79px !important;
  }

  .ml-xxl-79 {
    margin-left: 79px !important;
  }

  .mr-xxl-79 {
    margin-right: 79px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-80 {
    margin-top: 80px !important;
  }

  .mt-xxl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xxl-80 {
    margin-left: 80px !important;
  }

  .mr-xxl-80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-81 {
    margin-top: 81px !important;
  }

  .mt-xxl-81 {
    margin-bottom: 81px !important;
  }

  .ml-xxl-81 {
    margin-left: 81px !important;
  }

  .mr-xxl-81 {
    margin-right: 81px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-82 {
    margin-top: 82px !important;
  }

  .mt-xxl-82 {
    margin-bottom: 82px !important;
  }

  .ml-xxl-82 {
    margin-left: 82px !important;
  }

  .mr-xxl-82 {
    margin-right: 82px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-83 {
    margin-top: 83px !important;
  }

  .mt-xxl-83 {
    margin-bottom: 83px !important;
  }

  .ml-xxl-83 {
    margin-left: 83px !important;
  }

  .mr-xxl-83 {
    margin-right: 83px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-84 {
    margin-top: 84px !important;
  }

  .mt-xxl-84 {
    margin-bottom: 84px !important;
  }

  .ml-xxl-84 {
    margin-left: 84px !important;
  }

  .mr-xxl-84 {
    margin-right: 84px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-85 {
    margin-top: 85px !important;
  }

  .mt-xxl-85 {
    margin-bottom: 85px !important;
  }

  .ml-xxl-85 {
    margin-left: 85px !important;
  }

  .mr-xxl-85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-86 {
    margin-top: 86px !important;
  }

  .mt-xxl-86 {
    margin-bottom: 86px !important;
  }

  .ml-xxl-86 {
    margin-left: 86px !important;
  }

  .mr-xxl-86 {
    margin-right: 86px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-87 {
    margin-top: 87px !important;
  }

  .mt-xxl-87 {
    margin-bottom: 87px !important;
  }

  .ml-xxl-87 {
    margin-left: 87px !important;
  }

  .mr-xxl-87 {
    margin-right: 87px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-88 {
    margin-top: 88px !important;
  }

  .mt-xxl-88 {
    margin-bottom: 88px !important;
  }

  .ml-xxl-88 {
    margin-left: 88px !important;
  }

  .mr-xxl-88 {
    margin-right: 88px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-89 {
    margin-top: 89px !important;
  }

  .mt-xxl-89 {
    margin-bottom: 89px !important;
  }

  .ml-xxl-89 {
    margin-left: 89px !important;
  }

  .mr-xxl-89 {
    margin-right: 89px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-90 {
    margin-top: 90px !important;
  }

  .mt-xxl-90 {
    margin-bottom: 90px !important;
  }

  .ml-xxl-90 {
    margin-left: 90px !important;
  }

  .mr-xxl-90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-91 {
    margin-top: 91px !important;
  }

  .mt-xxl-91 {
    margin-bottom: 91px !important;
  }

  .ml-xxl-91 {
    margin-left: 91px !important;
  }

  .mr-xxl-91 {
    margin-right: 91px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-92 {
    margin-top: 92px !important;
  }

  .mt-xxl-92 {
    margin-bottom: 92px !important;
  }

  .ml-xxl-92 {
    margin-left: 92px !important;
  }

  .mr-xxl-92 {
    margin-right: 92px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-93 {
    margin-top: 93px !important;
  }

  .mt-xxl-93 {
    margin-bottom: 93px !important;
  }

  .ml-xxl-93 {
    margin-left: 93px !important;
  }

  .mr-xxl-93 {
    margin-right: 93px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-94 {
    margin-top: 94px !important;
  }

  .mt-xxl-94 {
    margin-bottom: 94px !important;
  }

  .ml-xxl-94 {
    margin-left: 94px !important;
  }

  .mr-xxl-94 {
    margin-right: 94px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-95 {
    margin-top: 95px !important;
  }

  .mt-xxl-95 {
    margin-bottom: 95px !important;
  }

  .ml-xxl-95 {
    margin-left: 95px !important;
  }

  .mr-xxl-95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-96 {
    margin-top: 96px !important;
  }

  .mt-xxl-96 {
    margin-bottom: 96px !important;
  }

  .ml-xxl-96 {
    margin-left: 96px !important;
  }

  .mr-xxl-96 {
    margin-right: 96px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-97 {
    margin-top: 97px !important;
  }

  .mt-xxl-97 {
    margin-bottom: 97px !important;
  }

  .ml-xxl-97 {
    margin-left: 97px !important;
  }

  .mr-xxl-97 {
    margin-right: 97px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-98 {
    margin-top: 98px !important;
  }

  .mt-xxl-98 {
    margin-bottom: 98px !important;
  }

  .ml-xxl-98 {
    margin-left: 98px !important;
  }

  .mr-xxl-98 {
    margin-right: 98px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-99 {
    margin-top: 99px !important;
  }

  .mt-xxl-99 {
    margin-bottom: 99px !important;
  }

  .ml-xxl-99 {
    margin-left: 99px !important;
  }

  .mr-xxl-99 {
    margin-right: 99px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-100 {
    margin-top: 100px !important;
  }

  .mt-xxl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xxl-100 {
    margin-left: 100px !important;
  }

  .mr-xxl-100 {
    margin-right: 100px !important;
  }
}

.fs-0 {
  font-size: 0px !important;
}

.fs-1 {
  font-size: 1px !important;
}

.fs-2 {
  font-size: 2px !important;
}

.fs-3 {
  font-size: 3px !important;
}

.fs-4 {
  font-size: 4px !important;
}

.fs-5 {
  font-size: 5px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-51 {
  font-size: 51px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-53 {
  font-size: 53px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-57 {
  font-size: 57px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-59 {
  font-size: 59px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-61 {
  font-size: 61px !important;
}

.fs-62 {
  font-size: 62px !important;
}

.fs-63 {
  font-size: 63px !important;
}

.fs-64 {
  font-size: 64px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-66 {
  font-size: 66px !important;
}

.fs-67 {
  font-size: 67px !important;
}

.fs-68 {
  font-size: 68px !important;
}

.fs-69 {
  font-size: 69px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-71 {
  font-size: 71px !important;
}

.fs-72 {
  font-size: 72px !important;
}

.fs-73 {
  font-size: 73px !important;
}

.fs-74 {
  font-size: 74px !important;
}

.fs-75 {
  font-size: 75px !important;
}

.fs-76 {
  font-size: 76px !important;
}

.fs-77 {
  font-size: 77px !important;
}

.fs-78 {
  font-size: 78px !important;
}

.fs-79 {
  font-size: 79px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-81 {
  font-size: 81px !important;
}

.fs-82 {
  font-size: 82px !important;
}

.fs-83 {
  font-size: 83px !important;
}

.fs-84 {
  font-size: 84px !important;
}

.fs-85 {
  font-size: 85px !important;
}

.fs-86 {
  font-size: 86px !important;
}

.fs-87 {
  font-size: 87px !important;
}

.fs-88 {
  font-size: 88px !important;
}

.fs-89 {
  font-size: 89px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.fs-91 {
  font-size: 91px !important;
}

.fs-92 {
  font-size: 92px !important;
}

.fs-93 {
  font-size: 93px !important;
}

.fs-94 {
  font-size: 94px !important;
}

.fs-95 {
  font-size: 95px !important;
}

.fs-96 {
  font-size: 96px !important;
}

.fs-97 {
  font-size: 97px !important;
}

.fs-98 {
  font-size: 98px !important;
}

.fs-99 {
  font-size: 99px !important;
}

.fs-100 {
  font-size: 100px !important;
}

@media (min-width: 576px) {
  .fs-sm-0 {
    font-size: 0px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 1px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-2 {
    font-size: 2px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-3 {
    font-size: 3px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-4 {
    font-size: 4px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-5 {
    font-size: 5px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-6 {
    font-size: 6px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-7 {
    font-size: 7px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-8 {
    font-size: 8px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-9 {
    font-size: 9px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-10 {
    font-size: 10px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-11 {
    font-size: 11px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 12px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-13 {
    font-size: 13px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-15 {
    font-size: 15px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-17 {
    font-size: 17px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-19 {
    font-size: 19px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-21 {
    font-size: 21px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-23 {
    font-size: 23px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-26 {
    font-size: 26px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-27 {
    font-size: 27px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-29 {
    font-size: 29px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-31 {
    font-size: 31px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-33 {
    font-size: 33px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-34 {
    font-size: 34px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-35 {
    font-size: 35px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-36 {
    font-size: 36px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-37 {
    font-size: 37px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-38 {
    font-size: 38px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-39 {
    font-size: 39px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-41 {
    font-size: 41px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-42 {
    font-size: 42px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-43 {
    font-size: 43px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-44 {
    font-size: 44px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-45 {
    font-size: 45px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-46 {
    font-size: 46px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-47 {
    font-size: 47px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-48 {
    font-size: 48px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-49 {
    font-size: 49px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-50 {
    font-size: 50px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-51 {
    font-size: 51px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-52 {
    font-size: 52px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-53 {
    font-size: 53px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-54 {
    font-size: 54px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-55 {
    font-size: 55px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-56 {
    font-size: 56px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-57 {
    font-size: 57px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-58 {
    font-size: 58px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-59 {
    font-size: 59px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-60 {
    font-size: 60px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-61 {
    font-size: 61px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-62 {
    font-size: 62px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-63 {
    font-size: 63px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-64 {
    font-size: 64px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-65 {
    font-size: 65px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-66 {
    font-size: 66px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-67 {
    font-size: 67px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-68 {
    font-size: 68px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-69 {
    font-size: 69px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-70 {
    font-size: 70px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-71 {
    font-size: 71px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-72 {
    font-size: 72px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-73 {
    font-size: 73px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-74 {
    font-size: 74px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-75 {
    font-size: 75px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-76 {
    font-size: 76px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-77 {
    font-size: 77px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-78 {
    font-size: 78px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-79 {
    font-size: 79px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-80 {
    font-size: 80px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-81 {
    font-size: 81px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-82 {
    font-size: 82px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-83 {
    font-size: 83px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-84 {
    font-size: 84px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-85 {
    font-size: 85px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-86 {
    font-size: 86px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-87 {
    font-size: 87px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-88 {
    font-size: 88px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-89 {
    font-size: 89px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-90 {
    font-size: 90px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-91 {
    font-size: 91px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-92 {
    font-size: 92px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-93 {
    font-size: 93px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-94 {
    font-size: 94px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-95 {
    font-size: 95px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-96 {
    font-size: 96px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-97 {
    font-size: 97px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-98 {
    font-size: 98px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-99 {
    font-size: 99px !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-100 {
    font-size: 100px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-0 {
    font-size: 0px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 1px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-2 {
    font-size: 2px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-3 {
    font-size: 3px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-4 {
    font-size: 4px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-5 {
    font-size: 5px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-6 {
    font-size: 6px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-7 {
    font-size: 7px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-8 {
    font-size: 8px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-9 {
    font-size: 9px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-10 {
    font-size: 10px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-11 {
    font-size: 11px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-13 {
    font-size: 13px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-15 {
    font-size: 15px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-17 {
    font-size: 17px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-19 {
    font-size: 19px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-21 {
    font-size: 21px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-23 {
    font-size: 23px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-26 {
    font-size: 26px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-27 {
    font-size: 27px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-29 {
    font-size: 29px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-31 {
    font-size: 31px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-33 {
    font-size: 33px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-34 {
    font-size: 34px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-35 {
    font-size: 35px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-36 {
    font-size: 36px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-37 {
    font-size: 37px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-38 {
    font-size: 38px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-39 {
    font-size: 39px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-41 {
    font-size: 41px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-42 {
    font-size: 42px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-43 {
    font-size: 43px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-44 {
    font-size: 44px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-45 {
    font-size: 45px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-46 {
    font-size: 46px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-47 {
    font-size: 47px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-48 {
    font-size: 48px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-49 {
    font-size: 49px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-50 {
    font-size: 50px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-51 {
    font-size: 51px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-52 {
    font-size: 52px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-53 {
    font-size: 53px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-54 {
    font-size: 54px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-55 {
    font-size: 55px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-56 {
    font-size: 56px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-57 {
    font-size: 57px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-58 {
    font-size: 58px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-59 {
    font-size: 59px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-60 {
    font-size: 60px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-61 {
    font-size: 61px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-62 {
    font-size: 62px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-63 {
    font-size: 63px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-64 {
    font-size: 64px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-65 {
    font-size: 65px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-66 {
    font-size: 66px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-67 {
    font-size: 67px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-68 {
    font-size: 68px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-69 {
    font-size: 69px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-70 {
    font-size: 70px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-71 {
    font-size: 71px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-72 {
    font-size: 72px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-73 {
    font-size: 73px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-74 {
    font-size: 74px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-75 {
    font-size: 75px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-76 {
    font-size: 76px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-77 {
    font-size: 77px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-78 {
    font-size: 78px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-79 {
    font-size: 79px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-80 {
    font-size: 80px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-81 {
    font-size: 81px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-82 {
    font-size: 82px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-83 {
    font-size: 83px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-84 {
    font-size: 84px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-85 {
    font-size: 85px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-86 {
    font-size: 86px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-87 {
    font-size: 87px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-88 {
    font-size: 88px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-89 {
    font-size: 89px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-90 {
    font-size: 90px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-91 {
    font-size: 91px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-92 {
    font-size: 92px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-93 {
    font-size: 93px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-94 {
    font-size: 94px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-95 {
    font-size: 95px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-96 {
    font-size: 96px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-97 {
    font-size: 97px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-98 {
    font-size: 98px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-99 {
    font-size: 99px !important;
  }
}

@media (min-width: 768px) {
  .fs-md-100 {
    font-size: 100px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-0 {
    font-size: 0px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: 1px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-2 {
    font-size: 2px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-3 {
    font-size: 3px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-4 {
    font-size: 4px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-5 {
    font-size: 5px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-6 {
    font-size: 6px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-7 {
    font-size: 7px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-8 {
    font-size: 8px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-9 {
    font-size: 9px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-10 {
    font-size: 10px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-11 {
    font-size: 11px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-13 {
    font-size: 13px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-15 {
    font-size: 15px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-17 {
    font-size: 17px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-19 {
    font-size: 19px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-21 {
    font-size: 21px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-23 {
    font-size: 23px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-26 {
    font-size: 26px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 27px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-29 {
    font-size: 29px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-31 {
    font-size: 31px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-33 {
    font-size: 33px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-34 {
    font-size: 34px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 35px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 36px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-37 {
    font-size: 37px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-38 {
    font-size: 38px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-39 {
    font-size: 39px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-41 {
    font-size: 41px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-42 {
    font-size: 42px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-43 {
    font-size: 43px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-44 {
    font-size: 44px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-45 {
    font-size: 45px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-46 {
    font-size: 46px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-47 {
    font-size: 47px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 48px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-49 {
    font-size: 49px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: 50px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-51 {
    font-size: 51px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-52 {
    font-size: 52px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-53 {
    font-size: 53px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-54 {
    font-size: 54px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-55 {
    font-size: 55px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-56 {
    font-size: 56px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-57 {
    font-size: 57px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-58 {
    font-size: 58px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-59 {
    font-size: 59px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-60 {
    font-size: 60px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-61 {
    font-size: 61px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-62 {
    font-size: 62px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-63 {
    font-size: 63px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-64 {
    font-size: 64px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-65 {
    font-size: 65px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-66 {
    font-size: 66px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-67 {
    font-size: 67px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-68 {
    font-size: 68px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-69 {
    font-size: 69px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-70 {
    font-size: 70px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-71 {
    font-size: 71px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-72 {
    font-size: 72px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-73 {
    font-size: 73px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-74 {
    font-size: 74px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-75 {
    font-size: 75px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-76 {
    font-size: 76px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-77 {
    font-size: 77px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-78 {
    font-size: 78px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-79 {
    font-size: 79px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-80 {
    font-size: 80px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-81 {
    font-size: 81px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-82 {
    font-size: 82px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-83 {
    font-size: 83px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-84 {
    font-size: 84px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-85 {
    font-size: 85px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-86 {
    font-size: 86px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-87 {
    font-size: 87px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-88 {
    font-size: 88px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-89 {
    font-size: 89px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-90 {
    font-size: 90px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-91 {
    font-size: 91px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-92 {
    font-size: 92px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-93 {
    font-size: 93px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-94 {
    font-size: 94px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-95 {
    font-size: 95px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-96 {
    font-size: 96px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-97 {
    font-size: 97px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-98 {
    font-size: 98px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-99 {
    font-size: 99px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-100 {
    font-size: 100px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-0 {
    font-size: 0px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: 1px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-2 {
    font-size: 2px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-3 {
    font-size: 3px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-4 {
    font-size: 4px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-5 {
    font-size: 5px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-6 {
    font-size: 6px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-7 {
    font-size: 7px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-8 {
    font-size: 8px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-9 {
    font-size: 9px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-10 {
    font-size: 10px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-11 {
    font-size: 11px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 12px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-13 {
    font-size: 13px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-15 {
    font-size: 15px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-17 {
    font-size: 17px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-19 {
    font-size: 19px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-21 {
    font-size: 21px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-23 {
    font-size: 23px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-26 {
    font-size: 26px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-27 {
    font-size: 27px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-29 {
    font-size: 29px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-31 {
    font-size: 31px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-33 {
    font-size: 33px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-34 {
    font-size: 34px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-35 {
    font-size: 35px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-36 {
    font-size: 36px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-37 {
    font-size: 37px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-38 {
    font-size: 38px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-39 {
    font-size: 39px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-41 {
    font-size: 41px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-42 {
    font-size: 42px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-43 {
    font-size: 43px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-44 {
    font-size: 44px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-45 {
    font-size: 45px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-46 {
    font-size: 46px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-47 {
    font-size: 47px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-48 {
    font-size: 48px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-49 {
    font-size: 49px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: 50px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-51 {
    font-size: 51px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-52 {
    font-size: 52px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-53 {
    font-size: 53px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-54 {
    font-size: 54px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-55 {
    font-size: 55px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-56 {
    font-size: 56px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-57 {
    font-size: 57px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-58 {
    font-size: 58px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-59 {
    font-size: 59px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-60 {
    font-size: 60px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-61 {
    font-size: 61px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-62 {
    font-size: 62px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-63 {
    font-size: 63px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-64 {
    font-size: 64px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-65 {
    font-size: 65px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-66 {
    font-size: 66px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-67 {
    font-size: 67px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-68 {
    font-size: 68px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-69 {
    font-size: 69px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-70 {
    font-size: 70px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-71 {
    font-size: 71px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-72 {
    font-size: 72px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-73 {
    font-size: 73px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-74 {
    font-size: 74px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-75 {
    font-size: 75px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-76 {
    font-size: 76px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-77 {
    font-size: 77px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-78 {
    font-size: 78px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-79 {
    font-size: 79px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-80 {
    font-size: 80px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-81 {
    font-size: 81px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-82 {
    font-size: 82px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-83 {
    font-size: 83px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-84 {
    font-size: 84px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-85 {
    font-size: 85px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-86 {
    font-size: 86px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-87 {
    font-size: 87px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-88 {
    font-size: 88px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-89 {
    font-size: 89px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-90 {
    font-size: 90px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-91 {
    font-size: 91px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-92 {
    font-size: 92px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-93 {
    font-size: 93px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-94 {
    font-size: 94px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-95 {
    font-size: 95px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-96 {
    font-size: 96px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-97 {
    font-size: 97px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-98 {
    font-size: 98px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-99 {
    font-size: 99px !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-100 {
    font-size: 100px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-0 {
    font-size: 0px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-1 {
    font-size: 1px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-2 {
    font-size: 2px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-3 {
    font-size: 3px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-4 {
    font-size: 4px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-5 {
    font-size: 5px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-6 {
    font-size: 6px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-7 {
    font-size: 7px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-8 {
    font-size: 8px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-9 {
    font-size: 9px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-10 {
    font-size: 10px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-11 {
    font-size: 11px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 12px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-13 {
    font-size: 13px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-15 {
    font-size: 15px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-17 {
    font-size: 17px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-19 {
    font-size: 19px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-20 {
    font-size: 20px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-21 {
    font-size: 21px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-23 {
    font-size: 23px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-24 {
    font-size: 24px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-26 {
    font-size: 26px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-27 {
    font-size: 27px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-28 {
    font-size: 28px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-29 {
    font-size: 29px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-31 {
    font-size: 31px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-32 {
    font-size: 32px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-33 {
    font-size: 33px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-34 {
    font-size: 34px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-35 {
    font-size: 35px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-36 {
    font-size: 36px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-37 {
    font-size: 37px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-38 {
    font-size: 38px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-39 {
    font-size: 39px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-40 {
    font-size: 40px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-41 {
    font-size: 41px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-42 {
    font-size: 42px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-43 {
    font-size: 43px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-44 {
    font-size: 44px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-45 {
    font-size: 45px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-46 {
    font-size: 46px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-47 {
    font-size: 47px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-48 {
    font-size: 48px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-49 {
    font-size: 49px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-50 {
    font-size: 50px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-51 {
    font-size: 51px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-52 {
    font-size: 52px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-53 {
    font-size: 53px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-54 {
    font-size: 54px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-55 {
    font-size: 55px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-56 {
    font-size: 56px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-57 {
    font-size: 57px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-58 {
    font-size: 58px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-59 {
    font-size: 59px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-60 {
    font-size: 60px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-61 {
    font-size: 61px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-62 {
    font-size: 62px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-63 {
    font-size: 63px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-64 {
    font-size: 64px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-65 {
    font-size: 65px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-66 {
    font-size: 66px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-67 {
    font-size: 67px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-68 {
    font-size: 68px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-69 {
    font-size: 69px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-70 {
    font-size: 70px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-71 {
    font-size: 71px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-72 {
    font-size: 72px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-73 {
    font-size: 73px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-74 {
    font-size: 74px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-75 {
    font-size: 75px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-76 {
    font-size: 76px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-77 {
    font-size: 77px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-78 {
    font-size: 78px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-79 {
    font-size: 79px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-80 {
    font-size: 80px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-81 {
    font-size: 81px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-82 {
    font-size: 82px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-83 {
    font-size: 83px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-84 {
    font-size: 84px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-85 {
    font-size: 85px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-86 {
    font-size: 86px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-87 {
    font-size: 87px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-88 {
    font-size: 88px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-89 {
    font-size: 89px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-90 {
    font-size: 90px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-91 {
    font-size: 91px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-92 {
    font-size: 92px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-93 {
    font-size: 93px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-94 {
    font-size: 94px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-95 {
    font-size: 95px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-96 {
    font-size: 96px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-97 {
    font-size: 97px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-98 {
    font-size: 98px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-99 {
    font-size: 99px !important;
  }
}

@media (min-width: 1400px) {
  .fs-xxl-100 {
    font-size: 100px !important;
  }
}

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-3 {
  gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-6 {
  gap: 6px !important;
}

.gap-7 {
  gap: 7px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-9 {
  gap: 9px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-11 {
  gap: 11px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-13 {
  gap: 13px !important;
}

.gap-14 {
  gap: 14px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-17 {
  gap: 17px !important;
}

.gap-18 {
  gap: 18px !important;
}

.gap-19 {
  gap: 19px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-21 {
  gap: 21px !important;
}

.gap-22 {
  gap: 22px !important;
}

.gap-23 {
  gap: 23px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-26 {
  gap: 26px !important;
}

.gap-27 {
  gap: 27px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-29 {
  gap: 29px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-31 {
  gap: 31px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-33 {
  gap: 33px !important;
}

.gap-34 {
  gap: 34px !important;
}

.gap-35 {
  gap: 35px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-37 {
  gap: 37px !important;
}

.gap-38 {
  gap: 38px !important;
}

.gap-39 {
  gap: 39px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-41 {
  gap: 41px !important;
}

.gap-42 {
  gap: 42px !important;
}

.gap-43 {
  gap: 43px !important;
}

.gap-44 {
  gap: 44px !important;
}

.gap-45 {
  gap: 45px !important;
}

.gap-46 {
  gap: 46px !important;
}

.gap-47 {
  gap: 47px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-49 {
  gap: 49px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-51 {
  gap: 51px !important;
}

.gap-52 {
  gap: 52px !important;
}

.gap-53 {
  gap: 53px !important;
}

.gap-54 {
  gap: 54px !important;
}

.gap-55 {
  gap: 55px !important;
}

.gap-56 {
  gap: 56px !important;
}

.gap-57 {
  gap: 57px !important;
}

.gap-58 {
  gap: 58px !important;
}

.gap-59 {
  gap: 59px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-61 {
  gap: 61px !important;
}

.gap-62 {
  gap: 62px !important;
}

.gap-63 {
  gap: 63px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-65 {
  gap: 65px !important;
}

.gap-66 {
  gap: 66px !important;
}

.gap-67 {
  gap: 67px !important;
}

.gap-68 {
  gap: 68px !important;
}

.gap-69 {
  gap: 69px !important;
}

.gap-70 {
  gap: 70px !important;
}

.gap-71 {
  gap: 71px !important;
}

.gap-72 {
  gap: 72px !important;
}

.gap-73 {
  gap: 73px !important;
}

.gap-74 {
  gap: 74px !important;
}

.gap-75 {
  gap: 75px !important;
}

.gap-76 {
  gap: 76px !important;
}

.gap-77 {
  gap: 77px !important;
}

.gap-78 {
  gap: 78px !important;
}

.gap-79 {
  gap: 79px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-81 {
  gap: 81px !important;
}

.gap-82 {
  gap: 82px !important;
}

.gap-83 {
  gap: 83px !important;
}

.gap-84 {
  gap: 84px !important;
}

.gap-85 {
  gap: 85px !important;
}

.gap-86 {
  gap: 86px !important;
}

.gap-87 {
  gap: 87px !important;
}

.gap-88 {
  gap: 88px !important;
}

.gap-89 {
  gap: 89px !important;
}

.gap-90 {
  gap: 90px !important;
}

.gap-91 {
  gap: 91px !important;
}

.gap-92 {
  gap: 92px !important;
}

.gap-93 {
  gap: 93px !important;
}

.gap-94 {
  gap: 94px !important;
}

.gap-95 {
  gap: 95px !important;
}

.gap-96 {
  gap: 96px !important;
}

.gap-97 {
  gap: 97px !important;
}

.gap-98 {
  gap: 98px !important;
}

.gap-99 {
  gap: 99px !important;
}

.gap-100 {
  gap: 100px !important;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-1 {
    gap: 1px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-2 {
    gap: 2px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-3 {
    gap: 3px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-4 {
    gap: 4px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-5 {
    gap: 5px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-6 {
    gap: 6px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-7 {
    gap: 7px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-8 {
    gap: 8px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-9 {
    gap: 9px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-10 {
    gap: 10px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-11 {
    gap: 11px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-12 {
    gap: 12px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-13 {
    gap: 13px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-14 {
    gap: 14px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-15 {
    gap: 15px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-16 {
    gap: 16px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-17 {
    gap: 17px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-18 {
    gap: 18px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-19 {
    gap: 19px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-20 {
    gap: 20px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-21 {
    gap: 21px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-22 {
    gap: 22px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-23 {
    gap: 23px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-24 {
    gap: 24px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-25 {
    gap: 25px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-26 {
    gap: 26px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-27 {
    gap: 27px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-28 {
    gap: 28px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-29 {
    gap: 29px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-30 {
    gap: 30px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-31 {
    gap: 31px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-32 {
    gap: 32px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-33 {
    gap: 33px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-34 {
    gap: 34px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-35 {
    gap: 35px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-36 {
    gap: 36px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-37 {
    gap: 37px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-38 {
    gap: 38px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-39 {
    gap: 39px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-40 {
    gap: 40px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-41 {
    gap: 41px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-42 {
    gap: 42px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-43 {
    gap: 43px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-44 {
    gap: 44px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-45 {
    gap: 45px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-46 {
    gap: 46px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-47 {
    gap: 47px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-48 {
    gap: 48px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-49 {
    gap: 49px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-50 {
    gap: 50px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-51 {
    gap: 51px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-52 {
    gap: 52px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-53 {
    gap: 53px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-54 {
    gap: 54px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-55 {
    gap: 55px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-56 {
    gap: 56px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-57 {
    gap: 57px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-58 {
    gap: 58px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-59 {
    gap: 59px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-60 {
    gap: 60px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-61 {
    gap: 61px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-62 {
    gap: 62px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-63 {
    gap: 63px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-64 {
    gap: 64px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-65 {
    gap: 65px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-66 {
    gap: 66px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-67 {
    gap: 67px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-68 {
    gap: 68px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-69 {
    gap: 69px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-70 {
    gap: 70px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-71 {
    gap: 71px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-72 {
    gap: 72px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-73 {
    gap: 73px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-74 {
    gap: 74px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-75 {
    gap: 75px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-76 {
    gap: 76px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-77 {
    gap: 77px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-78 {
    gap: 78px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-79 {
    gap: 79px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-80 {
    gap: 80px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-81 {
    gap: 81px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-82 {
    gap: 82px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-83 {
    gap: 83px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-84 {
    gap: 84px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-85 {
    gap: 85px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-86 {
    gap: 86px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-87 {
    gap: 87px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-88 {
    gap: 88px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-89 {
    gap: 89px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-90 {
    gap: 90px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-91 {
    gap: 91px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-92 {
    gap: 92px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-93 {
    gap: 93px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-94 {
    gap: 94px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-95 {
    gap: 95px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-96 {
    gap: 96px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-97 {
    gap: 97px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-98 {
    gap: 98px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-99 {
    gap: 99px !important;
  }
}

@media (min-width: 576px) {
  .gap-sm-100 {
    gap: 100px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-1 {
    gap: 1px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-2 {
    gap: 2px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-3 {
    gap: 3px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
    gap: 4px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-5 {
    gap: 5px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-6 {
    gap: 6px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-7 {
    gap: 7px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-8 {
    gap: 8px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-9 {
    gap: 9px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-10 {
    gap: 10px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-11 {
    gap: 11px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-12 {
    gap: 12px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-13 {
    gap: 13px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-14 {
    gap: 14px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-15 {
    gap: 15px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-16 {
    gap: 16px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-17 {
    gap: 17px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-18 {
    gap: 18px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-19 {
    gap: 19px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-20 {
    gap: 20px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-21 {
    gap: 21px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-22 {
    gap: 22px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-23 {
    gap: 23px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-24 {
    gap: 24px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-25 {
    gap: 25px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-26 {
    gap: 26px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-27 {
    gap: 27px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-28 {
    gap: 28px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-29 {
    gap: 29px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-30 {
    gap: 30px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-31 {
    gap: 31px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-32 {
    gap: 32px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-33 {
    gap: 33px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-34 {
    gap: 34px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-35 {
    gap: 35px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-36 {
    gap: 36px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-37 {
    gap: 37px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-38 {
    gap: 38px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-39 {
    gap: 39px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-40 {
    gap: 40px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-41 {
    gap: 41px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-42 {
    gap: 42px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-43 {
    gap: 43px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-44 {
    gap: 44px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-45 {
    gap: 45px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-46 {
    gap: 46px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-47 {
    gap: 47px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-48 {
    gap: 48px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-49 {
    gap: 49px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-50 {
    gap: 50px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-51 {
    gap: 51px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-52 {
    gap: 52px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-53 {
    gap: 53px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-54 {
    gap: 54px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-55 {
    gap: 55px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-56 {
    gap: 56px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-57 {
    gap: 57px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-58 {
    gap: 58px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-59 {
    gap: 59px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-60 {
    gap: 60px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-61 {
    gap: 61px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-62 {
    gap: 62px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-63 {
    gap: 63px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-64 {
    gap: 64px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-65 {
    gap: 65px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-66 {
    gap: 66px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-67 {
    gap: 67px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-68 {
    gap: 68px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-69 {
    gap: 69px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-70 {
    gap: 70px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-71 {
    gap: 71px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-72 {
    gap: 72px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-73 {
    gap: 73px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-74 {
    gap: 74px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-75 {
    gap: 75px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-76 {
    gap: 76px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-77 {
    gap: 77px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-78 {
    gap: 78px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-79 {
    gap: 79px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-80 {
    gap: 80px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-81 {
    gap: 81px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-82 {
    gap: 82px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-83 {
    gap: 83px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-84 {
    gap: 84px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-85 {
    gap: 85px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-86 {
    gap: 86px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-87 {
    gap: 87px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-88 {
    gap: 88px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-89 {
    gap: 89px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-90 {
    gap: 90px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-91 {
    gap: 91px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-92 {
    gap: 92px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-93 {
    gap: 93px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-94 {
    gap: 94px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-95 {
    gap: 95px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-96 {
    gap: 96px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-97 {
    gap: 97px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-98 {
    gap: 98px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-99 {
    gap: 99px !important;
  }
}

@media (min-width: 768px) {
  .gap-md-100 {
    gap: 100px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-1 {
    gap: 1px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-2 {
    gap: 2px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-3 {
    gap: 3px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
    gap: 4px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-5 {
    gap: 5px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-6 {
    gap: 6px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-7 {
    gap: 7px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-8 {
    gap: 8px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-9 {
    gap: 9px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-10 {
    gap: 10px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-11 {
    gap: 11px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-12 {
    gap: 12px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-13 {
    gap: 13px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-14 {
    gap: 14px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-15 {
    gap: 15px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-16 {
    gap: 16px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-17 {
    gap: 17px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-18 {
    gap: 18px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-19 {
    gap: 19px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-20 {
    gap: 20px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-21 {
    gap: 21px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-22 {
    gap: 22px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-23 {
    gap: 23px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-24 {
    gap: 24px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-25 {
    gap: 25px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-26 {
    gap: 26px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-27 {
    gap: 27px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-28 {
    gap: 28px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-29 {
    gap: 29px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-30 {
    gap: 30px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-31 {
    gap: 31px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-32 {
    gap: 32px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-33 {
    gap: 33px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-34 {
    gap: 34px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-35 {
    gap: 35px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-36 {
    gap: 36px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-37 {
    gap: 37px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-38 {
    gap: 38px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-39 {
    gap: 39px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-40 {
    gap: 40px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-41 {
    gap: 41px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-42 {
    gap: 42px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-43 {
    gap: 43px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-44 {
    gap: 44px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-45 {
    gap: 45px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-46 {
    gap: 46px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-47 {
    gap: 47px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-48 {
    gap: 48px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-49 {
    gap: 49px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-50 {
    gap: 50px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-51 {
    gap: 51px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-52 {
    gap: 52px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-53 {
    gap: 53px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-54 {
    gap: 54px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-55 {
    gap: 55px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-56 {
    gap: 56px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-57 {
    gap: 57px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-58 {
    gap: 58px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-59 {
    gap: 59px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-60 {
    gap: 60px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-61 {
    gap: 61px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-62 {
    gap: 62px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-63 {
    gap: 63px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-64 {
    gap: 64px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-65 {
    gap: 65px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-66 {
    gap: 66px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-67 {
    gap: 67px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-68 {
    gap: 68px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-69 {
    gap: 69px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-70 {
    gap: 70px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-71 {
    gap: 71px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-72 {
    gap: 72px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-73 {
    gap: 73px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-74 {
    gap: 74px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-75 {
    gap: 75px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-76 {
    gap: 76px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-77 {
    gap: 77px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-78 {
    gap: 78px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-79 {
    gap: 79px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-80 {
    gap: 80px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-81 {
    gap: 81px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-82 {
    gap: 82px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-83 {
    gap: 83px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-84 {
    gap: 84px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-85 {
    gap: 85px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-86 {
    gap: 86px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-87 {
    gap: 87px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-88 {
    gap: 88px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-89 {
    gap: 89px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-90 {
    gap: 90px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-91 {
    gap: 91px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-92 {
    gap: 92px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-93 {
    gap: 93px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-94 {
    gap: 94px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-95 {
    gap: 95px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-96 {
    gap: 96px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-97 {
    gap: 97px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-98 {
    gap: 98px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-99 {
    gap: 99px !important;
  }
}

@media (min-width: 992px) {
  .gap-lg-100 {
    gap: 100px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
    gap: 1px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
    gap: 2px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
    gap: 3px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
    gap: 4px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
    gap: 5px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-6 {
    gap: 6px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-7 {
    gap: 7px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-8 {
    gap: 8px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-9 {
    gap: 9px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-10 {
    gap: 10px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-11 {
    gap: 11px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-12 {
    gap: 12px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-13 {
    gap: 13px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-14 {
    gap: 14px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-15 {
    gap: 15px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-16 {
    gap: 16px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-17 {
    gap: 17px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-18 {
    gap: 18px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-19 {
    gap: 19px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-20 {
    gap: 20px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-21 {
    gap: 21px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-22 {
    gap: 22px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-23 {
    gap: 23px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-24 {
    gap: 24px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-25 {
    gap: 25px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-26 {
    gap: 26px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-27 {
    gap: 27px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-28 {
    gap: 28px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-29 {
    gap: 29px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-30 {
    gap: 30px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-31 {
    gap: 31px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-32 {
    gap: 32px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-33 {
    gap: 33px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-34 {
    gap: 34px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-35 {
    gap: 35px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-36 {
    gap: 36px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-37 {
    gap: 37px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-38 {
    gap: 38px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-39 {
    gap: 39px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-40 {
    gap: 40px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-41 {
    gap: 41px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-42 {
    gap: 42px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-43 {
    gap: 43px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-44 {
    gap: 44px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-45 {
    gap: 45px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-46 {
    gap: 46px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-47 {
    gap: 47px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-48 {
    gap: 48px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-49 {
    gap: 49px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-50 {
    gap: 50px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-51 {
    gap: 51px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-52 {
    gap: 52px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-53 {
    gap: 53px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-54 {
    gap: 54px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-55 {
    gap: 55px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-56 {
    gap: 56px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-57 {
    gap: 57px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-58 {
    gap: 58px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-59 {
    gap: 59px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-60 {
    gap: 60px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-61 {
    gap: 61px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-62 {
    gap: 62px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-63 {
    gap: 63px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-64 {
    gap: 64px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-65 {
    gap: 65px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-66 {
    gap: 66px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-67 {
    gap: 67px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-68 {
    gap: 68px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-69 {
    gap: 69px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-70 {
    gap: 70px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-71 {
    gap: 71px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-72 {
    gap: 72px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-73 {
    gap: 73px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-74 {
    gap: 74px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-75 {
    gap: 75px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-76 {
    gap: 76px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-77 {
    gap: 77px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-78 {
    gap: 78px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-79 {
    gap: 79px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-80 {
    gap: 80px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-81 {
    gap: 81px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-82 {
    gap: 82px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-83 {
    gap: 83px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-84 {
    gap: 84px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-85 {
    gap: 85px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-86 {
    gap: 86px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-87 {
    gap: 87px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-88 {
    gap: 88px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-89 {
    gap: 89px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-90 {
    gap: 90px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-91 {
    gap: 91px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-92 {
    gap: 92px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-93 {
    gap: 93px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-94 {
    gap: 94px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-95 {
    gap: 95px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-96 {
    gap: 96px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-97 {
    gap: 97px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-98 {
    gap: 98px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-99 {
    gap: 99px !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-100 {
    gap: 100px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
    gap: 0px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-1 {
    gap: 1px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-2 {
    gap: 2px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-3 {
    gap: 3px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
    gap: 4px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-5 {
    gap: 5px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-6 {
    gap: 6px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-7 {
    gap: 7px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-8 {
    gap: 8px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-9 {
    gap: 9px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-10 {
    gap: 10px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-11 {
    gap: 11px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-12 {
    gap: 12px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-13 {
    gap: 13px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-14 {
    gap: 14px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-15 {
    gap: 15px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-16 {
    gap: 16px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-17 {
    gap: 17px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-18 {
    gap: 18px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-19 {
    gap: 19px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-20 {
    gap: 20px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-21 {
    gap: 21px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-22 {
    gap: 22px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-23 {
    gap: 23px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-24 {
    gap: 24px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-25 {
    gap: 25px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-26 {
    gap: 26px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-27 {
    gap: 27px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-28 {
    gap: 28px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-29 {
    gap: 29px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-30 {
    gap: 30px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-31 {
    gap: 31px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-32 {
    gap: 32px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-33 {
    gap: 33px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-34 {
    gap: 34px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-35 {
    gap: 35px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-36 {
    gap: 36px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-37 {
    gap: 37px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-38 {
    gap: 38px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-39 {
    gap: 39px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-40 {
    gap: 40px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-41 {
    gap: 41px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-42 {
    gap: 42px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-43 {
    gap: 43px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-44 {
    gap: 44px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-45 {
    gap: 45px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-46 {
    gap: 46px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-47 {
    gap: 47px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-48 {
    gap: 48px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-49 {
    gap: 49px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-50 {
    gap: 50px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-51 {
    gap: 51px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-52 {
    gap: 52px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-53 {
    gap: 53px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-54 {
    gap: 54px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-55 {
    gap: 55px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-56 {
    gap: 56px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-57 {
    gap: 57px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-58 {
    gap: 58px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-59 {
    gap: 59px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-60 {
    gap: 60px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-61 {
    gap: 61px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-62 {
    gap: 62px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-63 {
    gap: 63px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-64 {
    gap: 64px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-65 {
    gap: 65px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-66 {
    gap: 66px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-67 {
    gap: 67px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-68 {
    gap: 68px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-69 {
    gap: 69px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-70 {
    gap: 70px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-71 {
    gap: 71px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-72 {
    gap: 72px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-73 {
    gap: 73px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-74 {
    gap: 74px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-75 {
    gap: 75px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-76 {
    gap: 76px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-77 {
    gap: 77px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-78 {
    gap: 78px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-79 {
    gap: 79px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-80 {
    gap: 80px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-81 {
    gap: 81px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-82 {
    gap: 82px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-83 {
    gap: 83px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-84 {
    gap: 84px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-85 {
    gap: 85px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-86 {
    gap: 86px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-87 {
    gap: 87px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-88 {
    gap: 88px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-89 {
    gap: 89px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-90 {
    gap: 90px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-91 {
    gap: 91px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-92 {
    gap: 92px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-93 {
    gap: 93px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-94 {
    gap: 94px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-95 {
    gap: 95px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-96 {
    gap: 96px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-97 {
    gap: 97px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-98 {
    gap: 98px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-99 {
    gap: 99px !important;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-100 {
    gap: 100px !important;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number] {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  padding: 10.5px 18px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(226, 228, 233);
  color: rgb(5, 5, 5);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  height: 42px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03) !important;
}

input[type=text].small,
input[type=email].small,
input[type=password].small,
input[type=tel].small,
input[type=number].small {
  padding: 7px 10px;
}

input[type=text]:active,
input[type=text]:target,
input[type=text]:focus,
input[type=text]:hover,
input[type=email]:active,
input[type=email]:target,
input[type=email]:focus,
input[type=email]:hover,
input[type=password]:active,
input[type=password]:target,
input[type=password]:focus,
input[type=password]:hover,
input[type=tel]:active,
input[type=tel]:target,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=number]:active,
input[type=number]:target,
input[type=number]:focus,
input[type=number]:hover {
  border-color: rgb(235, 235, 235);
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #868C98;
  opacity: 1;
  /* Firefox */
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder {
  color: #868C98;
  opacity: 1;
  /* Firefox */
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #868C98;
}

textarea.form-control,
textarea {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  padding: 10.5px 18px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(226, 228, 233);
  color: rgb(5, 5, 5);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  height: 120px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03) !important;
  resize: none;
}

textarea.form-control.small,
textarea.small {
  padding: 7px 10px;
}

textarea.form-control:active,
textarea.form-control:target,
textarea.form-control:focus,
textarea.form-control:hover,
textarea:active,
textarea:target,
textarea:focus,
textarea:hover {
  border-color: rgb(235, 235, 235);
}

textarea.form-control::-moz-placeholder, textarea::-moz-placeholder {
  color: #868C98;
  opacity: 1;
  /* Firefox */
}

textarea.form-control::placeholder,
textarea::placeholder {
  color: #868C98;
  opacity: 1;
  /* Firefox */
}

textarea.form-control::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #868C98;
}

.password-show {
  position: relative;
}

.password-show .password-show-images {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-show .password-show-images.active .show {
  display: block;
}

.password-show .password-show-images.active .dont-show {
  display: none;
}

.password-show .password-show-images .show {
  display: none;
}

.password-show .password-show-images img {
  display: block;
  width: 20px;
  height: 20px;
}

.form-group {
  font-family: "DM Sans", sans-serif;
  margin: 0;
}

.form-group .col-form-label {
  margin-bottom: 6px;
  font-size: 14px;
  color: rgb(134, 140, 152);
  line-height: 18px;
  padding: 0;
  min-height: 18px;
}

.form-group.required .col-form-label::after {
  content: "*";
  margin-left: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #2F45FC;
}

.form-group.state-fail select,
.form-group.state-fail textarea,
.form-group.state-fail input {
  border-color: rgb(212, 46, 48) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8538 14.1509H9.14281V12.5032H10.8538V14.1509Z' fill='%23D42E30'/%3E%3Cpath d='M10.8538 10.7922H9.14281L9.14281 5.84923H10.8538V10.7922Z' fill='%23D42E30'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.66602 10C1.66602 5.39763 5.39698 1.66667 9.99935 1.66667C14.6017 1.66667 18.3327 5.39763 18.3327 10C18.3327 14.6024 14.6017 18.3333 9.99935 18.3333C5.39698 18.3333 1.66602 14.6024 1.66602 10ZM3.22852 10C3.22852 6.26058 6.25992 3.22917 9.99935 3.22917C13.7388 3.22917 16.7702 6.26058 16.7702 10C16.7702 13.7394 13.7388 16.7708 9.99935 16.7708C6.25992 16.7708 3.22852 13.7394 3.22852 10Z' fill='%23D42E30'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
}

.form-group.state-fail.required .col-form-label::after {
  color: rgb(212, 46, 48);
}

.form-group .form-text {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: rgb(82, 88, 102);
}

.custom-select,
select {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  -webkit-appearance: none;
  background: none !important;
  background-color: rgb(255, 255, 255) !important;
  background-position: right 18px center !important;
  background-repeat: no-repeat !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.94694 0.77653C1.31565 0.407823 1.91344 0.407823 2.28215 0.77653L6.33521 4.82959L10.3883 0.77653C10.757 0.407823 11.3548 0.407823 11.7235 0.77653C12.0922 1.14524 12.0922 1.74303 11.7235 2.11174L6.33521 7.5L0.94694 2.11174C0.578233 1.74303 0.578233 1.14524 0.94694 0.77653Z' fill='%23050505'/%3E%3C/svg%3E%0A") !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  height: 42px !important;
  color: rgb(5, 5, 5);
  padding: 10.5px 18px;
  padding-right: 45px;
  border-radius: 8px;
  border: 1px solid rgb(226, 228, 233);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03) !important;
}

.custom-select:focus,
select:focus {
  border-color: rgb(226, 228, 233) !important;
}

.input-group-append > * {
  border-radius: 0 8px 8px 0;
}

.input-group-append select {
  max-width: 100px;
}

.input-group-prepend > * {
  border-radius: 8px 0 0 8px;
}

.input-group.information input {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8203 6.01517L9.17773 6.01517L9.17773 7.59692L10.8203 7.59692L10.8203 6.01517Z' fill='%23525866'/%3E%3Cpath d='M10.8203 9.2395L9.17773 9.2395L9.17773 13.9847L10.8203 13.9847L10.8203 9.2395Z' fill='%23525866'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 10C2 14.4183 5.58172 18 10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10ZM3.5 10C3.5 13.5898 6.41015 16.5 10 16.5C13.5899 16.5 16.5 13.5899 16.5 10C16.5 6.41015 13.5899 3.5 10 3.5C6.41015 3.5 3.5 6.41015 3.5 10Z' fill='%23525866'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {
  background-color: rgb(219, 235, 255);
  color: rgb(47, 69, 252);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.create-link-group button {
  padding: 10.5px 18px 10.5px 10px;
  background-color: #fff;
  border: 1px solid rgb(226, 228, 233);
  border-left: 0;
  font-size: 16px;
  line-height: 1.3;
  height: 100%;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-link-group button:focus,
.create-link-group button:active,
.create-link-group button:hover {
  background-color: #E2E4E9 !important;
  border: 1px solid #E2E4E9 !important;
}

button.btn-share-link {
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E4E9;
}

button.btn-share-link:focus,
button.btn-share-link:active,
button.btn-share-link:hover {
  background-color: #E2E4E9 !important;
  border: 1px solid #E2E4E9 !important;
}

button.btn-share-link img {
  width: 24px;
  height: 24px;
}

.custom-checkbox {
  padding-left: 0;
  line-height: 1.3077;
  min-height: 17px;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox.state-fail .custom-control-label::before {
  border: 1px solid rgb(212, 46, 48);
}

.custom-checkbox.state-fail .checkbox-text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-bottom: -5px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8538 14.1509H9.14281V12.5032H10.8538V14.1509Z' fill='%23D42E30'/%3E%3Cpath d='M10.8538 10.7922H9.14281L9.14281 5.84923H10.8538V10.7922Z' fill='%23D42E30'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.66602 10C1.66602 5.39763 5.39698 1.66667 9.99935 1.66667C14.6017 1.66667 18.3327 5.39763 18.3327 10C18.3327 14.6024 14.6017 18.3333 9.99935 18.3333C5.39698 18.3333 1.66602 14.6024 1.66602 10ZM3.22852 10C3.22852 6.26058 6.25992 3.22917 9.99935 3.22917C13.7388 3.22917 16.7702 6.26058 16.7702 10C16.7702 13.7394 13.7388 16.7708 9.99935 16.7708C6.25992 16.7708 3.22852 13.7394 3.22852 10Z' fill='%23D42E30'/%3E%3C/svg%3E%0A");
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
  height: 16px;
  width: 16px;
  border: 1px solid #EDEDED;
  top: calc(50% - 8px);
  left: 0;
}

.custom-checkbox .custom-control-label::after {
  height: 16px;
  width: 16px;
  top: calc(50% - 8px);
  left: 0;
}

.custom-checkbox .custom-control-label {
  padding-left: 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  display: -moz-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(5, 5, 5);
}

.custom-checkbox .custom-control-label a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgb(47, 69, 252);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: rgb(47, 69, 252);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: rgb(47, 69, 252);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  height: 16px;
  width: 16px;
  top: calc(50% - 8px);
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.23659 0.571903C9.6829 1.01055 9.6829 1.72173 9.23659 2.16037L5.02767 6.29696C4.38113 6.93239 3.33294 6.93239 2.6864 6.29696L0.763202 4.40681C0.316888 3.96816 0.316888 3.25698 0.763202 2.81834C1.20952 2.37969 1.93313 2.37969 2.37945 2.81834L3.85704 4.27054L7.62034 0.571903C8.06666 0.133259 8.79027 0.133259 9.23659 0.571903Z' fill='white'/%3E%3C/svg%3E%0A");
}

.custom-radio {
  padding-left: 0;
  min-height: auto;
  line-height: 1.3077;
  min-height: 17px;
}

.custom-radio.with-background {
  position: relative;
  padding: 20px;
}

.custom-radio.with-background .custom-control-label::after {
  border: 1px solid #EDEDED !important;
  border-radius: 12px !important;
  display: block !important;
  position: absolute !important;
  inset: -20px !important;
  width: calc(100% + 40px) !important;
  height: calc(100% + 40px) !important;
  background-image: none !important;
  transition: all 300ms;
}

.custom-radio.with-background .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgba(47, 69, 252, 0.1);
  border-color: rgb(47, 69, 252) !important;
}

.custom-radio.with-background .custom-control-label {
  align-items: start;
  flex-direction: column;
  gap: 5px;
}

.custom-radio input {
  display: none;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
  height: 14px;
  width: 14px;
  border: 1px solid px !important;
  top: 2px;
  left: 0;
}

.custom-radio .custom-control-label::after {
  height: 14px;
  width: 14px;
  top: calc(50% - 7px);
  left: 0;
}

.custom-radio .custom-control-label {
  font-size: 13px;
  padding-left: 20px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: rgb(226, 228, 233);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7Z' fill='%2316212B'/%3E%3Cpath d='M4 7C4 5.34315 5.34315 4 7 4C8.65685 4 10 5.34315 10 7C10 8.65685 8.65685 10 7 10C5.34315 10 4 8.65685 4 7Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: rgb(226, 228, 233);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  display: none;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(5, 5, 5);
  font-weight: 300;
}

body .fw-400 {
  font-weight: 400;
}

body .fw-500 {
  font-weight: 500;
}

body .fw-600 {
  font-weight: 600;
}

body .fw-700 {
  font-weight: 700;
}

body .custom-row .row > .col,
body .custom-container .row > .col,
body .custom-container-fluid .row > .col,
body .custom-row .row > [class*=col-],
body .custom-container .row > [class*=col-],
body .custom-container-fluid .row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

body .custom-row .row,
body .custom-container .row,
body .custom-container-fluid .row {
  margin-right: -10px;
  margin-left: -10px;
  gap: 20px 0;
}

body .custom-container,
body .custom-container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

body .custom-container-24 {
  padding-right: 12px;
  padding-left: 12px;
}

body .custom-container-24 .row > [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}

body .custom-container-24 .row {
  margin-right: -12px;
  margin-left: -12px;
  gap: 24px 0;
}

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

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

body .title-1 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
}

@media all and (max-width: 1200px) {
  body .title-1 {
    font-size: 50px;
  }
}

@media all and (max-width: 991px) {
  body .title-1 {
    font-size: 45px;
  }
}

@media all and (max-width: 767px) {
  body .title-1 {
    font-size: 40px;
  }
}

@media all and (max-width: 575px) {
  body .title-1 {
    font-size: 35px;
  }
}

body h1 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
}

@media all and (max-width: 1600px) {
  body h1 {
    font-size: 56px;
  }
}

@media all and (max-width: 1200px) {
  body h1 {
    font-size: 50px;
  }
}

@media all and (max-width: 991px) {
  body h1 {
    font-size: 45px;
  }
}

@media all and (max-width: 767px) {
  body h1 {
    font-size: 40px;
  }
}

@media all and (max-width: 575px) {
  body h1 {
    font-size: 35px;
  }
}

body h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}

@media all and (max-width: 1600px) {
  body h2 {
    font-size: 48px;
  }
}

@media all and (max-width: 1200px) {
  body h2 {
    font-size: 42px;
  }
}

@media all and (max-width: 991px) {
  body h2 {
    font-size: 38px;
  }
}

@media all and (max-width: 767px) {
  body h2 {
    font-size: 32px;
  }
}

@media all and (max-width: 575px) {
  body h2 {
    font-size: 28px;
  }
}

body h3 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

@media all and (max-width: 1600px) {
  body h3 {
    font-size: 42px;
  }
}

@media all and (max-width: 1200px) {
  body h3 {
    font-size: 38px;
  }
}

@media all and (max-width: 991px) {
  body h3 {
    font-size: 34px;
  }
}

@media all and (max-width: 767px) {
  body h3 {
    font-size: 28px;
  }
}

@media all and (max-width: 575px) {
  body h3 {
    font-size: 24px;
  }
}

body .title-4 {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 600;
}

@media all and (max-width: 1200px) {
  body .title-4 {
    font-size: 31px;
  }
}

@media all and (max-width: 991px) {
  body .title-4 {
    font-size: 26px;
  }
}

@media all and (max-width: 767px) {
  body .title-4 {
    font-size: 22px;
  }
}

@media all and (max-width: 575px) {
  body .title-4 {
    font-size: 18px;
  }
}

body h4 {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 600;
}

@media all and (max-width: 1200px) {
  body h4 {
    font-size: 31px;
  }
}

@media all and (max-width: 991px) {
  body h4 {
    font-size: 26px;
  }
}

@media all and (max-width: 767px) {
  body h4 {
    font-size: 22px;
  }
}

@media all and (max-width: 575px) {
  body h4 {
    font-size: 18px;
  }
}

body h5 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

@media all and (max-width: 991px) {
  body h5 {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  body h5 {
    font-size: 20px;
  }
}

@media all and (max-width: 575px) {
  body h5 {
    font-size: 17px;
  }
}

body h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

@media all and (max-width: 991px) {
  body h6 {
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  body h6 {
    font-size: 18px;
  }
}

@media all and (max-width: 575px) {
  body h6 {
    font-size: 17px;
  }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin-bottom: 16px;
}

body p {
  color: rgb(134, 140, 152);
}

body .button-cta {
  display: block;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1;
  min-height: 40px;
  max-width: 100%;
  font-weight: 400;
  width: -moz-max-content;
  width: max-content;
  color: rgb(255, 255, 255);
  background: rgb(32, 48, 223);
  transition: all 300ms;
  display: -moz-flex;
  display: flex;
  align-items: center;
}

body .button-cta:focus,
body .button-cta:active,
body .button-cta:hover {
  background: rgb(47, 69, 252);
  color: rgb(255, 255, 255);
}

body .button-cta.bordered {
  background: rgba(47, 69, 252, 0);
  border: 1px solid rgb(5, 5, 5);
  color: rgb(5, 5, 5);
}

body .button-cta.bordered:focus,
body .button-cta.bordered:active,
body .button-cta.bordered:hover {
  background: rgb(5, 5, 5);
  color: rgb(255, 255, 255);
}

body .button-cta.xlarge {
  padding: 5px 24px;
  font-size: 16px;
  min-height: 48px;
}

body .slicer {
  height: 60px;
}

@media all and (max-width: 991px) {
  body .slicer {
    height: 50px;
  }
}

@media all and (max-width: 767px) {
  body .slicer {
    height: 40px;
  }
}

body .title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  body .title {
    font-size: 16px;
  }
}

body a {
  color: rgb(5, 5, 5);
}

body a:hover {
  color: rgb(82, 88, 102);
}

body #header {
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0);
  transition: background 300ms;
  width: 100%;
  z-index: 10;
}

@media all and (max-width: 991px) {
  body #header {
    background: rgb(255, 255, 255);
  }
}

@media all and (min-width: 992px) {
  body #header:not(.sticky).white .logo img {
    filter: brightness(0) invert(1);
  }

  body #header:not(.sticky).white .navbar .nav-item .nav-link {
    color: white !important;
  }

  body #header:not(.sticky).white .navbar .nav-item .nav-link:hover {
    color: rgb(78, 110, 255) !important;
  }
}

body #header.sticky {
  background: rgb(255, 255, 255);
}

body #header .navbar {
  min-height: 80px;
}

body #header .navbar .navbar-toggler {
  border-color: rgb(5, 5, 5);
}

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

body #header .navbar .nav-item .nav-link {
  font-weight: 400;
  padding: 0;
}

body #header .navbar .nav-item .nav-link:hover {
  color: rgb(78, 110, 255);
}

body #header .logo {
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

body .home-banner {
  --animate-scroll-cloud: 0px;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(283.8deg, rgba(61, 61, 245, 0.4) -35.51%, rgba(255, 255, 255, 0) 56.57%), linear-gradient(242.61deg, rgba(229, 250, 0, 0.2) -5.29%, rgba(255, 255, 255, 0) 90%), linear-gradient(10.21deg, rgb(255, 255, 255) -3.32%, rgb(255, 255, 255) 77.26%);
}

@media all and (max-width: 991px) {
  body .home-banner {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}

body .home-banner .content {
  max-width: 900px;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 155px 20px 317px;
}

@media all and (max-width: 1600px) {
  body .home-banner .content {
    max-width: 700px;
  }
}

@media all and (max-width: 991px) {
  body .home-banner .content {
    max-width: 600px;
    padding: 150px 20px 180px;
    height: -moz-max-content;
    height: max-content;
  }
}

@media all and (max-width: 768px) {
  body .home-banner .content {
    max-width: 450px;
    padding: 120px 20px 130px;
  }
}

body .home-banner .content p {
  max-width: 460px;
  display: block;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  color: rgb(5, 5, 5);
}

body .home-banner .world {
  position: absolute;
  bottom: -630px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
}

@media all and (max-width: 1600px) {
  body .home-banner .world {
    width: 700px;
    height: 700px;
    bottom: -426px;
  }
}

@media all and (max-width: 991px) {
  body .home-banner .world {
    width: 500px;
    height: 500px;
    bottom: -350px;
  }
}

@media all and (max-width: 767px) {
  body .home-banner .world {
    width: 350px;
    height: 350px;
    bottom: -250px;
  }
}

@media all and (max-width: 575px) {
  body .home-banner .world {
    width: 80vw;
    height: 80vw;
    bottom: -60vw;
  }
}

body .home-banner .world img {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spin 80s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

body .home-banner .cloud-1 {
  position: absolute;
  left: -106px;
  top: 28.24%;
}

@media all and (min-width: 1600px) {
  body .home-banner .cloud-1 {
    width: 380px;
  }
}

@media all and (min-width: 2000px) {
  body .home-banner .cloud-1 {
    width: 450px;
  }
}

@media all and (max-width: 991px) {
  body .home-banner .cloud-1 {
    width: 200px;
    left: -60px;
  }
}

@media all and (max-width: 767px) {
  body .home-banner .cloud-1 {
    display: none;
  }
}

body .home-banner .cloud-1 .animate-box {
  position: relative;
  animation: cloud-reverse 5s linear infinite;
}

body .home-banner .cloud-2 {
  position: absolute;
  right: 1.38%;
  top: 25.13%;
}

@media all and (min-width: 1600px) {
  body .home-banner .cloud-2 {
    width: 280px;
  }
}

@media all and (min-width: 2000px) {
  body .home-banner .cloud-2 {
    width: 350px;
  }
}

@media all and (max-width: 991px) {
  body .home-banner .cloud-2 {
    width: 150px;
  }
}

@media all and (max-width: 767px) {
  body .home-banner .cloud-2 {
    display: none;
  }
}

body .home-banner .cloud-2 .animate-box {
  position: relative;
  padding: 0 59px 29px 0;
  animation: cloud 5s linear infinite;
}

@media all and (max-width: 991px) {
  body .home-banner .cloud-2 .animate-box {
    padding: 0 30px 15px 0;
  }
}

body .home-banner .cloud-2 .animate-box img:nth-child(2) {
  max-width: 119px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media all and (min-width: 1600px) {
  body .home-banner .cloud-2 .animate-box img:nth-child(2) {
    max-width: 150px;
  }
}

@media all and (min-width: 2000px) {
  body .home-banner .cloud-2 .animate-box img:nth-child(2) {
    max-width: 190px;
  }
}

@media all and (max-width: 991px) {
  body .home-banner .cloud-2 .animate-box img:nth-child(2) {
    max-width: 90px;
  }
}

@keyframes cloud {
  0% {
    left: 0px;
  }

  50% {
    left: 20px;
  }

  100% {
    left: 0px;
  }
}

@keyframes cloud-reverse {
  0% {
    left: 0px;
  }

  50% {
    left: -20px;
  }

  100% {
    left: 0px;
  }
}

body .why-us {
  background-image: url("/images/why-us/circles.svg");
  background-size: 100% auto;
}

body .box {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  background: linear-gradient(180deg, #FAFAFA 0%, #F3F3F3 100%);
  border-radius: 24px;
  height: 100%;
}

body .box.v2 {
  background: none;
  padding: 0;
}

@media all and (max-width: 992px) {
  body .box {
    padding: 25px 15px;
  }
}

body .box figure {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  position: relative;
}

body .box figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

body .box p {
  margin-bottom: 0;
}

body .create-link-button {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 204, 68);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03);
  width: 100%;
  padding: 15.5px;
  border-radius: 8px;
}

body .create-link .create-link-box-container {
  position: relative;
  overflow: hidden;
}

body .create-link .create-link-box-container .create-link-box {
  border-radius: 25px;
  padding: 56px;
  transition: all 600ms;
  background-image: url("/images/create-link/bg.svg"), linear-gradient(31.32deg, #EFFFF5 5.71%, #DEFFE6 119.78%);
}

@media all and (max-width: 1200px) {
  body .create-link .create-link-box-container .create-link-box {
    padding: 40px;
  }
}

@media all and (max-width: 992px) {
  body .create-link .create-link-box-container .create-link-box {
    padding: 30px;
  }
}

@media all and (max-width: 768px) {
  body .create-link .create-link-box-container .create-link-box {
    padding: 20px;
  }
}

body .create-link .create-link-box-container .create-link-box:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateX(100%);
}

body .create-link .create-link-box-container .create-link-box figure img {
  width: 152px;
  height: 152px;
}

@media all and (max-width: 1200px) {
  body .create-link .create-link-box-container .create-link-box figure img {
    width: 125px;
    height: 125px;
  }
}

@media all and (max-width: 992px) {
  body .create-link .create-link-box-container .create-link-box figure img {
    width: 100px;
    height: 100px;
  }
}

@media all and (max-width: 768px) {
  body .create-link .create-link-box-container .create-link-box figure img {
    width: 75px;
    height: 75px;
  }
}

body .create-link .create-link-box-container.box-show .create-link-box:nth-child(2) {
  transform: translateX(0);
}

body .information .information-bg {
  /*background: linear-gradient(283.8deg, rgba(61, 61, 245, 0.4) -35.51%, rgba(255, 255, 255, 0) 56.57%),
  linear-gradient(242.61deg, rgba(229, 250, 0, 0.2) -5.29%, rgba(255, 255, 255, 0) 90%),
  linear-gradient(63.86deg, #FCFCFC 8%, $color-white 63.57%);*/
  background-image: url("/images/informations/info-block.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 32px 20px;
  margin: 0 -10px;
}

@media all and (max-width: 991px) {
  body .information .information-bg {
    padding: 25px 20px;
  }
}

@media all and (max-width: 768px) {
  body .information .information-bg {
    padding: 20px;
  }
}

@media all and (min-width: 991px) {
  body .information .information-boxs .box {
    padding: 0 10px;
  }
}

body footer {
  background-color: rgb(0, 0, 0);
}

body footer .footer-logo {
  display: block;
  max-width: 86px;
}

body footer h1,
body footer h2,
body footer h3,
body footer h4,
body footer h5,
body footer h6 {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}

body footer .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

body footer .links a {
  font-weight: 300;
  line-height: 16px;
  color: rgb(255, 255, 255);
}

@media all and (max-width: 1600px) {
  body footer .links a {
    font-size: 12px;
  }
}

body footer .links a:hover {
  color: white;
}

body .pricing-banner {
  padding-bottom: 256px;
  overflow: hidden;
}

body .pricing-banner .content {
  position: relative;
}

body .pricing-banner .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("/images/pricing/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  max-height: 100vh;
  z-index: -1;
}

@media all and (min-width: 1600px) {
  body .pricing-banner .content:before {
    max-height: 700px;
  }
}

body .page-banner {
  padding: 155px 15px 20px;
  margin: 0 auto;
  max-width: 730px;
  text-align: center;
}

body .page-banner.white {
  color: white;
}

body .page-banner.white p {
  color: white;
}

body .page-banner h1 {
  margin-bottom: 16px;
}

body .page-banner p {
  margin: 0 auto;
  max-width: 460px;
  color: #050505;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
}

body .page-banner p:last-child {
  margin-bottom: 0;
}

body .price-tabs {
  position: relative;
  padding: 32px 24px;
  max-width: 460px;
  margin: 0 auto;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.031372549);
  border-radius: 24px;
  background: rgb(255, 255, 255);
  margin-bottom: -256px;
}

@media all and (max-width: 768px) {
  body .price-tabs {
    max-width: 400px;
  }
}

@media all and (max-width: 475px) {
  body .price-tabs {
    max-width: 100%;
    margin: 0 20px -256px;
  }
}

body .price-tabs .coin-1 {
  position: absolute;
  top: 0;
  left: -20px;
  transform: translateX(-100%);
  z-index: 3;
  width: 87px;
  height: 87px;
}

@media all and (max-width: 992px) {
  body .price-tabs .coin-1 {
    width: 60px;
    height: 60px;
    left: -10px;
  }
}

@media all and (max-width: 768px) {
  body .price-tabs .coin-1 {
    width: 45px;
    height: 45px;
  }
}

@media all and (max-width: 575px) {
  body .price-tabs .coin-1 {
    display: none;
  }
}

body .price-tabs .coin-1 img {
  box-shadow: 0px 40px 40px -15px rgba(0, 0, 0, 0.0509803922);
}

body .price-tabs .coin-2 {
  position: absolute;
  top: 60px;
  left: 32px;
  transform: translateX(-100%);
  z-index: 2;
  width: 120px;
  height: 110px;
}

@media all and (max-width: 992px) {
  body .price-tabs .coin-2 {
    width: 90px;
    height: 80px;
    left: 22px;
  }
}

@media all and (max-width: 768px) {
  body .price-tabs .coin-2 {
    width: 65px;
    height: 55px;
    left: 15px;
    top: 30px;
  }
}

@media all and (max-width: 575px) {
  body .price-tabs .coin-2 {
    display: none;
  }
}

body .price-tabs .coin-2 img {
  box-shadow: 0px 40px 40px -15px rgba(0, 0, 0, 0.0509803922);
}

body .price-tabs .coin-3 {
  position: absolute;
  top: 277px;
  right: 37px;
  transform: translateX(100%);
  z-index: 1;
  width: 142px;
  height: 152px;
}

@media all and (max-width: 992px) {
  body .price-tabs .coin-3 {
    width: 102px;
    height: 112px;
    right: 25px;
  }
}

@media all and (max-width: 768px) {
  body .price-tabs .coin-3 {
    width: 75px;
    height: 85px;
    right: 15px;
  }
}

@media all and (max-width: 575px) {
  body .price-tabs .coin-3 {
    display: none;
  }
}

body .price-tabs .coin-3 img {
  box-shadow: 0px 40px 40px -15px rgba(0, 0, 0, 0.0509803922);
}

body .price-tabs .price-header {
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F8FA;
  border-radius: 999px;
  padding: 2px;
  gap: 2px;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: wrap;
  margin: 0 auto 16px;
}

body .price-tabs .price-header button {
  padding: 6px 16px;
  border-radius: 999px;
  background: #F6F8FA;
  color: #868C98;
  transition: all 300ms;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

body .price-tabs .price-header button:hover {
  color: #2F45FC;
}

body .price-tabs .price-header button.active {
  background: rgb(255, 255, 255);
  color: #2F45FC;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.0588235294);
}

body .price-tabs .price-contents .price-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

body .price-tabs .price-contents .price-content.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

body .price-tabs .price-contents .price-content .top {
  text-align: center;
}

body .price-tabs .price-contents .price-content .top .price {
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

body .price-tabs .price-contents .price-content .top .price span {
  margin-bottom: 9px;
}

body .price-tabs .price-contents .price-content .top .button-cta {
  margin: 8px auto 0;
}

body .price-tabs .price-contents .price-content .bottom ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 16px;
  display: -moz-flex;
  display: flex;
  gap: 8px;
}

body .price-tabs .price-contents .price-content .bottom ul li:last-child {
  margin-bottom: 0;
}

body .price-tabs .price-contents .price-content .bottom ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04775 12.6351C4.75244 11.3398 3.46506 10.0326 2.16579 8.73728C2.02319 8.59468 2.02319 8.35701 2.16579 8.2144L3.65915 6.72104C3.80176 6.57844 4.03943 6.57844 4.18203 6.72104L6.31711 8.85611L11.8073 3.36196C11.9539 3.21935 12.1876 3.21935 12.3341 3.36196L13.8315 4.85928C13.978 5.00585 13.978 5.23956 13.8315 5.38216L6.57062 12.6351C6.42802 12.7816 6.19431 12.7816 6.04775 12.6351Z' fill='%23019A53'/%3E%3C/svg%3E%0A");
  width: 16px;
  min-width: 16px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

body .price-tabs .price-contents .price-content .bottom p:last-child {
  margin-bottom: 0;
}

body .title-24 {
  font-size: 24px;
  line-height: 32px;
}

body .title-14 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

body .title-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

body .features-item.padding {
  padding: 10px;
}

body .features-item .icon {
  max-width: 32px;
  max-height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
  display: block;
}

body .features-item p {
  margin-bottom: 10px;
}

body .features-item p strong {
  font-weight: 300;
  color: rgb(5, 5, 5);
}

body .slider-container {
  overflow: hidden;
  max-width: 1268px;
}

body .slider-container .slick-track {
  display: flex !important;
}

body .slider-container .slick-slide {
  height: inherit !important;
}

body .slider-container .slick-slide > div {
  height: 100%;
}

body .slider-container .items {
  margin: 0px 44px;
}

@media all and (max-width: 1200px) {
  body .slider-container .items {
    margin: 0 35px;
  }
}

@media all and (max-width: 768px) {
  body .slider-container .items {
    margin: 0 -15px 0 0;
    display: -moz-flex;
    display: flex;
    overflow: auto;
  }

  body .slider-container .items > * {
    flex: 0 0 36%;
    max-width: 36%;
    padding: 0 !important;
    margin-right: 15px;
  }
}

@media all and (max-width: 575px) {
  body .slider-container .items > * {
    flex: 0 0 46%;
    max-width: 46%;
  }
}

@media all and (max-width: 768px) {
  body .slider-container .items.big > * {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 !important;
    margin-right: 15px;
  }
}

@media all and (max-width: 575px) {
  body .slider-container .items.big > * {
    flex: 0 0 68%;
    max-width: 68%;
  }
}

body .slider-container .items .item {
  padding: 0 10px;
}

@media all and (min-width: 767px) {
  body .slider-container .items .item {
    height: 100%;
  }
}

body .slider-container .items .item > a {
  display: block;
}

body .slider-container .items .slick-list {
  margin: 0 -10px;
  overflow: hidden;
}

body .slick-arrow {
  width: 24px;
  height: 24px;
}

body .slick-arrow::before {
  display: none;
}

body .slick-arrow::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background-color: #F0F0F0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.35112 1.05131C7.44638 1.14527 7.5 1.27349 7.5 1.40729C7.5 1.54108 7.44638 1.6693 7.35112 1.76326L3.04476 6.0109L7.32902 10.2367C7.42428 10.3307 7.47791 10.4589 7.47791 10.5927C7.47791 10.7265 7.42428 10.8547 7.32902 10.9487L6.66265 11.606C6.46796 11.798 6.15511 11.798 5.96042 11.606L0.648882 6.36687C0.553625 6.27291 0.5 6.14469 0.5 6.0109C0.5 5.8771 0.553625 5.74888 0.648882 5.65492L5.98251 0.394028C6.1772 0.201991 6.49005 0.201991 6.68475 0.394028L7.35112 1.05131Z' fill='%2316212B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms;
  z-index: 1;
}

body .slick-arrow:hover::after {
  background-color: #FAFAFA;
}

body .slick-arrow.slick-prev {
  left: -44px;
}

@media all and (max-width: 1200px) {
  body .slick-arrow.slick-prev {
    left: -35px;
  }
}

body .slick-arrow.slick-next {
  right: -44px;
}

body .slick-arrow.slick-next::after {
  transform: rotate(180deg);
}

@media all and (max-width: 1200px) {
  body .slick-arrow.slick-next {
    right: -35px;
  }
}

body .item-reference {
  position: relative;
  overflow: hidden;
  height: 100%;
}

body .item-reference figure {
  position: relative;
  margin: 0;
  padding-top: 50%;
  background-color: rgb(255, 255, 255);
}

body .item-reference figure img {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  -o-object-fit: contain;
     object-fit: contain;
}

body .accordion .card {
  border-radius: 8px;
}

body .accordion .card .card-header {
  padding: 0 24px;
  background-color: transparent;
  border: none !important;
}

body .accordion .card .card-header button {
  padding: 24px 0 !important;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  color: rgb(5, 5, 5);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: top 26px right 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.51233 4.35232L14.3557 10.1958C14.4909 10.3309 14.5654 10.5113 14.5654 10.7037C14.5654 10.8961 14.4909 11.0765 14.3557 11.2116L13.9254 11.642C13.6451 11.922 13.1895 11.922 12.9096 11.642L8.00268 6.73508L3.09036 11.6474C2.9551 11.7826 2.77479 11.8572 2.58253 11.8572C2.39005 11.8572 2.20974 11.7826 2.07438 11.6474L1.64426 11.2171C1.509 11.0818 1.43449 10.9015 1.43449 10.7091C1.43449 10.5168 1.509 10.3364 1.64426 10.2012L7.49293 4.35232C7.62861 4.21685 7.80978 4.14244 8.00236 4.14287C8.19569 4.14244 8.37675 4.21685 8.51233 4.35232Z' fill='%23050505'/%3E%3C/svg%3E%0A");
  transition: all 300ms;
}

body .accordion .card .card-header button.collapsed {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.51233 11.6477L14.3557 5.80425C14.4909 5.66909 14.5654 5.48868 14.5654 5.29631C14.5654 5.10394 14.4909 4.92352 14.3557 4.78837L13.9254 4.35804C13.6451 4.07802 13.1895 4.07802 12.9096 4.35804L8.00268 9.26492L3.09036 4.35259C2.9551 4.21744 2.77479 4.14282 2.58253 4.14282C2.39005 4.14282 2.20974 4.21744 2.07438 4.35259L1.64426 4.78292C1.509 4.91818 1.43449 5.09849 1.43449 5.29086C1.43449 5.48323 1.509 5.66365 1.64426 5.7988L7.49293 11.6477C7.62861 11.7832 7.80978 11.8576 8.00236 11.8571C8.19569 11.8576 8.37675 11.7832 8.51233 11.6477Z' fill='%23050505'/%3E%3C/svg%3E%0A");
}

body .accordion .card .card-header button.not-collapsed {
  padding-bottom: 8px !important;
}

body .accordion .card .collapse .card-body {
  padding: 0 24px 24px;
}

body .accordion .card .collapse .card-body p:last-child {
  margin-bottom: 0;
}

body .references-banner {
  background-image: url("/images/partners/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body .about-banner {
  background-image: url("/images/about/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

body .about-banner .statistic-and-images {
  padding-right: 12px;
  padding-left: 12px;
}

@media all and (min-width: 1200px) {
  body .about-banner .statistic-and-images {
    max-width: 964px;
  }
}

body .about-banner .statistic-and-images img {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.031372549);
}

body .about-banner .statistic-and-images .row > [class*=col] {
  padding-right: 12px;
  padding-left: 12px;
}

body .about-banner .statistic-and-images .row {
  margin-right: -12px;
  margin-left: -12px;
  gap: 24px 0;
}

body .about-banner .statistic-and-images .center {
  max-width: 264px;
}

body .about-banner .statistic-and-images .statistic-1 {
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  color: #FEF29A;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
  padding: 26px 24px;
  border-radius: 24px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.031372549);
}

body .about-banner .statistic-and-images .statistic-1 img {
  max-width: 132px;
  box-shadow: none;
}

body .about-banner .statistic-and-images .statistic-2 {
  color: #B4F8EB;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
  border-radius: 24px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.031372549);
  overflow: hidden;
}

body .about-banner .statistic-and-images .statistic-2 img {
  box-shadow: none;
}

body .about-text {
  background-image: url("/images/about/bg-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body .about-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #868C98;
}

body .about-text p:last-child {
  margin-bottom: 0;
}

body .references-flex-container {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

body .references-flex-container .item {
  width: calc(20% - 16px);
}

@media all and (max-width: 992px) {
  body .references-flex-container .item {
    width: calc(25% - 15px);
  }
}

@media all and (max-width: 768px) {
  body .references-flex-container .item {
    width: calc(33.33% - 13.3333px);
  }
}

@media all and (max-width: 575px) {
  body .references-flex-container .item {
    width: calc(50% - 10px);
  }
}

body .references-flex-container .item .item-reference {
  display: block;
}

body .references-flex-container .item .item-reference figure {
  padding-top: 0;
  height: 100px;
  background-color: transparent;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 575px) {
  body .references-flex-container .item .item-reference figure {
    padding: 5px;
  }
}

body .references-flex-container .item .item-reference figure img {
  width: auto;
  height: auto;
  position: static;
  max-width: 100%;
  max-height: 100%;
}

body .radius-32 {
  border-radius: 32px;
}

body .radius-12 {
  border-radius: 12px;
}

body .form .form-group .col-form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgb(5, 5, 5);
}

body .form input[type=text],
body .form input[type=email],
body .form input[type=password],
body .form input[type=tel],
body .form input[type=number] {
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  padding: 5px 12px;
}

body .form textarea {
  padding: 10px 12px;
}

body .contact-form .bg-shadow {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
}

body .contact-form .custom-container {
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 24px;
  overflow: hidden;
}

body .contact-form .custom-container .row > [class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}

body .contact-form .custom-container .row {
  margin-right: -12px;
  margin-left: -12px;
  gap: 24px 0;
}

body .contact-form .custom-container form {
  height: 100%;
  padding: 32px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: rgb(246, 248, 250);
  border-radius: 24px 0 0 24px;
}

@media all and (max-width: 768px) {
  body .contact-form .custom-container form {
    border-width: 1px;
    border-radius: 24px;
  }
}

body .contact-form .custom-container .form {
  padding: 0 !important;
  flex-basis: 39%;
}

@media all and (max-width: 992px) {
  body .contact-form .custom-container .form {
    flex-basis: 50%;
  }
}

@media all and (max-width: 768px) {
  body .contact-form .custom-container .form {
    flex-basis: 100%;
  }
}

body .contact-form .custom-container .images {
  flex-basis: 61%;
  padding: 0 !important;
}

@media all and (max-width: 992px) {
  body .contact-form .custom-container .images {
    flex-basis: 50%;
  }
}

@media all and (max-width: 768px) {
  body .contact-form .custom-container .images {
    flex-basis: 100%;
  }
}

body .contact-form .custom-container .images img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 768px) {
  body .contact-form .custom-container .images img {
    border-radius: 24px;
  }
}

body .purple-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgb(47, 69, 252);
}

body .login {
  background-image: url("/images/login/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 85px 15px 85px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 992px) {
  body .login {
    padding: 100px 15px 15px;
  }
}

body .login .form-container {
  max-width: 460px;
  border-radius: 24px;
  padding: 32px 24px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
}

@media all and (max-width: 768px) {
  body .login .form-container {
    padding: 24px 12px;
  }
}

body .login .form-container .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgb(5, 5, 5);
}

body .register {
  background-image: url("/images/login/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 85px 15px 74px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 992px) {
  body .register {
    padding: 100px 15px 15px;
  }
}

body .register .form-container {
  max-width: 580px;
  border-radius: 24px;
  padding: 32px 24px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
}

@media all and (max-width: 768px) {
  body .register .form-container {
    padding: 24px 12px;
  }
}

body .register .form-container .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgb(5, 5, 5);
}

body .text-container h2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgb(5, 5, 5);
  margin-bottom: 4px;
}

body .text-container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgb(82, 88, 102);
}

body .text-container p:last-child {
  margin-bottom: 0;
}

body .text-container ul {
  list-style: disc;
  padding-left: 20px;
}

body .text-container ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

body .text-container [class*=col] ul ~ p {
  margin-bottom: 0;
}

body .text-container [class*=col] p:last-child {
  margin-bottom: 0;
}

