@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6d6d6d;
  --gray-dark: #444444;
  --primary: #01b172;
  --secondary: #6d6d6d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f00;
  --light: #f3f3f3;
  --dark: #444444;
  --line: #00b900;
  --gray-100: #f3f3f3;
  --gray-400: #cccccc;
  --gray-700: #585858;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Noto Sans JP", sans-serif;
  --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: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #01b172;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #016541;
  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: #6d6d6d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6d6d6d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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: #313131;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #313131;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

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

.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.3333333333%;
  max-width: 33.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #313131;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}
.table tbody + tbody {
  border-top: 2px solid #cccccc;
}

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

.table-bordered {
  border: 1px solid #cccccc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #cccccc;
}
.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: #313131;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e9d8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7bd6b6;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d6d6;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b3b3;
}

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

.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: #ffb8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff7a7a;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9f9f9;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cbcbcb;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9e9e9e;
}

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

.table-line,
.table-line > th,
.table-line > td {
  background-color: #b8ebb8;
}
.table-line th,
.table-line td,
.table-line thead th,
.table-line tbody + tbody {
  border-color: #7adb7a;
}

.table-hover .table-line:hover {
  background-color: #a4e5a4;
}
.table-hover .table-line:hover > td,
.table-hover .table-line:hover > th {
  background-color: #a4e5a4;
}

.table-gray-100,
.table-gray-100 > th,
.table-gray-100 > td {
  background-color: #fcfcfc;
}
.table-gray-100 th,
.table-gray-100 td,
.table-gray-100 thead th,
.table-gray-100 tbody + tbody {
  border-color: #f9f9f9;
}

.table-hover .table-gray-100:hover {
  background-color: #efefef;
}
.table-hover .table-gray-100:hover > td,
.table-hover .table-gray-100:hover > th {
  background-color: #efefef;
}

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #f1f1f1;
}
.table-gray-400 th,
.table-gray-400 td,
.table-gray-400 thead th,
.table-gray-400 tbody + tbody {
  border-color: #e4e4e4;
}

.table-hover .table-gray-400:hover {
  background-color: #e4e4e4;
}
.table-hover .table-gray-400:hover > td,
.table-hover .table-gray-400:hover > th {
  background-color: #e4e4e4;
}

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: #d0d0d0;
}
.table-gray-700 th,
.table-gray-700 td,
.table-gray-700 thead th,
.table-gray-700 tbody + tbody {
  border-color: #a8a8a8;
}

.table-hover .table-gray-700:hover {
  background-color: #c3c3c3;
}
.table-hover .table-gray-700:hover > td,
.table-hover .table-gray-700:hover > th {
  background-color: #c3c3c3;
}

.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: #444444;
  border-color: #575757;
}
.table .thead-light th {
  color: #585858;
  background-color: #e9ecef;
  border-color: #cccccc;
}

.table-dark {
  color: #fff;
  background-color: #444444;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #575757;
}
.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, .lc_form .stripe-input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.4375rem + 2px);
  padding: 0.21875rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  background-color: #f3f3f3;
  background-clip: padding-box;
  border: 1px solid #d3d3d3;
  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, .lc_form .stripe-input {
    transition: none;
  }
}
.form-control::-ms-expand, .lc_form .stripe-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .lc_form .stripe-input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #313131;
}
.form-control:focus, .lc_form .stripe-input:focus {
  color: #313131;
  background-color: #f3f3f3;
  border-color: #34feb5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 177, 114, 0.25);
}
.form-control::placeholder, .lc_form .stripe-input::placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:disabled, .lc_form .stripe-input:disabled, .form-control[readonly], .lc_form [readonly].stripe-input {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:focus::-ms-value, .lc_form select.stripe-input:focus::-ms-value {
  color: #313131;
  background-color: #f3f3f3;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.21875rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #313131;
  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.4375rem + 2px);
  padding: 0.21875rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.44445em + 0.9375rem + 2px);
  padding: 0.46875rem 1rem;
  font-size: 1.125rem;
  line-height: 1.44445;
  border-radius: 4px;
}

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

textarea.form-control, .lc_form textarea.stripe-input {
  height: auto;
}

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

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

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

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

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 4px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 0.6875rem;
}

.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, .was-validated .lc_form .stripe-input:valid, .lc_form .was-validated .stripe-input:valid, .form-control.is-valid, .lc_form .is-valid.stripe-input {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.4375rem);
  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.109375rem) center;
  background-size: calc(0.75em + 0.21875rem) calc(0.75em + 0.21875rem);
}
.was-validated .form-control:valid:focus, .was-validated .lc_form .stripe-input:valid:focus, .lc_form .was-validated .stripe-input:valid:focus, .form-control.is-valid:focus, .lc_form .is-valid.stripe-input:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .lc_form textarea.stripe-input:valid, .lc_form .was-validated textarea.stripe-input:valid, textarea.form-control.is-valid, .lc_form textarea.is-valid.stripe-input {
  padding-right: calc(1.5em + 0.4375rem);
  background-position: top calc(0.375em + 0.109375rem) right calc(0.375em + 0.109375rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.078125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.79 6.75'%3e%3cpath fill='%2301b172' d='M3.9,6.75,0,0H7.79Z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #f3f3f3 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.21875rem) calc(0.75em + 0.21875rem) 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: 80%;
  color: #f00;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 4px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 0.6875rem;
}

.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, .was-validated .lc_form .stripe-input:invalid, .lc_form .was-validated .stripe-input:invalid, .form-control.is-invalid, .lc_form .is-invalid.stripe-input {
  border-color: #f00;
  padding-right: calc(1.5em + 0.4375rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f00' 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='%23f00' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.109375rem) center;
  background-size: calc(0.75em + 0.21875rem) calc(0.75em + 0.21875rem);
}
.was-validated .form-control:invalid:focus, .was-validated .lc_form .stripe-input:invalid:focus, .lc_form .was-validated .stripe-input:invalid:focus, .form-control.is-invalid:focus, .lc_form .is-invalid.stripe-input:focus {
  border-color: #f00;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .lc_form textarea.stripe-input:invalid, .lc_form .was-validated textarea.stripe-input:invalid, textarea.form-control.is-invalid, .lc_form textarea.is-invalid.stripe-input {
  padding-right: calc(1.5em + 0.4375rem);
  background-position: top calc(0.375em + 0.109375rem) right calc(0.375em + 0.109375rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f00;
  padding-right: calc(0.75em + 2.078125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.79 6.75'%3e%3cpath fill='%2301b172' d='M3.9,6.75,0,0H7.79Z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #f3f3f3 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f00' 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='%23f00' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.21875rem) calc(0.75em + 0.21875rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f00;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f00;
}
.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: #f00;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f00;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333;
}
.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(255, 0, 0, 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: #f00;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f00;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f00;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 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, .form-inline .lc_form .stripe-input, .lc_form .form-inline .stripe-input {
    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, .lu_slide .btn_next,
.lu_slide .btn_prev {
  display: inline-block;
  font-weight: 400;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.40625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.42858;
  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, .lu_slide .btn_next,
.lu_slide .btn_prev {
    transition: none;
  }
}
.btn:hover, .lu_slide .btn_next:hover,
.lu_slide .btn_prev:hover {
  color: #313131;
  text-decoration: none;
}
.btn:focus, .lu_slide .btn_next:focus,
.lu_slide .btn_prev:focus, .btn.focus, .lu_slide .focus.btn_next,
.lu_slide .focus.btn_prev {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 177, 114, 0.25);
}
.btn.disabled, .lu_slide .disabled.btn_next,
.lu_slide .disabled.btn_prev, .btn:disabled, .lu_slide .btn_next:disabled,
.lu_slide .btn_prev:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .lu_slide .btn_next:not(:disabled):not(.disabled),
.lu_slide .btn_prev:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .lu_slide a.disabled.btn_next,
.lu_slide a.disabled.btn_prev,
fieldset:disabled a.btn,
fieldset:disabled .lu_slide a.btn_next,
.lu_slide fieldset:disabled a.btn_next,
fieldset:disabled .lu_slide a.btn_prev,
.lu_slide fieldset:disabled a.btn_prev {
  pointer-events: none;
}

.btn-primary, body .v-application a.btn-primary {
  color: #fff;
  background-color: #01b172;
  border-color: #01b172;
}
.btn-primary:hover, body .v-application a.btn-primary:hover {
  color: #fff;
  background-color: #018b5a;
  border-color: #017e51;
}
.btn-primary:focus, body .v-application a.btn-primary:focus, .btn-primary.focus, body .v-application a.focus.btn-primary {
  color: #fff;
  background-color: #018b5a;
  border-color: #017e51;
  box-shadow: 0 0 0 0.2rem rgba(39, 189, 135, 0.5);
}
.btn-primary.disabled, body .v-application a.disabled.btn-primary, .btn-primary:disabled, body .v-application a.btn-primary:disabled {
  color: #fff;
  background-color: #01b172;
  border-color: #01b172;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #017e51;
  border-color: #017249;
}
.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(39, 189, 135, 0.5);
}

.btn-secondary, body .v-application a.btn-secondary {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
.btn-secondary:hover, body .v-application a.btn-secondary:hover {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #545454;
}
.btn-secondary:focus, body .v-application a.btn-secondary:focus, .btn-secondary.focus, body .v-application a.focus.btn-secondary {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #545454;
  box-shadow: 0 0 0 0.2rem rgba(131, 131, 131, 0.5);
}
.btn-secondary.disabled, body .v-application a.disabled.btn-secondary, .btn-secondary:disabled, body .v-application a.btn-secondary:disabled {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #545454;
  border-color: #4d4d4d;
}
.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(131, 131, 131, 0.5);
}

.btn-success, body .v-application a.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover, body .v-application a.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, body .v-application a.btn-success:focus, .btn-success.focus, body .v-application a.focus.btn-success {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, body .v-application a.disabled.btn-success, .btn-success:disabled, body .v-application a.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, body .v-application .show > a.dropdown-toggle.btn-success {
  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, body .v-application a.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover, body .v-application a.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, body .v-application a.btn-info:focus, .btn-info.focus, body .v-application a.focus.btn-info {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, body .v-application a.disabled.btn-info, .btn-info:disabled, body .v-application a.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, body .v-application .show > a.dropdown-toggle.btn-info {
  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, body .v-application a.btn-warning {
  color: #313131;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover, body .v-application a.btn-warning:hover {
  color: #313131;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, body .v-application a.btn-warning:focus, .btn-warning.focus, body .v-application a.focus.btn-warning {
  color: #313131;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(224, 171, 13, 0.5);
}
.btn-warning.disabled, body .v-application a.disabled.btn-warning, .btn-warning:disabled, body .v-application a.btn-warning:disabled {
  color: #313131;
  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, body .v-application .show > a.dropdown-toggle.btn-warning {
  color: #313131;
  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(224, 171, 13, 0.5);
}

.btn-danger, body .v-application a.btn-danger {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:hover, body .v-application a.btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-danger:focus, body .v-application a.btn-danger:focus, .btn-danger.focus, body .v-application a.focus.btn-danger {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
.btn-danger.disabled, body .v-application a.disabled.btn-danger, .btn-danger:disabled, body .v-application a.btn-danger:disabled {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.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(255, 38, 38, 0.5);
}

.btn-light, body .v-application a.btn-light {
  color: #313131;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-light:hover, body .v-application a.btn-light:hover {
  color: #313131;
  background-color: #e0e0e0;
  border-color: #dadada;
}
.btn-light:focus, body .v-application a.btn-light:focus, .btn-light.focus, body .v-application a.focus.btn-light {
  color: #313131;
  background-color: #e0e0e0;
  border-color: #dadada;
  box-shadow: 0 0 0 0.2rem rgba(214, 214, 214, 0.5);
}
.btn-light.disabled, body .v-application a.disabled.btn-light, .btn-light:disabled, body .v-application a.btn-light:disabled {
  color: #313131;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-light {
  color: #313131;
  background-color: #dadada;
  border-color: lightgray;
}
.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(214, 214, 214, 0.5);
}

.btn-dark, body .v-application a.btn-dark, body .v-application .lu_slide a.btn_next, .lu_slide body .v-application a.btn_next,
body .v-application .lu_slide a.btn_prev,
.lu_slide body .v-application a.btn_prev, .lu_slide .btn_next,
.lu_slide .btn_prev {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.btn-dark:hover, body .v-application a.btn-dark:hover, .lu_slide .btn_next:hover,
.lu_slide .btn_prev:hover {
  color: #fff;
  background-color: #313131;
  border-color: #2b2b2b;
}
.btn-dark:focus, body .v-application a.btn-dark:focus, .lu_slide .btn_next:focus,
.lu_slide .btn_prev:focus, .btn-dark.focus, body .v-application a.focus.btn-dark, .lu_slide .focus.btn_next,
.lu_slide .focus.btn_prev {
  color: #fff;
  background-color: #313131;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}
.btn-dark.disabled, body .v-application a.disabled.btn-dark, .lu_slide .disabled.btn_next,
.lu_slide .disabled.btn_prev, .btn-dark:disabled, body .v-application a.btn-dark:disabled, .lu_slide .btn_next:disabled,
.lu_slide .btn_prev:disabled {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.btn-dark:not(:disabled):not(.disabled):active, .lu_slide .btn_next:not(:disabled):not(.disabled):active,
.lu_slide .btn_prev:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .lu_slide .btn_next:not(:disabled):not(.disabled).active,
.lu_slide .btn_prev:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-dark, .lu_slide body .v-application .show > a.dropdown-toggle.btn_next,
.lu_slide body .v-application .show > a.dropdown-toggle.btn_prev, .lu_slide .show > .dropdown-toggle.btn_next,
.lu_slide .show > .dropdown-toggle.btn_prev {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #242424;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .lu_slide .btn_next:not(:disabled):not(.disabled):active:focus,
.lu_slide .btn_prev:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .lu_slide .btn_next:not(:disabled):not(.disabled).active:focus,
.lu_slide .btn_prev:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus, .lu_slide body .v-application .show > a.dropdown-toggle.btn_next:focus,
.lu_slide body .v-application .show > a.dropdown-toggle.btn_prev:focus, .lu_slide .show > .dropdown-toggle.btn_next:focus,
.lu_slide .show > .dropdown-toggle.btn_prev:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-line, body .v-application a.btn-line {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}
.btn-line:hover, body .v-application a.btn-line:hover {
  color: #fff;
  background-color: #009300;
  border-color: #008600;
}
.btn-line:focus, body .v-application a.btn-line:focus, .btn-line.focus, body .v-application a.focus.btn-line {
  color: #fff;
  background-color: #009300;
  border-color: #008600;
  box-shadow: 0 0 0 0.2rem rgba(38, 196, 38, 0.5);
}
.btn-line.disabled, body .v-application a.disabled.btn-line, .btn-line:disabled, body .v-application a.btn-line:disabled {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}
.btn-line:not(:disabled):not(.disabled):active, .btn-line:not(:disabled):not(.disabled).active, .show > .btn-line.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-line {
  color: #fff;
  background-color: #008600;
  border-color: #007900;
}
.btn-line:not(:disabled):not(.disabled):active:focus, .btn-line:not(:disabled):not(.disabled).active:focus, .show > .btn-line.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 196, 38, 0.5);
}

.btn-gray-100, body .v-application a.btn-gray-100 {
  color: #313131;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-gray-100:hover, body .v-application a.btn-gray-100:hover {
  color: #313131;
  background-color: #e0e0e0;
  border-color: #dadada;
}
.btn-gray-100:focus, body .v-application a.btn-gray-100:focus, .btn-gray-100.focus, body .v-application a.focus.btn-gray-100 {
  color: #313131;
  background-color: #e0e0e0;
  border-color: #dadada;
  box-shadow: 0 0 0 0.2rem rgba(214, 214, 214, 0.5);
}
.btn-gray-100.disabled, body .v-application a.disabled.btn-gray-100, .btn-gray-100:disabled, body .v-application a.btn-gray-100:disabled {
  color: #313131;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .show > .btn-gray-100.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-gray-100 {
  color: #313131;
  background-color: #dadada;
  border-color: lightgray;
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 214, 214, 0.5);
}

.btn-gray-400, body .v-application a.btn-gray-400 {
  color: #313131;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-gray-400:hover, body .v-application a.btn-gray-400:hover {
  color: #313131;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}
.btn-gray-400:focus, body .v-application a.btn-gray-400:focus, .btn-gray-400.focus, body .v-application a.focus.btn-gray-400 {
  color: #313131;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
  box-shadow: 0 0 0 0.2rem rgba(181, 181, 181, 0.5);
}
.btn-gray-400.disabled, body .v-application a.disabled.btn-gray-400, .btn-gray-400:disabled, body .v-application a.btn-gray-400:disabled {
  color: #313131;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active, .show > .btn-gray-400.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-gray-400 {
  color: #313131;
  background-color: #b3b3b3;
  border-color: #acacac;
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 181, 181, 0.5);
}

.btn-gray-700, body .v-application a.btn-gray-700 {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.btn-gray-700:hover, body .v-application a.btn-gray-700:hover {
  color: #fff;
  background-color: #454545;
  border-color: #3f3f3f;
}
.btn-gray-700:focus, body .v-application a.btn-gray-700:focus, .btn-gray-700.focus, body .v-application a.focus.btn-gray-700 {
  color: #fff;
  background-color: #454545;
  border-color: #3f3f3f;
  box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
}
.btn-gray-700.disabled, body .v-application a.disabled.btn-gray-700, .btn-gray-700:disabled, body .v-application a.btn-gray-700:disabled {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active, .show > .btn-gray-700.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-gray-700 {
  color: #fff;
  background-color: #3f3f3f;
  border-color: #383838;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus, .btn-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 113, 113, 0.5);
}

.btn-outline-primary, body .v-application a.btn-outline-primary {
  color: #01b172;
  border-color: #01b172;
}
.btn-outline-primary:hover, body .v-application a.btn-outline-primary:hover {
  color: #fff;
  background-color: #01b172;
  border-color: #01b172;
}
.btn-outline-primary:focus, body .v-application a.btn-outline-primary:focus, .btn-outline-primary.focus, body .v-application a.focus.btn-outline-primary {
  box-shadow: 0 0 0 0.2rem rgba(1, 177, 114, 0.5);
}
.btn-outline-primary.disabled, body .v-application a.disabled.btn-outline-primary, .btn-outline-primary:disabled, body .v-application a.btn-outline-primary:disabled {
  color: #01b172;
  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, body .v-application .show > a.dropdown-toggle.btn-outline-primary {
  color: #fff;
  background-color: #01b172;
  border-color: #01b172;
}
.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(1, 177, 114, 0.5);
}

.btn-outline-secondary, body .v-application a.btn-outline-secondary {
  color: #6d6d6d;
  border-color: #6d6d6d;
}
.btn-outline-secondary:hover, body .v-application a.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
.btn-outline-secondary:focus, body .v-application a.btn-outline-secondary:focus, .btn-outline-secondary.focus, body .v-application a.focus.btn-outline-secondary {
  box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.5);
}
.btn-outline-secondary.disabled, body .v-application a.disabled.btn-outline-secondary, .btn-outline-secondary:disabled, body .v-application a.btn-outline-secondary:disabled {
  color: #6d6d6d;
  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, body .v-application .show > a.dropdown-toggle.btn-outline-secondary {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
.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(109, 109, 109, 0.5);
}

.btn-outline-success, body .v-application a.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover, body .v-application a.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, body .v-application a.btn-outline-success:focus, .btn-outline-success.focus, body .v-application a.focus.btn-outline-success {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, body .v-application a.disabled.btn-outline-success, .btn-outline-success:disabled, body .v-application a.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, body .v-application .show > a.dropdown-toggle.btn-outline-success {
  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, body .v-application a.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover, body .v-application a.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, body .v-application a.btn-outline-info:focus, .btn-outline-info.focus, body .v-application a.focus.btn-outline-info {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, body .v-application a.disabled.btn-outline-info, .btn-outline-info:disabled, body .v-application a.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, body .v-application .show > a.dropdown-toggle.btn-outline-info {
  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, body .v-application a.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover, body .v-application a.btn-outline-warning:hover {
  color: #313131;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, body .v-application a.btn-outline-warning:focus, .btn-outline-warning.focus, body .v-application a.focus.btn-outline-warning {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, body .v-application a.disabled.btn-outline-warning, .btn-outline-warning:disabled, body .v-application a.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, body .v-application .show > a.dropdown-toggle.btn-outline-warning {
  color: #313131;
  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, body .v-application a.btn-outline-danger {
  color: #f00;
  border-color: #f00;
}
.btn-outline-danger:hover, body .v-application a.btn-outline-danger:hover {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-outline-danger:focus, body .v-application a.btn-outline-danger:focus, .btn-outline-danger.focus, body .v-application a.focus.btn-outline-danger {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-danger.disabled, body .v-application a.disabled.btn-outline-danger, .btn-outline-danger:disabled, body .v-application a.btn-outline-danger:disabled {
  color: #f00;
  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, body .v-application .show > a.dropdown-toggle.btn-outline-danger {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.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(255, 0, 0, 0.5);
}

.btn-outline-light, body .v-application a.btn-outline-light {
  color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-light:hover, body .v-application a.btn-outline-light:hover {
  color: #313131;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-light:focus, body .v-application a.btn-outline-light:focus, .btn-outline-light.focus, body .v-application a.focus.btn-outline-light {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.btn-outline-light.disabled, body .v-application a.disabled.btn-outline-light, .btn-outline-light:disabled, body .v-application a.btn-outline-light:disabled {
  color: #f3f3f3;
  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, body .v-application .show > a.dropdown-toggle.btn-outline-light {
  color: #313131;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.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(243, 243, 243, 0.5);
}

.btn-outline-dark, body .v-application a.btn-outline-dark {
  color: #444444;
  border-color: #444444;
}
.btn-outline-dark:hover, body .v-application a.btn-outline-dark:hover {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.btn-outline-dark:focus, body .v-application a.btn-outline-dark:focus, .btn-outline-dark.focus, body .v-application a.focus.btn-outline-dark {
  box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}
.btn-outline-dark.disabled, body .v-application a.disabled.btn-outline-dark, .btn-outline-dark:disabled, body .v-application a.btn-outline-dark:disabled {
  color: #444444;
  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, body .v-application .show > a.dropdown-toggle.btn-outline-dark {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.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(68, 68, 68, 0.5);
}

.btn-outline-line, body .v-application a.btn-outline-line {
  color: #00b900;
  border-color: #00b900;
}
.btn-outline-line:hover, body .v-application a.btn-outline-line:hover {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}
.btn-outline-line:focus, body .v-application a.btn-outline-line:focus, .btn-outline-line.focus, body .v-application a.focus.btn-outline-line {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}
.btn-outline-line.disabled, body .v-application a.disabled.btn-outline-line, .btn-outline-line:disabled, body .v-application a.btn-outline-line:disabled {
  color: #00b900;
  background-color: transparent;
}
.btn-outline-line:not(:disabled):not(.disabled):active, .btn-outline-line:not(:disabled):not(.disabled).active, .show > .btn-outline-line.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-outline-line {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}
.btn-outline-line:not(:disabled):not(.disabled):active:focus, .btn-outline-line:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-line.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

.btn-outline-gray-100, body .v-application a.btn-outline-gray-100 {
  color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-gray-100:hover, body .v-application a.btn-outline-gray-100:hover {
  color: #313131;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-gray-100:focus, body .v-application a.btn-outline-gray-100:focus, .btn-outline-gray-100.focus, body .v-application a.focus.btn-outline-gray-100 {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}
.btn-outline-gray-100.disabled, body .v-application a.disabled.btn-outline-gray-100, .btn-outline-gray-100:disabled, body .v-application a.btn-outline-gray-100:disabled {
  color: #f3f3f3;
  background-color: transparent;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-100.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-outline-gray-100 {
  color: #313131;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}

.btn-outline-gray-400, body .v-application a.btn-outline-gray-400 {
  color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-gray-400:hover, body .v-application a.btn-outline-gray-400:hover {
  color: #313131;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-gray-400:focus, body .v-application a.btn-outline-gray-400:focus, .btn-outline-gray-400.focus, body .v-application a.focus.btn-outline-gray-400 {
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.btn-outline-gray-400.disabled, body .v-application a.disabled.btn-outline-gray-400, .btn-outline-gray-400:disabled, body .v-application a.btn-outline-gray-400:disabled {
  color: #cccccc;
  background-color: transparent;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-400.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-outline-gray-400 {
  color: #313131;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-outline-gray-700, body .v-application a.btn-outline-gray-700 {
  color: #585858;
  border-color: #585858;
}
.btn-outline-gray-700:hover, body .v-application a.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.btn-outline-gray-700:focus, body .v-application a.btn-outline-gray-700:focus, .btn-outline-gray-700.focus, body .v-application a.focus.btn-outline-gray-700 {
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}
.btn-outline-gray-700.disabled, body .v-application a.disabled.btn-outline-gray-700, .btn-outline-gray-700:disabled, body .v-application a.btn-outline-gray-700:disabled {
  color: #585858;
  background-color: transparent;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active, .btn-outline-gray-700:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-700.dropdown-toggle, body .v-application .show > a.dropdown-toggle.btn-outline-gray-700 {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #01b172;
  text-decoration: none;
}
.btn-link:hover {
  color: #016541;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #cccccc;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .lu_slide .btn-group-lg > .btn_next,
.lu_slide .btn-group-lg > .btn_prev {
  padding: 0.46875rem 1rem;
  font-size: 1.125rem;
  line-height: 1.33334;
  border-radius: 4px;
}

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #313131;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.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: #313131;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #242424;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #01b172;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adadad;
  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: #6d6d6d;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .lu_slide .btn-group > .btn_next,
.lu_slide .btn-group > .btn_prev,
.btn-group-vertical > .btn,
.lu_slide .btn-group-vertical > .btn_next,
.lu_slide .btn-group-vertical > .btn_prev {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .lu_slide .btn-group > .btn_next:hover,
.lu_slide .btn-group > .btn_prev:hover,
.btn-group-vertical > .btn:hover,
.lu_slide .btn-group-vertical > .btn_next:hover,
.lu_slide .btn-group-vertical > .btn_prev:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .lu_slide .btn-group > .btn_next:focus,
.lu_slide .btn-group > .btn_prev:focus, .btn-group > .btn:active, .lu_slide .btn-group > .btn_next:active,
.lu_slide .btn-group > .btn_prev:active, .btn-group > .btn.active, .lu_slide .btn-group > .active.btn_next,
.lu_slide .btn-group > .active.btn_prev,
.btn-group-vertical > .btn:focus,
.lu_slide .btn-group-vertical > .btn_next:focus,
.lu_slide .btn-group-vertical > .btn_prev:focus,
.btn-group-vertical > .btn:active,
.lu_slide .btn-group-vertical > .btn_next:active,
.lu_slide .btn-group-vertical > .btn_prev:active,
.btn-group-vertical > .btn.active,
.lu_slide .btn-group-vertical > .active.btn_next,
.lu_slide .btn-group-vertical > .active.btn_prev {
  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), .lu_slide .btn-group > .btn_next:not(:first-child),
.lu_slide .btn-group > .btn_prev:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .lu_slide .btn-group > .btn_next:not(:last-child):not(.dropdown-toggle),
.lu_slide .btn-group > .btn_prev:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.lu_slide .btn-group > .btn-group:not(:last-child) > .btn_next,
.lu_slide .btn-group > .btn-group:not(:last-child) > .btn_prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .lu_slide .btn-group > .btn_next:not(:first-child),
.lu_slide .btn-group > .btn_prev:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.lu_slide .btn-group > .btn-group:not(:first-child) > .btn_next,
.lu_slide .btn-group > .btn-group:not(:first-child) > .btn_prev {
  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, .lu_slide .btn-group-sm > .btn_next + .dropdown-toggle-split,
.lu_slide .btn-group-sm > .btn_prev + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .lu_slide .btn-group-lg > .btn_next + .dropdown-toggle-split,
.lu_slide .btn-group-lg > .btn_prev + .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, .lu_slide .btn-group-vertical > .btn_next,
.lu_slide .btn-group-vertical > .btn_prev,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .lu_slide .btn-group-vertical > .btn_next:not(:first-child),
.lu_slide .btn-group-vertical > .btn_prev:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .lu_slide .btn-group-vertical > .btn_next:not(:last-child):not(.dropdown-toggle),
.lu_slide .btn-group-vertical > .btn_prev:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.lu_slide .btn-group-vertical > .btn-group:not(:last-child) > .btn_next,
.lu_slide .btn-group-vertical > .btn-group:not(:last-child) > .btn_prev {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .lu_slide .btn-group-vertical > .btn_next:not(:first-child),
.lu_slide .btn-group-vertical > .btn_prev:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.lu_slide .btn-group-vertical > .btn-group:not(:first-child) > .btn_next,
.lu_slide .btn-group-vertical > .btn-group:not(:first-child) > .btn_prev {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .lu_slide .btn-group-toggle > .btn_next,
.lu_slide .btn-group-toggle > .btn_prev,
.btn-group-toggle > .btn-group > .btn,
.lu_slide .btn-group-toggle > .btn-group > .btn_next,
.lu_slide .btn-group-toggle > .btn-group > .btn_prev {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .lu_slide .btn-group-toggle > .btn_next input[type=radio],
.lu_slide .btn-group-toggle > .btn_prev input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.lu_slide .btn-group-toggle > .btn_next input[type=checkbox],
.lu_slide .btn-group-toggle > .btn_prev 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, .lc_form .input-group > .stripe-input,
.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, .lc_form .input-group > .stripe-input + .form-control, .lc_form .input-group > .form-control + .stripe-input, .lc_form .input-group > .stripe-input + .stripe-input,
.input-group > .form-control + .custom-select,
.lc_form .input-group > .stripe-input + .custom-select,
.input-group > .form-control + .custom-file,
.lc_form .input-group > .stripe-input + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.lc_form .input-group > .form-control-plaintext + .stripe-input,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.lc_form .input-group > .custom-select + .stripe-input,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.lc_form .input-group > .custom-file + .stripe-input,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .lc_form .input-group > .stripe-input: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), .lc_form .input-group > .stripe-input: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(: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), .lc_form .input-group:not(.has-validation) > .stripe-input: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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .lc_form .input-group.has-validation > .stripe-input: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::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-prepend .lu_slide .btn_next, .lu_slide .input-group-prepend .btn_next,
.input-group-prepend .lu_slide .btn_prev,
.lu_slide .input-group-prepend .btn_prev,
.input-group-append .btn,
.input-group-append .lu_slide .btn_next,
.lu_slide .input-group-append .btn_next,
.input-group-append .lu_slide .btn_prev,
.lu_slide .input-group-append .btn_prev {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .lu_slide .btn_next:focus, .lu_slide .input-group-prepend .btn_next:focus,
.input-group-prepend .lu_slide .btn_prev:focus,
.lu_slide .input-group-prepend .btn_prev:focus,
.input-group-append .btn:focus,
.input-group-append .lu_slide .btn_next:focus,
.lu_slide .input-group-append .btn_next:focus,
.input-group-append .lu_slide .btn_prev:focus,
.lu_slide .input-group-append .btn_prev:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .lu_slide .btn_next + .btn, .lu_slide .input-group-prepend .btn_next + .btn,
.input-group-prepend .lu_slide .btn_prev + .btn,
.lu_slide .input-group-prepend .btn_prev + .btn, .input-group-prepend .lu_slide .btn + .btn_next, .lu_slide .input-group-prepend .btn + .btn_next, .input-group-prepend .lu_slide .btn_next + .btn_next, .lu_slide .input-group-prepend .btn_next + .btn_next,
.input-group-prepend .lu_slide .btn_prev + .btn_next,
.lu_slide .input-group-prepend .btn_prev + .btn_next,
.input-group-prepend .lu_slide .btn + .btn_prev,
.lu_slide .input-group-prepend .btn + .btn_prev,
.input-group-prepend .lu_slide .btn_next + .btn_prev,
.lu_slide .input-group-prepend .btn_next + .btn_prev,
.input-group-prepend .lu_slide .btn_prev + .btn_prev,
.lu_slide .input-group-prepend .btn_prev + .btn_prev,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .lu_slide .btn_next + .input-group-text,
.lu_slide .input-group-prepend .btn_next + .input-group-text,
.input-group-prepend .lu_slide .btn_prev + .input-group-text,
.lu_slide .input-group-prepend .btn_prev + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .lu_slide .input-group-text + .btn_next,
.lu_slide .input-group-prepend .input-group-text + .btn_next,
.input-group-prepend .lu_slide .input-group-text + .btn_prev,
.lu_slide .input-group-prepend .input-group-text + .btn_prev,
.input-group-append .btn + .btn,
.input-group-append .lu_slide .btn_next + .btn,
.lu_slide .input-group-append .btn_next + .btn,
.input-group-append .lu_slide .btn_prev + .btn,
.lu_slide .input-group-append .btn_prev + .btn,
.input-group-append .lu_slide .btn + .btn_next,
.lu_slide .input-group-append .btn + .btn_next,
.input-group-append .lu_slide .btn_next + .btn_next,
.lu_slide .input-group-append .btn_next + .btn_next,
.input-group-append .lu_slide .btn_prev + .btn_next,
.lu_slide .input-group-append .btn_prev + .btn_next,
.input-group-append .lu_slide .btn + .btn_prev,
.lu_slide .input-group-append .btn + .btn_prev,
.input-group-append .lu_slide .btn_next + .btn_prev,
.lu_slide .input-group-append .btn_next + .btn_prev,
.input-group-append .lu_slide .btn_prev + .btn_prev,
.lu_slide .input-group-append .btn_prev + .btn_prev,
.input-group-append .btn + .input-group-text,
.input-group-append .lu_slide .btn_next + .input-group-text,
.lu_slide .input-group-append .btn_next + .input-group-text,
.input-group-append .lu_slide .btn_prev + .input-group-text,
.lu_slide .input-group-append .btn_prev + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .lu_slide .input-group-text + .btn_next,
.lu_slide .input-group-append .input-group-text + .btn_next,
.input-group-append .lu_slide .input-group-text + .btn_prev,
.lu_slide .input-group-append .input-group-text + .btn_prev {
  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.21875rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #d3d3d3;
  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), .lc_form .input-group-lg > .stripe-input:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.44445em + 0.9375rem + 2px);
}

.input-group-lg > .form-control, .lc_form .input-group-lg > .stripe-input,
.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,
.lu_slide .input-group-lg > .input-group-prepend > .btn_next,
.lu_slide .input-group-lg > .input-group-prepend > .btn_prev,
.input-group-lg > .input-group-append > .btn,
.lu_slide .input-group-lg > .input-group-append > .btn_next,
.lu_slide .input-group-lg > .input-group-append > .btn_prev {
  padding: 0.46875rem 1rem;
  font-size: 1.125rem;
  line-height: 1.44445;
  border-radius: 4px;
}

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

.input-group-sm > .form-control, .lc_form .input-group-sm > .stripe-input,
.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,
.lu_slide .input-group-sm > .input-group-prepend > .btn_next,
.lu_slide .input-group-sm > .input-group-prepend > .btn_prev,
.input-group-sm > .input-group-append > .btn,
.lu_slide .input-group-sm > .input-group-append > .btn_next,
.lu_slide .input-group-sm > .input-group-append > .btn_prev {
  padding: 0.21875rem 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, .lu_slide .input-group > .input-group-prepend > .btn_next,
.lu_slide .input-group > .input-group-prepend > .btn_prev,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.lu_slide .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn_next,
.lu_slide .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn_prev,
.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,
.lu_slide .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn_next,
.lu_slide .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn_prev,
.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),
.lu_slide .input-group > .input-group-append:last-child > .btn_next:not(:last-child):not(.dropdown-toggle),
.lu_slide .input-group > .input-group-append:last-child > .btn_prev: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, .lu_slide .input-group > .input-group-append > .btn_next,
.lu_slide .input-group > .input-group-append > .btn_prev,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.lu_slide .input-group > .input-group-prepend:not(:first-child) > .btn_next,
.lu_slide .input-group > .input-group-prepend:not(:first-child) > .btn_prev,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.lu_slide .input-group > .input-group-prepend:first-child > .btn_next:not(:first-child),
.lu_slide .input-group > .input-group-prepend:first-child > .btn_prev: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;
  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: #01b172;
  background-color: #01b172;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(1, 177, 114, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #34feb5;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #66fec8;
  border-color: #66fec8;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6d6d6d;
}
.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: #f3f3f3;
  border: #adadad solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.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: #01b172;
  background-color: #01b172;
}
.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(1, 177, 114, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(1, 177, 114, 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(1, 177, 114, 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: #adadad;
  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: #f3f3f3;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(1, 177, 114, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.4375rem + 2px);
  padding: 0.21875rem 1.75rem 0.21875rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  vertical-align: middle;
  background: #f3f3f3 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.79 6.75'%3e%3cpath fill='%2301b172' d='M3.9,6.75,0,0H7.79Z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  appearance: none;
}
.custom-select:focus {
  border-color: #34feb5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 177, 114, 0.25);
}
.custom-select:focus::-ms-value {
  color: #313131;
  background-color: #f3f3f3;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6d6d6d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #313131;
}

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

.custom-select-lg {
  height: calc(1.44445em + 0.9375rem + 2px);
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.4375rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #34feb5;
  box-shadow: 0 0 0 0.2rem rgba(1, 177, 114, 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.4375rem + 2px);
  padding: 0.21875rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
  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.4375rem);
  padding: 0.21875rem 0.75rem;
  line-height: 1.5;
  color: #313131;
  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;
  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(1, 177, 114, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(1, 177, 114, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(1, 177, 114, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #01b172;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #66fec8;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d3d3d3;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #01b172;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #66fec8;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d3d3d3;
  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: #01b172;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #66fec8;
}
.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: #d3d3d3;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d3d3d3;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adadad;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adadad;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adadad;
}

.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.25rem 0.5rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6d6d6d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #d3d3d3;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #d3d3d3;
}
.nav-tabs .nav-link.disabled {
  color: #6d6d6d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #585858;
  background-color: #fff;
  border-color: #d3d3d3 #d3d3d3 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #01b172;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.15625rem;
  padding-bottom: 0.15625rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  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.25rem;
  padding-bottom: 0.25rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
  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 {
  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;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.card-group > .card {
  margin-bottom: 1rem;
}
@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 {
    column-count: 3;
    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: 4px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6d6d6d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6d6d6d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #01b172;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.page-link:hover {
  z-index: 2;
  color: #016541;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #d3d3d3;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 177, 114, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #01b172;
  border-color: #01b172;
}
.page-item.disabled .page-link {
  color: #6d6d6d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d3d3d3;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.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: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  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, .lu_slide .btn_next .badge,
.lu_slide .btn_prev .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #01b172;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #017e51;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 177, 114, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6d6d6d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545454;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 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: #313131;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #313131;
  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: #f00;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-light {
  color: #313131;
  background-color: #f3f3f3;
}
a.badge-light:hover, a.badge-light:focus {
  color: #313131;
  background-color: #dadada;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #444444;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #2b2b2b;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.badge-line {
  color: #fff;
  background-color: #00b900;
}
a.badge-line:hover, a.badge-line:focus {
  color: #fff;
  background-color: #008600;
}
a.badge-line:focus, a.badge-line.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

.badge-gray-100 {
  color: #313131;
  background-color: #f3f3f3;
}
a.badge-gray-100:hover, a.badge-gray-100:focus {
  color: #313131;
  background-color: #dadada;
}
a.badge-gray-100:focus, a.badge-gray-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 243, 0.5);
}

.badge-gray-400 {
  color: #313131;
  background-color: #cccccc;
}
a.badge-gray-400:hover, a.badge-gray-400:focus {
  color: #313131;
  background-color: #b3b3b3;
}
a.badge-gray-400:focus, a.badge-gray-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.badge-gray-700 {
  color: #fff;
  background-color: #585858;
}
a.badge-gray-700:hover, a.badge-gray-700:focus {
  color: #fff;
  background-color: #3f3f3f;
}
a.badge-gray-700:focus, a.badge-gray-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}
@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: 4px;
}

.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: #015c3b;
  background-color: #ccefe3;
  border-color: #b8e9d8;
}
.alert-primary hr {
  border-top-color: #a5e3cd;
}
.alert-primary .alert-link {
  color: #002a1b;
}

.alert-secondary {
  color: #393939;
  background-color: #e2e2e2;
  border-color: #d6d6d6;
}
.alert-secondary hr {
  border-top-color: #c9c9c9;
}
.alert-secondary .alert-link {
  color: #202020;
}

.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: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-danger hr {
  border-top-color: #ff9f9f;
}
.alert-danger .alert-link {
  color: #520000;
}

.alert-light {
  color: #7e7e7e;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light hr {
  border-top-color: #efefef;
}
.alert-light .alert-link {
  color: #656565;
}

.alert-dark {
  color: #232323;
  background-color: #dadada;
  border-color: #cbcbcb;
}
.alert-dark hr {
  border-top-color: #bebebe;
}
.alert-dark .alert-link {
  color: #0a0a0a;
}

.alert-line {
  color: #006000;
  background-color: #ccf1cc;
  border-color: #b8ebb8;
}
.alert-line hr {
  border-top-color: #a4e5a4;
}
.alert-line .alert-link {
  color: #002d00;
}

.alert-gray-100 {
  color: #7e7e7e;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-gray-100 hr {
  border-top-color: #efefef;
}
.alert-gray-100 .alert-link {
  color: #656565;
}

.alert-gray-400 {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #f1f1f1;
}
.alert-gray-400 hr {
  border-top-color: #e4e4e4;
}
.alert-gray-400 .alert-link {
  color: #515151;
}

.alert-gray-700 {
  color: #2e2e2e;
  background-color: #dedede;
  border-color: #d0d0d0;
}
.alert-gray-700 hr {
  border-top-color: #c3c3c3;
}
.alert-gray-700 .alert-link {
  color: #151515;
}

@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: 4px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #01b172;
  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: 4px;
}

.list-group-item-action {
  width: 100%;
  color: #585858;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #585858;
  text-decoration: none;
  background-color: #f3f3f3;
}
.list-group-item-action:active {
  color: #313131;
  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: #6d6d6d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #01b172;
  border-color: #01b172;
}
.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: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 4px;
  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: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 4px;
    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: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 4px;
    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: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 4px;
    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: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 4px;
    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: #015c3b;
  background-color: #b8e9d8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #015c3b;
  background-color: #a5e3cd;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #015c3b;
  border-color: #015c3b;
}

.list-group-item-secondary {
  color: #393939;
  background-color: #d6d6d6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #393939;
  background-color: #c9c9c9;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #393939;
  border-color: #393939;
}

.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: #850000;
  background-color: #ffb8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #850000;
  background-color: #ff9f9f;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #850000;
  border-color: #850000;
}

.list-group-item-light {
  color: #7e7e7e;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7e7e7e;
  background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.list-group-item-dark {
  color: #232323;
  background-color: #cbcbcb;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #232323;
  background-color: #bebebe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}

.list-group-item-line {
  color: #006000;
  background-color: #b8ebb8;
}
.list-group-item-line.list-group-item-action:hover, .list-group-item-line.list-group-item-action:focus {
  color: #006000;
  background-color: #a4e5a4;
}
.list-group-item-line.list-group-item-action.active {
  color: #fff;
  background-color: #006000;
  border-color: #006000;
}

.list-group-item-gray-100 {
  color: #7e7e7e;
  background-color: #fcfcfc;
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #7e7e7e;
  background-color: #efefef;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.list-group-item-gray-400 {
  color: #6a6a6a;
  background-color: #f1f1f1;
}
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #6a6a6a;
  background-color: #e4e4e4;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.list-group-item-gray-700 {
  color: #2e2e2e;
  background-color: #d0d0d0;
}
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #2e2e2e;
  background-color: #c3c3c3;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  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: #6d6d6d;
  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: 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.5rem;
  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 #cccccc;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 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 #cccccc;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 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: 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: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
.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.5rem 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.5rem 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.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 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: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.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: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.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: #01b172 !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545454 !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: #f00 !important;
}

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

.bg-light, .lc_payment {
  background-color: #f3f3f3 !important;
}

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

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

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

.bg-line {
  background-color: #00b900 !important;
}

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

.bg-gray-100 {
  background-color: #f3f3f3 !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #dadada !important;
}

.bg-gray-400 {
  background-color: #cccccc !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #b3b3b3 !important;
}

.bg-gray-700 {
  background-color: #585858 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #3f3f3f !important;
}

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

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

.border, .lc_payment {
  border: 1px solid #cccccc !important;
}

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

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

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

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

.border-0, .lc_haed_btn {
  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: #01b172 !important;
}

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

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

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

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

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

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

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

.border-line {
  border-color: #00b900 !important;
}

.border-gray-100 {
  border-color: #f3f3f3 !important;
}

.border-gray-400 {
  border-color: #cccccc !important;
}

.border-gray-700 {
  border-color: #585858 !important;
}

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

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

.rounded, .lu_slide_thumb_list_item img, .lc_payment, .lc_confirm, .lc_form, .lc_item, .lc_card {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

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

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

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

.rounded-0, .lc_haed_btn {
  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, .lu_slide .btn_next i,
.lu_slide .btn_prev i, .lc_payment_img, .lc_address_btn .lcicon-edit, .lc_cart_btn .lcicon-trash,
.lc_cart_btn .lcicon-edit, .lc_cart_img, .lc_account_ttl, .lc_account .lcicon-user, .lc_confirm_head .lcicon-cart, .lc_quantity .btn.rounded-circle .lcicon-minus, .lc_quantity .lu_slide .rounded-circle.btn_next .lcicon-minus, .lu_slide .lc_quantity .rounded-circle.btn_next .lcicon-minus,
.lc_quantity .lu_slide .rounded-circle.btn_prev .lcicon-minus,
.lu_slide .lc_quantity .rounded-circle.btn_prev .lcicon-minus, .lc_quantity .btn.lc_talk_thumb .lcicon-minus, .lc_quantity .lu_slide .lc_talk_thumb.btn_next .lcicon-minus, .lu_slide .lc_quantity .lc_talk_thumb.btn_next .lcicon-minus,
.lc_quantity .lu_slide .lc_talk_thumb.btn_prev .lcicon-minus,
.lu_slide .lc_quantity .lc_talk_thumb.btn_prev .lcicon-minus,
.lc_quantity .btn.rounded-circle .lcicon-plus,
.lc_quantity .lu_slide .rounded-circle.btn_next .lcicon-plus,
.lu_slide .lc_quantity .rounded-circle.btn_next .lcicon-plus,
.lc_quantity .lu_slide .rounded-circle.btn_prev .lcicon-plus,
.lu_slide .lc_quantity .rounded-circle.btn_prev .lcicon-plus,
.lc_quantity .btn.lc_talk_thumb .lcicon-plus,
.lc_quantity .lu_slide .lc_talk_thumb.btn_next .lcicon-plus,
.lu_slide .lc_quantity .lc_talk_thumb.btn_next .lcicon-plus,
.lc_quantity .lu_slide .lc_talk_thumb.btn_prev .lcicon-plus,
.lu_slide .lc_quantity .lc_talk_thumb.btn_prev .lcicon-plus, .lc_item_img_sm:before, .lc_item_img_sm, .lc_item_img:before, .lc_item_img, .lc_card_img:before, .lc_card_img, .lc_talk_thumb, .lc_haed_btn .lcicon-shop,
.lc_haed_btn .lcicon-user, .btn-line .lcicon-line, body .v-application a.btn-line .lcicon-line {
  display: block !important;
}

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

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

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

.d-flex, .lu_slide_thumb_list, .lu_slide_slider_list, .lc_check_label, .lc_point, .lc_quantity, .lc_item_slider, .lc_slider, .lc_talk, .lc_links {
  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.8571428571%;
}

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

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

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

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

.flex-column, .lc_links {
  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, .lc_talk_balloon {
  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, .lc_check_label, .lc_quantity {
  justify-content: center !important;
}

.justify-content-between, .lc_point, .lc_links {
  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, .lc_check_label, .lc_point, .lc_quantity, .lc_links {
  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 {
  user-select: all !important;
}

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

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden, .lc_confirm, .lc_form, .lc_item_img_sm, .lc_item_img, .lc_item, .lc_card_img, .lc_card {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative, .lu_slide_slider, .lc_item_img_sm, .lc_item_img, .lc_card_img {
  position: relative !important;
}

.position-absolute, .lu_slide .btn_next,
.lu_slide .btn_prev {
  position: absolute !important;
}

.position-fixed, .lc_contact {
  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, .lc_check_input {
  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.375rem rgba(0, 0, 0, 0.25) !important;
}

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

.shadow-lg {
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.25) !important;
}

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

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

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

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

.w-100, .lc_item_img_sm img, .lc_item_img, .lc_item_img img, .lc_card_img, .lc_card_img img {
  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, .lc_item_img_sm img, .lc_item_img img, .lc_card_img img {
  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, .lc_links .btn-link:first-child,
.my-0 {
  margin-top: 0 !important;
}

.mr-0, .lc_item_slider_item:last-child, .lc_slider_item:last-child,
.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, .lc_payment_txt, .lc_item .btn-link, .lc_item_txt, .lc_item_price, .lc_item_ttl,
.my-1 {
  margin-top: 0.25rem !important;
}

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

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

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

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

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

.mr-2, .lc_total_lbl, .lc_cart_quantity, .lc_item_slider_item, .btn-line .lcicon-line, body .v-application a.btn-line .lcicon-line,
.mx-2 {
  margin-right: 0.5rem !important;
}

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

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

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

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

.mr-3, .lc_slider_item,
.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;
}

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

.mt-1px, .lc_links .btn-link,
.my-1px {
  margin-top: 0.0625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6px {
  margin: 0.375rem !important;
}

.mt-6px, .lc_address_txt,
.my-6px {
  margin-top: 0.375rem !important;
}

.mr-6px,
.mx-6px {
  margin-right: 0.375rem !important;
}

.mb-6px,
.my-6px {
  margin-bottom: 0.375rem !important;
}

.ml-6px, .lc_point_unit,
.mx-6px {
  margin-left: 0.375rem !important;
}

.m-7px {
  margin: 0.4375rem !important;
}

.mt-7px,
.my-7px {
  margin-top: 0.4375rem !important;
}

.mr-7px,
.mx-7px {
  margin-right: 0.4375rem !important;
}

.mb-7px,
.my-7px {
  margin-bottom: 0.4375rem !important;
}

.ml-7px,
.mx-7px {
  margin-left: 0.4375rem !important;
}

.m-10px {
  margin: 0.625rem !important;
}

.mt-10px,
.my-10px {
  margin-top: 0.625rem !important;
}

.mr-10px, .lc_confirm_head .lcicon-cart,
.mx-10px {
  margin-right: 0.625rem !important;
}

.mb-10px,
.my-10px {
  margin-bottom: 0.625rem !important;
}

.ml-10px,
.mx-10px {
  margin-left: 0.625rem !important;
}

.m-12px {
  margin: 0.75rem !important;
}

.mt-12px, .lc_address_txt:first-child, .lc_talk + .lc_talk,
.my-12px {
  margin-top: 0.75rem !important;
}

.mr-12px, .lc_address_name, .lc_point_lbl,
.mx-12px {
  margin-right: 0.75rem !important;
}

.mb-12px,
.my-12px {
  margin-bottom: 0.75rem !important;
}

.ml-12px, .lu_item_gallery_tb + .lu_item_gallery_tb,
.mx-12px {
  margin-left: 0.75rem !important;
}

.m-13px {
  margin: 0.8125rem !important;
}

.mt-13px,
.my-13px {
  margin-top: 0.8125rem !important;
}

.mr-13px,
.mx-13px {
  margin-right: 0.8125rem !important;
}

.mb-13px,
.my-13px {
  margin-bottom: 0.8125rem !important;
}

.ml-13px,
.mx-13px {
  margin-left: 0.8125rem !important;
}

.m-14px {
  margin: 0.875rem !important;
}

.mt-14px,
.my-14px {
  margin-top: 0.875rem !important;
}

.mr-14px, .lc_cart_img,
.mx-14px {
  margin-right: 0.875rem !important;
}

.mb-14px,
.my-14px {
  margin-bottom: 0.875rem !important;
}

.ml-14px,
.mx-14px {
  margin-left: 0.875rem !important;
}

.m-15px {
  margin: 0.9375rem !important;
}

.mt-15px,
.my-15px {
  margin-top: 0.9375rem !important;
}

.mr-15px,
.mx-15px {
  margin-right: 0.9375rem !important;
}

.mb-15px,
.my-15px {
  margin-bottom: 0.9375rem !important;
}

.ml-15px,
.mx-15px {
  margin-left: 0.9375rem !important;
}

.m-18px {
  margin: 1.125rem !important;
}

.mt-18px,
.my-18px {
  margin-top: 1.125rem !important;
}

.mr-18px,
.mx-18px {
  margin-right: 1.125rem !important;
}

.mb-18px,
.my-18px {
  margin-bottom: 1.125rem !important;
}

.ml-18px,
.mx-18px {
  margin-left: 1.125rem !important;
}

.m-20px {
  margin: 1.25rem !important;
}

.mt-20px,
.my-20px {
  margin-top: 1.25rem !important;
}

.mr-20px,
.mx-20px {
  margin-right: 1.25rem !important;
}

.mb-20px,
.my-20px {
  margin-bottom: 1.25rem !important;
}

.ml-20px,
.mx-20px {
  margin-left: 1.25rem !important;
}

.m-21px {
  margin: 1.3125rem !important;
}

.mt-21px,
.my-21px {
  margin-top: 1.3125rem !important;
}

.mr-21px,
.mx-21px {
  margin-right: 1.3125rem !important;
}

.mb-21px,
.my-21px {
  margin-bottom: 1.3125rem !important;
}

.ml-21px,
.mx-21px {
  margin-left: 1.3125rem !important;
}

.m-25px {
  margin: 1.5625rem !important;
}

.mt-25px,
.my-25px {
  margin-top: 1.5625rem !important;
}

.mr-25px,
.mx-25px {
  margin-right: 1.5625rem !important;
}

.mb-25px,
.my-25px {
  margin-bottom: 1.5625rem !important;
}

.ml-25px,
.mx-25px {
  margin-left: 1.5625rem !important;
}

.m-26px {
  margin: 1.625rem !important;
}

.mt-26px,
.my-26px {
  margin-top: 1.625rem !important;
}

.mr-26px,
.mx-26px {
  margin-right: 1.625rem !important;
}

.mb-26px,
.my-26px {
  margin-bottom: 1.625rem !important;
}

.ml-26px,
.mx-26px {
  margin-left: 1.625rem !important;
}

.m-30px {
  margin: 1.875rem !important;
}

.mt-30px,
.my-30px {
  margin-top: 1.875rem !important;
}

.mr-30px,
.mx-30px {
  margin-right: 1.875rem !important;
}

.mb-30px,
.my-30px {
  margin-bottom: 1.875rem !important;
}

.ml-30px,
.mx-30px {
  margin-left: 1.875rem !important;
}

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

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

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

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

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

.m-36px {
  margin: 2.25rem !important;
}

.mt-36px,
.my-36px {
  margin-top: 2.25rem !important;
}

.mr-36px,
.mx-36px {
  margin-right: 2.25rem !important;
}

.mb-36px,
.my-36px {
  margin-bottom: 2.25rem !important;
}

.ml-36px,
.mx-36px {
  margin-left: 2.25rem !important;
}

.m-43px {
  margin: 2.6875rem !important;
}

.mt-43px,
.my-43px {
  margin-top: 2.6875rem !important;
}

.mr-43px,
.mx-43px {
  margin-right: 2.6875rem !important;
}

.mb-43px,
.my-43px {
  margin-bottom: 2.6875rem !important;
}

.ml-43px,
.mx-43px {
  margin-left: 2.6875rem !important;
}

.p-0, .lc_address_btn, .lc_cart_btn, .lc_cart_link, .lc_item, .lc_card {
  padding: 0 !important;
}

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

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

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

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

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

.pt-1, .lc_talk_balloon,
.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, .lc_payment {
  padding: 0.5rem !important;
}

.pt-2,
.py-2,
.btn-line,
body .v-application a.btn-line {
  padding-top: 0.5rem !important;
}

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

.pb-2, .lc_talk_balloon,
.py-2,
.btn-line,
body .v-application a.btn-line {
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

.pt-4, .lu_panel,
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6px {
  padding: 0.375rem !important;
}

.pt-6px, .lc_card_body,
.py-6px {
  padding-top: 0.375rem !important;
}

.pr-6px,
.px-6px,
.lc_haed_btn {
  padding-right: 0.375rem !important;
}

.pb-6px,
.py-6px {
  padding-bottom: 0.375rem !important;
}

.pl-6px,
.px-6px,
.lc_haed_btn {
  padding-left: 0.375rem !important;
}

.p-7px {
  padding: 0.4375rem !important;
}

.pt-7px,
.py-7px {
  padding-top: 0.4375rem !important;
}

.pr-7px,
.px-7px {
  padding-right: 0.4375rem !important;
}

.pb-7px,
.py-7px {
  padding-bottom: 0.4375rem !important;
}

.pl-7px,
.px-7px {
  padding-left: 0.4375rem !important;
}

.p-10px {
  padding: 0.625rem !important;
}

.pt-10px,
.py-10px {
  padding-top: 0.625rem !important;
}

.pr-10px,
.px-10px {
  padding-right: 0.625rem !important;
}

.pb-10px,
.py-10px {
  padding-bottom: 0.625rem !important;
}

.pl-10px,
.px-10px {
  padding-left: 0.625rem !important;
}

.p-12px {
  padding: 0.75rem !important;
}

.pt-12px,
.py-12px {
  padding-top: 0.75rem !important;
}

.pr-12px,
.px-12px,
.lc_card_body {
  padding-right: 0.75rem !important;
}

.pb-12px, .lc_item_slider, .lc_card_body,
.py-12px {
  padding-bottom: 0.75rem !important;
}

.pl-12px,
.px-12px,
.lc_card_body {
  padding-left: 0.75rem !important;
}

.p-13px {
  padding: 0.8125rem !important;
}

.pt-13px,
.py-13px {
  padding-top: 0.8125rem !important;
}

.pr-13px,
.px-13px {
  padding-right: 0.8125rem !important;
}

.pb-13px,
.py-13px {
  padding-bottom: 0.8125rem !important;
}

.pl-13px,
.px-13px {
  padding-left: 0.8125rem !important;
}

.p-14px {
  padding: 0.875rem !important;
}

.pt-14px,
.py-14px {
  padding-top: 0.875rem !important;
}

.pr-14px,
.px-14px {
  padding-right: 0.875rem !important;
}

.pb-14px,
.py-14px {
  padding-bottom: 0.875rem !important;
}

.pl-14px,
.px-14px {
  padding-left: 0.875rem !important;
}

.p-15px {
  padding: 0.9375rem !important;
}

.pt-15px,
.py-15px,
.lu_head,
.lc_haed_btn {
  padding-top: 0.9375rem !important;
}

.pr-15px,
.px-15px {
  padding-right: 0.9375rem !important;
}

.pb-15px,
.py-15px,
.lu_head,
.lc_haed_btn {
  padding-bottom: 0.9375rem !important;
}

.pl-15px,
.px-15px {
  padding-left: 0.9375rem !important;
}

.p-18px {
  padding: 1.125rem !important;
}

.pt-18px,
.py-18px {
  padding-top: 1.125rem !important;
}

.pr-18px,
.px-18px {
  padding-right: 1.125rem !important;
}

.pb-18px,
.py-18px {
  padding-bottom: 1.125rem !important;
}

.pl-18px,
.px-18px {
  padding-left: 1.125rem !important;
}

.p-20px {
  padding: 1.25rem !important;
}

.pt-20px,
.py-20px,
.lu_foot {
  padding-top: 1.25rem !important;
}

.pr-20px,
.px-20px {
  padding-right: 1.25rem !important;
}

.pb-20px,
.py-20px,
.lu_foot {
  padding-bottom: 1.25rem !important;
}

.pl-20px,
.px-20px {
  padding-left: 1.25rem !important;
}

.p-21px {
  padding: 1.3125rem !important;
}

.pt-21px,
.py-21px {
  padding-top: 1.3125rem !important;
}

.pr-21px,
.px-21px {
  padding-right: 1.3125rem !important;
}

.pb-21px,
.py-21px {
  padding-bottom: 1.3125rem !important;
}

.pl-21px,
.px-21px {
  padding-left: 1.3125rem !important;
}

.p-25px {
  padding: 1.5625rem !important;
}

.pt-25px,
.py-25px {
  padding-top: 1.5625rem !important;
}

.pr-25px,
.px-25px {
  padding-right: 1.5625rem !important;
}

.pb-25px,
.py-25px {
  padding-bottom: 1.5625rem !important;
}

.pl-25px,
.px-25px {
  padding-left: 1.5625rem !important;
}

.p-26px {
  padding: 1.625rem !important;
}

.pt-26px,
.py-26px {
  padding-top: 1.625rem !important;
}

.pr-26px,
.px-26px,
.lu_panel {
  padding-right: 1.625rem !important;
}

.pb-26px,
.py-26px {
  padding-bottom: 1.625rem !important;
}

.pl-26px,
.px-26px,
.lu_panel {
  padding-left: 1.625rem !important;
}

.p-30px {
  padding: 1.875rem !important;
}

.pt-30px,
.py-30px {
  padding-top: 1.875rem !important;
}

.pr-30px,
.px-30px {
  padding-right: 1.875rem !important;
}

.pb-30px, .lu_panel,
.py-30px {
  padding-bottom: 1.875rem !important;
}

.pl-30px,
.px-30px {
  padding-left: 1.875rem !important;
}

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

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

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

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

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

.p-36px {
  padding: 2.25rem !important;
}

.pt-36px,
.py-36px {
  padding-top: 2.25rem !important;
}

.pr-36px,
.px-36px {
  padding-right: 2.25rem !important;
}

.pb-36px,
.py-36px {
  padding-bottom: 2.25rem !important;
}

.pl-36px,
.px-36px {
  padding-left: 2.25rem !important;
}

.p-43px {
  padding: 2.6875rem !important;
}

.pt-43px,
.py-43px {
  padding-top: 2.6875rem !important;
}

.pr-43px,
.px-43px {
  padding-right: 2.6875rem !important;
}

.pb-43px,
.py-43px {
  padding-bottom: 2.6875rem !important;
}

.pl-43px,
.px-43px {
  padding-left: 2.6875rem !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-n1px {
  margin: -0.0625rem !important;
}

.mt-n1px,
.my-n1px {
  margin-top: -0.0625rem !important;
}

.mr-n1px,
.mx-n1px {
  margin-right: -0.0625rem !important;
}

.mb-n1px,
.my-n1px {
  margin-bottom: -0.0625rem !important;
}

.ml-n1px,
.mx-n1px {
  margin-left: -0.0625rem !important;
}

.m-n2px {
  margin: -0.125rem !important;
}

.mt-n2px,
.my-n2px {
  margin-top: -0.125rem !important;
}

.mr-n2px,
.mx-n2px {
  margin-right: -0.125rem !important;
}

.mb-n2px,
.my-n2px {
  margin-bottom: -0.125rem !important;
}

.ml-n2px,
.mx-n2px {
  margin-left: -0.125rem !important;
}

.m-n3px {
  margin: -0.1875rem !important;
}

.mt-n3px,
.my-n3px {
  margin-top: -0.1875rem !important;
}

.mr-n3px,
.mx-n3px {
  margin-right: -0.1875rem !important;
}

.mb-n3px,
.my-n3px {
  margin-bottom: -0.1875rem !important;
}

.ml-n3px,
.mx-n3px {
  margin-left: -0.1875rem !important;
}

.m-n6px {
  margin: -0.375rem !important;
}

.mt-n6px,
.my-n6px {
  margin-top: -0.375rem !important;
}

.mr-n6px,
.mx-n6px {
  margin-right: -0.375rem !important;
}

.mb-n6px,
.my-n6px {
  margin-bottom: -0.375rem !important;
}

.ml-n6px,
.mx-n6px {
  margin-left: -0.375rem !important;
}

.m-n7px {
  margin: -0.4375rem !important;
}

.mt-n7px,
.my-n7px {
  margin-top: -0.4375rem !important;
}

.mr-n7px,
.mx-n7px {
  margin-right: -0.4375rem !important;
}

.mb-n7px,
.my-n7px {
  margin-bottom: -0.4375rem !important;
}

.ml-n7px,
.mx-n7px {
  margin-left: -0.4375rem !important;
}

.m-n10px {
  margin: -0.625rem !important;
}

.mt-n10px,
.my-n10px {
  margin-top: -0.625rem !important;
}

.mr-n10px,
.mx-n10px {
  margin-right: -0.625rem !important;
}

.mb-n10px,
.my-n10px {
  margin-bottom: -0.625rem !important;
}

.ml-n10px,
.mx-n10px {
  margin-left: -0.625rem !important;
}

.m-n12px {
  margin: -0.75rem !important;
}

.mt-n12px,
.my-n12px {
  margin-top: -0.75rem !important;
}

.mr-n12px,
.mx-n12px {
  margin-right: -0.75rem !important;
}

.mb-n12px,
.my-n12px {
  margin-bottom: -0.75rem !important;
}

.ml-n12px,
.mx-n12px {
  margin-left: -0.75rem !important;
}

.m-n13px {
  margin: -0.8125rem !important;
}

.mt-n13px,
.my-n13px {
  margin-top: -0.8125rem !important;
}

.mr-n13px,
.mx-n13px {
  margin-right: -0.8125rem !important;
}

.mb-n13px,
.my-n13px {
  margin-bottom: -0.8125rem !important;
}

.ml-n13px,
.mx-n13px {
  margin-left: -0.8125rem !important;
}

.m-n14px {
  margin: -0.875rem !important;
}

.mt-n14px,
.my-n14px {
  margin-top: -0.875rem !important;
}

.mr-n14px,
.mx-n14px {
  margin-right: -0.875rem !important;
}

.mb-n14px,
.my-n14px {
  margin-bottom: -0.875rem !important;
}

.ml-n14px,
.mx-n14px {
  margin-left: -0.875rem !important;
}

.m-n15px {
  margin: -0.9375rem !important;
}

.mt-n15px,
.my-n15px {
  margin-top: -0.9375rem !important;
}

.mr-n15px,
.mx-n15px {
  margin-right: -0.9375rem !important;
}

.mb-n15px,
.my-n15px {
  margin-bottom: -0.9375rem !important;
}

.ml-n15px,
.mx-n15px {
  margin-left: -0.9375rem !important;
}

.m-n18px {
  margin: -1.125rem !important;
}

.mt-n18px,
.my-n18px {
  margin-top: -1.125rem !important;
}

.mr-n18px,
.mx-n18px {
  margin-right: -1.125rem !important;
}

.mb-n18px,
.my-n18px {
  margin-bottom: -1.125rem !important;
}

.ml-n18px,
.mx-n18px {
  margin-left: -1.125rem !important;
}

.m-n20px {
  margin: -1.25rem !important;
}

.mt-n20px,
.my-n20px {
  margin-top: -1.25rem !important;
}

.mr-n20px,
.mx-n20px {
  margin-right: -1.25rem !important;
}

.mb-n20px,
.my-n20px {
  margin-bottom: -1.25rem !important;
}

.ml-n20px,
.mx-n20px {
  margin-left: -1.25rem !important;
}

.m-n21px {
  margin: -1.3125rem !important;
}

.mt-n21px,
.my-n21px {
  margin-top: -1.3125rem !important;
}

.mr-n21px,
.mx-n21px {
  margin-right: -1.3125rem !important;
}

.mb-n21px,
.my-n21px {
  margin-bottom: -1.3125rem !important;
}

.ml-n21px,
.mx-n21px {
  margin-left: -1.3125rem !important;
}

.m-n25px {
  margin: -1.5625rem !important;
}

.mt-n25px,
.my-n25px {
  margin-top: -1.5625rem !important;
}

.mr-n25px,
.mx-n25px {
  margin-right: -1.5625rem !important;
}

.mb-n25px,
.my-n25px {
  margin-bottom: -1.5625rem !important;
}

.ml-n25px,
.mx-n25px {
  margin-left: -1.5625rem !important;
}

.m-n26px {
  margin: -1.625rem !important;
}

.mt-n26px,
.my-n26px {
  margin-top: -1.625rem !important;
}

.mr-n26px,
.mx-n26px {
  margin-right: -1.625rem !important;
}

.mb-n26px,
.my-n26px {
  margin-bottom: -1.625rem !important;
}

.ml-n26px,
.mx-n26px {
  margin-left: -1.625rem !important;
}

.m-n30px {
  margin: -1.875rem !important;
}

.mt-n30px,
.my-n30px {
  margin-top: -1.875rem !important;
}

.mr-n30px,
.mx-n30px {
  margin-right: -1.875rem !important;
}

.mb-n30px,
.my-n30px {
  margin-bottom: -1.875rem !important;
}

.ml-n30px,
.mx-n30px {
  margin-left: -1.875rem !important;
}

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

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

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

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

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

.m-n36px {
  margin: -2.25rem !important;
}

.mt-n36px,
.my-n36px {
  margin-top: -2.25rem !important;
}

.mr-n36px,
.mx-n36px {
  margin-right: -2.25rem !important;
}

.mb-n36px,
.my-n36px {
  margin-bottom: -2.25rem !important;
}

.ml-n36px,
.mx-n36px {
  margin-left: -2.25rem !important;
}

.m-n43px {
  margin: -2.6875rem !important;
}

.mt-n43px,
.my-n43px {
  margin-top: -2.6875rem !important;
}

.mr-n43px,
.mx-n43px {
  margin-right: -2.6875rem !important;
}

.mb-n43px,
.my-n43px {
  margin-bottom: -2.6875rem !important;
}

.ml-n43px,
.mx-n43px {
  margin-left: -2.6875rem !important;
}

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

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

.mr-auto,
.mx-auto,
.lc_confirm,
.lc_form,
.lc_item,
.lc_card {
  margin-right: auto !important;
}

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

.ml-auto, .lc_address_btn,
.mx-auto,
.lc_confirm,
.lc_form,
.lc_item,
.lc_card {
  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;
  }

  .m-sm-1px {
    margin: 0.0625rem !important;
  }

  .mt-sm-1px,
.my-sm-1px {
    margin-top: 0.0625rem !important;
  }

  .mr-sm-1px,
.mx-sm-1px {
    margin-right: 0.0625rem !important;
  }

  .mb-sm-1px,
.my-sm-1px {
    margin-bottom: 0.0625rem !important;
  }

  .ml-sm-1px,
.mx-sm-1px {
    margin-left: 0.0625rem !important;
  }

  .m-sm-2px {
    margin: 0.125rem !important;
  }

  .mt-sm-2px,
.my-sm-2px {
    margin-top: 0.125rem !important;
  }

  .mr-sm-2px,
.mx-sm-2px {
    margin-right: 0.125rem !important;
  }

  .mb-sm-2px,
.my-sm-2px {
    margin-bottom: 0.125rem !important;
  }

  .ml-sm-2px,
.mx-sm-2px {
    margin-left: 0.125rem !important;
  }

  .m-sm-3px {
    margin: 0.1875rem !important;
  }

  .mt-sm-3px,
.my-sm-3px {
    margin-top: 0.1875rem !important;
  }

  .mr-sm-3px,
.mx-sm-3px {
    margin-right: 0.1875rem !important;
  }

  .mb-sm-3px,
.my-sm-3px {
    margin-bottom: 0.1875rem !important;
  }

  .ml-sm-3px,
.mx-sm-3px {
    margin-left: 0.1875rem !important;
  }

  .m-sm-6px {
    margin: 0.375rem !important;
  }

  .mt-sm-6px,
.my-sm-6px {
    margin-top: 0.375rem !important;
  }

  .mr-sm-6px,
.mx-sm-6px {
    margin-right: 0.375rem !important;
  }

  .mb-sm-6px,
.my-sm-6px {
    margin-bottom: 0.375rem !important;
  }

  .ml-sm-6px,
.mx-sm-6px {
    margin-left: 0.375rem !important;
  }

  .m-sm-7px {
    margin: 0.4375rem !important;
  }

  .mt-sm-7px,
.my-sm-7px {
    margin-top: 0.4375rem !important;
  }

  .mr-sm-7px,
.mx-sm-7px {
    margin-right: 0.4375rem !important;
  }

  .mb-sm-7px,
.my-sm-7px {
    margin-bottom: 0.4375rem !important;
  }

  .ml-sm-7px,
.mx-sm-7px {
    margin-left: 0.4375rem !important;
  }

  .m-sm-10px {
    margin: 0.625rem !important;
  }

  .mt-sm-10px,
.my-sm-10px {
    margin-top: 0.625rem !important;
  }

  .mr-sm-10px,
.mx-sm-10px {
    margin-right: 0.625rem !important;
  }

  .mb-sm-10px,
.my-sm-10px {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-10px,
.mx-sm-10px {
    margin-left: 0.625rem !important;
  }

  .m-sm-12px {
    margin: 0.75rem !important;
  }

  .mt-sm-12px,
.my-sm-12px {
    margin-top: 0.75rem !important;
  }

  .mr-sm-12px,
.mx-sm-12px {
    margin-right: 0.75rem !important;
  }

  .mb-sm-12px,
.my-sm-12px {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-12px,
.mx-sm-12px {
    margin-left: 0.75rem !important;
  }

  .m-sm-13px {
    margin: 0.8125rem !important;
  }

  .mt-sm-13px,
.my-sm-13px {
    margin-top: 0.8125rem !important;
  }

  .mr-sm-13px,
.mx-sm-13px {
    margin-right: 0.8125rem !important;
  }

  .mb-sm-13px,
.my-sm-13px {
    margin-bottom: 0.8125rem !important;
  }

  .ml-sm-13px,
.mx-sm-13px {
    margin-left: 0.8125rem !important;
  }

  .m-sm-14px {
    margin: 0.875rem !important;
  }

  .mt-sm-14px,
.my-sm-14px {
    margin-top: 0.875rem !important;
  }

  .mr-sm-14px,
.mx-sm-14px {
    margin-right: 0.875rem !important;
  }

  .mb-sm-14px,
.my-sm-14px {
    margin-bottom: 0.875rem !important;
  }

  .ml-sm-14px,
.mx-sm-14px {
    margin-left: 0.875rem !important;
  }

  .m-sm-15px {
    margin: 0.9375rem !important;
  }

  .mt-sm-15px,
.my-sm-15px {
    margin-top: 0.9375rem !important;
  }

  .mr-sm-15px,
.mx-sm-15px {
    margin-right: 0.9375rem !important;
  }

  .mb-sm-15px,
.my-sm-15px {
    margin-bottom: 0.9375rem !important;
  }

  .ml-sm-15px,
.mx-sm-15px {
    margin-left: 0.9375rem !important;
  }

  .m-sm-18px {
    margin: 1.125rem !important;
  }

  .mt-sm-18px,
.my-sm-18px {
    margin-top: 1.125rem !important;
  }

  .mr-sm-18px,
.mx-sm-18px {
    margin-right: 1.125rem !important;
  }

  .mb-sm-18px,
.my-sm-18px {
    margin-bottom: 1.125rem !important;
  }

  .ml-sm-18px,
.mx-sm-18px {
    margin-left: 1.125rem !important;
  }

  .m-sm-20px {
    margin: 1.25rem !important;
  }

  .mt-sm-20px,
.my-sm-20px {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20px,
.mx-sm-20px {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20px,
.my-sm-20px {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20px,
.mx-sm-20px {
    margin-left: 1.25rem !important;
  }

  .m-sm-21px {
    margin: 1.3125rem !important;
  }

  .mt-sm-21px,
.my-sm-21px {
    margin-top: 1.3125rem !important;
  }

  .mr-sm-21px,
.mx-sm-21px {
    margin-right: 1.3125rem !important;
  }

  .mb-sm-21px,
.my-sm-21px {
    margin-bottom: 1.3125rem !important;
  }

  .ml-sm-21px,
.mx-sm-21px {
    margin-left: 1.3125rem !important;
  }

  .m-sm-25px {
    margin: 1.5625rem !important;
  }

  .mt-sm-25px,
.my-sm-25px {
    margin-top: 1.5625rem !important;
  }

  .mr-sm-25px,
.mx-sm-25px {
    margin-right: 1.5625rem !important;
  }

  .mb-sm-25px,
.my-sm-25px {
    margin-bottom: 1.5625rem !important;
  }

  .ml-sm-25px,
.mx-sm-25px {
    margin-left: 1.5625rem !important;
  }

  .m-sm-26px {
    margin: 1.625rem !important;
  }

  .mt-sm-26px,
.my-sm-26px {
    margin-top: 1.625rem !important;
  }

  .mr-sm-26px,
.mx-sm-26px {
    margin-right: 1.625rem !important;
  }

  .mb-sm-26px,
.my-sm-26px {
    margin-bottom: 1.625rem !important;
  }

  .ml-sm-26px,
.mx-sm-26px {
    margin-left: 1.625rem !important;
  }

  .m-sm-30px {
    margin: 1.875rem !important;
  }

  .mt-sm-30px,
.my-sm-30px {
    margin-top: 1.875rem !important;
  }

  .mr-sm-30px,
.mx-sm-30px {
    margin-right: 1.875rem !important;
  }

  .mb-sm-30px,
.my-sm-30px {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-30px,
.mx-sm-30px {
    margin-left: 1.875rem !important;
  }

  .m-sm-32px {
    margin: 2rem !important;
  }

  .mt-sm-32px,
.my-sm-32px {
    margin-top: 2rem !important;
  }

  .mr-sm-32px,
.mx-sm-32px {
    margin-right: 2rem !important;
  }

  .mb-sm-32px,
.my-sm-32px {
    margin-bottom: 2rem !important;
  }

  .ml-sm-32px,
.mx-sm-32px {
    margin-left: 2rem !important;
  }

  .m-sm-36px {
    margin: 2.25rem !important;
  }

  .mt-sm-36px,
.my-sm-36px {
    margin-top: 2.25rem !important;
  }

  .mr-sm-36px,
.mx-sm-36px {
    margin-right: 2.25rem !important;
  }

  .mb-sm-36px,
.my-sm-36px {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-36px,
.mx-sm-36px {
    margin-left: 2.25rem !important;
  }

  .m-sm-43px {
    margin: 2.6875rem !important;
  }

  .mt-sm-43px,
.my-sm-43px {
    margin-top: 2.6875rem !important;
  }

  .mr-sm-43px,
.mx-sm-43px {
    margin-right: 2.6875rem !important;
  }

  .mb-sm-43px,
.my-sm-43px {
    margin-bottom: 2.6875rem !important;
  }

  .ml-sm-43px,
.mx-sm-43px {
    margin-left: 2.6875rem !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;
  }

  .p-sm-1px {
    padding: 0.0625rem !important;
  }

  .pt-sm-1px,
.py-sm-1px {
    padding-top: 0.0625rem !important;
  }

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

  .pb-sm-1px,
.py-sm-1px {
    padding-bottom: 0.0625rem !important;
  }

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

  .p-sm-2px {
    padding: 0.125rem !important;
  }

  .pt-sm-2px,
.py-sm-2px {
    padding-top: 0.125rem !important;
  }

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

  .pb-sm-2px,
.py-sm-2px {
    padding-bottom: 0.125rem !important;
  }

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

  .p-sm-3px {
    padding: 0.1875rem !important;
  }

  .pt-sm-3px,
.py-sm-3px {
    padding-top: 0.1875rem !important;
  }

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

  .pb-sm-3px,
.py-sm-3px {
    padding-bottom: 0.1875rem !important;
  }

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

  .p-sm-6px {
    padding: 0.375rem !important;
  }

  .pt-sm-6px,
.py-sm-6px {
    padding-top: 0.375rem !important;
  }

  .pr-sm-6px,
.px-sm-6px {
    padding-right: 0.375rem !important;
  }

  .pb-sm-6px,
.py-sm-6px {
    padding-bottom: 0.375rem !important;
  }

  .pl-sm-6px,
.px-sm-6px {
    padding-left: 0.375rem !important;
  }

  .p-sm-7px {
    padding: 0.4375rem !important;
  }

  .pt-sm-7px,
.py-sm-7px {
    padding-top: 0.4375rem !important;
  }

  .pr-sm-7px,
.px-sm-7px {
    padding-right: 0.4375rem !important;
  }

  .pb-sm-7px,
.py-sm-7px {
    padding-bottom: 0.4375rem !important;
  }

  .pl-sm-7px,
.px-sm-7px {
    padding-left: 0.4375rem !important;
  }

  .p-sm-10px {
    padding: 0.625rem !important;
  }

  .pt-sm-10px,
.py-sm-10px {
    padding-top: 0.625rem !important;
  }

  .pr-sm-10px,
.px-sm-10px {
    padding-right: 0.625rem !important;
  }

  .pb-sm-10px,
.py-sm-10px {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-10px,
.px-sm-10px {
    padding-left: 0.625rem !important;
  }

  .p-sm-12px {
    padding: 0.75rem !important;
  }

  .pt-sm-12px,
.py-sm-12px {
    padding-top: 0.75rem !important;
  }

  .pr-sm-12px,
.px-sm-12px {
    padding-right: 0.75rem !important;
  }

  .pb-sm-12px,
.py-sm-12px {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-12px,
.px-sm-12px {
    padding-left: 0.75rem !important;
  }

  .p-sm-13px {
    padding: 0.8125rem !important;
  }

  .pt-sm-13px,
.py-sm-13px {
    padding-top: 0.8125rem !important;
  }

  .pr-sm-13px,
.px-sm-13px {
    padding-right: 0.8125rem !important;
  }

  .pb-sm-13px,
.py-sm-13px {
    padding-bottom: 0.8125rem !important;
  }

  .pl-sm-13px,
.px-sm-13px {
    padding-left: 0.8125rem !important;
  }

  .p-sm-14px {
    padding: 0.875rem !important;
  }

  .pt-sm-14px,
.py-sm-14px {
    padding-top: 0.875rem !important;
  }

  .pr-sm-14px,
.px-sm-14px {
    padding-right: 0.875rem !important;
  }

  .pb-sm-14px,
.py-sm-14px {
    padding-bottom: 0.875rem !important;
  }

  .pl-sm-14px,
.px-sm-14px {
    padding-left: 0.875rem !important;
  }

  .p-sm-15px {
    padding: 0.9375rem !important;
  }

  .pt-sm-15px,
.py-sm-15px {
    padding-top: 0.9375rem !important;
  }

  .pr-sm-15px,
.px-sm-15px {
    padding-right: 0.9375rem !important;
  }

  .pb-sm-15px,
.py-sm-15px {
    padding-bottom: 0.9375rem !important;
  }

  .pl-sm-15px,
.px-sm-15px {
    padding-left: 0.9375rem !important;
  }

  .p-sm-18px {
    padding: 1.125rem !important;
  }

  .pt-sm-18px,
.py-sm-18px {
    padding-top: 1.125rem !important;
  }

  .pr-sm-18px,
.px-sm-18px {
    padding-right: 1.125rem !important;
  }

  .pb-sm-18px,
.py-sm-18px {
    padding-bottom: 1.125rem !important;
  }

  .pl-sm-18px,
.px-sm-18px {
    padding-left: 1.125rem !important;
  }

  .p-sm-20px {
    padding: 1.25rem !important;
  }

  .pt-sm-20px,
.py-sm-20px {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20px,
.px-sm-20px {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20px,
.py-sm-20px {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20px,
.px-sm-20px {
    padding-left: 1.25rem !important;
  }

  .p-sm-21px {
    padding: 1.3125rem !important;
  }

  .pt-sm-21px,
.py-sm-21px {
    padding-top: 1.3125rem !important;
  }

  .pr-sm-21px,
.px-sm-21px {
    padding-right: 1.3125rem !important;
  }

  .pb-sm-21px,
.py-sm-21px {
    padding-bottom: 1.3125rem !important;
  }

  .pl-sm-21px,
.px-sm-21px {
    padding-left: 1.3125rem !important;
  }

  .p-sm-25px {
    padding: 1.5625rem !important;
  }

  .pt-sm-25px,
.py-sm-25px {
    padding-top: 1.5625rem !important;
  }

  .pr-sm-25px,
.px-sm-25px {
    padding-right: 1.5625rem !important;
  }

  .pb-sm-25px,
.py-sm-25px {
    padding-bottom: 1.5625rem !important;
  }

  .pl-sm-25px,
.px-sm-25px {
    padding-left: 1.5625rem !important;
  }

  .p-sm-26px {
    padding: 1.625rem !important;
  }

  .pt-sm-26px,
.py-sm-26px {
    padding-top: 1.625rem !important;
  }

  .pr-sm-26px,
.px-sm-26px {
    padding-right: 1.625rem !important;
  }

  .pb-sm-26px,
.py-sm-26px {
    padding-bottom: 1.625rem !important;
  }

  .pl-sm-26px,
.px-sm-26px {
    padding-left: 1.625rem !important;
  }

  .p-sm-30px {
    padding: 1.875rem !important;
  }

  .pt-sm-30px,
.py-sm-30px {
    padding-top: 1.875rem !important;
  }

  .pr-sm-30px,
.px-sm-30px {
    padding-right: 1.875rem !important;
  }

  .pb-sm-30px,
.py-sm-30px {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-30px,
.px-sm-30px {
    padding-left: 1.875rem !important;
  }

  .p-sm-32px {
    padding: 2rem !important;
  }

  .pt-sm-32px,
.py-sm-32px {
    padding-top: 2rem !important;
  }

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

  .pb-sm-32px,
.py-sm-32px {
    padding-bottom: 2rem !important;
  }

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

  .p-sm-36px {
    padding: 2.25rem !important;
  }

  .pt-sm-36px,
.py-sm-36px {
    padding-top: 2.25rem !important;
  }

  .pr-sm-36px,
.px-sm-36px {
    padding-right: 2.25rem !important;
  }

  .pb-sm-36px,
.py-sm-36px {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-36px,
.px-sm-36px {
    padding-left: 2.25rem !important;
  }

  .p-sm-43px {
    padding: 2.6875rem !important;
  }

  .pt-sm-43px,
.py-sm-43px {
    padding-top: 2.6875rem !important;
  }

  .pr-sm-43px,
.px-sm-43px {
    padding-right: 2.6875rem !important;
  }

  .pb-sm-43px,
.py-sm-43px {
    padding-bottom: 2.6875rem !important;
  }

  .pl-sm-43px,
.px-sm-43px {
    padding-left: 2.6875rem !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-n1px {
    margin: -0.0625rem !important;
  }

  .mt-sm-n1px,
.my-sm-n1px {
    margin-top: -0.0625rem !important;
  }

  .mr-sm-n1px,
.mx-sm-n1px {
    margin-right: -0.0625rem !important;
  }

  .mb-sm-n1px,
.my-sm-n1px {
    margin-bottom: -0.0625rem !important;
  }

  .ml-sm-n1px,
.mx-sm-n1px {
    margin-left: -0.0625rem !important;
  }

  .m-sm-n2px {
    margin: -0.125rem !important;
  }

  .mt-sm-n2px,
.my-sm-n2px {
    margin-top: -0.125rem !important;
  }

  .mr-sm-n2px,
.mx-sm-n2px {
    margin-right: -0.125rem !important;
  }

  .mb-sm-n2px,
.my-sm-n2px {
    margin-bottom: -0.125rem !important;
  }

  .ml-sm-n2px,
.mx-sm-n2px {
    margin-left: -0.125rem !important;
  }

  .m-sm-n3px {
    margin: -0.1875rem !important;
  }

  .mt-sm-n3px,
.my-sm-n3px {
    margin-top: -0.1875rem !important;
  }

  .mr-sm-n3px,
.mx-sm-n3px {
    margin-right: -0.1875rem !important;
  }

  .mb-sm-n3px,
.my-sm-n3px {
    margin-bottom: -0.1875rem !important;
  }

  .ml-sm-n3px,
.mx-sm-n3px {
    margin-left: -0.1875rem !important;
  }

  .m-sm-n6px {
    margin: -0.375rem !important;
  }

  .mt-sm-n6px,
.my-sm-n6px {
    margin-top: -0.375rem !important;
  }

  .mr-sm-n6px,
.mx-sm-n6px {
    margin-right: -0.375rem !important;
  }

  .mb-sm-n6px,
.my-sm-n6px {
    margin-bottom: -0.375rem !important;
  }

  .ml-sm-n6px,
.mx-sm-n6px {
    margin-left: -0.375rem !important;
  }

  .m-sm-n7px {
    margin: -0.4375rem !important;
  }

  .mt-sm-n7px,
.my-sm-n7px {
    margin-top: -0.4375rem !important;
  }

  .mr-sm-n7px,
.mx-sm-n7px {
    margin-right: -0.4375rem !important;
  }

  .mb-sm-n7px,
.my-sm-n7px {
    margin-bottom: -0.4375rem !important;
  }

  .ml-sm-n7px,
.mx-sm-n7px {
    margin-left: -0.4375rem !important;
  }

  .m-sm-n10px {
    margin: -0.625rem !important;
  }

  .mt-sm-n10px,
.my-sm-n10px {
    margin-top: -0.625rem !important;
  }

  .mr-sm-n10px,
.mx-sm-n10px {
    margin-right: -0.625rem !important;
  }

  .mb-sm-n10px,
.my-sm-n10px {
    margin-bottom: -0.625rem !important;
  }

  .ml-sm-n10px,
.mx-sm-n10px {
    margin-left: -0.625rem !important;
  }

  .m-sm-n12px {
    margin: -0.75rem !important;
  }

  .mt-sm-n12px,
.my-sm-n12px {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n12px,
.mx-sm-n12px {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n12px,
.my-sm-n12px {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n12px,
.mx-sm-n12px {
    margin-left: -0.75rem !important;
  }

  .m-sm-n13px {
    margin: -0.8125rem !important;
  }

  .mt-sm-n13px,
.my-sm-n13px {
    margin-top: -0.8125rem !important;
  }

  .mr-sm-n13px,
.mx-sm-n13px {
    margin-right: -0.8125rem !important;
  }

  .mb-sm-n13px,
.my-sm-n13px {
    margin-bottom: -0.8125rem !important;
  }

  .ml-sm-n13px,
.mx-sm-n13px {
    margin-left: -0.8125rem !important;
  }

  .m-sm-n14px {
    margin: -0.875rem !important;
  }

  .mt-sm-n14px,
.my-sm-n14px {
    margin-top: -0.875rem !important;
  }

  .mr-sm-n14px,
.mx-sm-n14px {
    margin-right: -0.875rem !important;
  }

  .mb-sm-n14px,
.my-sm-n14px {
    margin-bottom: -0.875rem !important;
  }

  .ml-sm-n14px,
.mx-sm-n14px {
    margin-left: -0.875rem !important;
  }

  .m-sm-n15px {
    margin: -0.9375rem !important;
  }

  .mt-sm-n15px,
.my-sm-n15px {
    margin-top: -0.9375rem !important;
  }

  .mr-sm-n15px,
.mx-sm-n15px {
    margin-right: -0.9375rem !important;
  }

  .mb-sm-n15px,
.my-sm-n15px {
    margin-bottom: -0.9375rem !important;
  }

  .ml-sm-n15px,
.mx-sm-n15px {
    margin-left: -0.9375rem !important;
  }

  .m-sm-n18px {
    margin: -1.125rem !important;
  }

  .mt-sm-n18px,
.my-sm-n18px {
    margin-top: -1.125rem !important;
  }

  .mr-sm-n18px,
.mx-sm-n18px {
    margin-right: -1.125rem !important;
  }

  .mb-sm-n18px,
.my-sm-n18px {
    margin-bottom: -1.125rem !important;
  }

  .ml-sm-n18px,
.mx-sm-n18px {
    margin-left: -1.125rem !important;
  }

  .m-sm-n20px {
    margin: -1.25rem !important;
  }

  .mt-sm-n20px,
.my-sm-n20px {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20px,
.mx-sm-n20px {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20px,
.my-sm-n20px {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20px,
.mx-sm-n20px {
    margin-left: -1.25rem !important;
  }

  .m-sm-n21px {
    margin: -1.3125rem !important;
  }

  .mt-sm-n21px,
.my-sm-n21px {
    margin-top: -1.3125rem !important;
  }

  .mr-sm-n21px,
.mx-sm-n21px {
    margin-right: -1.3125rem !important;
  }

  .mb-sm-n21px,
.my-sm-n21px {
    margin-bottom: -1.3125rem !important;
  }

  .ml-sm-n21px,
.mx-sm-n21px {
    margin-left: -1.3125rem !important;
  }

  .m-sm-n25px {
    margin: -1.5625rem !important;
  }

  .mt-sm-n25px,
.my-sm-n25px {
    margin-top: -1.5625rem !important;
  }

  .mr-sm-n25px,
.mx-sm-n25px {
    margin-right: -1.5625rem !important;
  }

  .mb-sm-n25px,
.my-sm-n25px {
    margin-bottom: -1.5625rem !important;
  }

  .ml-sm-n25px,
.mx-sm-n25px {
    margin-left: -1.5625rem !important;
  }

  .m-sm-n26px {
    margin: -1.625rem !important;
  }

  .mt-sm-n26px,
.my-sm-n26px {
    margin-top: -1.625rem !important;
  }

  .mr-sm-n26px,
.mx-sm-n26px {
    margin-right: -1.625rem !important;
  }

  .mb-sm-n26px,
.my-sm-n26px {
    margin-bottom: -1.625rem !important;
  }

  .ml-sm-n26px,
.mx-sm-n26px {
    margin-left: -1.625rem !important;
  }

  .m-sm-n30px {
    margin: -1.875rem !important;
  }

  .mt-sm-n30px,
.my-sm-n30px {
    margin-top: -1.875rem !important;
  }

  .mr-sm-n30px,
.mx-sm-n30px {
    margin-right: -1.875rem !important;
  }

  .mb-sm-n30px,
.my-sm-n30px {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm-n30px,
.mx-sm-n30px {
    margin-left: -1.875rem !important;
  }

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

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

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

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

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

  .m-sm-n36px {
    margin: -2.25rem !important;
  }

  .mt-sm-n36px,
.my-sm-n36px {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n36px,
.mx-sm-n36px {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n36px,
.my-sm-n36px {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n36px,
.mx-sm-n36px {
    margin-left: -2.25rem !important;
  }

  .m-sm-n43px {
    margin: -2.6875rem !important;
  }

  .mt-sm-n43px,
.my-sm-n43px {
    margin-top: -2.6875rem !important;
  }

  .mr-sm-n43px,
.mx-sm-n43px {
    margin-right: -2.6875rem !important;
  }

  .mb-sm-n43px,
.my-sm-n43px {
    margin-bottom: -2.6875rem !important;
  }

  .ml-sm-n43px,
.mx-sm-n43px {
    margin-left: -2.6875rem !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;
  }

  .m-md-1px {
    margin: 0.0625rem !important;
  }

  .mt-md-1px,
.my-md-1px {
    margin-top: 0.0625rem !important;
  }

  .mr-md-1px,
.mx-md-1px {
    margin-right: 0.0625rem !important;
  }

  .mb-md-1px,
.my-md-1px {
    margin-bottom: 0.0625rem !important;
  }

  .ml-md-1px,
.mx-md-1px {
    margin-left: 0.0625rem !important;
  }

  .m-md-2px {
    margin: 0.125rem !important;
  }

  .mt-md-2px,
.my-md-2px {
    margin-top: 0.125rem !important;
  }

  .mr-md-2px,
.mx-md-2px {
    margin-right: 0.125rem !important;
  }

  .mb-md-2px,
.my-md-2px {
    margin-bottom: 0.125rem !important;
  }

  .ml-md-2px,
.mx-md-2px {
    margin-left: 0.125rem !important;
  }

  .m-md-3px {
    margin: 0.1875rem !important;
  }

  .mt-md-3px,
.my-md-3px {
    margin-top: 0.1875rem !important;
  }

  .mr-md-3px,
.mx-md-3px {
    margin-right: 0.1875rem !important;
  }

  .mb-md-3px,
.my-md-3px {
    margin-bottom: 0.1875rem !important;
  }

  .ml-md-3px,
.mx-md-3px {
    margin-left: 0.1875rem !important;
  }

  .m-md-6px {
    margin: 0.375rem !important;
  }

  .mt-md-6px,
.my-md-6px {
    margin-top: 0.375rem !important;
  }

  .mr-md-6px,
.mx-md-6px {
    margin-right: 0.375rem !important;
  }

  .mb-md-6px,
.my-md-6px {
    margin-bottom: 0.375rem !important;
  }

  .ml-md-6px,
.mx-md-6px {
    margin-left: 0.375rem !important;
  }

  .m-md-7px {
    margin: 0.4375rem !important;
  }

  .mt-md-7px,
.my-md-7px {
    margin-top: 0.4375rem !important;
  }

  .mr-md-7px,
.mx-md-7px {
    margin-right: 0.4375rem !important;
  }

  .mb-md-7px,
.my-md-7px {
    margin-bottom: 0.4375rem !important;
  }

  .ml-md-7px,
.mx-md-7px {
    margin-left: 0.4375rem !important;
  }

  .m-md-10px {
    margin: 0.625rem !important;
  }

  .mt-md-10px,
.my-md-10px {
    margin-top: 0.625rem !important;
  }

  .mr-md-10px,
.mx-md-10px {
    margin-right: 0.625rem !important;
  }

  .mb-md-10px,
.my-md-10px {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-10px,
.mx-md-10px {
    margin-left: 0.625rem !important;
  }

  .m-md-12px {
    margin: 0.75rem !important;
  }

  .mt-md-12px,
.my-md-12px {
    margin-top: 0.75rem !important;
  }

  .mr-md-12px,
.mx-md-12px {
    margin-right: 0.75rem !important;
  }

  .mb-md-12px,
.my-md-12px {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-12px,
.mx-md-12px {
    margin-left: 0.75rem !important;
  }

  .m-md-13px {
    margin: 0.8125rem !important;
  }

  .mt-md-13px,
.my-md-13px {
    margin-top: 0.8125rem !important;
  }

  .mr-md-13px,
.mx-md-13px {
    margin-right: 0.8125rem !important;
  }

  .mb-md-13px,
.my-md-13px {
    margin-bottom: 0.8125rem !important;
  }

  .ml-md-13px,
.mx-md-13px {
    margin-left: 0.8125rem !important;
  }

  .m-md-14px {
    margin: 0.875rem !important;
  }

  .mt-md-14px,
.my-md-14px {
    margin-top: 0.875rem !important;
  }

  .mr-md-14px,
.mx-md-14px {
    margin-right: 0.875rem !important;
  }

  .mb-md-14px,
.my-md-14px {
    margin-bottom: 0.875rem !important;
  }

  .ml-md-14px,
.mx-md-14px {
    margin-left: 0.875rem !important;
  }

  .m-md-15px {
    margin: 0.9375rem !important;
  }

  .mt-md-15px,
.my-md-15px {
    margin-top: 0.9375rem !important;
  }

  .mr-md-15px,
.mx-md-15px {
    margin-right: 0.9375rem !important;
  }

  .mb-md-15px,
.my-md-15px {
    margin-bottom: 0.9375rem !important;
  }

  .ml-md-15px,
.mx-md-15px {
    margin-left: 0.9375rem !important;
  }

  .m-md-18px {
    margin: 1.125rem !important;
  }

  .mt-md-18px,
.my-md-18px {
    margin-top: 1.125rem !important;
  }

  .mr-md-18px,
.mx-md-18px {
    margin-right: 1.125rem !important;
  }

  .mb-md-18px,
.my-md-18px {
    margin-bottom: 1.125rem !important;
  }

  .ml-md-18px,
.mx-md-18px {
    margin-left: 1.125rem !important;
  }

  .m-md-20px {
    margin: 1.25rem !important;
  }

  .mt-md-20px,
.my-md-20px {
    margin-top: 1.25rem !important;
  }

  .mr-md-20px,
.mx-md-20px {
    margin-right: 1.25rem !important;
  }

  .mb-md-20px,
.my-md-20px {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20px,
.mx-md-20px {
    margin-left: 1.25rem !important;
  }

  .m-md-21px {
    margin: 1.3125rem !important;
  }

  .mt-md-21px,
.my-md-21px {
    margin-top: 1.3125rem !important;
  }

  .mr-md-21px,
.mx-md-21px {
    margin-right: 1.3125rem !important;
  }

  .mb-md-21px,
.my-md-21px {
    margin-bottom: 1.3125rem !important;
  }

  .ml-md-21px,
.mx-md-21px {
    margin-left: 1.3125rem !important;
  }

  .m-md-25px {
    margin: 1.5625rem !important;
  }

  .mt-md-25px,
.my-md-25px {
    margin-top: 1.5625rem !important;
  }

  .mr-md-25px,
.mx-md-25px {
    margin-right: 1.5625rem !important;
  }

  .mb-md-25px,
.my-md-25px {
    margin-bottom: 1.5625rem !important;
  }

  .ml-md-25px,
.mx-md-25px {
    margin-left: 1.5625rem !important;
  }

  .m-md-26px {
    margin: 1.625rem !important;
  }

  .mt-md-26px,
.my-md-26px {
    margin-top: 1.625rem !important;
  }

  .mr-md-26px,
.mx-md-26px {
    margin-right: 1.625rem !important;
  }

  .mb-md-26px,
.my-md-26px {
    margin-bottom: 1.625rem !important;
  }

  .ml-md-26px,
.mx-md-26px {
    margin-left: 1.625rem !important;
  }

  .m-md-30px {
    margin: 1.875rem !important;
  }

  .mt-md-30px,
.my-md-30px {
    margin-top: 1.875rem !important;
  }

  .mr-md-30px,
.mx-md-30px {
    margin-right: 1.875rem !important;
  }

  .mb-md-30px,
.my-md-30px {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-30px,
.mx-md-30px {
    margin-left: 1.875rem !important;
  }

  .m-md-32px {
    margin: 2rem !important;
  }

  .mt-md-32px,
.my-md-32px {
    margin-top: 2rem !important;
  }

  .mr-md-32px,
.mx-md-32px {
    margin-right: 2rem !important;
  }

  .mb-md-32px,
.my-md-32px {
    margin-bottom: 2rem !important;
  }

  .ml-md-32px,
.mx-md-32px {
    margin-left: 2rem !important;
  }

  .m-md-36px {
    margin: 2.25rem !important;
  }

  .mt-md-36px,
.my-md-36px {
    margin-top: 2.25rem !important;
  }

  .mr-md-36px,
.mx-md-36px {
    margin-right: 2.25rem !important;
  }

  .mb-md-36px,
.my-md-36px {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-36px,
.mx-md-36px {
    margin-left: 2.25rem !important;
  }

  .m-md-43px {
    margin: 2.6875rem !important;
  }

  .mt-md-43px,
.my-md-43px {
    margin-top: 2.6875rem !important;
  }

  .mr-md-43px,
.mx-md-43px {
    margin-right: 2.6875rem !important;
  }

  .mb-md-43px,
.my-md-43px {
    margin-bottom: 2.6875rem !important;
  }

  .ml-md-43px,
.mx-md-43px {
    margin-left: 2.6875rem !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;
  }

  .p-md-1px {
    padding: 0.0625rem !important;
  }

  .pt-md-1px,
.py-md-1px {
    padding-top: 0.0625rem !important;
  }

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

  .pb-md-1px,
.py-md-1px {
    padding-bottom: 0.0625rem !important;
  }

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

  .p-md-2px {
    padding: 0.125rem !important;
  }

  .pt-md-2px,
.py-md-2px {
    padding-top: 0.125rem !important;
  }

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

  .pb-md-2px,
.py-md-2px {
    padding-bottom: 0.125rem !important;
  }

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

  .p-md-3px {
    padding: 0.1875rem !important;
  }

  .pt-md-3px,
.py-md-3px {
    padding-top: 0.1875rem !important;
  }

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

  .pb-md-3px,
.py-md-3px {
    padding-bottom: 0.1875rem !important;
  }

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

  .p-md-6px {
    padding: 0.375rem !important;
  }

  .pt-md-6px,
.py-md-6px {
    padding-top: 0.375rem !important;
  }

  .pr-md-6px,
.px-md-6px {
    padding-right: 0.375rem !important;
  }

  .pb-md-6px,
.py-md-6px {
    padding-bottom: 0.375rem !important;
  }

  .pl-md-6px,
.px-md-6px {
    padding-left: 0.375rem !important;
  }

  .p-md-7px {
    padding: 0.4375rem !important;
  }

  .pt-md-7px,
.py-md-7px {
    padding-top: 0.4375rem !important;
  }

  .pr-md-7px,
.px-md-7px {
    padding-right: 0.4375rem !important;
  }

  .pb-md-7px,
.py-md-7px {
    padding-bottom: 0.4375rem !important;
  }

  .pl-md-7px,
.px-md-7px {
    padding-left: 0.4375rem !important;
  }

  .p-md-10px {
    padding: 0.625rem !important;
  }

  .pt-md-10px,
.py-md-10px {
    padding-top: 0.625rem !important;
  }

  .pr-md-10px,
.px-md-10px {
    padding-right: 0.625rem !important;
  }

  .pb-md-10px,
.py-md-10px {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-10px,
.px-md-10px {
    padding-left: 0.625rem !important;
  }

  .p-md-12px {
    padding: 0.75rem !important;
  }

  .pt-md-12px,
.py-md-12px {
    padding-top: 0.75rem !important;
  }

  .pr-md-12px,
.px-md-12px {
    padding-right: 0.75rem !important;
  }

  .pb-md-12px,
.py-md-12px {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-12px,
.px-md-12px {
    padding-left: 0.75rem !important;
  }

  .p-md-13px {
    padding: 0.8125rem !important;
  }

  .pt-md-13px,
.py-md-13px {
    padding-top: 0.8125rem !important;
  }

  .pr-md-13px,
.px-md-13px {
    padding-right: 0.8125rem !important;
  }

  .pb-md-13px,
.py-md-13px {
    padding-bottom: 0.8125rem !important;
  }

  .pl-md-13px,
.px-md-13px {
    padding-left: 0.8125rem !important;
  }

  .p-md-14px {
    padding: 0.875rem !important;
  }

  .pt-md-14px,
.py-md-14px {
    padding-top: 0.875rem !important;
  }

  .pr-md-14px,
.px-md-14px {
    padding-right: 0.875rem !important;
  }

  .pb-md-14px,
.py-md-14px {
    padding-bottom: 0.875rem !important;
  }

  .pl-md-14px,
.px-md-14px {
    padding-left: 0.875rem !important;
  }

  .p-md-15px {
    padding: 0.9375rem !important;
  }

  .pt-md-15px,
.py-md-15px {
    padding-top: 0.9375rem !important;
  }

  .pr-md-15px,
.px-md-15px {
    padding-right: 0.9375rem !important;
  }

  .pb-md-15px,
.py-md-15px {
    padding-bottom: 0.9375rem !important;
  }

  .pl-md-15px,
.px-md-15px {
    padding-left: 0.9375rem !important;
  }

  .p-md-18px {
    padding: 1.125rem !important;
  }

  .pt-md-18px,
.py-md-18px {
    padding-top: 1.125rem !important;
  }

  .pr-md-18px,
.px-md-18px {
    padding-right: 1.125rem !important;
  }

  .pb-md-18px,
.py-md-18px {
    padding-bottom: 1.125rem !important;
  }

  .pl-md-18px,
.px-md-18px {
    padding-left: 1.125rem !important;
  }

  .p-md-20px {
    padding: 1.25rem !important;
  }

  .pt-md-20px,
.py-md-20px {
    padding-top: 1.25rem !important;
  }

  .pr-md-20px,
.px-md-20px {
    padding-right: 1.25rem !important;
  }

  .pb-md-20px,
.py-md-20px {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20px,
.px-md-20px {
    padding-left: 1.25rem !important;
  }

  .p-md-21px {
    padding: 1.3125rem !important;
  }

  .pt-md-21px,
.py-md-21px {
    padding-top: 1.3125rem !important;
  }

  .pr-md-21px,
.px-md-21px {
    padding-right: 1.3125rem !important;
  }

  .pb-md-21px,
.py-md-21px {
    padding-bottom: 1.3125rem !important;
  }

  .pl-md-21px,
.px-md-21px {
    padding-left: 1.3125rem !important;
  }

  .p-md-25px {
    padding: 1.5625rem !important;
  }

  .pt-md-25px,
.py-md-25px {
    padding-top: 1.5625rem !important;
  }

  .pr-md-25px,
.px-md-25px {
    padding-right: 1.5625rem !important;
  }

  .pb-md-25px,
.py-md-25px {
    padding-bottom: 1.5625rem !important;
  }

  .pl-md-25px,
.px-md-25px {
    padding-left: 1.5625rem !important;
  }

  .p-md-26px {
    padding: 1.625rem !important;
  }

  .pt-md-26px,
.py-md-26px {
    padding-top: 1.625rem !important;
  }

  .pr-md-26px,
.px-md-26px {
    padding-right: 1.625rem !important;
  }

  .pb-md-26px,
.py-md-26px {
    padding-bottom: 1.625rem !important;
  }

  .pl-md-26px,
.px-md-26px {
    padding-left: 1.625rem !important;
  }

  .p-md-30px {
    padding: 1.875rem !important;
  }

  .pt-md-30px,
.py-md-30px {
    padding-top: 1.875rem !important;
  }

  .pr-md-30px,
.px-md-30px {
    padding-right: 1.875rem !important;
  }

  .pb-md-30px,
.py-md-30px {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-30px,
.px-md-30px {
    padding-left: 1.875rem !important;
  }

  .p-md-32px {
    padding: 2rem !important;
  }

  .pt-md-32px,
.py-md-32px {
    padding-top: 2rem !important;
  }

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

  .pb-md-32px,
.py-md-32px {
    padding-bottom: 2rem !important;
  }

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

  .p-md-36px {
    padding: 2.25rem !important;
  }

  .pt-md-36px,
.py-md-36px {
    padding-top: 2.25rem !important;
  }

  .pr-md-36px,
.px-md-36px {
    padding-right: 2.25rem !important;
  }

  .pb-md-36px,
.py-md-36px {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-36px,
.px-md-36px {
    padding-left: 2.25rem !important;
  }

  .p-md-43px {
    padding: 2.6875rem !important;
  }

  .pt-md-43px,
.py-md-43px {
    padding-top: 2.6875rem !important;
  }

  .pr-md-43px,
.px-md-43px {
    padding-right: 2.6875rem !important;
  }

  .pb-md-43px,
.py-md-43px {
    padding-bottom: 2.6875rem !important;
  }

  .pl-md-43px,
.px-md-43px {
    padding-left: 2.6875rem !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-n1px {
    margin: -0.0625rem !important;
  }

  .mt-md-n1px,
.my-md-n1px {
    margin-top: -0.0625rem !important;
  }

  .mr-md-n1px,
.mx-md-n1px {
    margin-right: -0.0625rem !important;
  }

  .mb-md-n1px,
.my-md-n1px {
    margin-bottom: -0.0625rem !important;
  }

  .ml-md-n1px,
.mx-md-n1px {
    margin-left: -0.0625rem !important;
  }

  .m-md-n2px {
    margin: -0.125rem !important;
  }

  .mt-md-n2px,
.my-md-n2px {
    margin-top: -0.125rem !important;
  }

  .mr-md-n2px,
.mx-md-n2px {
    margin-right: -0.125rem !important;
  }

  .mb-md-n2px,
.my-md-n2px {
    margin-bottom: -0.125rem !important;
  }

  .ml-md-n2px,
.mx-md-n2px {
    margin-left: -0.125rem !important;
  }

  .m-md-n3px {
    margin: -0.1875rem !important;
  }

  .mt-md-n3px,
.my-md-n3px {
    margin-top: -0.1875rem !important;
  }

  .mr-md-n3px,
.mx-md-n3px {
    margin-right: -0.1875rem !important;
  }

  .mb-md-n3px,
.my-md-n3px {
    margin-bottom: -0.1875rem !important;
  }

  .ml-md-n3px,
.mx-md-n3px {
    margin-left: -0.1875rem !important;
  }

  .m-md-n6px {
    margin: -0.375rem !important;
  }

  .mt-md-n6px,
.my-md-n6px {
    margin-top: -0.375rem !important;
  }

  .mr-md-n6px,
.mx-md-n6px {
    margin-right: -0.375rem !important;
  }

  .mb-md-n6px,
.my-md-n6px {
    margin-bottom: -0.375rem !important;
  }

  .ml-md-n6px,
.mx-md-n6px {
    margin-left: -0.375rem !important;
  }

  .m-md-n7px {
    margin: -0.4375rem !important;
  }

  .mt-md-n7px,
.my-md-n7px {
    margin-top: -0.4375rem !important;
  }

  .mr-md-n7px,
.mx-md-n7px {
    margin-right: -0.4375rem !important;
  }

  .mb-md-n7px,
.my-md-n7px {
    margin-bottom: -0.4375rem !important;
  }

  .ml-md-n7px,
.mx-md-n7px {
    margin-left: -0.4375rem !important;
  }

  .m-md-n10px {
    margin: -0.625rem !important;
  }

  .mt-md-n10px,
.my-md-n10px {
    margin-top: -0.625rem !important;
  }

  .mr-md-n10px,
.mx-md-n10px {
    margin-right: -0.625rem !important;
  }

  .mb-md-n10px,
.my-md-n10px {
    margin-bottom: -0.625rem !important;
  }

  .ml-md-n10px,
.mx-md-n10px {
    margin-left: -0.625rem !important;
  }

  .m-md-n12px {
    margin: -0.75rem !important;
  }

  .mt-md-n12px,
.my-md-n12px {
    margin-top: -0.75rem !important;
  }

  .mr-md-n12px,
.mx-md-n12px {
    margin-right: -0.75rem !important;
  }

  .mb-md-n12px,
.my-md-n12px {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n12px,
.mx-md-n12px {
    margin-left: -0.75rem !important;
  }

  .m-md-n13px {
    margin: -0.8125rem !important;
  }

  .mt-md-n13px,
.my-md-n13px {
    margin-top: -0.8125rem !important;
  }

  .mr-md-n13px,
.mx-md-n13px {
    margin-right: -0.8125rem !important;
  }

  .mb-md-n13px,
.my-md-n13px {
    margin-bottom: -0.8125rem !important;
  }

  .ml-md-n13px,
.mx-md-n13px {
    margin-left: -0.8125rem !important;
  }

  .m-md-n14px {
    margin: -0.875rem !important;
  }

  .mt-md-n14px,
.my-md-n14px {
    margin-top: -0.875rem !important;
  }

  .mr-md-n14px,
.mx-md-n14px {
    margin-right: -0.875rem !important;
  }

  .mb-md-n14px,
.my-md-n14px {
    margin-bottom: -0.875rem !important;
  }

  .ml-md-n14px,
.mx-md-n14px {
    margin-left: -0.875rem !important;
  }

  .m-md-n15px {
    margin: -0.9375rem !important;
  }

  .mt-md-n15px,
.my-md-n15px {
    margin-top: -0.9375rem !important;
  }

  .mr-md-n15px,
.mx-md-n15px {
    margin-right: -0.9375rem !important;
  }

  .mb-md-n15px,
.my-md-n15px {
    margin-bottom: -0.9375rem !important;
  }

  .ml-md-n15px,
.mx-md-n15px {
    margin-left: -0.9375rem !important;
  }

  .m-md-n18px {
    margin: -1.125rem !important;
  }

  .mt-md-n18px,
.my-md-n18px {
    margin-top: -1.125rem !important;
  }

  .mr-md-n18px,
.mx-md-n18px {
    margin-right: -1.125rem !important;
  }

  .mb-md-n18px,
.my-md-n18px {
    margin-bottom: -1.125rem !important;
  }

  .ml-md-n18px,
.mx-md-n18px {
    margin-left: -1.125rem !important;
  }

  .m-md-n20px {
    margin: -1.25rem !important;
  }

  .mt-md-n20px,
.my-md-n20px {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20px,
.mx-md-n20px {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20px,
.my-md-n20px {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20px,
.mx-md-n20px {
    margin-left: -1.25rem !important;
  }

  .m-md-n21px {
    margin: -1.3125rem !important;
  }

  .mt-md-n21px,
.my-md-n21px {
    margin-top: -1.3125rem !important;
  }

  .mr-md-n21px,
.mx-md-n21px {
    margin-right: -1.3125rem !important;
  }

  .mb-md-n21px,
.my-md-n21px {
    margin-bottom: -1.3125rem !important;
  }

  .ml-md-n21px,
.mx-md-n21px {
    margin-left: -1.3125rem !important;
  }

  .m-md-n25px {
    margin: -1.5625rem !important;
  }

  .mt-md-n25px,
.my-md-n25px {
    margin-top: -1.5625rem !important;
  }

  .mr-md-n25px,
.mx-md-n25px {
    margin-right: -1.5625rem !important;
  }

  .mb-md-n25px,
.my-md-n25px {
    margin-bottom: -1.5625rem !important;
  }

  .ml-md-n25px,
.mx-md-n25px {
    margin-left: -1.5625rem !important;
  }

  .m-md-n26px {
    margin: -1.625rem !important;
  }

  .mt-md-n26px,
.my-md-n26px {
    margin-top: -1.625rem !important;
  }

  .mr-md-n26px,
.mx-md-n26px {
    margin-right: -1.625rem !important;
  }

  .mb-md-n26px,
.my-md-n26px {
    margin-bottom: -1.625rem !important;
  }

  .ml-md-n26px,
.mx-md-n26px {
    margin-left: -1.625rem !important;
  }

  .m-md-n30px {
    margin: -1.875rem !important;
  }

  .mt-md-n30px,
.my-md-n30px {
    margin-top: -1.875rem !important;
  }

  .mr-md-n30px,
.mx-md-n30px {
    margin-right: -1.875rem !important;
  }

  .mb-md-n30px,
.my-md-n30px {
    margin-bottom: -1.875rem !important;
  }

  .ml-md-n30px,
.mx-md-n30px {
    margin-left: -1.875rem !important;
  }

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

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

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

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

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

  .m-md-n36px {
    margin: -2.25rem !important;
  }

  .mt-md-n36px,
.my-md-n36px {
    margin-top: -2.25rem !important;
  }

  .mr-md-n36px,
.mx-md-n36px {
    margin-right: -2.25rem !important;
  }

  .mb-md-n36px,
.my-md-n36px {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n36px,
.mx-md-n36px {
    margin-left: -2.25rem !important;
  }

  .m-md-n43px {
    margin: -2.6875rem !important;
  }

  .mt-md-n43px,
.my-md-n43px {
    margin-top: -2.6875rem !important;
  }

  .mr-md-n43px,
.mx-md-n43px {
    margin-right: -2.6875rem !important;
  }

  .mb-md-n43px,
.my-md-n43px {
    margin-bottom: -2.6875rem !important;
  }

  .ml-md-n43px,
.mx-md-n43px {
    margin-left: -2.6875rem !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;
  }

  .m-lg-1px {
    margin: 0.0625rem !important;
  }

  .mt-lg-1px,
.my-lg-1px {
    margin-top: 0.0625rem !important;
  }

  .mr-lg-1px,
.mx-lg-1px {
    margin-right: 0.0625rem !important;
  }

  .mb-lg-1px,
.my-lg-1px {
    margin-bottom: 0.0625rem !important;
  }

  .ml-lg-1px,
.mx-lg-1px {
    margin-left: 0.0625rem !important;
  }

  .m-lg-2px {
    margin: 0.125rem !important;
  }

  .mt-lg-2px,
.my-lg-2px {
    margin-top: 0.125rem !important;
  }

  .mr-lg-2px,
.mx-lg-2px {
    margin-right: 0.125rem !important;
  }

  .mb-lg-2px,
.my-lg-2px {
    margin-bottom: 0.125rem !important;
  }

  .ml-lg-2px,
.mx-lg-2px {
    margin-left: 0.125rem !important;
  }

  .m-lg-3px {
    margin: 0.1875rem !important;
  }

  .mt-lg-3px,
.my-lg-3px {
    margin-top: 0.1875rem !important;
  }

  .mr-lg-3px,
.mx-lg-3px {
    margin-right: 0.1875rem !important;
  }

  .mb-lg-3px,
.my-lg-3px {
    margin-bottom: 0.1875rem !important;
  }

  .ml-lg-3px,
.mx-lg-3px {
    margin-left: 0.1875rem !important;
  }

  .m-lg-6px {
    margin: 0.375rem !important;
  }

  .mt-lg-6px,
.my-lg-6px {
    margin-top: 0.375rem !important;
  }

  .mr-lg-6px,
.mx-lg-6px {
    margin-right: 0.375rem !important;
  }

  .mb-lg-6px,
.my-lg-6px {
    margin-bottom: 0.375rem !important;
  }

  .ml-lg-6px,
.mx-lg-6px {
    margin-left: 0.375rem !important;
  }

  .m-lg-7px {
    margin: 0.4375rem !important;
  }

  .mt-lg-7px,
.my-lg-7px {
    margin-top: 0.4375rem !important;
  }

  .mr-lg-7px,
.mx-lg-7px {
    margin-right: 0.4375rem !important;
  }

  .mb-lg-7px,
.my-lg-7px {
    margin-bottom: 0.4375rem !important;
  }

  .ml-lg-7px,
.mx-lg-7px {
    margin-left: 0.4375rem !important;
  }

  .m-lg-10px {
    margin: 0.625rem !important;
  }

  .mt-lg-10px,
.my-lg-10px {
    margin-top: 0.625rem !important;
  }

  .mr-lg-10px,
.mx-lg-10px {
    margin-right: 0.625rem !important;
  }

  .mb-lg-10px,
.my-lg-10px {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-10px,
.mx-lg-10px {
    margin-left: 0.625rem !important;
  }

  .m-lg-12px {
    margin: 0.75rem !important;
  }

  .mt-lg-12px,
.my-lg-12px {
    margin-top: 0.75rem !important;
  }

  .mr-lg-12px,
.mx-lg-12px {
    margin-right: 0.75rem !important;
  }

  .mb-lg-12px,
.my-lg-12px {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-12px,
.mx-lg-12px {
    margin-left: 0.75rem !important;
  }

  .m-lg-13px {
    margin: 0.8125rem !important;
  }

  .mt-lg-13px,
.my-lg-13px {
    margin-top: 0.8125rem !important;
  }

  .mr-lg-13px,
.mx-lg-13px {
    margin-right: 0.8125rem !important;
  }

  .mb-lg-13px,
.my-lg-13px {
    margin-bottom: 0.8125rem !important;
  }

  .ml-lg-13px,
.mx-lg-13px {
    margin-left: 0.8125rem !important;
  }

  .m-lg-14px {
    margin: 0.875rem !important;
  }

  .mt-lg-14px,
.my-lg-14px {
    margin-top: 0.875rem !important;
  }

  .mr-lg-14px,
.mx-lg-14px {
    margin-right: 0.875rem !important;
  }

  .mb-lg-14px,
.my-lg-14px {
    margin-bottom: 0.875rem !important;
  }

  .ml-lg-14px,
.mx-lg-14px {
    margin-left: 0.875rem !important;
  }

  .m-lg-15px {
    margin: 0.9375rem !important;
  }

  .mt-lg-15px,
.my-lg-15px {
    margin-top: 0.9375rem !important;
  }

  .mr-lg-15px,
.mx-lg-15px {
    margin-right: 0.9375rem !important;
  }

  .mb-lg-15px,
.my-lg-15px {
    margin-bottom: 0.9375rem !important;
  }

  .ml-lg-15px,
.mx-lg-15px {
    margin-left: 0.9375rem !important;
  }

  .m-lg-18px {
    margin: 1.125rem !important;
  }

  .mt-lg-18px,
.my-lg-18px {
    margin-top: 1.125rem !important;
  }

  .mr-lg-18px,
.mx-lg-18px {
    margin-right: 1.125rem !important;
  }

  .mb-lg-18px,
.my-lg-18px {
    margin-bottom: 1.125rem !important;
  }

  .ml-lg-18px,
.mx-lg-18px {
    margin-left: 1.125rem !important;
  }

  .m-lg-20px {
    margin: 1.25rem !important;
  }

  .mt-lg-20px,
.my-lg-20px {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20px,
.mx-lg-20px {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20px,
.my-lg-20px {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20px,
.mx-lg-20px {
    margin-left: 1.25rem !important;
  }

  .m-lg-21px {
    margin: 1.3125rem !important;
  }

  .mt-lg-21px,
.my-lg-21px {
    margin-top: 1.3125rem !important;
  }

  .mr-lg-21px,
.mx-lg-21px {
    margin-right: 1.3125rem !important;
  }

  .mb-lg-21px,
.my-lg-21px {
    margin-bottom: 1.3125rem !important;
  }

  .ml-lg-21px,
.mx-lg-21px {
    margin-left: 1.3125rem !important;
  }

  .m-lg-25px {
    margin: 1.5625rem !important;
  }

  .mt-lg-25px,
.my-lg-25px {
    margin-top: 1.5625rem !important;
  }

  .mr-lg-25px,
.mx-lg-25px {
    margin-right: 1.5625rem !important;
  }

  .mb-lg-25px,
.my-lg-25px {
    margin-bottom: 1.5625rem !important;
  }

  .ml-lg-25px,
.mx-lg-25px {
    margin-left: 1.5625rem !important;
  }

  .m-lg-26px {
    margin: 1.625rem !important;
  }

  .mt-lg-26px,
.my-lg-26px {
    margin-top: 1.625rem !important;
  }

  .mr-lg-26px,
.mx-lg-26px {
    margin-right: 1.625rem !important;
  }

  .mb-lg-26px,
.my-lg-26px {
    margin-bottom: 1.625rem !important;
  }

  .ml-lg-26px,
.mx-lg-26px {
    margin-left: 1.625rem !important;
  }

  .m-lg-30px {
    margin: 1.875rem !important;
  }

  .mt-lg-30px,
.my-lg-30px {
    margin-top: 1.875rem !important;
  }

  .mr-lg-30px,
.mx-lg-30px {
    margin-right: 1.875rem !important;
  }

  .mb-lg-30px,
.my-lg-30px {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-30px,
.mx-lg-30px {
    margin-left: 1.875rem !important;
  }

  .m-lg-32px {
    margin: 2rem !important;
  }

  .mt-lg-32px,
.my-lg-32px {
    margin-top: 2rem !important;
  }

  .mr-lg-32px,
.mx-lg-32px {
    margin-right: 2rem !important;
  }

  .mb-lg-32px,
.my-lg-32px {
    margin-bottom: 2rem !important;
  }

  .ml-lg-32px,
.mx-lg-32px {
    margin-left: 2rem !important;
  }

  .m-lg-36px {
    margin: 2.25rem !important;
  }

  .mt-lg-36px,
.my-lg-36px {
    margin-top: 2.25rem !important;
  }

  .mr-lg-36px,
.mx-lg-36px {
    margin-right: 2.25rem !important;
  }

  .mb-lg-36px,
.my-lg-36px {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-36px,
.mx-lg-36px {
    margin-left: 2.25rem !important;
  }

  .m-lg-43px {
    margin: 2.6875rem !important;
  }

  .mt-lg-43px,
.my-lg-43px {
    margin-top: 2.6875rem !important;
  }

  .mr-lg-43px,
.mx-lg-43px {
    margin-right: 2.6875rem !important;
  }

  .mb-lg-43px,
.my-lg-43px {
    margin-bottom: 2.6875rem !important;
  }

  .ml-lg-43px,
.mx-lg-43px {
    margin-left: 2.6875rem !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;
  }

  .p-lg-1px {
    padding: 0.0625rem !important;
  }

  .pt-lg-1px,
.py-lg-1px {
    padding-top: 0.0625rem !important;
  }

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

  .pb-lg-1px,
.py-lg-1px {
    padding-bottom: 0.0625rem !important;
  }

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

  .p-lg-2px {
    padding: 0.125rem !important;
  }

  .pt-lg-2px,
.py-lg-2px {
    padding-top: 0.125rem !important;
  }

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

  .pb-lg-2px,
.py-lg-2px {
    padding-bottom: 0.125rem !important;
  }

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

  .p-lg-3px {
    padding: 0.1875rem !important;
  }

  .pt-lg-3px,
.py-lg-3px {
    padding-top: 0.1875rem !important;
  }

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

  .pb-lg-3px,
.py-lg-3px {
    padding-bottom: 0.1875rem !important;
  }

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

  .p-lg-6px {
    padding: 0.375rem !important;
  }

  .pt-lg-6px,
.py-lg-6px {
    padding-top: 0.375rem !important;
  }

  .pr-lg-6px,
.px-lg-6px {
    padding-right: 0.375rem !important;
  }

  .pb-lg-6px,
.py-lg-6px {
    padding-bottom: 0.375rem !important;
  }

  .pl-lg-6px,
.px-lg-6px {
    padding-left: 0.375rem !important;
  }

  .p-lg-7px {
    padding: 0.4375rem !important;
  }

  .pt-lg-7px,
.py-lg-7px {
    padding-top: 0.4375rem !important;
  }

  .pr-lg-7px,
.px-lg-7px {
    padding-right: 0.4375rem !important;
  }

  .pb-lg-7px,
.py-lg-7px {
    padding-bottom: 0.4375rem !important;
  }

  .pl-lg-7px,
.px-lg-7px {
    padding-left: 0.4375rem !important;
  }

  .p-lg-10px {
    padding: 0.625rem !important;
  }

  .pt-lg-10px,
.py-lg-10px {
    padding-top: 0.625rem !important;
  }

  .pr-lg-10px,
.px-lg-10px {
    padding-right: 0.625rem !important;
  }

  .pb-lg-10px,
.py-lg-10px {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-10px,
.px-lg-10px {
    padding-left: 0.625rem !important;
  }

  .p-lg-12px {
    padding: 0.75rem !important;
  }

  .pt-lg-12px,
.py-lg-12px {
    padding-top: 0.75rem !important;
  }

  .pr-lg-12px,
.px-lg-12px {
    padding-right: 0.75rem !important;
  }

  .pb-lg-12px,
.py-lg-12px {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-12px,
.px-lg-12px {
    padding-left: 0.75rem !important;
  }

  .p-lg-13px {
    padding: 0.8125rem !important;
  }

  .pt-lg-13px,
.py-lg-13px {
    padding-top: 0.8125rem !important;
  }

  .pr-lg-13px,
.px-lg-13px {
    padding-right: 0.8125rem !important;
  }

  .pb-lg-13px,
.py-lg-13px {
    padding-bottom: 0.8125rem !important;
  }

  .pl-lg-13px,
.px-lg-13px {
    padding-left: 0.8125rem !important;
  }

  .p-lg-14px {
    padding: 0.875rem !important;
  }

  .pt-lg-14px,
.py-lg-14px {
    padding-top: 0.875rem !important;
  }

  .pr-lg-14px,
.px-lg-14px {
    padding-right: 0.875rem !important;
  }

  .pb-lg-14px,
.py-lg-14px {
    padding-bottom: 0.875rem !important;
  }

  .pl-lg-14px,
.px-lg-14px {
    padding-left: 0.875rem !important;
  }

  .p-lg-15px {
    padding: 0.9375rem !important;
  }

  .pt-lg-15px,
.py-lg-15px {
    padding-top: 0.9375rem !important;
  }

  .pr-lg-15px,
.px-lg-15px {
    padding-right: 0.9375rem !important;
  }

  .pb-lg-15px,
.py-lg-15px {
    padding-bottom: 0.9375rem !important;
  }

  .pl-lg-15px,
.px-lg-15px {
    padding-left: 0.9375rem !important;
  }

  .p-lg-18px {
    padding: 1.125rem !important;
  }

  .pt-lg-18px,
.py-lg-18px {
    padding-top: 1.125rem !important;
  }

  .pr-lg-18px,
.px-lg-18px {
    padding-right: 1.125rem !important;
  }

  .pb-lg-18px,
.py-lg-18px {
    padding-bottom: 1.125rem !important;
  }

  .pl-lg-18px,
.px-lg-18px {
    padding-left: 1.125rem !important;
  }

  .p-lg-20px {
    padding: 1.25rem !important;
  }

  .pt-lg-20px,
.py-lg-20px {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20px,
.px-lg-20px {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20px,
.py-lg-20px {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20px,
.px-lg-20px {
    padding-left: 1.25rem !important;
  }

  .p-lg-21px {
    padding: 1.3125rem !important;
  }

  .pt-lg-21px,
.py-lg-21px {
    padding-top: 1.3125rem !important;
  }

  .pr-lg-21px,
.px-lg-21px {
    padding-right: 1.3125rem !important;
  }

  .pb-lg-21px,
.py-lg-21px {
    padding-bottom: 1.3125rem !important;
  }

  .pl-lg-21px,
.px-lg-21px {
    padding-left: 1.3125rem !important;
  }

  .p-lg-25px {
    padding: 1.5625rem !important;
  }

  .pt-lg-25px,
.py-lg-25px {
    padding-top: 1.5625rem !important;
  }

  .pr-lg-25px,
.px-lg-25px {
    padding-right: 1.5625rem !important;
  }

  .pb-lg-25px,
.py-lg-25px {
    padding-bottom: 1.5625rem !important;
  }

  .pl-lg-25px,
.px-lg-25px {
    padding-left: 1.5625rem !important;
  }

  .p-lg-26px {
    padding: 1.625rem !important;
  }

  .pt-lg-26px,
.py-lg-26px {
    padding-top: 1.625rem !important;
  }

  .pr-lg-26px,
.px-lg-26px {
    padding-right: 1.625rem !important;
  }

  .pb-lg-26px,
.py-lg-26px {
    padding-bottom: 1.625rem !important;
  }

  .pl-lg-26px,
.px-lg-26px {
    padding-left: 1.625rem !important;
  }

  .p-lg-30px {
    padding: 1.875rem !important;
  }

  .pt-lg-30px,
.py-lg-30px {
    padding-top: 1.875rem !important;
  }

  .pr-lg-30px,
.px-lg-30px {
    padding-right: 1.875rem !important;
  }

  .pb-lg-30px,
.py-lg-30px {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-30px,
.px-lg-30px {
    padding-left: 1.875rem !important;
  }

  .p-lg-32px {
    padding: 2rem !important;
  }

  .pt-lg-32px,
.py-lg-32px {
    padding-top: 2rem !important;
  }

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

  .pb-lg-32px,
.py-lg-32px {
    padding-bottom: 2rem !important;
  }

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

  .p-lg-36px {
    padding: 2.25rem !important;
  }

  .pt-lg-36px,
.py-lg-36px {
    padding-top: 2.25rem !important;
  }

  .pr-lg-36px,
.px-lg-36px {
    padding-right: 2.25rem !important;
  }

  .pb-lg-36px,
.py-lg-36px {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-36px,
.px-lg-36px {
    padding-left: 2.25rem !important;
  }

  .p-lg-43px {
    padding: 2.6875rem !important;
  }

  .pt-lg-43px,
.py-lg-43px {
    padding-top: 2.6875rem !important;
  }

  .pr-lg-43px,
.px-lg-43px {
    padding-right: 2.6875rem !important;
  }

  .pb-lg-43px,
.py-lg-43px {
    padding-bottom: 2.6875rem !important;
  }

  .pl-lg-43px,
.px-lg-43px {
    padding-left: 2.6875rem !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-n1px {
    margin: -0.0625rem !important;
  }

  .mt-lg-n1px,
.my-lg-n1px {
    margin-top: -0.0625rem !important;
  }

  .mr-lg-n1px,
.mx-lg-n1px {
    margin-right: -0.0625rem !important;
  }

  .mb-lg-n1px,
.my-lg-n1px {
    margin-bottom: -0.0625rem !important;
  }

  .ml-lg-n1px,
.mx-lg-n1px {
    margin-left: -0.0625rem !important;
  }

  .m-lg-n2px {
    margin: -0.125rem !important;
  }

  .mt-lg-n2px,
.my-lg-n2px {
    margin-top: -0.125rem !important;
  }

  .mr-lg-n2px,
.mx-lg-n2px {
    margin-right: -0.125rem !important;
  }

  .mb-lg-n2px,
.my-lg-n2px {
    margin-bottom: -0.125rem !important;
  }

  .ml-lg-n2px,
.mx-lg-n2px {
    margin-left: -0.125rem !important;
  }

  .m-lg-n3px {
    margin: -0.1875rem !important;
  }

  .mt-lg-n3px,
.my-lg-n3px {
    margin-top: -0.1875rem !important;
  }

  .mr-lg-n3px,
.mx-lg-n3px {
    margin-right: -0.1875rem !important;
  }

  .mb-lg-n3px,
.my-lg-n3px {
    margin-bottom: -0.1875rem !important;
  }

  .ml-lg-n3px,
.mx-lg-n3px {
    margin-left: -0.1875rem !important;
  }

  .m-lg-n6px {
    margin: -0.375rem !important;
  }

  .mt-lg-n6px,
.my-lg-n6px {
    margin-top: -0.375rem !important;
  }

  .mr-lg-n6px,
.mx-lg-n6px {
    margin-right: -0.375rem !important;
  }

  .mb-lg-n6px,
.my-lg-n6px {
    margin-bottom: -0.375rem !important;
  }

  .ml-lg-n6px,
.mx-lg-n6px {
    margin-left: -0.375rem !important;
  }

  .m-lg-n7px {
    margin: -0.4375rem !important;
  }

  .mt-lg-n7px,
.my-lg-n7px {
    margin-top: -0.4375rem !important;
  }

  .mr-lg-n7px,
.mx-lg-n7px {
    margin-right: -0.4375rem !important;
  }

  .mb-lg-n7px,
.my-lg-n7px {
    margin-bottom: -0.4375rem !important;
  }

  .ml-lg-n7px,
.mx-lg-n7px {
    margin-left: -0.4375rem !important;
  }

  .m-lg-n10px {
    margin: -0.625rem !important;
  }

  .mt-lg-n10px,
.my-lg-n10px {
    margin-top: -0.625rem !important;
  }

  .mr-lg-n10px,
.mx-lg-n10px {
    margin-right: -0.625rem !important;
  }

  .mb-lg-n10px,
.my-lg-n10px {
    margin-bottom: -0.625rem !important;
  }

  .ml-lg-n10px,
.mx-lg-n10px {
    margin-left: -0.625rem !important;
  }

  .m-lg-n12px {
    margin: -0.75rem !important;
  }

  .mt-lg-n12px,
.my-lg-n12px {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n12px,
.mx-lg-n12px {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n12px,
.my-lg-n12px {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n12px,
.mx-lg-n12px {
    margin-left: -0.75rem !important;
  }

  .m-lg-n13px {
    margin: -0.8125rem !important;
  }

  .mt-lg-n13px,
.my-lg-n13px {
    margin-top: -0.8125rem !important;
  }

  .mr-lg-n13px,
.mx-lg-n13px {
    margin-right: -0.8125rem !important;
  }

  .mb-lg-n13px,
.my-lg-n13px {
    margin-bottom: -0.8125rem !important;
  }

  .ml-lg-n13px,
.mx-lg-n13px {
    margin-left: -0.8125rem !important;
  }

  .m-lg-n14px {
    margin: -0.875rem !important;
  }

  .mt-lg-n14px,
.my-lg-n14px {
    margin-top: -0.875rem !important;
  }

  .mr-lg-n14px,
.mx-lg-n14px {
    margin-right: -0.875rem !important;
  }

  .mb-lg-n14px,
.my-lg-n14px {
    margin-bottom: -0.875rem !important;
  }

  .ml-lg-n14px,
.mx-lg-n14px {
    margin-left: -0.875rem !important;
  }

  .m-lg-n15px {
    margin: -0.9375rem !important;
  }

  .mt-lg-n15px,
.my-lg-n15px {
    margin-top: -0.9375rem !important;
  }

  .mr-lg-n15px,
.mx-lg-n15px {
    margin-right: -0.9375rem !important;
  }

  .mb-lg-n15px,
.my-lg-n15px {
    margin-bottom: -0.9375rem !important;
  }

  .ml-lg-n15px,
.mx-lg-n15px {
    margin-left: -0.9375rem !important;
  }

  .m-lg-n18px {
    margin: -1.125rem !important;
  }

  .mt-lg-n18px,
.my-lg-n18px {
    margin-top: -1.125rem !important;
  }

  .mr-lg-n18px,
.mx-lg-n18px {
    margin-right: -1.125rem !important;
  }

  .mb-lg-n18px,
.my-lg-n18px {
    margin-bottom: -1.125rem !important;
  }

  .ml-lg-n18px,
.mx-lg-n18px {
    margin-left: -1.125rem !important;
  }

  .m-lg-n20px {
    margin: -1.25rem !important;
  }

  .mt-lg-n20px,
.my-lg-n20px {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20px,
.mx-lg-n20px {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20px,
.my-lg-n20px {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20px,
.mx-lg-n20px {
    margin-left: -1.25rem !important;
  }

  .m-lg-n21px {
    margin: -1.3125rem !important;
  }

  .mt-lg-n21px,
.my-lg-n21px {
    margin-top: -1.3125rem !important;
  }

  .mr-lg-n21px,
.mx-lg-n21px {
    margin-right: -1.3125rem !important;
  }

  .mb-lg-n21px,
.my-lg-n21px {
    margin-bottom: -1.3125rem !important;
  }

  .ml-lg-n21px,
.mx-lg-n21px {
    margin-left: -1.3125rem !important;
  }

  .m-lg-n25px {
    margin: -1.5625rem !important;
  }

  .mt-lg-n25px,
.my-lg-n25px {
    margin-top: -1.5625rem !important;
  }

  .mr-lg-n25px,
.mx-lg-n25px {
    margin-right: -1.5625rem !important;
  }

  .mb-lg-n25px,
.my-lg-n25px {
    margin-bottom: -1.5625rem !important;
  }

  .ml-lg-n25px,
.mx-lg-n25px {
    margin-left: -1.5625rem !important;
  }

  .m-lg-n26px {
    margin: -1.625rem !important;
  }

  .mt-lg-n26px,
.my-lg-n26px {
    margin-top: -1.625rem !important;
  }

  .mr-lg-n26px,
.mx-lg-n26px {
    margin-right: -1.625rem !important;
  }

  .mb-lg-n26px,
.my-lg-n26px {
    margin-bottom: -1.625rem !important;
  }

  .ml-lg-n26px,
.mx-lg-n26px {
    margin-left: -1.625rem !important;
  }

  .m-lg-n30px {
    margin: -1.875rem !important;
  }

  .mt-lg-n30px,
.my-lg-n30px {
    margin-top: -1.875rem !important;
  }

  .mr-lg-n30px,
.mx-lg-n30px {
    margin-right: -1.875rem !important;
  }

  .mb-lg-n30px,
.my-lg-n30px {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg-n30px,
.mx-lg-n30px {
    margin-left: -1.875rem !important;
  }

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

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

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

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

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

  .m-lg-n36px {
    margin: -2.25rem !important;
  }

  .mt-lg-n36px,
.my-lg-n36px {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n36px,
.mx-lg-n36px {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n36px,
.my-lg-n36px {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n36px,
.mx-lg-n36px {
    margin-left: -2.25rem !important;
  }

  .m-lg-n43px {
    margin: -2.6875rem !important;
  }

  .mt-lg-n43px,
.my-lg-n43px {
    margin-top: -2.6875rem !important;
  }

  .mr-lg-n43px,
.mx-lg-n43px {
    margin-right: -2.6875rem !important;
  }

  .mb-lg-n43px,
.my-lg-n43px {
    margin-bottom: -2.6875rem !important;
  }

  .ml-lg-n43px,
.mx-lg-n43px {
    margin-left: -2.6875rem !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;
  }

  .m-xl-1px {
    margin: 0.0625rem !important;
  }

  .mt-xl-1px,
.my-xl-1px {
    margin-top: 0.0625rem !important;
  }

  .mr-xl-1px,
.mx-xl-1px {
    margin-right: 0.0625rem !important;
  }

  .mb-xl-1px,
.my-xl-1px {
    margin-bottom: 0.0625rem !important;
  }

  .ml-xl-1px,
.mx-xl-1px {
    margin-left: 0.0625rem !important;
  }

  .m-xl-2px {
    margin: 0.125rem !important;
  }

  .mt-xl-2px,
.my-xl-2px {
    margin-top: 0.125rem !important;
  }

  .mr-xl-2px,
.mx-xl-2px {
    margin-right: 0.125rem !important;
  }

  .mb-xl-2px,
.my-xl-2px {
    margin-bottom: 0.125rem !important;
  }

  .ml-xl-2px,
.mx-xl-2px {
    margin-left: 0.125rem !important;
  }

  .m-xl-3px {
    margin: 0.1875rem !important;
  }

  .mt-xl-3px,
.my-xl-3px {
    margin-top: 0.1875rem !important;
  }

  .mr-xl-3px,
.mx-xl-3px {
    margin-right: 0.1875rem !important;
  }

  .mb-xl-3px,
.my-xl-3px {
    margin-bottom: 0.1875rem !important;
  }

  .ml-xl-3px,
.mx-xl-3px {
    margin-left: 0.1875rem !important;
  }

  .m-xl-6px {
    margin: 0.375rem !important;
  }

  .mt-xl-6px,
.my-xl-6px {
    margin-top: 0.375rem !important;
  }

  .mr-xl-6px,
.mx-xl-6px {
    margin-right: 0.375rem !important;
  }

  .mb-xl-6px,
.my-xl-6px {
    margin-bottom: 0.375rem !important;
  }

  .ml-xl-6px,
.mx-xl-6px {
    margin-left: 0.375rem !important;
  }

  .m-xl-7px {
    margin: 0.4375rem !important;
  }

  .mt-xl-7px,
.my-xl-7px {
    margin-top: 0.4375rem !important;
  }

  .mr-xl-7px,
.mx-xl-7px {
    margin-right: 0.4375rem !important;
  }

  .mb-xl-7px,
.my-xl-7px {
    margin-bottom: 0.4375rem !important;
  }

  .ml-xl-7px,
.mx-xl-7px {
    margin-left: 0.4375rem !important;
  }

  .m-xl-10px {
    margin: 0.625rem !important;
  }

  .mt-xl-10px,
.my-xl-10px {
    margin-top: 0.625rem !important;
  }

  .mr-xl-10px,
.mx-xl-10px {
    margin-right: 0.625rem !important;
  }

  .mb-xl-10px,
.my-xl-10px {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-10px,
.mx-xl-10px {
    margin-left: 0.625rem !important;
  }

  .m-xl-12px {
    margin: 0.75rem !important;
  }

  .mt-xl-12px,
.my-xl-12px {
    margin-top: 0.75rem !important;
  }

  .mr-xl-12px,
.mx-xl-12px {
    margin-right: 0.75rem !important;
  }

  .mb-xl-12px,
.my-xl-12px {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-12px,
.mx-xl-12px {
    margin-left: 0.75rem !important;
  }

  .m-xl-13px {
    margin: 0.8125rem !important;
  }

  .mt-xl-13px,
.my-xl-13px {
    margin-top: 0.8125rem !important;
  }

  .mr-xl-13px,
.mx-xl-13px {
    margin-right: 0.8125rem !important;
  }

  .mb-xl-13px,
.my-xl-13px {
    margin-bottom: 0.8125rem !important;
  }

  .ml-xl-13px,
.mx-xl-13px {
    margin-left: 0.8125rem !important;
  }

  .m-xl-14px {
    margin: 0.875rem !important;
  }

  .mt-xl-14px,
.my-xl-14px {
    margin-top: 0.875rem !important;
  }

  .mr-xl-14px,
.mx-xl-14px {
    margin-right: 0.875rem !important;
  }

  .mb-xl-14px,
.my-xl-14px {
    margin-bottom: 0.875rem !important;
  }

  .ml-xl-14px,
.mx-xl-14px {
    margin-left: 0.875rem !important;
  }

  .m-xl-15px {
    margin: 0.9375rem !important;
  }

  .mt-xl-15px,
.my-xl-15px {
    margin-top: 0.9375rem !important;
  }

  .mr-xl-15px,
.mx-xl-15px {
    margin-right: 0.9375rem !important;
  }

  .mb-xl-15px,
.my-xl-15px {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xl-15px,
.mx-xl-15px {
    margin-left: 0.9375rem !important;
  }

  .m-xl-18px {
    margin: 1.125rem !important;
  }

  .mt-xl-18px,
.my-xl-18px {
    margin-top: 1.125rem !important;
  }

  .mr-xl-18px,
.mx-xl-18px {
    margin-right: 1.125rem !important;
  }

  .mb-xl-18px,
.my-xl-18px {
    margin-bottom: 1.125rem !important;
  }

  .ml-xl-18px,
.mx-xl-18px {
    margin-left: 1.125rem !important;
  }

  .m-xl-20px {
    margin: 1.25rem !important;
  }

  .mt-xl-20px,
.my-xl-20px {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20px,
.mx-xl-20px {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20px,
.my-xl-20px {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20px,
.mx-xl-20px {
    margin-left: 1.25rem !important;
  }

  .m-xl-21px {
    margin: 1.3125rem !important;
  }

  .mt-xl-21px,
.my-xl-21px {
    margin-top: 1.3125rem !important;
  }

  .mr-xl-21px,
.mx-xl-21px {
    margin-right: 1.3125rem !important;
  }

  .mb-xl-21px,
.my-xl-21px {
    margin-bottom: 1.3125rem !important;
  }

  .ml-xl-21px,
.mx-xl-21px {
    margin-left: 1.3125rem !important;
  }

  .m-xl-25px {
    margin: 1.5625rem !important;
  }

  .mt-xl-25px,
.my-xl-25px {
    margin-top: 1.5625rem !important;
  }

  .mr-xl-25px,
.mx-xl-25px {
    margin-right: 1.5625rem !important;
  }

  .mb-xl-25px,
.my-xl-25px {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xl-25px,
.mx-xl-25px {
    margin-left: 1.5625rem !important;
  }

  .m-xl-26px {
    margin: 1.625rem !important;
  }

  .mt-xl-26px,
.my-xl-26px {
    margin-top: 1.625rem !important;
  }

  .mr-xl-26px,
.mx-xl-26px {
    margin-right: 1.625rem !important;
  }

  .mb-xl-26px,
.my-xl-26px {
    margin-bottom: 1.625rem !important;
  }

  .ml-xl-26px,
.mx-xl-26px {
    margin-left: 1.625rem !important;
  }

  .m-xl-30px {
    margin: 1.875rem !important;
  }

  .mt-xl-30px,
.my-xl-30px {
    margin-top: 1.875rem !important;
  }

  .mr-xl-30px,
.mx-xl-30px {
    margin-right: 1.875rem !important;
  }

  .mb-xl-30px,
.my-xl-30px {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-30px,
.mx-xl-30px {
    margin-left: 1.875rem !important;
  }

  .m-xl-32px {
    margin: 2rem !important;
  }

  .mt-xl-32px,
.my-xl-32px {
    margin-top: 2rem !important;
  }

  .mr-xl-32px,
.mx-xl-32px {
    margin-right: 2rem !important;
  }

  .mb-xl-32px,
.my-xl-32px {
    margin-bottom: 2rem !important;
  }

  .ml-xl-32px,
.mx-xl-32px {
    margin-left: 2rem !important;
  }

  .m-xl-36px {
    margin: 2.25rem !important;
  }

  .mt-xl-36px,
.my-xl-36px {
    margin-top: 2.25rem !important;
  }

  .mr-xl-36px,
.mx-xl-36px {
    margin-right: 2.25rem !important;
  }

  .mb-xl-36px,
.my-xl-36px {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-36px,
.mx-xl-36px {
    margin-left: 2.25rem !important;
  }

  .m-xl-43px {
    margin: 2.6875rem !important;
  }

  .mt-xl-43px,
.my-xl-43px {
    margin-top: 2.6875rem !important;
  }

  .mr-xl-43px,
.mx-xl-43px {
    margin-right: 2.6875rem !important;
  }

  .mb-xl-43px,
.my-xl-43px {
    margin-bottom: 2.6875rem !important;
  }

  .ml-xl-43px,
.mx-xl-43px {
    margin-left: 2.6875rem !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;
  }

  .p-xl-1px {
    padding: 0.0625rem !important;
  }

  .pt-xl-1px,
.py-xl-1px {
    padding-top: 0.0625rem !important;
  }

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

  .pb-xl-1px,
.py-xl-1px {
    padding-bottom: 0.0625rem !important;
  }

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

  .p-xl-2px {
    padding: 0.125rem !important;
  }

  .pt-xl-2px,
.py-xl-2px {
    padding-top: 0.125rem !important;
  }

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

  .pb-xl-2px,
.py-xl-2px {
    padding-bottom: 0.125rem !important;
  }

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

  .p-xl-3px {
    padding: 0.1875rem !important;
  }

  .pt-xl-3px,
.py-xl-3px {
    padding-top: 0.1875rem !important;
  }

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

  .pb-xl-3px,
.py-xl-3px {
    padding-bottom: 0.1875rem !important;
  }

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

  .p-xl-6px {
    padding: 0.375rem !important;
  }

  .pt-xl-6px,
.py-xl-6px {
    padding-top: 0.375rem !important;
  }

  .pr-xl-6px,
.px-xl-6px {
    padding-right: 0.375rem !important;
  }

  .pb-xl-6px,
.py-xl-6px {
    padding-bottom: 0.375rem !important;
  }

  .pl-xl-6px,
.px-xl-6px {
    padding-left: 0.375rem !important;
  }

  .p-xl-7px {
    padding: 0.4375rem !important;
  }

  .pt-xl-7px,
.py-xl-7px {
    padding-top: 0.4375rem !important;
  }

  .pr-xl-7px,
.px-xl-7px {
    padding-right: 0.4375rem !important;
  }

  .pb-xl-7px,
.py-xl-7px {
    padding-bottom: 0.4375rem !important;
  }

  .pl-xl-7px,
.px-xl-7px {
    padding-left: 0.4375rem !important;
  }

  .p-xl-10px {
    padding: 0.625rem !important;
  }

  .pt-xl-10px,
.py-xl-10px {
    padding-top: 0.625rem !important;
  }

  .pr-xl-10px,
.px-xl-10px {
    padding-right: 0.625rem !important;
  }

  .pb-xl-10px,
.py-xl-10px {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-10px,
.px-xl-10px {
    padding-left: 0.625rem !important;
  }

  .p-xl-12px {
    padding: 0.75rem !important;
  }

  .pt-xl-12px,
.py-xl-12px {
    padding-top: 0.75rem !important;
  }

  .pr-xl-12px,
.px-xl-12px {
    padding-right: 0.75rem !important;
  }

  .pb-xl-12px,
.py-xl-12px {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-12px,
.px-xl-12px {
    padding-left: 0.75rem !important;
  }

  .p-xl-13px {
    padding: 0.8125rem !important;
  }

  .pt-xl-13px,
.py-xl-13px {
    padding-top: 0.8125rem !important;
  }

  .pr-xl-13px,
.px-xl-13px {
    padding-right: 0.8125rem !important;
  }

  .pb-xl-13px,
.py-xl-13px {
    padding-bottom: 0.8125rem !important;
  }

  .pl-xl-13px,
.px-xl-13px {
    padding-left: 0.8125rem !important;
  }

  .p-xl-14px {
    padding: 0.875rem !important;
  }

  .pt-xl-14px,
.py-xl-14px {
    padding-top: 0.875rem !important;
  }

  .pr-xl-14px,
.px-xl-14px {
    padding-right: 0.875rem !important;
  }

  .pb-xl-14px,
.py-xl-14px {
    padding-bottom: 0.875rem !important;
  }

  .pl-xl-14px,
.px-xl-14px {
    padding-left: 0.875rem !important;
  }

  .p-xl-15px {
    padding: 0.9375rem !important;
  }

  .pt-xl-15px,
.py-xl-15px {
    padding-top: 0.9375rem !important;
  }

  .pr-xl-15px,
.px-xl-15px {
    padding-right: 0.9375rem !important;
  }

  .pb-xl-15px,
.py-xl-15px {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xl-15px,
.px-xl-15px {
    padding-left: 0.9375rem !important;
  }

  .p-xl-18px {
    padding: 1.125rem !important;
  }

  .pt-xl-18px,
.py-xl-18px {
    padding-top: 1.125rem !important;
  }

  .pr-xl-18px,
.px-xl-18px {
    padding-right: 1.125rem !important;
  }

  .pb-xl-18px,
.py-xl-18px {
    padding-bottom: 1.125rem !important;
  }

  .pl-xl-18px,
.px-xl-18px {
    padding-left: 1.125rem !important;
  }

  .p-xl-20px {
    padding: 1.25rem !important;
  }

  .pt-xl-20px,
.py-xl-20px {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20px,
.px-xl-20px {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20px,
.py-xl-20px {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20px,
.px-xl-20px {
    padding-left: 1.25rem !important;
  }

  .p-xl-21px {
    padding: 1.3125rem !important;
  }

  .pt-xl-21px,
.py-xl-21px {
    padding-top: 1.3125rem !important;
  }

  .pr-xl-21px,
.px-xl-21px {
    padding-right: 1.3125rem !important;
  }

  .pb-xl-21px,
.py-xl-21px {
    padding-bottom: 1.3125rem !important;
  }

  .pl-xl-21px,
.px-xl-21px {
    padding-left: 1.3125rem !important;
  }

  .p-xl-25px {
    padding: 1.5625rem !important;
  }

  .pt-xl-25px,
.py-xl-25px {
    padding-top: 1.5625rem !important;
  }

  .pr-xl-25px,
.px-xl-25px {
    padding-right: 1.5625rem !important;
  }

  .pb-xl-25px,
.py-xl-25px {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xl-25px,
.px-xl-25px {
    padding-left: 1.5625rem !important;
  }

  .p-xl-26px {
    padding: 1.625rem !important;
  }

  .pt-xl-26px,
.py-xl-26px {
    padding-top: 1.625rem !important;
  }

  .pr-xl-26px,
.px-xl-26px {
    padding-right: 1.625rem !important;
  }

  .pb-xl-26px,
.py-xl-26px {
    padding-bottom: 1.625rem !important;
  }

  .pl-xl-26px,
.px-xl-26px {
    padding-left: 1.625rem !important;
  }

  .p-xl-30px {
    padding: 1.875rem !important;
  }

  .pt-xl-30px,
.py-xl-30px {
    padding-top: 1.875rem !important;
  }

  .pr-xl-30px,
.px-xl-30px {
    padding-right: 1.875rem !important;
  }

  .pb-xl-30px,
.py-xl-30px {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-30px,
.px-xl-30px {
    padding-left: 1.875rem !important;
  }

  .p-xl-32px {
    padding: 2rem !important;
  }

  .pt-xl-32px,
.py-xl-32px {
    padding-top: 2rem !important;
  }

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

  .pb-xl-32px,
.py-xl-32px {
    padding-bottom: 2rem !important;
  }

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

  .p-xl-36px {
    padding: 2.25rem !important;
  }

  .pt-xl-36px,
.py-xl-36px {
    padding-top: 2.25rem !important;
  }

  .pr-xl-36px,
.px-xl-36px {
    padding-right: 2.25rem !important;
  }

  .pb-xl-36px,
.py-xl-36px {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-36px,
.px-xl-36px {
    padding-left: 2.25rem !important;
  }

  .p-xl-43px {
    padding: 2.6875rem !important;
  }

  .pt-xl-43px,
.py-xl-43px {
    padding-top: 2.6875rem !important;
  }

  .pr-xl-43px,
.px-xl-43px {
    padding-right: 2.6875rem !important;
  }

  .pb-xl-43px,
.py-xl-43px {
    padding-bottom: 2.6875rem !important;
  }

  .pl-xl-43px,
.px-xl-43px {
    padding-left: 2.6875rem !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-n1px {
    margin: -0.0625rem !important;
  }

  .mt-xl-n1px,
.my-xl-n1px {
    margin-top: -0.0625rem !important;
  }

  .mr-xl-n1px,
.mx-xl-n1px {
    margin-right: -0.0625rem !important;
  }

  .mb-xl-n1px,
.my-xl-n1px {
    margin-bottom: -0.0625rem !important;
  }

  .ml-xl-n1px,
.mx-xl-n1px {
    margin-left: -0.0625rem !important;
  }

  .m-xl-n2px {
    margin: -0.125rem !important;
  }

  .mt-xl-n2px,
.my-xl-n2px {
    margin-top: -0.125rem !important;
  }

  .mr-xl-n2px,
.mx-xl-n2px {
    margin-right: -0.125rem !important;
  }

  .mb-xl-n2px,
.my-xl-n2px {
    margin-bottom: -0.125rem !important;
  }

  .ml-xl-n2px,
.mx-xl-n2px {
    margin-left: -0.125rem !important;
  }

  .m-xl-n3px {
    margin: -0.1875rem !important;
  }

  .mt-xl-n3px,
.my-xl-n3px {
    margin-top: -0.1875rem !important;
  }

  .mr-xl-n3px,
.mx-xl-n3px {
    margin-right: -0.1875rem !important;
  }

  .mb-xl-n3px,
.my-xl-n3px {
    margin-bottom: -0.1875rem !important;
  }

  .ml-xl-n3px,
.mx-xl-n3px {
    margin-left: -0.1875rem !important;
  }

  .m-xl-n6px {
    margin: -0.375rem !important;
  }

  .mt-xl-n6px,
.my-xl-n6px {
    margin-top: -0.375rem !important;
  }

  .mr-xl-n6px,
.mx-xl-n6px {
    margin-right: -0.375rem !important;
  }

  .mb-xl-n6px,
.my-xl-n6px {
    margin-bottom: -0.375rem !important;
  }

  .ml-xl-n6px,
.mx-xl-n6px {
    margin-left: -0.375rem !important;
  }

  .m-xl-n7px {
    margin: -0.4375rem !important;
  }

  .mt-xl-n7px,
.my-xl-n7px {
    margin-top: -0.4375rem !important;
  }

  .mr-xl-n7px,
.mx-xl-n7px {
    margin-right: -0.4375rem !important;
  }

  .mb-xl-n7px,
.my-xl-n7px {
    margin-bottom: -0.4375rem !important;
  }

  .ml-xl-n7px,
.mx-xl-n7px {
    margin-left: -0.4375rem !important;
  }

  .m-xl-n10px {
    margin: -0.625rem !important;
  }

  .mt-xl-n10px,
.my-xl-n10px {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n10px,
.mx-xl-n10px {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n10px,
.my-xl-n10px {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n10px,
.mx-xl-n10px {
    margin-left: -0.625rem !important;
  }

  .m-xl-n12px {
    margin: -0.75rem !important;
  }

  .mt-xl-n12px,
.my-xl-n12px {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n12px,
.mx-xl-n12px {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n12px,
.my-xl-n12px {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n12px,
.mx-xl-n12px {
    margin-left: -0.75rem !important;
  }

  .m-xl-n13px {
    margin: -0.8125rem !important;
  }

  .mt-xl-n13px,
.my-xl-n13px {
    margin-top: -0.8125rem !important;
  }

  .mr-xl-n13px,
.mx-xl-n13px {
    margin-right: -0.8125rem !important;
  }

  .mb-xl-n13px,
.my-xl-n13px {
    margin-bottom: -0.8125rem !important;
  }

  .ml-xl-n13px,
.mx-xl-n13px {
    margin-left: -0.8125rem !important;
  }

  .m-xl-n14px {
    margin: -0.875rem !important;
  }

  .mt-xl-n14px,
.my-xl-n14px {
    margin-top: -0.875rem !important;
  }

  .mr-xl-n14px,
.mx-xl-n14px {
    margin-right: -0.875rem !important;
  }

  .mb-xl-n14px,
.my-xl-n14px {
    margin-bottom: -0.875rem !important;
  }

  .ml-xl-n14px,
.mx-xl-n14px {
    margin-left: -0.875rem !important;
  }

  .m-xl-n15px {
    margin: -0.9375rem !important;
  }

  .mt-xl-n15px,
.my-xl-n15px {
    margin-top: -0.9375rem !important;
  }

  .mr-xl-n15px,
.mx-xl-n15px {
    margin-right: -0.9375rem !important;
  }

  .mb-xl-n15px,
.my-xl-n15px {
    margin-bottom: -0.9375rem !important;
  }

  .ml-xl-n15px,
.mx-xl-n15px {
    margin-left: -0.9375rem !important;
  }

  .m-xl-n18px {
    margin: -1.125rem !important;
  }

  .mt-xl-n18px,
.my-xl-n18px {
    margin-top: -1.125rem !important;
  }

  .mr-xl-n18px,
.mx-xl-n18px {
    margin-right: -1.125rem !important;
  }

  .mb-xl-n18px,
.my-xl-n18px {
    margin-bottom: -1.125rem !important;
  }

  .ml-xl-n18px,
.mx-xl-n18px {
    margin-left: -1.125rem !important;
  }

  .m-xl-n20px {
    margin: -1.25rem !important;
  }

  .mt-xl-n20px,
.my-xl-n20px {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20px,
.mx-xl-n20px {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20px,
.my-xl-n20px {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20px,
.mx-xl-n20px {
    margin-left: -1.25rem !important;
  }

  .m-xl-n21px {
    margin: -1.3125rem !important;
  }

  .mt-xl-n21px,
.my-xl-n21px {
    margin-top: -1.3125rem !important;
  }

  .mr-xl-n21px,
.mx-xl-n21px {
    margin-right: -1.3125rem !important;
  }

  .mb-xl-n21px,
.my-xl-n21px {
    margin-bottom: -1.3125rem !important;
  }

  .ml-xl-n21px,
.mx-xl-n21px {
    margin-left: -1.3125rem !important;
  }

  .m-xl-n25px {
    margin: -1.5625rem !important;
  }

  .mt-xl-n25px,
.my-xl-n25px {
    margin-top: -1.5625rem !important;
  }

  .mr-xl-n25px,
.mx-xl-n25px {
    margin-right: -1.5625rem !important;
  }

  .mb-xl-n25px,
.my-xl-n25px {
    margin-bottom: -1.5625rem !important;
  }

  .ml-xl-n25px,
.mx-xl-n25px {
    margin-left: -1.5625rem !important;
  }

  .m-xl-n26px {
    margin: -1.625rem !important;
  }

  .mt-xl-n26px,
.my-xl-n26px {
    margin-top: -1.625rem !important;
  }

  .mr-xl-n26px,
.mx-xl-n26px {
    margin-right: -1.625rem !important;
  }

  .mb-xl-n26px,
.my-xl-n26px {
    margin-bottom: -1.625rem !important;
  }

  .ml-xl-n26px,
.mx-xl-n26px {
    margin-left: -1.625rem !important;
  }

  .m-xl-n30px {
    margin: -1.875rem !important;
  }

  .mt-xl-n30px,
.my-xl-n30px {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n30px,
.mx-xl-n30px {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n30px,
.my-xl-n30px {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n30px,
.mx-xl-n30px {
    margin-left: -1.875rem !important;
  }

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

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

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

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

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

  .m-xl-n36px {
    margin: -2.25rem !important;
  }

  .mt-xl-n36px,
.my-xl-n36px {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n36px,
.mx-xl-n36px {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n36px,
.my-xl-n36px {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n36px,
.mx-xl-n36px {
    margin-left: -2.25rem !important;
  }

  .m-xl-n43px {
    margin: -2.6875rem !important;
  }

  .mt-xl-n43px,
.my-xl-n43px {
    margin-top: -2.6875rem !important;
  }

  .mr-xl-n43px,
.mx-xl-n43px {
    margin-right: -2.6875rem !important;
  }

  .mb-xl-n43px,
.my-xl-n43px {
    margin-bottom: -2.6875rem !important;
  }

  .ml-xl-n43px,
.mx-xl-n43px {
    margin-left: -2.6875rem !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, .lc_total_fee {
  text-align: right !important;
}

.text-center, .lc_account {
  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: #01b172 !important;
}

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #474747 !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: #f00 !important;
}

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

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

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

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

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

.text-line {
  color: #00b900 !important;
}

a.text-line:hover, a.text-line:focus {
  color: #006d00 !important;
}

.text-gray-100 {
  color: #f3f3f3 !important;
}

a.text-gray-100:hover, a.text-gray-100:focus {
  color: #cdcdcd !important;
}

.text-gray-400 {
  color: #cccccc !important;
}

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #a6a6a6 !important;
}

.text-gray-700 {
  color: #585858 !important;
}

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #323232 !important;
}

.text-body {
  color: #313131 !important;
}

.text-muted {
  color: #6d6d6d !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, .lc_address_btn, .lc_cart_btn, .lc_haed_btn {
  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 #adadad;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

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

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

  .table .thead-dark th {
    color: inherit;
    border-color: #cccccc;
  }
}
label {
  font-size: 0.75rem;
  margin: 0 0 0.25em;
  line-height: 2;
  color: #6d6d6d;
}

.badge {
  line-height: 1.2;
}

body {
  min-height: 100vh;
  background: #f3f3f3 url("data:image/png;base64,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") no-repeat center center fixed;
}

b,
strong {
  font-weight: 700;
}

/* ie11 */
.flex-grow-1, .lc_talk_balloon {
  min-width: 0;
}

/* ie11 */
.sticky-top {
  position: sticky;
  top: 0;
}

/* ie11 */
.sticky-top {
  z-index: 1020;
}

.text-nowrap.overflow-hidden, .text-nowrap.lc_confirm, .text-nowrap.lc_form, .text-nowrap.lc_item_img_sm, .text-nowrap.lc_item_img, .text-nowrap.lc_item, .text-nowrap.lc_card_img, .text-nowrap.lc_card {
  text-overflow: ellipsis;
}

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

.btn-outline-primary, body .v-application a.btn-outline-primary {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
}
.btn-outline-primary.border-0, body .v-application a.border-0.btn-outline-primary, .btn-outline-primary.lc_haed_btn, body .v-application a.lc_haed_btn.btn-outline-primary {
  box-shadow: none !important;
}
.btn-outline-primary:disabled, body .v-application a.btn-outline-primary:disabled, .btn-outline-primary.disabled, body .v-application a.disabled.btn-outline-primary {
  color: #cccccc;
  border-color: #cccccc;
  opacity: 1;
  box-shadow: none !important;
}

.btn-outline-dark:hover, body .v-application a.btn-outline-dark:hover {
  background: none !important;
}

.btn-primary, body .v-application a.btn-primary {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
}
.btn-primary:disabled, body .v-application a.btn-primary:disabled, .btn-primary.disabled, body .v-application a.disabled.btn-primary {
  background-color: #cccccc;
  border-color: #cccccc;
  opacity: 1;
  box-shadow: none !important;
}

.btn-line:disabled, body .v-application a.btn-line:disabled, .btn-line.disabled, body .v-application a.disabled.btn-line {
  background-color: #cccccc;
  border-color: #cccccc;
  opacity: 1;
  box-shadow: none !important;
}
.btn-line.btn-lg, body .v-application a.btn-lg.btn-line, .btn-group-lg > .btn-line.btn, body .v-application .btn-group-lg > a.btn.btn-line, .lu_slide .btn-group-lg > .btn-line.btn_next, .lu_slide body .v-application .btn-group-lg > a.btn_next.btn-line,
.lu_slide .btn-group-lg > .btn-line.btn_prev,
.lu_slide body .v-application .btn-group-lg > a.btn_prev.btn-line {
  padding: 0.5rem 1rem;
}
.btn-line.btn-lg .luicon-line, .btn-group-lg > .btn-line.btn .luicon-line, .lu_slide .btn-group-lg > .btn-line.btn_next .luicon-line,
.lu_slide .btn-group-lg > .btn-line.btn_prev .luicon-line {
  font-size: 26px;
  line-height: 1;
}

.shadow:not(.btn, .lc_haed),
.shadow-lg:not(.btn) {
  background: #fff;
}

.lc_has_contact {
  padding: 0 0 60px;
}
.lc_fill_primary {
  fill: #01b172;
}
.lc_fill_secondary {
  fill: #6d6d6d;
}
.lc_fill_success {
  fill: #28a745;
}
.lc_fill_info {
  fill: #17a2b8;
}
.lc_fill_warning {
  fill: #ffc107;
}
.lc_fill_danger {
  fill: #f00;
}
.lc_fill_light {
  fill: #f3f3f3;
}
.lc_fill_dark {
  fill: #444444;
}
.lc_fill_line {
  fill: #00b900;
}
.lc_fill_gray-100 {
  fill: #f3f3f3;
}
.lc_fill_gray-400 {
  fill: #cccccc;
}
.lc_fill_gray-700 {
  fill: #585858;
}
.lc_fill_white {
  fill: #fff;
}
.lc_fill_transparent {
  fill: none;
}
.lc_ico_10 {
  font-size: 0.625rem;
  line-height: 1;
}
.lc_ico_11 {
  font-size: 0.6875rem;
  line-height: 1;
}
.lc_ico_12 {
  font-size: 0.75rem;
  line-height: 1;
}
.lc_ico_13 {
  font-size: 0.8125rem;
  line-height: 1;
}
.lc_ico_14 {
  font-size: 0.875rem;
  line-height: 1;
}
.lc_ico_15, .lc_address_btn .lcicon-edit {
  font-size: 0.9375rem;
  line-height: 1;
}
.lc_ico_16, .lc_confirm_head .lcicon-cart {
  font-size: 1rem;
  line-height: 1;
}
.lc_ico_18 {
  font-size: 1.125rem;
  line-height: 1;
}
.lc_ico_20, .lc_check_label_ico, .lc_quantity .btn.rounded-circle .lcicon-minus, .lc_quantity .lu_slide .rounded-circle.btn_next .lcicon-minus, .lu_slide .lc_quantity .rounded-circle.btn_next .lcicon-minus,
.lc_quantity .lu_slide .rounded-circle.btn_prev .lcicon-minus,
.lu_slide .lc_quantity .rounded-circle.btn_prev .lcicon-minus, .lc_quantity .btn.lc_talk_thumb .lcicon-minus, .lc_quantity .lu_slide .lc_talk_thumb.btn_next .lcicon-minus, .lu_slide .lc_quantity .lc_talk_thumb.btn_next .lcicon-minus,
.lc_quantity .lu_slide .lc_talk_thumb.btn_prev .lcicon-minus,
.lu_slide .lc_quantity .lc_talk_thumb.btn_prev .lcicon-minus,
.lc_quantity .btn.rounded-circle .lcicon-plus,
.lc_quantity .lu_slide .rounded-circle.btn_next .lcicon-plus,
.lu_slide .lc_quantity .rounded-circle.btn_next .lcicon-plus,
.lc_quantity .lu_slide .rounded-circle.btn_prev .lcicon-plus,
.lu_slide .lc_quantity .rounded-circle.btn_prev .lcicon-plus,
.lc_quantity .btn.lc_talk_thumb .lcicon-plus,
.lc_quantity .lu_slide .lc_talk_thumb.btn_next .lcicon-plus,
.lu_slide .lc_quantity .lc_talk_thumb.btn_next .lcicon-plus,
.lc_quantity .lu_slide .lc_talk_thumb.btn_prev .lcicon-plus,
.lu_slide .lc_quantity .lc_talk_thumb.btn_prev .lcicon-plus {
  font-size: 1.25rem;
  line-height: 1;
}
.lc_ico_21, .lc_cart_btn .lcicon-trash,
.lc_cart_btn .lcicon-edit {
  font-size: 1.3125rem;
  line-height: 1;
}
.lc_ico_22 {
  font-size: 1.375rem;
  line-height: 1;
}
.lc_ico_24, .lc_haed_btn .lcicon-shop,
.lc_haed_btn .lcicon-user {
  font-size: 1.5rem;
  line-height: 1;
}
.lc_ico_26, .btn-line .lcicon-line, body .v-application a.btn-line .lcicon-line {
  font-size: 1.625rem;
  line-height: 1;
}
.lc_ico_28 {
  font-size: 1.75rem;
  line-height: 1;
}
.lc_ico_30 {
  font-size: 1.875rem;
  line-height: 1;
}
.lc_ico_32 {
  font-size: 2rem;
  line-height: 1;
}
.lc_ico_44, .lc_account .lcicon-user {
  font-size: 2.75rem;
  line-height: 1;
}
.lc_txt_10 {
  font-size: 0.625rem;
  line-height: 1.5;
}
.lc_txt_11 {
  font-size: 0.6875rem;
  line-height: 1.5;
}
.lc_txt_12, .lc_payment_thru {
  font-size: 0.75rem;
  line-height: 1.5;
}
.lc_txt_13 {
  font-size: 0.8125rem;
  line-height: 1.5;
}
.lc_txt_14, .lc_check_label_lbl, .lc_payment_txt, .lc_payment_num, .lc_address_email, .lc_total_lbl, .lc_total_fee, .lc_cart_price, .lc_cart_quantity {
  font-size: 0.875rem;
  line-height: 1.5;
}
.lc_txt_15 {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.lc_txt_16, .lc_item_price, .lc_card_ttl {
  font-size: 1rem;
  line-height: 1.5;
}
.lc_txt_18, .lc_cart_ttl, .lc_account_ttl, .lc_confirm_head, .lc_item_ttl {
  font-size: 1.125rem;
  line-height: 1.5;
}
.lc_txt_20, .lc_haed_ttl {
  font-size: 1.25rem;
  line-height: 1.5;
}
.lc_txt_21 {
  font-size: 1.3125rem;
  line-height: 1.5;
}
.lc_txt_22 {
  font-size: 1.375rem;
  line-height: 1.5;
}
.lc_txt_24, .lc_total_val {
  font-size: 1.5rem;
  line-height: 1.5;
}
.lc_txt_26 {
  font-size: 1.625rem;
  line-height: 1.5;
}
.lc_txt_28 {
  font-size: 1.75rem;
  line-height: 1.5;
}
.lc_txt_30 {
  font-size: 1.875rem;
  line-height: 1.5;
}
.lc_txt_32 {
  font-size: 2rem;
  line-height: 1.5;
}
.lc_txt_44 {
  font-size: 2.75rem;
  line-height: 1.5;
}
.lc_w_80, .lc_quantity .form-control, .lc_quantity .lc_form .stripe-input, .lc_form .lc_quantity .stripe-input {
  width: 5rem;
  max-width: 100%;
}
.lc_w_158 {
  width: 9.875rem;
  max-width: 100%;
}
.lc_w_168, .lc_card {
  width: 10.5rem;
  max-width: 100%;
}
.lc_w_240 {
  width: 15rem;
  max-width: 100%;
}
.lc_w_375, .lc_confirm, .lc_form, .lc_item {
  width: 375px;
  max-width: 100%;
}
.lc_haed {
  background: linear-gradient(90deg, #01b172 0%, #019086 100%);
  color: #fff;
}
.lc_haed_ttl {
  font-weight: 700;
}
.lc_haed_btn {
  color: inherit;
}
.lc_haed_btn:hover {
  color: inherit;
  background: rgba(0, 0, 0, 0.2);
}
.lc_contact {
  z-index: 1020;
  bottom: 0;
  right: 0;
}
.lc_contact .btn-line, .lc_contact body .v-application a.btn-line, body .v-application .lc_contact a.btn-line {
  border-radius: 4px 0 0 0;
}
.lc_loading {
  margin: 8.75rem auto 6rem;
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}
.lc_loading_loader {
  transform-origin: center center;
  animation: rotate 3s linear infinite;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lc_loading_loader_path {
  stroke-dasharray: 289, 400;
  stroke-dashoffset: -28;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #01b172;
}
.lc_talk_thumb {
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
  width: 2.25rem;
  height: 2.25rem;
  /* IE11 */
  min-width: 2.25rem;
}
.lc_talk_balloon {
  min-width: 0%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  margin: 0 0.5rem 0 2.75rem;
}
.lc_talk_thumb + .lc_talk_balloon {
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  margin: 0 2.75rem 0 0.5rem;
}
.lc_slider_warp {
  overflow-x: auto;
  margin-left: -1rem;
  margin-right: -1rem;
}
.lc_card {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.25);
}
.lc_card * + .btn-block {
  margin: 1rem auto 0;
}
.lc_card .btn-block + .btn-block {
  margin-top: 0.75rem;
}
.lc_card .btn-block + .text-center > .btn-link, .lc_card .btn-block + .lc_account > .btn-link {
  margin-top: 0.375rem;
}
.lc_card_img:before {
  content: "";
}
.lc_card_img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
}
.lc_card_img:before {
  padding-top: 66.666666%;
}
.lc_card_ttl {
  font-weight: 700;
}
.lc_item {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.25);
}
.lc_item * + .btn-block {
  margin: 1rem auto 0;
}
.lc_item .btn-block + .btn-block {
  margin-top: 0.75rem;
}
.lc_item .btn-block + .text-center > .btn-link, .lc_item .btn-block + .lc_account > .btn-link {
  margin-top: 0.375rem;
}
.lc_item_slider {
  overflow-x: auto;
}
.lc_item_img:before {
  content: "";
}
.lc_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
}
.lc_item_img:before {
  padding-top: 66.666666%;
}
.lc_item_img_sm {
  width: 44px;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
}
.lc_item_img_sm:before {
  content: "";
}
.lc_item_img_sm img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
}
.lc_item_img_sm:before {
  padding-top: 100%;
}
.lc_item_ttl {
  font-weight: 700;
}
.lc_item_price {
  font-weight: 700;
}
.lc_item_txt {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.lc_form {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
}
.lc_form * + .btn-block {
  margin: 1rem auto 0;
}
.lc_form .btn-block + .btn-block {
  margin-top: 0.75rem;
}
.lc_form .btn-block + .text-center > .btn-link, .lc_form .btn-block + .lc_account > .btn-link {
  margin-top: 0.375rem;
}
.lc_form .stripe-input {
  padding-top: 0.5rem;
}
.lc_quantity .form-control, .lc_quantity .lc_form .stripe-input, .lc_form .lc_quantity .stripe-input {
  font-weight: 700;
}
.lc_quantity .btn.rounded-circle, .lc_quantity .lu_slide .rounded-circle.btn_next, .lu_slide .lc_quantity .rounded-circle.btn_next,
.lc_quantity .lu_slide .rounded-circle.btn_prev,
.lu_slide .lc_quantity .rounded-circle.btn_prev, .lc_quantity .btn.lc_talk_thumb, .lc_quantity .lu_slide .lc_talk_thumb.btn_next, .lu_slide .lc_quantity .lc_talk_thumb.btn_next,
.lc_quantity .lu_slide .lc_talk_thumb.btn_prev,
.lu_slide .lc_quantity .lc_talk_thumb.btn_prev {
  box-shadow: none;
  padding: 0.4375rem;
}
.lc_confirm {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.25);
  padding: 0 1rem;
}
.lc_confirm * + .btn-block {
  margin: 1rem auto 0;
}
.lc_confirm .btn-block + .btn-block {
  margin-top: 0.75rem;
}
.lc_confirm .btn-block + .text-center > .btn-link, .lc_confirm .btn-block + .lc_account > .btn-link {
  margin-top: 0.375rem;
}
.lc_confirm_head {
  padding: 0.40625rem 0;
}
.lc_confirm_body {
  padding: 1rem 0;
}
.lc_cart {
  border-bottom: 1px dashed #cccccc;
  padding: 1rem 0;
}
.lc_cart:first-child {
  padding: 0 0 1rem;
}
.lc_cart_img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
}
.lc_total {
  border-bottom: 1px dashed #cccccc;
  padding: 0.75rem 0;
}
.lc_point {
  border-bottom: 1px dashed #cccccc;
  padding: 0.75rem 0;
}
.lc_point .form-control, .lc_point .lc_form .stripe-input, .lc_form .lc_point .stripe-input {
  font-weight: 700;
}
.lc_point_lbl {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.lc_address {
  border-bottom: 1px dashed #cccccc;
  padding: 1.5rem 0;
}
.lc_address_name {
  font-size: 1.125rem;
  line-height: 1.166666;
}
.lc_payment_img {
  width: 2.25rem;
  height: auto;
}
.lc_check {
  margin-top: 1rem;
}
.lc_check_label_ico {
  font-family: "lma-chat" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  cursor: pointer;
}
.lc_check_label_ico::before {
  content: "";
  color: #adadad;
}
input:checked + * .lc_check_label_ico::before {
  color: #01b172;
}
.lc_check_label_ico::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  color: #cccccc;
}
input:checked + * .lc_check_label_ico::after {
  color: #01b172;
}
.lc_redirect {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}
.lc_redirect_loader {
  transform-origin: center center;
  animation: rotate 3s linear infinite;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lc_redirect_loader_path {
  stroke-dasharray: 289, 400;
  stroke-dashoffset: -28;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
.lc_thanks {
  display: block;
  width: 88px;
  height: 88px;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 400;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 289, 400;
    stroke-dashoffset: -7;
  }
  100% {
    stroke-dasharray: 289, 400;
    stroke-dashoffset: -289;
  }
}
/* E N D */
.lu_ico_16 {
  font-size: 1rem;
  line-height: 1;
}
.lu_ico_17 {
  font-size: 1.0625rem;
  line-height: 1;
}
.lu_ico_22 {
  font-size: 1.375rem;
  line-height: 1;
}
.lu_ico_26 {
  font-size: 1.625rem;
  line-height: 1;
}
.lu_ico_36 {
  font-size: 2.25rem;
  line-height: 1;
}
.lu_ico_40 {
  font-size: 2.5rem;
  line-height: 1;
}
.lu_ico_60 {
  font-size: 3.75rem;
  line-height: 1;
}
.lu_ttl_10 {
  font-size: 0.625rem;
  line-height: 1.2;
}
.lu_ttl_11 {
  font-size: 0.6875rem;
  line-height: 1.2;
}
.lu_ttl_12 {
  font-size: 0.75rem;
  line-height: 1.2;
}
.lu_ttl_13 {
  font-size: 0.8125rem;
  line-height: 1.2;
}
.lu_ttl_14 {
  font-size: 0.875rem;
  line-height: 1.2;
}
.lu_ttl_15 {
  font-size: 0.9375rem;
  line-height: 1.2;
}
.lu_ttl_16 {
  font-size: 1rem;
  line-height: 1.2;
}
.lu_ttl_18 {
  font-size: 1.125rem;
  line-height: 1.2;
}
.lu_ttl_20 {
  font-size: 1.25rem;
  line-height: 1.2;
}
.lu_ttl_21 {
  font-size: 1.3125rem;
  line-height: 1.2;
}
.lu_ttl_22 {
  font-size: 1.375rem;
  line-height: 1.2;
}
.lu_ttl_24 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.lu_ttl_26 {
  font-size: 1.625rem;
  line-height: 1.2;
}
.lu_ttl_28 {
  font-size: 1.75rem;
  line-height: 1.2;
}
.lu_ttl_30 {
  font-size: 1.875rem;
  line-height: 1.2;
}
.lu_ttl_32 {
  font-size: 2rem;
  line-height: 1.2;
}
.lu_ttl_44 {
  font-size: 2.75rem;
  line-height: 1.2;
}
.lu_txt_10 {
  font-size: 0.625rem;
  line-height: 1.5;
}
.lu_txt_11 {
  font-size: 0.6875rem;
  line-height: 1.5;
}
.lu_txt_12 {
  font-size: 0.75rem;
  line-height: 1.5;
}
.lu_txt_13 {
  font-size: 0.8125rem;
  line-height: 1.5;
}
.lu_txt_14 {
  font-size: 0.875rem;
  line-height: 1.5;
}
.lu_txt_15 {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.lu_txt_16 {
  font-size: 1rem;
  line-height: 1.5;
}
.lu_txt_18 {
  font-size: 1.125rem;
  line-height: 1.5;
}
.lu_txt_20 {
  font-size: 1.25rem;
  line-height: 1.5;
}
.lu_txt_21 {
  font-size: 1.3125rem;
  line-height: 1.5;
}
.lu_txt_22 {
  font-size: 1.375rem;
  line-height: 1.5;
}
.lu_txt_24 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.lu_txt_26 {
  font-size: 1.625rem;
  line-height: 1.5;
}
.lu_txt_28 {
  font-size: 1.75rem;
  line-height: 1.5;
}
.lu_txt_30 {
  font-size: 1.875rem;
  line-height: 1.5;
}
.lu_txt_32 {
  font-size: 2rem;
  line-height: 1.5;
}
.lu_txt_44 {
  font-size: 2.75rem;
  line-height: 1.5;
}
.lu_txt_underline {
  text-decoration: underline;
}
.lu_w_36 {
  width: 36px;
  max-width: 100%;
}
.lu_w_44 {
  width: 44px;
  max-width: 100%;
}
.lu_w_60 {
  width: 60px;
  max-width: 100%;
}
.lu_w_122 {
  width: 122px;
  max-width: 100%;
}
.lu_w_168 {
  width: 168px;
  max-width: 100%;
}
.lu_w_242 {
  width: 242px;
  max-width: 100%;
}
.lu_w_250 {
  width: 250px;
  max-width: 100%;
}
.lu_w_292 {
  width: 292px;
  max-width: 100%;
}
.lu_w_310 {
  width: 310px;
  max-width: 100%;
}
.lu_img_25by16 {
  max-width: 720px;
  display: block;
  position: relative;
  overflow: hidden;
}
.lu_img_25by16:before {
  display: block;
  content: "";
}
.lu_img_25by16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
}
.lu_img_25by16:before {
  padding-top: 64%;
}
.lu_img_3by2 {
  max-width: 720px;
  display: block;
  position: relative;
  overflow: hidden;
}
.lu_img_3by2:before {
  display: block;
  content: "";
}
.lu_img_3by2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
}
.lu_img_3by2:before {
  padding-top: 66.66667%;
}
.lu_img_1by1 {
  max-width: 720px;
  display: block;
  position: relative;
  overflow: hidden;
}
.lu_img_1by1:before {
  display: block;
  content: "";
}
.lu_img_1by1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
}
.lu_img_1by1:before {
  padding-top: 100%;
}
.lu_info {
  background-color: #000;
  color: #fff;
  padding: 2.5px 0;
}
.lu_shop_mv {
  position: relative;
}
.lu_shop_mv::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
  z-index: 1;
}
.lu_shop_mv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  /* ie11 */
  font-family: "object-fit: cover;";
  z-index: 1;
}
.lu_shop_mv_ttl {
  position: relative;
  z-index: 2;
}
.lu_shop_map {
  height: 300px;
}
.lu_cart_item {
  border-bottom: 1px dashed #cccccc;
}
.lu_cart_item + .lu_cart_item {
  padding-top: 1rem;
}
.lu_item_txt {
  line-height: 1.714285;
}
.lu_slide_slider {
  overflow: auto;
}
.lu_slide_slider_list_item {
  max-width: 720px;
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
.lu_slide_thumb_list {
  overflow: auto;
}
.lu_slide_thumb_list_item {
  max-width: 44px;
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
.lu_slide .btn_next,
.lu_slide .btn_prev {
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 0 4px 4px 0;
  opacity: 0.9;
  padding: 11px;
}
.lu_slide .btn_next:hover,
.lu_slide .btn_prev:hover {
  opacity: 1;
}
.lu_slide .btn_prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.lu_slide .btn_next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/* E N D */
body .theme--light.v-card {
  background: #fff;
  color: #313131;
}
body .v-application a {
  color: #01b172;
  text-decoration: none;
  background-color: transparent;
}
body .v-application a:hover {
  color: #016541;
  text-decoration: underline;
}
body .v-application a.btn-primary {
  text-decoration: none;
}
body .v-application a.btn-outline-primary {
  text-decoration: none;
}
body .v-application a.btn-secondary {
  text-decoration: none;
}
body .v-application a.btn-outline-secondary {
  text-decoration: none;
}
body .v-application a.btn-success {
  text-decoration: none;
}
body .v-application a.btn-outline-success {
  text-decoration: none;
}
body .v-application a.btn-info {
  text-decoration: none;
}
body .v-application a.btn-outline-info {
  text-decoration: none;
}
body .v-application a.btn-warning {
  text-decoration: none;
}
body .v-application a.btn-outline-warning {
  text-decoration: none;
}
body .v-application a.btn-danger {
  text-decoration: none;
}
body .v-application a.btn-outline-danger {
  text-decoration: none;
}
body .v-application a.btn-light {
  text-decoration: none;
}
body .v-application a.btn-outline-light {
  text-decoration: none;
}
body .v-application a.btn-dark, body .v-application .lu_slide a.btn_next, .lu_slide body .v-application a.btn_next,
body .v-application .lu_slide a.btn_prev,
.lu_slide body .v-application a.btn_prev {
  text-decoration: none;
}
body .v-application a.btn-outline-dark {
  text-decoration: none;
}
body .v-application a.btn-line {
  text-decoration: none;
}
body .v-application a.btn-outline-line {
  text-decoration: none;
}
body .v-application a.btn-gray-100 {
  text-decoration: none;
}
body .v-application a.btn-outline-gray-100 {
  text-decoration: none;
}
body .v-application a.btn-gray-400 {
  text-decoration: none;
}
body .v-application a.btn-outline-gray-400 {
  text-decoration: none;
}
body .v-application a.btn-gray-700 {
  text-decoration: none;
}
body .v-application a.btn-outline-gray-700 {
  text-decoration: none;
}

/* E N D */