@charset "UTF-8";
/*!
 * Bootstrap v5.1.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)
 */
@import url("scss/plugins/notosans.css");
@import url("scss/plugins/bootstrap-select.min.css");
@import url("scss/plugins/bootstrap-datepicker.css");
@import url("scss/plugins/swiper-bundle.min.css");
@import url("font/css/fontello.css");
@import url("scss/plugins/vue-select.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/sweetalert2.css");

:root {
  --bs-blue: #3A68D8;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #CC5E5E;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3A68D8;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #CC5E5E;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-red: #CC5E5E;
  --bs-F5D25C: #F5D25C;
  --bs-gray4D4D4D: #4D4D4D;
  --bs-gray808080: #808080;
  --bs-gray333333: #333333;
  --bs-gray727272: #727272;
  --bs-primary-rgb: 58, 104, 216;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 204, 94, 94;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-red-rgb: 204, 94, 94;
  --bs-F5D25C-rgb: 245, 210, 92;
  --bs-gray4D4D4D-rgb: 77, 77, 77;
  --bs-gray808080-rgb: 128, 128, 128;
  --bs-gray333333-rgb: 51, 51, 51;
  --bs-gray727272-rgb: 114, 114, 114;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: black;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

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

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

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

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

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

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

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

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

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,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] { direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

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

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0);
  padding-left: var(--bs-gutter-x, 0);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

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

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

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

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

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

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

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

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: black;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: black;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: black;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: black;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm> :not(caption)>*>* {
  padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
  border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d8e1f7;
  --bs-table-striped-bg: #cdd6eb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2cbde;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8d0e4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2cbde;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f5dfdf;
  --bs-table-striped-bg: #e9d4d4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ddc9c9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3cece;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #ddc9c9;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

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

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

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: black;
  background-color: #fff;
  border-color: #9db4ec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

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

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

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: black;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: black;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

.form-select:focus {
  border-color: #9db4ec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

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

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #9db4ec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

.form-check-input:checked {
  background-color: #3A68D8;
  border-color: #3A68D8;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #3A68D8;
  border-color: #3A68D8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

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

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239db4ec'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

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

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

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

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3A68D8;
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #c4d2f3;
}

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

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3A68D8;
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #c4d2f3;
}

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

.form-range:disabled {
  pointer-events: none;
}

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

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

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

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

.form-floating>.form-control {
  padding: 1rem 0.75rem;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(204, 94, 94, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #CC5E5E;
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.25);
}

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

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

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CC5E5E'%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='%23CC5E5E' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #CC5E5E;
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #CC5E5E;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #CC5E5E;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.25);
}

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

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

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

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

.btn:hover {
  color: black;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

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

.btn-primary {
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3158b8;
  border-color: #2e53ad;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #3158b8;
  border-color: #2e53ad;
  box-shadow: 0 0 0 0.25rem rgba(88, 127, 222, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2e53ad;
  border-color: #2c4ea2;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 127, 222, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

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

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

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

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

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

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

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

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

.btn-danger {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-danger:hover {
  color: #000;
  background-color: #d47676;
  border-color: #d16e6e;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #000;
  background-color: #d47676;
  border-color: #d16e6e;
  box-shadow: 0 0 0 0.25rem rgba(173, 80, 80, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
  color: #000;
  background-color: #d67e7e;
  border-color: #d16e6e;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 80, 80, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

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

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

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

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

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

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

.btn-red {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-red:hover {
  color: #000;
  background-color: #d47676;
  border-color: #d16e6e;
}

.btn-check:focus+.btn-red,
.btn-red:focus {
  color: #000;
  background-color: #d47676;
  border-color: #d16e6e;
  box-shadow: 0 0 0 0.25rem rgba(173, 80, 80, 0.5);
}

.btn-check:checked+.btn-red,
.btn-check:active+.btn-red,
.btn-red:active,
.btn-red.active,
.show>.btn-red.dropdown-toggle {
  color: #000;
  background-color: #d67e7e;
  border-color: #d16e6e;
}

.btn-check:checked+.btn-red:focus,
.btn-check:active+.btn-red:focus,
.btn-red:active:focus,
.btn-red.active:focus,
.show>.btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 80, 80, 0.5);
}

.btn-red:disabled,
.btn-red.disabled {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-F5D25C {
  color: #000;
  background-color: #F5D25C;
  border-color: #F5D25C;
}

.btn-F5D25C:hover {
  color: #000;
  background-color: #f7d974;
  border-color: #f6d76c;
}

.btn-check:focus+.btn-F5D25C,
.btn-F5D25C:focus {
  color: #000;
  background-color: #f7d974;
  border-color: #f6d76c;
  box-shadow: 0 0 0 0.25rem rgba(208, 179, 78, 0.5);
}

.btn-check:checked+.btn-F5D25C,
.btn-check:active+.btn-F5D25C,
.btn-F5D25C:active,
.btn-F5D25C.active,
.show>.btn-F5D25C.dropdown-toggle {
  color: #000;
  background-color: #f7db7d;
  border-color: #f6d76c;
}

.btn-check:checked+.btn-F5D25C:focus,
.btn-check:active+.btn-F5D25C:focus,
.btn-F5D25C:active:focus,
.btn-F5D25C.active:focus,
.show>.btn-F5D25C.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(208, 179, 78, 0.5);
}

.btn-F5D25C:disabled,
.btn-F5D25C.disabled {
  color: #000;
  background-color: #F5D25C;
  border-color: #F5D25C;
}

.btn-gray4D4D4D {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}

.btn-gray4D4D4D:hover {
  color: #fff;
  background-color: #414141;
  border-color: #3e3e3e;
}

.btn-check:focus+.btn-gray4D4D4D,
.btn-gray4D4D4D:focus {
  color: #fff;
  background-color: #414141;
  border-color: #3e3e3e;
  box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.5);
}

.btn-check:checked+.btn-gray4D4D4D,
.btn-check:active+.btn-gray4D4D4D,
.btn-gray4D4D4D:active,
.btn-gray4D4D4D.active,
.show>.btn-gray4D4D4D.dropdown-toggle {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #3a3a3a;
}

.btn-check:checked+.btn-gray4D4D4D:focus,
.btn-check:active+.btn-gray4D4D4D:focus,
.btn-gray4D4D4D:active:focus,
.btn-gray4D4D4D.active:focus,
.show>.btn-gray4D4D4D.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.5);
}

.btn-gray4D4D4D:disabled,
.btn-gray4D4D4D.disabled {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}

.btn-gray808080 {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}

.btn-gray808080:hover {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
}

.btn-check:focus+.btn-gray808080,
.btn-gray808080:focus {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
  box-shadow: 0 0 0 0.25rem rgba(109, 109, 109, 0.5);
}

.btn-check:checked+.btn-gray808080,
.btn-check:active+.btn-gray808080,
.btn-gray808080:active,
.btn-gray808080.active,
.show>.btn-gray808080.dropdown-toggle {
  color: #000;
  background-color: #999999;
  border-color: #8d8d8d;
}

.btn-check:checked+.btn-gray808080:focus,
.btn-check:active+.btn-gray808080:focus,
.btn-gray808080:active:focus,
.btn-gray808080.active:focus,
.show>.btn-gray808080.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(109, 109, 109, 0.5);
}

.btn-gray808080:disabled,
.btn-gray808080.disabled {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}

.btn-gray333333 {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-gray333333:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
}

.btn-check:focus+.btn-gray333333,
.btn-gray333333:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}

.btn-check:checked+.btn-gray333333,
.btn-check:active+.btn-gray333333,
.btn-gray333333:active,
.btn-gray333333.active,
.show>.btn-gray333333.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #262626;
}

.btn-check:checked+.btn-gray333333:focus,
.btn-check:active+.btn-gray333333:focus,
.btn-gray333333:active:focus,
.btn-gray333333.active:focus,
.show>.btn-gray333333.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}

.btn-gray333333:disabled,
.btn-gray333333.disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-gray727272 {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}

.btn-gray727272:hover {
  color: #fff;
  background-color: #616161;
  border-color: #5b5b5b;
}

.btn-check:focus+.btn-gray727272,
.btn-gray727272:focus {
  color: #fff;
  background-color: #616161;
  border-color: #5b5b5b;
  box-shadow: 0 0 0 0.25rem rgba(135, 135, 135, 0.5);
}

.btn-check:checked+.btn-gray727272,
.btn-check:active+.btn-gray727272,
.btn-gray727272:active,
.btn-gray727272.active,
.show>.btn-gray727272.dropdown-toggle {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #565656;
}

.btn-check:checked+.btn-gray727272:focus,
.btn-check:active+.btn-gray727272:focus,
.btn-gray727272:active:focus,
.btn-gray727272.active:focus,
.show>.btn-gray727272.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 135, 135, 0.5);
}

.btn-gray727272:disabled,
.btn-gray727272.disabled {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}

.btn-outline-primary {
  color: #3A68D8;
  border-color: #3A68D8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #3A68D8;
  border-color: #3A68D8;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #3A68D8;
  background-color: transparent;
}

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

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

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

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

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

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

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

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

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

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

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

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

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

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:hover {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.5);
}

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

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

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

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

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

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

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

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

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

.btn-outline-red {
  color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-outline-red:hover {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-check:focus+.btn-outline-red,
.btn-outline-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.5);
}

.btn-check:checked+.btn-outline-red,
.btn-check:active+.btn-outline-red,
.btn-outline-red:active,
.btn-outline-red.active,
.btn-outline-red.dropdown-toggle.show {
  color: #000;
  background-color: #CC5E5E;
  border-color: #CC5E5E;
}

.btn-check:checked+.btn-outline-red:focus,
.btn-check:active+.btn-outline-red:focus,
.btn-outline-red:active:focus,
.btn-outline-red.active:focus,
.btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 94, 94, 0.5);
}

.btn-outline-red:disabled,
.btn-outline-red.disabled {
  color: #CC5E5E;
  background-color: transparent;
}

.btn-outline-F5D25C {
  color: #F5D25C;
  border-color: #F5D25C;
}

.btn-outline-F5D25C:hover {
  color: #000;
  background-color: #F5D25C;
  border-color: #F5D25C;
}

.btn-check:focus+.btn-outline-F5D25C,
.btn-outline-F5D25C:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 210, 92, 0.5);
}

.btn-check:checked+.btn-outline-F5D25C,
.btn-check:active+.btn-outline-F5D25C,
.btn-outline-F5D25C:active,
.btn-outline-F5D25C.active,
.btn-outline-F5D25C.dropdown-toggle.show {
  color: #000;
  background-color: #F5D25C;
  border-color: #F5D25C;
}

.btn-check:checked+.btn-outline-F5D25C:focus,
.btn-check:active+.btn-outline-F5D25C:focus,
.btn-outline-F5D25C:active:focus,
.btn-outline-F5D25C.active:focus,
.btn-outline-F5D25C.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 210, 92, 0.5);
}

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

.btn-outline-gray4D4D4D {
  color: #4D4D4D;
  border-color: #4D4D4D;
}

.btn-outline-gray4D4D4D:hover {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}

.btn-check:focus+.btn-outline-gray4D4D4D,
.btn-outline-gray4D4D4D:focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 77, 77, 0.5);
}

.btn-check:checked+.btn-outline-gray4D4D4D,
.btn-check:active+.btn-outline-gray4D4D4D,
.btn-outline-gray4D4D4D:active,
.btn-outline-gray4D4D4D.active,
.btn-outline-gray4D4D4D.dropdown-toggle.show {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
}

.btn-check:checked+.btn-outline-gray4D4D4D:focus,
.btn-check:active+.btn-outline-gray4D4D4D:focus,
.btn-outline-gray4D4D4D:active:focus,
.btn-outline-gray4D4D4D.active:focus,
.btn-outline-gray4D4D4D.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 77, 77, 0.5);
}

.btn-outline-gray4D4D4D:disabled,
.btn-outline-gray4D4D4D.disabled {
  color: #4D4D4D;
  background-color: transparent;
}

.btn-outline-gray808080 {
  color: #808080;
  border-color: #808080;
}

.btn-outline-gray808080:hover {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}

.btn-check:focus+.btn-outline-gray808080,
.btn-outline-gray808080:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}

.btn-check:checked+.btn-outline-gray808080,
.btn-check:active+.btn-outline-gray808080,
.btn-outline-gray808080:active,
.btn-outline-gray808080.active,
.btn-outline-gray808080.dropdown-toggle.show {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}

.btn-check:checked+.btn-outline-gray808080:focus,
.btn-check:active+.btn-outline-gray808080:focus,
.btn-outline-gray808080:active:focus,
.btn-outline-gray808080.active:focus,
.btn-outline-gray808080.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}

.btn-outline-gray808080:disabled,
.btn-outline-gray808080.disabled {
  color: #808080;
  background-color: transparent;
}

.btn-outline-gray333333 {
  color: #333333;
  border-color: #333333;
}

.btn-outline-gray333333:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-check:focus+.btn-outline-gray333333,
.btn-outline-gray333333:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}

.btn-check:checked+.btn-outline-gray333333,
.btn-check:active+.btn-outline-gray333333,
.btn-outline-gray333333:active,
.btn-outline-gray333333.active,
.btn-outline-gray333333.dropdown-toggle.show {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-check:checked+.btn-outline-gray333333:focus,
.btn-check:active+.btn-outline-gray333333:focus,
.btn-outline-gray333333:active:focus,
.btn-outline-gray333333.active:focus,
.btn-outline-gray333333.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}

.btn-outline-gray333333:disabled,
.btn-outline-gray333333.disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-gray727272 {
  color: #727272;
  border-color: #727272;
}

.btn-outline-gray727272:hover {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}

.btn-check:focus+.btn-outline-gray727272,
.btn-outline-gray727272:focus {
  box-shadow: 0 0 0 0.25rem rgba(114, 114, 114, 0.5);
}

.btn-check:checked+.btn-outline-gray727272,
.btn-check:active+.btn-outline-gray727272,
.btn-outline-gray727272:active,
.btn-outline-gray727272.active,
.btn-outline-gray727272.dropdown-toggle.show {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}

.btn-check:checked+.btn-outline-gray727272:focus,
.btn-check:active+.btn-outline-gray727272:focus,
.btn-outline-gray727272:active:focus,
.btn-outline-gray727272.active:focus,
.btn-outline-gray727272.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(114, 114, 114, 0.5);
}

.btn-outline-gray727272:disabled,
.btn-outline-gray727272.disabled {
  color: #727272;
  background-color: transparent;
}

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

.btn-link:hover {
  color: black;
}

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

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

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

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: black;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

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

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

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #3A68D8;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

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

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

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: black;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

.nav-link:hover,
.nav-link:focus {
  color: black;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

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

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.5rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

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

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

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }

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

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

  .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }

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

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

  .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }

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

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

  .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .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-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

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

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

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

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

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

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

  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

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

.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 .navbar-nav-scroll {
  overflow: visible;
}

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

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

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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.55);
}

.navbar-light .navbar-text a,
.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.55);
}

.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 .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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.55);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

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

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

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

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

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-group>.card {
  margin-bottom: 0.75rem;
}

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: black;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}

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

.accordion-button:not(.collapsed) {
  color: #345ec2;
  background-color: #ebf0fb;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23345ec2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

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

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #9db4ec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

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

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

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

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/")
    /* rtl: var(--bs-breadcrumb-divider, "/") */
  ;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: black;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: black;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: black;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

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

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

.page-link {
  padding: 0.375rem 0.75rem;
}

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

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

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

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

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

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

.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #233e82;
  background-color: #d8e1f7;
  border-color: #c4d2f3;
}

.alert-primary .alert-link {
  color: #1c3268;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

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

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #7a3838;
  background-color: #f5dfdf;
  border-color: #f0cfcf;
}

.alert-danger .alert-link {
  color: #622d2d;
}

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

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

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

.alert-red {
  color: #7a3838;
  background-color: #f5dfdf;
  border-color: #f0cfcf;
}

.alert-red .alert-link {
  color: #622d2d;
}

.alert-F5D25C {
  color: #625425;
  background-color: #fdf6de;
  border-color: #fcf2ce;
}

.alert-F5D25C .alert-link {
  color: #4e431e;
}

.alert-gray4D4D4D {
  color: #2e2e2e;
  background-color: #dbdbdb;
  border-color: #cacaca;
}

.alert-gray4D4D4D .alert-link {
  color: #252525;
}

.alert-gray808080 {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}

.alert-gray808080 .alert-link {
  color: #3e3e3e;
}

.alert-gray333333 {
  color: #1f1f1f;
  background-color: #d6d6d6;
  border-color: #c2c2c2;
}

.alert-gray333333 .alert-link {
  color: #191919;
}

.alert-gray727272 {
  color: #444444;
  background-color: #e3e3e3;
  border-color: #d5d5d5;
}

.alert-gray727272 .alert-link {
  color: #363636;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: black;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

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

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

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

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

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

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

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

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

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

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

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

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

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

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

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

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

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

.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: #233e82;
  background-color: #d8e1f7;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #233e82;
  background-color: #c2cbde;
}

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

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

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

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

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

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

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

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

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

.list-group-item-danger {
  color: #7a3838;
  background-color: #f5dfdf;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7a3838;
  background-color: #ddc9c9;
}

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

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

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

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

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

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

.list-group-item-red {
  color: #7a3838;
  background-color: #f5dfdf;
}

.list-group-item-red.list-group-item-action:hover,
.list-group-item-red.list-group-item-action:focus {
  color: #7a3838;
  background-color: #ddc9c9;
}

.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #7a3838;
  border-color: #7a3838;
}

.list-group-item-F5D25C {
  color: #625425;
  background-color: #fdf6de;
}

.list-group-item-F5D25C.list-group-item-action:hover,
.list-group-item-F5D25C.list-group-item-action:focus {
  color: #625425;
  background-color: #e4ddc8;
}

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

.list-group-item-gray4D4D4D {
  color: #2e2e2e;
  background-color: #dbdbdb;
}

.list-group-item-gray4D4D4D.list-group-item-action:hover,
.list-group-item-gray4D4D4D.list-group-item-action:focus {
  color: #2e2e2e;
  background-color: #c5c5c5;
}

.list-group-item-gray4D4D4D.list-group-item-action.active {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.list-group-item-gray808080 {
  color: #4d4d4d;
  background-color: #e6e6e6;
}

.list-group-item-gray808080.list-group-item-action:hover,
.list-group-item-gray808080.list-group-item-action:focus {
  color: #4d4d4d;
  background-color: #cfcfcf;
}

.list-group-item-gray808080.list-group-item-action.active {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.list-group-item-gray333333 {
  color: #1f1f1f;
  background-color: #d6d6d6;
}

.list-group-item-gray333333.list-group-item-action:hover,
.list-group-item-gray333333.list-group-item-action:focus {
  color: #1f1f1f;
  background-color: #c1c1c1;
}

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

.list-group-item-gray727272 {
  color: #444444;
  background-color: #e3e3e3;
}

.list-group-item-gray727272.list-group-item-action:hover,
.list-group-item-gray727272.list-group-item-action:focus {
  color: #444444;
  background-color: #cccccc;
}

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

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

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

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 104, 216, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: 0;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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 {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem 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;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-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 .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0
    /* rtl:ignore */
  ;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-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.3rem;
}

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

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

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

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-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>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-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[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

.popover-body {
  padding: 1rem 1rem;
  color: black;
}

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: { "autoRename": true, "stringMap":[ { "name"    : "prev-next", "search"  : "prev", "replace" : "next" } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 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: -0.125em;
  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;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

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

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

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

.link-primary {
  color: #3A68D8;
}

.link-primary:hover,
.link-primary:focus {
  color: #2e53ad;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover,
.link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #CC5E5E;
}

.link-danger:hover,
.link-danger:focus {
  color: #d67e7e;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21;
}

.link-red {
  color: #CC5E5E;
}

.link-red:hover,
.link-red:focus {
  color: #d67e7e;
}

.link-F5D25C {
  color: #F5D25C;
}

.link-F5D25C:hover,
.link-F5D25C:focus {
  color: #f7db7d;
}

.link-gray4D4D4D {
  color: #4D4D4D;
}

.link-gray4D4D4D:hover,
.link-gray4D4D4D:focus {
  color: #3e3e3e;
}

.link-gray808080 {
  color: #808080;
}

.link-gray808080:hover,
.link-gray808080:focus {
  color: #999999;
}

.link-gray333333 {
  color: #333333;
}

.link-gray333333:hover,
.link-gray333333:focus {
  color: #292929;
}

.link-gray727272 {
  color: #727272;
}

.link-gray727272:hover,
.link-gray727272:focus {
  color: #5b5b5b;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #3A68D8 !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

.border-red {
  border-color: #CC5E5E !important;
}

.border-F5D25C {
  border-color: #F5D25C !important;
}

.border-gray4D4D4D {
  border-color: #4D4D4D !important;
}

.border-gray808080 {
  border-color: #808080 !important;
}

.border-gray333333 {
  border-color: #333333 !important;
}

.border-gray727272 {
  border-color: #727272 !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.text-F5D25C {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-F5D25C-rgb), var(--bs-text-opacity)) !important;
}

.text-gray4D4D4D {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray4D4D4D-rgb), var(--bs-text-opacity)) !important;
}

.text-gray808080 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray808080-rgb), var(--bs-text-opacity)) !important;
}

.text-gray333333 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray333333-rgb), var(--bs-text-opacity)) !important;
}

.text-gray727272 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray727272-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-defaultBlue {
  color: #2469C9;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-F5D25C {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-F5D25C-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray4D4D4D {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray4D4D4D-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray808080 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray808080-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray333333 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray333333-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray727272 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray727272-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

  .d-sm-grid {
    display: grid !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;
  }

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

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

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

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

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

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

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

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

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

  .d-md-grid {
    display: grid !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;
  }

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

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

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

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

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

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

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

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

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

  .d-lg-grid {
    display: grid !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;
  }

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

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

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

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

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

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

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

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

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !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;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}

.Nobel {
  font-family: "Nobel";
}

.LeelawUI {
  font-family: "LeelawUI";
}

.Arial {
  font-family: "Arial";
}

.Roboto {
  font-family: "Roboto";
}

.NotoSans {
  font-family: "Noto Sans TC";
}

.max1500 {
  max-width: 1500px;
}

@media (max-width: 1600px) {
  .max1500 {
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 1199px) {
  .max1500 {
    max-width: 100%;
  }
}

.max1400 {
  max-width: 1400px;
}

@media (max-width: 1399px) {
  .max1400 {
    max-width: calc(100% - 150px);
  }
}

@media (max-width: 991px) {
  .max1400 {
    max-width: 100%;
  }
}

.max1200 {
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 1199px) {
  .max1200 {
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 991px) {
  .max1200 {
    max-width: 100%;
  }
}

.max460 {
  max-width: 460px;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1599px) {
  .container {
    max-width: calc(100% - 200px);
  }
}

@media (max-width: 1399px) {
  .container {
    max-width: calc(100% - 150px);
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.text-red {
  color: #CF102D !important;
}

.text-2469C9 {
  color: #2469C9;
}

.text-gray4B4B4B {
  color: #4B4B4B;
}

.text-hover-white {
  transition: all .3s;
}

.text-hover-white:hover {
  color: white !important;
}

.text-hover-2469C9 {
  transition: color .3s;
}

.text-hover-2469C9:hover {
  color: #2469C9 !important;
}

.text-hover-red {
  transition: all .3s;
}

.text-hover-red:hover {
  color: #CF102D !important;
}

.text-727272 {
  color: #727272;
}

.link-red {
  color: #CF102D;
}

.link-red:hover {
  text-decoration: underline;
}

.link-red.disabled {
  pointer-events: none;
  color: #727272;
}

.link-red.disabled:hover {
  text-decoration: none;
}

.bg-3DA7AF {
  background: #3DA7AF;
}

.bg-2469C9 {
  background: #2469C9;
}

.bg-F6F6F6 {
  background: #F6F6F6;
}

.bg-1B4C8F {
  background: #1B4C8F;
}

.bg-ACACAC {
  background: #ACACAC;
}

.bg-3000D6 {
  background: #3000D6;
}

.bg-hover-3B7EDB {
  transition: all .3s;
}

.bg-hover-3B7EDB:hover {
  background: #3077DA !important;
}

.bg-hover-2469C9 {
  transition: all .3s;
}

.bg-hover-2469C9:hover {
  background: #2469C9 !important;
}

.bg-hover-1D1D1D {
  transition: all .3s;
}

.bg-hover-1D1D1D:hover {
  background: #1D1D1D !important;
}

.bg-hover-808080 {
  transition: all .3s;
}

.bg-hover-808080:hover {
  background: #808080 !important;
}

@media (min-width: 480px) {
  .shown-479 {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .hide-479 {
    display: none !important;
  }
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
}

.btn .btn-inner {
  position: relative;
  display: block;
}

.btn.fill-mRed {
  background-color: #2469C9;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}

.btn.fill-mRed:hover {
  background-color: #1962bf;
}

.btn.fill-gray {
  background-color: #727272;
  color: #fff;
}

.btn.fill-blue {
  background-color: #2469C9;
  color: #fff;
}

.btn.btn-inline {
  display: inline-flex;
}

.btn.fill-img {
  color: #fff;
  background-image: radial-gradient(ellipse 30% 55% at top, #00ECB3, #2995EF);
}

.btn.border-mRed {
  border: 1px solid #2469C9;
  color: #2469C9;
  transition: opacity 0.15s
}

.btn.border-mRed:hover {
  opacity: 0.6
}

.btn.btn-rounded {
  border-radius: 2px;
  overflow: hidden;
}

.btn:not(.no-hover)[class*="fill"]::before,
.btn:not(.no-hover)[class*="border-"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.btn:not(.no-hover)[class*="fill"]::before {
  background: rgba(0, 0, 0, 0.2);
}

.btn:not(.no-hover)[class*="fill"]:hover::before,
.btn:not(.no-hover)[class*="border-"]:hover::before {
  opacity: 1;
}

.btn.border-gray {
  border: 1px solid #727272;
  color: #727272;
}

.btn.border-gray::before {
  background-color: rgba(0, 0, 0, 0.05);
}

.btn.h55 {
  height: 55px;
}

@media (max-width: 479px) {
  .btn.h55 {
    height: 45px;
  }
}

.btn.w80 {
  min-width: 80px;
}

.btn.w165 {
  min-width: 165px;
}

.btn.w200 {
  min-width: 200px;
}

.tdeco-ul,
a.tdeco-ul,
a.tdeco-ul:hover,
a.tdeco-ul:active {
  text-decoration: underline;
}

.form-control {
  color: #727272;
}

.form-control::-webkit-input-placeholder {
  color: #727272;
}

.form-control::-moz-placeholder {
  color: #727272;
}

.form-control::-o-placeholder {
  color: #727272;
}

.form-control::-ms-placeholder {
  color: #727272;
}

.form-control::-ms-input-placeholder {
  color: #727272;
}

.form-control:not(.qtt) {
  border: 1px solid #E2E2E2;
  border-radius: 0;
  height: 40px;
  padding: 10px 20px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 479px) {
  .form-control:not(.qtt) {
    padding: 10px 15px;
  }
}

.form-control.lightgray {
  color: #a4a4a4;
  display: block;
}

@media (max-width: 479px) {
  .form-control {
    font-size: 15px;
  }
}

input.lightgray::placeholder {
  color: #a4a4a4 !important;
}

input.lightgray::-webkit-input-placeholder {
  color: #a4a4a4 !important;
}

input.lightgray::-moz-placeholder {
  color: #a4a4a4 !important;
}

input.lightgray::-o-placeholder {
  color: #a4a4a4 !important;
}

input.lightgray::-ms-placeholder {
  color: #a4a4a4 !important;
}

input.lightgray::-ms-input-placeholder {
  color: #a4a4a4 !important;
}

.w180 {
  width: 180px;
}

.w150 {
  width: 150px;
}

.w130 {
  width: 130px;
}

.w50 {
  width: 50px;
}

@media (max-width: 992px) {
  .w50 {
    width: 40px;
  }
}

.w45 {
  width: 45px;
}

.w35 {
  width: 35px;
}

.h130 {
  height: 130px;
}

.h45 {
  height: 45px;
}

.h50 {
  height: 50px;
}

@media (max-width: 992px) {
  .h50 {
    height: 40px;
  }
}

.h40 {
  height: 40px;
}

.h35 {
  height: 35px;
}

.border-bottom-2469C9 {
  border-bottom: 1px solid #2469C9;
}

.border-top-ccc {
  border-top: 1px solid rgba(204, 204, 204, 0.6);
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-30 {
  border-radius: 30px;
}

@media (min-width: 1400px) {
  .position-xxl-absolute {
    position: absolute !important;
  }
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}

.les1 {
  letter-spacing: 1px;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ls-002em {
  letter-spacing: 0.02em;
}

.ls-003em {
  letter-spacing: 0.03em;
}

.ls-005em {
  letter-spacing: 0.05em;
}

.lh-143 {
  line-height: 1.43;
}

.lh-167 {
  line-height: 1.67 !important;
}

.lh-175 {
  line-height: 1.75;
}

.lh-187 {
  line-height: 1.87;
}

.lh-190 {
  line-height: 1.90;
}

.lh-normal {
  line-height: normal;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-cover {
  background-size: cover;
  background-position: center;
}

.fw-500 {
  font-weight: 500;
}

.border-grayD9 {
  border: 1px solid rgba(217, 217, 217, 0.6);
}

.deletebtn {
  color: #141921;
}

.deletebtn:hover {
  color: #BA000C;
}

.icon-favite::before {
  content: '\e84a';
}

.active .icon-favite::before {
  content: '\e851';
}

.rounded-25 {
  border-radius: 25px;
}

.pic-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-size: cover;
}

.fz-72 {
  font-size: 72px;
}

.fz-64 {
  font-size: 64px;
}

.fz-48 {
  font-size: 48px;
}

.fz-38 {
  font-size: 38px;
}

.fz-36 {
  font-size: 36px;
}

.fz-30 {
  font-size: 30px;
}

.fz-28 {
  font-size: 28px;
}

.fz-26 {
  font-size: 26px;
}

.fz-25 {
  font-size: 25px;
}

.fz-24 {
  font-size: 24px;
}

.fz-22 {
  font-size: 22px;
}

.fz-20 {
  font-size: 20px;
}

.fz-18 {
  font-size: 18px;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-15 {
  font-size: 15px;
}

.fz-14 {
  font-size: 14px;
}

.fz-13 {
  font-size: 13px;
}

.fz-12 {
  font-size: 12px;
}

.fz-11 {
  font-size: 12px;
  transform: scale(0.9166);
}

.fz-10 {
  font-size: 12px;
  transform: scale(0.833);
}

@media (max-width: 991px) {
  .fz-72 {
    font-size: 64px;
  }
}

@media (max-width: 767px) {
  .fz-72 {
    font-size: 48px;
  }

  .fz-64 {
    font-size: 48px;
  }

  .fz-48 {
    font-size: 36px;
  }

  .fz-38 {
    font-size: 28px;
  }

  .fz-36 {
    font-size: 26px;
  }

  .fz-30 {
    font-size: 26px;
  }

  .fz-28 {
    font-size: 24px;
  }

  .fz-26 {
    font-size: 22px;
  }

  .fz-25 {
    font-size: 22px;
  }

  .fz-24 {
    font-size: 22px;
  }

  .fz-22 {
    font-size: 18px;
  }

  .fz-20 {
    font-size: 18px;
  }

  .fz-18 {
    font-size: 16px;
  }

  .fz-17 {
    font-size: 16px;
  }
}

.fw_500 {
  font-weight: 500;
}

.fw_bold {
  font-weight: bold;
}

/** Lightcase - jQuery Plugin The smart and flexible Lightbox Plugin.  @author		Cornel Boppart <cornel@bopp-art.com> @copyright	Author  @version		2.5.0 (11/03/2018) */
/** Lightcase settings  Note: Override default settings for your project without touching this source code by simply defining those variables within a SASS map called '$lightcase-custom'.   // Example usage $lightcase-custom: ( 'breakpoint': 768px ); */
@font-face {
  font-family: 'lightcase';
  src: url("./font/font/lightcase.eot?55356177");
  src: url("./font/font/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("./font/font/lightcase.woff?55356177") format("woff"), url("./font/font/lightcase.ttf?55356177") format("truetype"), url("./font/font/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: '\e800';
}

.lightcase-icon-pause:before {
  content: '\e801';
}

.lightcase-icon-close:before {
  content: '\e802';
}

.lightcase-icon-prev:before {
  content: '\e803';
}

.lightcase-icon-next:before {
  content: '\e804';
}

.lightcase-icon-spin:before {
  content: '\e805';
}

/** Mixin providing icon defaults to be used on top of font-lightcase.  Example usage: @include icon(#e9e9e9) */
/** Mixin providing icon defaults including a hover status to be used on top of font-lightcase.  Example usage: @include icon-hover(#e9e9e9, #fff) */
/** Provides natural content overflow behavior and scrolling support even so for touch devices.  Example usage: @include overflow() */
/** Neutralizes/resets dimensions including width, height, position as well as margins, paddings and styles. Used to enforce a neutral and unstyled look and behavoir!  Example usage: @include clear(true)  @param boolean $important */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {

  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (min-width: 641px) {

  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {

  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner>* {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 640px) and (min-width: 641px) {

  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {

  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {

  #lightcase-content h1,
  #lightcase-content .h1,
  #lightcase-content h2,
  #lightcase-content .h2,
  #lightcase-content h3,
  #lightcase-content .h3,
  #lightcase-content h4,
  #lightcase-content .h4,
  #lightcase-content h5,
  #lightcase-content .h5,
  #lightcase-content h6,
  #lightcase-content .h6,
  #lightcase-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {

  #lightcase-content h1,
  #lightcase-content .h1,
  #lightcase-content h2,
  #lightcase-content .h2,
  #lightcase-content h3,
  #lightcase-content .h3,
  #lightcase-content h4,
  #lightcase-content .h4,
  #lightcase-content h5,
  #lightcase-content .h5,
  #lightcase-content h6,
  #lightcase-content .h6,
  #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-open body {
  overflow: hidden;
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.8);
  }
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading>span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='lightcase-icon-'],
a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='lightcase-icon-']>span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-pause,
a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {

  a[class*='lightcase-icon-'].lightcase-icon-pause,
  a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover~a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "LeelawUI", Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  transition: color .3s;
}

img {
  max-width: 100%;
}

input,
button {
  outline: 0;
}

input {
  padding: 0;
  border: 0;
  background: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}

textarea {
  border: 0;
  outline: 0;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

ul {
  padding: 0;
  margin: 0;
}

.ns {
  list-style: none;
}

.swiper-button {
  margin: 0;
  outline: none;
}

.swiper-button::after {
  display: none;
}

.swiper-pagination-bullet {
  opacity: 1;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #727272;
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #727272;
}

::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #727272;
}

::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #727272;
}

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #727272;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  width: auto;
}

button {
  border: none;
  background: transparent;
}

.btn:active,
.btn:focus,
.btn:visited,
button:active,
button:focus,
button:visited,
input:active,
input:focus,
input:visited {
  box-shadow: none !important;
  outline: none !important;
}

html[data-lc-type=image] #lightcase-content,
html[data-lc-type=video] #lightcase-content {
  background-color: #ffffff;
}

@media (min-width: 1600px) {
  .pe-1600-0 {
    padding-right: 0 !important;
  }
}

.productItem:hover .hoverButton {
  opacity: 1;
  pointer-events: all;
}

.productItem:hover .price {
  opacity: 0;
}

.productItem .img-inner .tags {
  top: 22px;
  left: 2px;
}

.productItem .img-inner .img {
  height: 190px;
  max-width: 280px;
}

.productItem .img-inner .img img {
  max-height: 100%;
}

.productItem .price {
  transition: opacity .3s;
}

.productItem .hoverButton {
  opacity: 0;
  pointer-events: none;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .3s;
}

.productItem .hoverButton .addfavite.active {
  color: #BA000C !important;
}

.productItem .hoverButton .addfavite.active .icon-favite::before {
  content: '\e851';
}

.productItem .hoverButton .addfavite.active:hover {
  background: #fff !important;
}

.productItem .hoverButton .icon-favite::before {
  content: '\e84a';
}

@media (max-width: 1399px) {
  .productItem:hover .price {
    opacity: 1;
  }

  .productItem .hoverButton {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .productItem .img-inner .tags {
    left: 0;
    top: 16px;
  }
}

.swiper-pagination {
  z-index: 5;
}

.swiper-pagination.style-1 .swiper-pagination-bullet {
  width: 10px;
  height: 3px;
  background: #808080;
  border-radius: 3px;
  margin: 0 6px;
  transition: all .3s;
}

.swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #2469C9;
}

@media (max-width: 767px) {
  .swiper-pagination.style-1 .swiper-pagination-bullet {
    margin: 0 4px;
  }

  .swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
  }
}

.swiper-pagination.style-dots {
  margin-top: 15px;
  line-height: 1;
}

.swiper-pagination.style-dots .swiper-pagination-bullet {
  margin: 0 6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #9B9B9B;
  border-radius: 50%;
  outline: 0;
  box-shadow: 0;
}

.swiper-pagination.style-dots .swiper-pagination-bullet:active,
.swiper-pagination.style-dots .swiper-pagination-bullet:focus {
  outline: 0;
  box-shadow: 0;
}

.swiper-pagination.style-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  border-color: #000;
}

.video-element {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.video-element iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(50deg);
}

.modal-backdrop.show {
  opacity: 0.8;
}

.hasNobanner {
  padding-top: 80px;
}

@media (max-width: 575px) {
  .hasNobanner {
    padding-top: 55px;
  }
}

.breadnav {
  width: fit-content;
}

.breadnav li {
  display: inline-block;
  color: #000000;
}

.breadnav a {
  width: auto;
  color: #808080;
  white-space: nowrap;
  font-weight: normal;
}

.breadnav a:after {
  content: '>';
  display: inline;
}

.breadnav a:hover {
  color: #2469C9;
}

@media (max-width: 479px) {
  .breadnav {
    display: none !important;
  }
}

.btn-group:active,
.btn-group:focus,
.btn:active,
.btn:focus,
.btn:visited,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
}

.selectbox .bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.selectbox .bootstrap-select .dropdown-menu .dropdown-item.item {
  background-color: #2469C9;
}

.selectbox .bootstrap-select .dropdown-toggle {
  border: none !important;
  padding: 8px 0.75rem 8px 0;
  border-radius: 0;
  background: #fff !important;
  color: #333333;
  font-weight: 500;
}

.selectbox .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

.selectbox .bootstrap-select .dropdown-toggle:hover {
  color: #333;
}

.selectbox .bootstrap-select .dropdown-toggle::after {
  content: '\e800';
  font-family: 'fontello';
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  font-size: 15px;
  right: 0;
  border: 0;
  transition: transform 0.3s;
}

.selectbox .bootstrap-select .dropdown-toggle.show::after {
  transform: translateY(-50%) rotate(180deg);
}

.selectbox.pdsort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 150px;
}

.custom-select-wrap {
  position: relative;
}

@media (max-width: 991px) {

  .custom-select-wrap:not(.is-selected) select.custom-select,
  .custom-select-wrap:not(.is-selected) input.mobile-toggle {
    color: #B6B6B6;
  }

  .custom-select-wrap.is-selected select.custom-select,
  .custom-select-wrap.is-selected input.mobile-toggle {
    color: #333;
  }
}

.custom-select-wrap .bootstrap-select {
  width: 100% !important;
}

.custom-select-wrap .bootstrap-select select[readonly]+.dropdown-toggle {
  pointer-events: none;
  background-color: #F8F8F8;
}

.custom-select-wrap .bootstrap-select select.gray-style+.dropdown-toggle {
  background-color: #F8F8F8;
}

.custom-select-wrap .bootstrap-select:not(.is-selected)>.dropdown-toggle.bs-btn-light {
  color: #B6B6B6;
}

.custom-select-wrap .bootstrap-select>.dropdown-toggle {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  line-height: 1.15;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #E1E1E1;
  color: #333;
}

.custom-select-wrap .bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: #727272 !important;
}

.custom-select-wrap .bootstrap-select>.dropdown-toggle.btn-light {
  background-color: #ffffff;
  border: 1px solid #E1E1E1;
  color: #333;
}

.custom-select-wrap .bootstrap-select>.dropdown-toggle.btn-light:active {
  background-color: inherit;
}

.custom-select-wrap .bootstrap-select>.dropdown-toggle::before {
  display: none;
}

.custom-select-wrap .bootstrap-select>.dropdown-toggle .filter-option {
  position: static;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
}

.custom-select-wrap .bootstrap-select>.dropdown-toggle::after {
  content: '\e901';
  border: none;
  font-family: "fontello";
  font-size: 16px;
}

.custom-select-wrap .bootstrap-select>.dropdown-toggle.show::after {
  content: '\e900';
}

.custom-select-wrap .bootstrap-select>.dropdown-menu {
  margin: 0;
  border-radius: 0;
  border: 1px solid #E1E1E1;
}

.custom-select-wrap .bootstrap-select>.dropdown-menu[x-placement^="top"] {
  top: 1px !important;
}

.custom-select-wrap .bootstrap-select>.dropdown-menu[x-placement^="bottom"] {
  top: -1px !important;
}

.custom-select-wrap .bootstrap-select>.dropdown-menu>.inner>.dropdown-menu .dropdown-item {
  transition: none;
}

.custom-select-wrap .bootstrap-select>.dropdown-menu>.inner>.dropdown-menu .dropdown-item.active,
.custom-select-wrap .bootstrap-select>.dropdown-menu>.inner>.dropdown-menu .dropdown-item:active {
  color: #ffffff !important;
  background-color: #2469C9;
}

.custom-select-wrap .bootstrap-select>.dropdown-menu>.inner>.dropdown-menu .disabled {
  display: none;
}

.custom-select-wrap.triangle-select .bootstrap-select>.dropdown-toggle::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: 1px;
  border-width: 5px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
  vertical-align: baseline;
}

.custom-select-wrap.triangle-select .bootstrap-select>.dropdown-toggle.show::after {
  content: '';
  border-width: 0 3px 5px 3px;
  border-style: solid;
  border-color: transparent transparent #000000 transparent;
}

select.custom-select {
  position: relative;
  z-index: 1;
  background: none;
  font-size: 16px;
}

@media (max-width: 479px) {
  select.custom-select {
    font-size: 15px;
  }
}

select.custom-select:not(.selectpicker) {
  display: block;
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 0;
  outline: none;
  color: #333;
  height: 40px;
  padding: 0 15px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.custom-select:not(.selectpicker)::-ms-expand {
  display: none;
}

.select-wrapper {
  background: #ddd;
}

.select-wrapper .v-select {
  min-width: 150px;
}

.select-wrapper .vs__selected-options {
  margin: 5px 0;
  padding: 0;
}

.select-wrapper .vs__search {
  flex-grow: 0;
  padding: 0;
  margin: 0;
}

.select-wrapper .vs__selected {
  font-weight: 500;
  border: 0;
}

.select-wrapper .vs__actions {
  color: #333333;
}

.select-wrapper .vs__actions svg {
  display: none !important;
}

.select-wrapper .vs__actions::before {
  content: '\e800';
  font-family: 'fontello';
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  transition: transform 0.3s;
}

.select-wrapper .vs__dropdown-toggle {
  border: 0;
  min-height: 40px;
}

.select-wrapper .vs__dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.select-wrapper .vs__dropdown-option {
  padding: 5px 20px;
}

.select-wrapper .vs__dropdown-option--highlight {
  background: #2469C9;
}

.select-wrapper .vs--open .vs__actions::before {
  transform: rotate(180deg);
}

.pages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.pages ul.pagination {
  width: auto;
}

.pages ul.pagination li {
  margin: 0 3px;
  transition: all 0.3s ease-in-out;
}

.pages ul.pagination li a {
  color: #808080;
  display: block;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.pages ul.pagination li.active {
  margin: 0 9px;
}

.pages ul.pagination li.active a {
  background: #2469C9;
  color: #fff;
  width: 40px;
}

.pages ul.pagination li:not(.active):hover a {
  color: #2469C9;
}

.pages ul.pagination li.disabled {
  opacity: 0.5;
}

.pages ul.pagination li.disabled a {
  cursor: initial;
}

.pages ul.pagination li.disabled:hover a {
  color: #808080 !important;
}

.pages ul.btnGroup {
  display: flex;
  padding-top: 10px;
}

.pages ul.btnGroup li {
  padding: 0 15px;
}

.pages ul.btnGroup li a {
  color: #808080;
}

.pages ul.btnGroup li a i {
  margin: 0 10px;
}

.pages ul.btnGroup li a:hover {
  color: #2469C9;
}

.pages ul.btnGroup li+li {
  position: relative;
}

.pages ul.btnGroup li+li:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #808080;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 575px) {
  .pages {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pages ul.pagination li {
    margin: 0;
  }

  .pages ul.pagination li a {
    height: 30px;
    line-height: 30px;
  }

  .pages ul.pagination li.active {
    margin: 0 3px;
  }

  .pages ul.pagination li.active a {
    width: 30px;
  }

  .pages ul.btnGroup {
    padding-top: 25px;
  }
}

.related-block {
  padding-top: 50px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .related-block {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.related-pd {
  position: relative;
}

.related-pd .swiper-button {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

.related-pd .swiper-button-prev {
  left: -70px;
}

.related-pd .swiper-button-next {
  right: -70px;
}

@media (max-width: 1550px) {
  .related-pd {
    width: calc(100% - 140px);
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .related-pd {
    width: calc(100% - 4rem);
  }

  .related-pd .swiper {
    max-width: 330px;
  }

  .related-pd .swiper-button-prev {
    left: -50px;
  }

  .related-pd .swiper-button-next {
    right: -50px;
  }
}

.pageBanner {
  position: relative;
}

.defaultUL li {
  position: relative;
  padding-left: 16px;
}

.defaultUL li:before {
  content: '．';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.defaultUL li+li {
  margin-top: 1px;
}

/*商品數量加減 */
.numberfield {
  height: 40px;
  border: 1px solid rgba(204, 204, 204, 0.6);
  display: flex;
  width: 150px;
}

.numberfield .amount {
  border: none;
  height: 38px;
  line-height: 38px;
  text-align: center;
  flex-grow: 1;
  width: calc(100% - 84px);
}

.numberfield button {
  width: 42px;
  height: 38px;
  padding: 0 0 4px;
  transition: background-color 0.3s ease-in-out;
  text-align: center;
}

.numberfield button i {
  font-size: 12px;
}

.numberfield button i:before {
  margin: auto;
}

.numberfield button:hover {
  color: #2469C9 !important;
}

@media (max-width: 575px) {
  .numberfield {
    height: 35px;
  }

  .numberfield .amount {
    height: 33px;
    line-height: 33px;
  }

  .numberfield button {
    height: 33px;
  }
}

.pickAdd {
  background: #808080;
  border: 1px solid rgba(204, 204, 204, 0.6);
  text-align: center;
  width: 80px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  display: block;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.pickAdd:hover,
.pickAdd.active {
  background: #2469C9;
  border-color: #2469C9;
}

.input-radio-square input[type=checkbox],
.input-radio-square input[type=radio] {
  display: none;
}

.input-radio-square input[type=checkbox]+label,
.input-radio-square input[type=radio]+label {
  display: flex;
  cursor: pointer;
  color: #4d4d4d;
  align-items: center;
}

.input-radio-square input[type=checkbox]+label .icon,
.input-radio-square input[type=radio]+label .icon {
  width: 15px;
  height: 15px;
  border: 1px solid #808080;
  background: #F2F2F2;
  border-radius: 5px;
  position: relative;
}

.input-radio-square input[type=checkbox]+label .icon:after,
.input-radio-square input[type=radio]+label .icon:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(images/common/icon-tick.svg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.input-radio-square input[type=checkbox]+label .word,
.input-radio-square input[type=radio]+label .word {
  color: #4d4d4d;
  padding-left: 8px;
  display: block;
}

.input-radio-square input[type=checkbox]:checked+label .icon:after,
.input-radio-square input[type=radio]:checked+label .icon:after {
  opacity: 1;
}

.checkbox-style {
  display: inline-block;
  margin-right: 0.35em;
}

@media (max-width: 479px) {
  .checkbox-style {
    margin-right: 0.25em;
  }
}

.checkbox-style label {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}

.checkbox-style label::before {
  content: '\e923';
  position: absolute;
  top: 0;
  left: 0.5px;
  display: block;
  font-family: "fontello";
  font-size: 12px;
  line-height: 1;
  opacity: 0;
}

.checkbox-style input[type="checkbox"] {
  display: none;
}

.checkbox-style input[type="checkbox"]:checked+label::before {
  opacity: 1;
}

.checkbox-style label {
  border-color: rgba(0, 0, 0, 0.55);
}

.checkbox-style label::before {
  color: rgba(0, 0, 0, 0.55) !important;
}

.form-radio {
  display: inline-block;
}

.form-radio label {
  display: block;
  cursor: pointer;
}

.form-radio label span {
  position: relative;
  display: inline-block;
  vertical-align: -2px;
  width: 0.9375em;
  height: 0.9375em;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.55);
  border: 1px solid currentColor;
  border-radius: 50%;
}

.form-radio label span::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  display: block;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0;
}

.form-radio input[type="radio"] {
  display: none;
}

.form-radio input[type="radio"]:checked+label span::before {
  opacity: 1;
}

.modal-default-style .modal-dialog {
  max-width: calc(100% - 3rem);
  background: transparent;
}

@media (max-width: 575px) {
  .modal-default-style .modal-dialog {
    margin: 0 1.5rem;
  }
}

.modal-default-style .modal-content {
  border-radius: 0;
  background: transparent;
  border: 0;
  width: fit-content;
  margin: 0 auto;
}

.modal-default-style .zoom {
  position: relative;
  background: #fff;
  max-height: 80vh;
  overflow-y: auto;
}

.modal-default-style .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
}

.modal-default-style .close-btn:hover {
  color: #BA000C;
}

.modal-default-style .head-titbox {
  border-bottom: 1px solid #E1E1E1;
  height: 70px;
  padding: 27px 40px 20px;
}

@media (max-width: 767px) {
  .modal-default-style .head-titbox {
    padding: 25px 1.5rem 20px;
  }
}

.modal-default-style .msg-content {
  padding: 35px;
}

@media (max-width: 767px) {
  .modal-default-style .msg-content {
    padding: 25px 1.5rem;
  }
}

.modal-default-style .stockannounce {
  min-height: 340px;
  width: 600px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.modal-default-style .stockannounce .head-titbox {
  border-bottom: 0;
  height: auto;
  padding: 0;
}

.modal-default-style .stockannounce .msg-content {
  padding: 0;
}

@media (max-width: 767px) {
  .modal-default-style .stockannounce {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .modal-default-style .stockannounce {
    width: 100%;
  }
}

.modal-default-style .stockannounceul {
  color: #727272;
  margin: 25px 0 0 20px;
}

@media (max-width: 680px) {
  .modal-default-style .stockannounceul {
    margin: 25px 0 0;
  }
}

.modal-default-style .activitymodal {
  width: 770px;
}

@media (max-width: 850px) {
  .modal-default-style .activitymodal {
    width: 100%;
  }
}

.modal-default-style .popup-content {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 72vh;
  padding: 15px 15px 25px 15px;
}

@media (min-width: 576px) {
  .modal-default-style .popup-content {
    padding: 15px 10px 35px 40px;
  }
}

.modal-default-style .mCSB_inside>.mCSB_container {
  margin-right: 0px;
}

.modal-default-style .content-primary {
  margin-right: 15px;
}

@media (min-width: 576px) {
  .modal-default-style .content-primary {
    margin-right: 30px;
  }
}

.mRed-emptybtn {
  width: 200px;
  height: 55px;
  border: 1px solid #CF102D;
  text-align: center;
  background-color: #fff;
  color: #CF102D;
  line-height: 53px;
  transition: all 0.3s ease-in-out;
}

.mRed-emptybtn:hover {
  border-color: rgba(207, 16, 45, 0.5);
  color: rgba(207, 16, 45, 0.5);
}

.link-mRedHover:active {
  color: #CF102D;
}

@media (min-width: 768px) {
  .link-mRedHover {
    transition: color .3s ease;
  }

  .link-mRedHover:hover {
    color: #CF102D;
  }
}

.page-common-head {
  padding-top: 65px;
}

.page-common-head .head-title .en {
  margin-top: 20px;
  letter-spacing: 0.03em;
}

.page-common-head .head-title.sitemap-head:after {
  content: '';
  width: 0;
  display: block;
  height: 1px;
  background: #E5E5E5;
  transition: width 0.8s ease-in-out 0.2s;
  margin: 35px auto 0;
}

.page-common-head .head-title.aos-animate.sitemap-head:after {
  width: 100%;
}

@media (max-width: 767px) {
  .page-common-head {
    padding-top: 50px;
  }

  .page-common-head .head-title .en {
    margin-top: 15px;
  }

  .page-common-head .head-title.sitemap-head:after {
    margin: 20px auto 0;
  }
}

@media (max-width: 479px) {
  .page-common-head {
    padding-top: 20px;
  }
}

.coupon-ticket {
  overflow: hidden;
}

.coupon-ticket+.coupon-ticket {
  margin-top: 25px;
}

.coupon-ticket p {
  margin-bottom: 0;
}

.coupon-ticket>div {
  background-color: #ffffff;
}

.coupon-ticket .coupon-ticket-display {
  display: flex;
  position: relative;
  min-height: 102px;
  border: 1px solid #E5E5E5;
  border-bottom: 1px dashed #E5E5E5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.coupon-ticket .coupon-ticket-display::before,
.coupon-ticket .coupon-ticket-display::after {
  content: '';
  position: absolute;
  bottom: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  background-color: #ffffff;
}

.coupon-ticket .coupon-ticket-display::before {
  left: -6px;
}

.coupon-ticket .coupon-ticket-display::after {
  right: -6px;
}

.coupon-ticket .coupon-ticket-display>div {
  display: flex;
  align-items: center;
}

.coupon-ticket .coupon-ticket-display>div>div {
  max-width: 100%;
}

.coupon-ticket .coupon-ticket-display .display-cover {
  justify-content: center;
  padding: 15px;
  color: #CF102D;
  text-align: center;
  font-weight: 700;
  line-height: 1.15;
  border-right: 1px dashed #E5E5E5;
  flex-shrink: 0;
  width: 150px;
}

.coupon-ticket .coupon-ticket-display .display-cover span {
  display: inline-block;
}

.coupon-ticket .coupon-ticket-display .display-cover .num {
  font-family: 'Roboto';
  font-size: 45px;
  letter-spacing: -0.05em;
}

.coupon-ticket .coupon-ticket-display .display-cover .num small,
.coupon-ticket .coupon-ticket-display .display-cover .num .small {
  font-size: 30px;
}

.coupon-ticket .coupon-ticket-display .display-cover .txt {
  font-size: 24px;
}

@media (max-width: 575px) {
  .coupon-ticket .coupon-ticket-display .display-cover .num {
    font-size: 28px;
  }

  .coupon-ticket .coupon-ticket-display .display-cover .num small,
  .coupon-ticket .coupon-ticket-display .display-cover .num .small {
    font-size: 20px;
  }

  .coupon-ticket .coupon-ticket-display .display-cover .txt {
    font-size: 18px;
  }
}

.coupon-ticket .coupon-ticket-display .display-content {
  position: relative;
  padding: 20px 45px 20px 35px;
  letter-spacing: 0.05em;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .coupon-ticket .coupon-ticket-display .display-content {
    padding: 20px 25px;
  }
}

@media (min-width: 576px) {
  .coupon-ticket .coupon-ticket-display .display-content:not(.no-status) {
    padding-right: 130px;
  }
}

.coupon-ticket .coupon-ticket-display .display-content .txt {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.5;
}

.coupon-ticket .coupon-ticket-display .display-content .txt .txt-icon {
  font-size: 1.25em;
}

.coupon-ticket .coupon-ticket-display .display-content .display-content-availability {
  line-height: 1;
  position: absolute;
  top: 25px;
  right: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .coupon-ticket .coupon-ticket-display .display-content .display-content-availability {
    font-size: 14px;
  }
}

.coupon-ticket .coupon-ticket-display .display-content .display-content-availability a {
  display: inline-block;
}

.coupon-ticket .coupon-ticket-display .display-content .display-content-availability .btn {
  width: 80px;
  height: 30px;
  padding: 0 10px;
}

@media (min-width: 576px) {
  .coupon-ticket .coupon-ticket-display .display-content .display-content-availability .btn {
    display: flex;
  }

  .coupon-ticket .coupon-ticket-display .display-content .display-content-availability .btn+a {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .coupon-ticket .coupon-ticket-display .display-content .display-content-availability .btn {
    width: 65px;
    height: 25px;
    padding: 0;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .coupon-ticket .coupon-ticket-display .display-content .display-content-availability .btn+a {
    margin-left: 5px;
  }
}

@media (max-width: 575px) {
  .coupon-ticket .coupon-ticket-display .display-content .display-content-availability {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.coupon-ticket .coupon-ticket-info {
  border: 1px solid #E5E5E5;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #F8F8F8;
}

.coupon-ticket .coupon-ticket-info .info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 15px 30px;
  color: rgba(0, 0, 0, 0.55);
  transition: padding .3s ease;
}

.coupon-ticket .coupon-ticket-info .info-head::after {
  content: '\e901';
  display: block;
  font-family: "fontello";
  transition: transform .3s ease;
}

.coupon-ticket .coupon-ticket-info .info-content {
  padding: 0 30px 25px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 479px) {
  .coupon-ticket .coupon-ticket-info .info-content {
    font-size: 15px;
  }
}

.coupon-ticket .coupon-ticket-info .info-content p {
  margin-bottom: 0;
}

.coupon-ticket .coupon-ticket-info .info-content.for-bonus {
  text-align: center;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1;
}

.coupon-ticket .coupon-ticket-info .info-content.for-bonus .num {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 700;
  color: #CF102D;
}

.coupon-ticket .coupon-ticket-info .info-content.for-bonus ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.coupon-ticket .coupon-ticket-info .info-content.for-bonus ul .qtt {
  width: 190px;
  background-color: #ffffff;
}

.coupon-ticket .coupon-ticket-info .info-content.for-bonus ul .add .btn {
  width: 80px;
  height: 36px;
  margin-left: 10px;
  border-radius: 3px;
}

.coupon-ticket .coupon-ticket-info .info-content.for-bonus ul .add .btn.fill-light {
  border: 1px solid #E5E5E5;
}

.coupon-ticket .coupon-ticket-info .info-content.for-bonus ul .add .btn.selected {
  background-color: #CF102D !important;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.coupon-ticket .coupon-ticket-popup {
  display: none;
}

.coupon-ticket:not(.is-opened) .coupon-ticket-info .info-head {
  cursor: pointer;
}

.coupon-ticket:not(.is-opened) .coupon-ticket-info .info-content {
  display: none;
}

.coupon-ticket.content-only .coupon-ticket-info .info-content {
  padding: 25px 30px;
}

.coupon-ticket.content-only .coupon-ticket-info .info-content.for-bonus {
  padding: 20px 20px 25px;
}

.coupon-ticket.active .coupon-ticket-info .info-head {
  padding-top: 25px;
}

.coupon-ticket.active .coupon-ticket-info .info-head::after {
  transform: rotate(180deg);
}

.coupon-ticket.expired .coupon-ticket-display .display-cover {
  filter: grayscale(100%);
  color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 575px) {
  .coupon-ticket .coupon-ticket-display .display-cover {
    width: 100px;
    padding: 10px;
  }

  .coupon-ticket .coupon-ticket-display .display-content {
    flex-direction: column;
    justify-content: center;
    padding: 15px;
  }

  .coupon-ticket .coupon-ticket-display .display-content .name {
    font-size: 15px;
    line-height: 1.5;
  }

  .coupon-ticket .coupon-ticket-display .display-content .txt {
    font-size: 14px;
  }
}

@media (max-width: 575px) and (max-width: 339px) {
  .coupon-ticket .coupon-ticket-display .display-content .txt {
    font-size: 13px;
  }
}

@media (max-width: 575px) {

  .coupon-ticket .coupon-ticket-display .display-content .display-content-inner,
  .coupon-ticket .coupon-ticket-display .display-content .display-content-availability {
    width: 100%;
  }

  .coupon-ticket .coupon-ticket-display .display-content .display-content-availability {
    position: static;
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
  }
}

@media (max-width: 575px) and (max-width: 339px) {
  .coupon-ticket .coupon-ticket-display .display-content .display-content-availability {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .coupon-ticket .coupon-ticket-info .info-head {
    padding: 15px 20px;
  }

  .coupon-ticket .coupon-ticket-info .info-content {
    padding: 0 20px 20px;
  }
}

@media (max-width: 575px) and (max-width: 413px) {
  .coupon-ticket .coupon-ticket-info .info-head {
    padding: 15px;
  }

  .coupon-ticket .coupon-ticket-info .info-content {
    padding: 0 15px 15px;
  }
}

@media (max-width: 575px) {
  .coupon-ticket.content-only .coupon-ticket-info .info-content {
    padding: 20px;
  }
}

@media (max-width: 575px) and (max-width: 413px) {
  .coupon-ticket.content-only .coupon-ticket-info .info-content {
    padding: 15px;
  }
}

.sidebar .sidebar-category .category-menu {
  display: none;
}

@media (min-width: 1600px) {
  .sidebar {
    float: left;
    width: 300px;
  }

  .sidebar+div {
    float: left;
    width: calc(100% - 320px);
    padding-left: 50px;
  }

  .sidebar.edm-sidebar {
    width: 295px;
  }

  .sidebar.edm-sidebar+div {
    width: calc(100% - 340px);
  }
}

@media (min-width: 1600px) and (max-width: 1399px) {
  .sidebar.edm-sidebar {
    width: 200px;
  }

  .sidebar.edm-sidebar+div {
    width: calc(100% - 245px);
  }
}

@media (min-width: 992px) {
  .sidebar.member-sidebar .sidebar-category .category-menu {
    display: block;
  }

  .sidebar .sidebar-category {
    padding-left: 20px;
    border-bottom: 1px solid #E5E5E5;
  }

  .sidebar .sidebar-category .current-level .category-title .category-title-txt {
    color: #CF102D;
  }

  .sidebar .sidebar-category .category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease-in-out;
  }

  .sidebar .sidebar-category .category-title .category-title-txt {
    width: 100%;
    overflow: hidden;
    letter-spacing: 0.05em;
  }

  .sidebar .sidebar-category .category-title .category-title-txt:hover {
    color: #CF102D;
  }

  .sidebar .sidebar-category>.category-title {
    height: 50px;
    padding: 0 15px 0 5px;
  }

  .sidebar .sidebar-category>.category-title .category-title-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
  }

  .sidebar .sidebar-category>.category-title .category-title-txt::after {
    content: '\e859';
    font-family: "fontello";
    font-size: 12px;
    transition: transform 0.3s ease-in-out;
  }

  .sidebar .sidebar-category>.category-title .category-title-txt:hover {
    color: #CF102D;
  }

  .sidebar .sidebar-category>.category-title.no-sm .category-title-txt::after {
    display: none;
  }

  .sidebar .sidebar-category>.category-menu {
    font-size: 15px;
    color: #616161;
  }

  .sidebar .sidebar-category>.category-menu a:hover {
    color: #CF102D;
  }

  .sidebar .sidebar-category>.category-menu>ul {
    padding-bottom: 25px;
  }

  .sidebar .sidebar-category>.category-menu>ul li {
    position: relative;
    padding-left: 20px;
  }

  .sidebar .sidebar-category>.category-menu>ul li+li {
    margin-top: 15px;
  }

  .sidebar .sidebar-category>.category-menu>ul>li>.category-title::before {
    content: '\e915';
    position: absolute;
    top: 0.2rem;
    left: 0.275rem;
    display: block;
    font-family: "fontello";
    font-size: 0.75em;
    transition: transform 0.3s ease-in-out;
  }

  .sidebar .sidebar-category>.category-menu>ul>li>.category-menu {
    display: none;
    padding-top: 15px;
  }

  .sidebar .sidebar-category>.category-menu>ul>li.current>.category-menu {
    display: block;
  }

  .sidebar .sidebar-category.active>.category-title .category-title-txt::after {
    content: '\e805';
    transform: rotate(180deg);
  }

  .sidebar .sidebar-category.current>.category-title.no-sm {
    color: #CF102D;
  }

  .sidebar .sidebar-category.current>.category-menu {
    display: block;
  }

  .sidebar .sidebar-category:nth-last-of-type(1) {
    border: 0;
  }
}

@media screen and (max-width: 1599px) and (min-width: 992px) {
  .sidebar.member-sidebar {
    width: 200px;
  }

  .sidebar.member-sidebar+div {
    width: calc(100% - 200px);
    padding-left: 50px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .sidebar.member-sidebar+div {
    width: 100%;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .sidebar.member-sidebar+div {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .sidebar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
    background-color: #F5F5F5;
  }

  .sidebar.member-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .sidebar.member-sidebar.scrollUp {
    position: fixed;
    top: 80px;
  }

  .sidebar .sidebar-category {
    text-align: center;
  }

  .sidebar .sidebar-category>.category-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .sidebar .sidebar-category>.category-title {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }

  .sidebar .sidebar-category>.category-title .category-title-txt {
    white-space: nowrap;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .sidebar .sidebar-category>.category-title {
    height: 55px;
    padding: 0 20px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .sidebar .sidebar-category>.category-title {
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .sidebar .sidebar-category>.category-title {
    height: 40px;
    padding: 0 5px;
  }
}

@media (max-width: 991px) {
  .sidebar .sidebar-category>.category-menu {
    background-color: #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    font-size: 15px;
    max-height: calc(80vh - 40px);
    overflow: auto;
  }

  .sidebar .sidebar-category>.category-menu a:active {
    font-weight: 700;
  }

  .sidebar .sidebar-category>.category-menu>ul li+li {
    border-top: 1px solid #CCCCCC;
  }

  .sidebar .sidebar-category>.category-menu>ul li.current>.category-title .category-title-txt {
    font-weight: 600;
  }

  .sidebar .sidebar-category>.category-menu>ul>li .category-title .category-title-txt {
    display: block;
    padding: 15px;
  }

  .sidebar .sidebar-category>.category-menu>ul>li .category-menu {
    background-color: #D9D9D9;
  }

  .sidebar .sidebar-category>.category-menu>ul>li.current>.category-menu {
    display: block;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .sidebar .sidebar-category>.category-menu>ul>li .category-title .category-title-txt {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .sidebar .sidebar-category.current>.category-title {
    font-weight: 700;
  }

  .sidebar .sidebar-category.active>.category-title {
    background-color: #E5E5E5;
  }

  .sidebar .sidebar-category+.sidebar-category .category-title {
    border-left: 1px solid #E5E5E5;
  }

  .sidebar.basic-sidebar .sidebar-inner {
    overflow: auto;
    text-align: center;
  }

  .sidebar.basic-sidebar .sidebar-inner.scroll-fixed {
    overflow: hidden;
  }

  .sidebar.basic-sidebar .sidebar-inner .sidebar-inner-scroll {
    display: flex;
    justify-content: center;
  }

  .sidebar.basic-sidebar .sidebar-inner .sidebar-inner-scroll .sidebar-category {
    flex: 1;
  }

  .sidebar.basic-sidebar .sidebar-inner::-webkit-scrollbar {
    display: none;
  }

  .sidebar.basic-sidebar .sidebar-category>.category-title {
    padding: 0 15px;
  }
}

@media (max-width: 991px) and (max-width: 767px) and (min-width: 600px) {
  .sidebar.basic-sidebar .sidebar-category>.category-title {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .sidebar.basic-sidebar .sidebar-category>.category-title .category-title-txt {
    white-space: nowrap;
  }
}

@media (max-width: 991px) and (max-width: 599px) {
  .sidebar.basic-sidebar .sidebar-category {
    flex-shrink: 0;
  }
}

@media (max-width: 991px) and (max-width: 599px) {
  .sidebar.basic-sidebar.layout-fix .sidebar-inner .sidebar-inner-scroll {
    width: auto;
  }

  .sidebar.basic-sidebar.layout-fix .sidebar-category {
    flex: 1;
  }
}

@media (max-width: 991px) {
  .sidebar.products-sidebar {
    display: flex;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .sidebar.products-sidebar {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .sidebar.products-sidebar .sidebar-category:not(.sort) {
    flex: 1;
  }

  .sidebar.products-sidebar .sidebar-category.sort {
    flex-shrink: 0;
  }

  .sidebar.products-sidebar .sidebar-category.sort .btn {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .sidebar.products-sidebar .sidebar-category.sort {
    width: 50px;
  }

  .sidebar.products-sidebar .sidebar-category.sort .btn {
    padding: 15px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .sidebar.products-sidebar .sidebar-category.sort {
    width: 35px;
  }

  .sidebar.products-sidebar .sidebar-category.sort .btn {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .sidebar.scroll-lg .sidebar-inner .sidebar-inner-scroll {
    width: fit-content;
  }

  .sidebar.scroll-lg .sidebar-inner .sidebar-inner-scroll .sidebar-category {
    flex: auto;
  }
}

@media (max-width: 575px) {
  .sidebar.member-sidebar.scrollUp {
    top: 55px;
  }
}

.datepicker-style {
  position: relative;
}

.datepicker-style .datepicker-toggle {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #727272;
  padding: 0;
  margin: 0;
}

.datepicker-style .datepicker-toggle .icon-calendar {
  display: block;
}

.datepicker-style .datepicker-toggle .icon-calendar:before {
  margin: 0;
  display: block;
}

.datepicker-style .datepicker-toggle.no-hover {
  cursor: auto;
}

.datepicker-style .datepicker-toggle:not(.no-hover):active {
  color: #CF102D;
}

@media (min-width: 768px) {
  .datepicker-style .datepicker-toggle:not(.no-hover):hover {
    transition: color .3s ease;
  }

  .datepicker-style .datepicker-toggle:not(.no-hover):hover:hover {
    color: #CF102D;
  }
}

/*bootstrap datepicker*/
.datepicker {
  padding: 15px;
}

.datepicker.datepicker-dropdown {
  z-index: 100 !important;
  min-width: 15rem;
  margin-top: 3px;
}

.datepicker:not(.datepicker-orient-top)::before {
  border-bottom-color: #EFEFEF;
}

.datepicker.datepicker-orient-top::before {
  border-top-color: #EFEFEF;
}

.datepicker th,
.datepicker td {
  width: 35px;
  height: 30px;
  vertical-align: middle;
  color: #333;
}

.datepicker th {
  font-weight: normal;
}

.datepicker th.prev,
.datepicker th.next {
  color: #CF102D;
}

.datepicker th:not(.dow) {
  height: 35px;
}

.datepicker table tr td {
  border: none !important;
  text-shadow: none !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new,
.datepicker table tr td.disabled {
  color: rgba(0, 0, 0, 0.35);
}

.datepicker table tr td.old:hover,
.datepicker table tr td.new:hover,
.datepicker table tr td.disabled:hover {
  color: rgba(0, 0, 0, 0.35);
}

.datepicker table tr td.today {
  background-color: #EFEFEF;
  background-image: none;
}

.datepicker table tr td.today:hover {
  background-color: #EFEFEF !important;
  background-image: none;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:active {
  background-color: #727272 !important;
  background-image: none;
}

.datepicker table tr td span.active.active {
  background-color: #727272 !important;
  background-image: none;
}

@media (max-width: 480px) {

  .datepicker th,
  .datepicker td {
    width: 30px;
    height: 25px;
  }
}

/* ------------------------------------------
	table
	-----------------------------------------*/
.basic-table-style {
  width: 100%;
  color: #333333;
}

.basic-table-style th,
.basic-table-style td {
  padding: 15px;
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
  vertical-align: middle;
  font-size: 16px;
}

@media (max-width: 479px) {

  .basic-table-style th,
  .basic-table-style td {
    font-size: 15px;
  }
}

.basic-table-style th:first-child,
.basic-table-style td:first-child {
  text-align: left;
}

.basic-table-style thead th {
  background-color: #F8F8F8;
  border-top: 1px solid #000000;
  font-weight: 500;
}

@media (max-width: 1199px) {

  .basic-table-style.responsive-table th,
  .basic-table-style.responsive-table td {
    padding: 10px 5px;
  }
}

@media (max-width: 767px) {

  .basic-table-style.responsive-table,
  .basic-table-style.responsive-table tbody,
  .basic-table-style.responsive-table tr {
    display: block;
  }

  .basic-table-style.responsive-table thead {
    display: none;
  }

  .basic-table-style.responsive-table tr+tr {
    margin-top: 35px;
  }

  .basic-table-style.responsive-table td {
    display: flex;
    padding: 0;
    border: none;
  }

  .basic-table-style.responsive-table td::before {
    flex-shrink: 0;
    content: attr(data-title);
    display: block;
    width: 110px;
    padding: 7.5px 10px;
    text-align: left;
    background-color: #F8F8F8;
  }
}

@media (max-width: 767px) and (max-width: 479px) {
  .basic-table-style.responsive-table td::before {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .basic-table-style.responsive-table td .td-inner {
    flex-grow: 1;
    padding: 7.5px 10px;
    text-align: left;
    font-size: 16px;
  }
}

@media (max-width: 767px) and (max-width: 479px) {
  .basic-table-style.responsive-table td .td-inner {
    font-size: 15px;
  }
}

.editor iframe {
  max-width: 100%;
}

.editor .editorVideo {
  width: 100%;
  max-width: 100%;
  height: 790px;
  border: none;
  background: #000;
}

@media screen and (max-width: 1499px) {
  .editor .editorVideo {
    height: 680px;
  }
}

@media screen and (max-width: 1199px) {
  .editor .editorVideo {
    height: 590px;
  }
}

@media screen and (max-width: 991px) {
  .editor .editorVideo {
    height: 538px;
  }
}

@media screen and (max-width: 767px) {
  .editor .editorVideo {
    height: 415px;
  }
}

@media screen and (max-width: 450px) {
  .editor .editorVideo {
    height: 255px;
  }
}

.iframe-wrapper {
  position: relative;
}

.iframe-wrapper::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.googlemap-rwd {
  position: relative;
}

.googlemap-rwd:before {
  content: '';
  display: block;
  padding-bottom: 38.15%;
}

@media (max-width: 767px) {
  .googlemap-rwd:before {
    padding-bottom: 56.25%;
  }
}

.googlemap-rwd iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

main {
  transition: padding-top .3s;
  padding-top: 80px;
}

@media (max-width: 575px) {
  main {
    padding-top: 55px;
  }
}

html.menuOpen {
  overflow: hidden;
  height: 100%;
}

@media (max-width: 991px) {
  html.menuOpen {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

html.menuOpen header .menu-toggle .wrapper div.bar1 {
  left: 1px;
  top: 7px;
  transform: rotate(-45deg);
}

html.menuOpen header .menu-toggle .wrapper div.bar2 {
  opacity: 0;
}

html.menuOpen header .menu-toggle .wrapper div.bar3 {
  left: 1px;
  top: 7px;
  transform: rotate(45deg);
}

@media (max-width: 1199px) {
  html.menuOpen .menu-wrapper {
    transform: none;
  }
}

.inShadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) inset;
}

.spotlight .close {
  top: 17px;
  right: 90px;
}

.spotlight .swiper .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out;
}

.spotlight .swiper .swiper-slide-active {
  opacity: 1 !important;
}

@media (max-width: 1399px) {
  .spotlight .close {
    right: 24px;
  }
}

@media (max-width: 1199px) {
  .spotlight .close {
    top: 10px;
  }
}

@media (max-width: 575px) {
  .spotlight {
    font-size: 15px;
  }
}

header {
  z-index: 1040;
  transition: all .3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

header.scrollUp {
  top: 0px;
}

header .logo {
  flex: 0 0 147px;
}

header .header-main {
  position: relative;
}

header .menu-item {
  margin: 0 10px;
  padding: 0 5px;
}

header .menu-item:hover {
  color: #2469C9;
}

@media (max-width: 1320px) {
  header .menu-item {
    margin: 0 5px;
  }
}

header .navblock>li {
  padding: 27px 0 26px;
}

header .navblock .hasChild .menu-item>.icon {
  display: none;
}

header .navblock .hasChild:hover .menu-item {
  color: #2469C9;
}

header .navblock .hasChild .dropMenu {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1040;
  width: 100%;
  display: none;
}

header .navblock .hasChild .dropMenu .backtoMenu {
  display: none;
}

header .navblock .hasChild .dropMenu .dropMenuBlock {
  display: flex;
  letter-spacing: normal;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2 {
  width: 74.28%;
  display: flex;
  padding: 50px 10px 50px 0px;
  flex-wrap: wrap;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li {
	width: 20%;
	/*flex-grow: 1;*/
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li:has(.activityList){
	flex-grow: 1;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li>a {
  padding-right: 10px;
  display: block;
  /*word-break: break-all;*/
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li .menuLevel-3 {
  padding-top: 12px;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li .menuLevel-3>li a {
  padding: 8px 0;
  display: block;
  color: #333333;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li .menuLevel-3>li a:hover {
  color: #2469C9;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li .activityList {
  max-height: 132px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li .activityList>li {
  width: calc(100% / 3);
  flex-grow: 0;
  max-width: 320px;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuAds {
  width: 25.72%;
  padding: 0 40px 20px 35px;
  border-left: 1px solid #E5E5E5;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuAds .ele {
  padding-top: 25px;
  letter-spacing: normal;
  max-width: 275px;
}

header .navblock .hasChild .dropMenu .dropMenuBlock .menuAds .ele .radius-img {
  border-radius: 10px;
}

header .tools .tool.hoverMode .tool-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}

header .tools .tool.hoverMode[data-tool="member"] .tool-dropdown {
  transform: translate(-50%, 0px);
}

header .tools .tool.hoverMode[data-tool="cart"] .tool-dropdown {
  transform: translate(0%, 0px);
}

header .tools .tool-toggle {
  width: 50px;
  height: 80px;
}

@media (max-width: 1300px) {
  header .tools .tool-toggle {
    width: 45px;
  }
}

header .tools .num {
  right: -1px;
  top: 50%;
  padding: 3px 2px;
  min-width: 20px;
  transform: translateY(-50%);
}

header .tools .icon-person {
  font-size: 24px;
}

header .tools .icon-search {
  font-size: 28px;
}

header .tools .icon-heart-1 {
  font-size: 24px;
}

header .tools .icon-cart-1 {
  font-size: 26px;
}

header .tools [data-tool="member"] .tool-dropdown {
  min-width: 230px;
  transform: translate(-50%, -20px);
  left: 50%;
}

header .tools [data-tool="member"] .tool-dropdown i {
  font-size: 24px;
}

header .tools [data-tool="cart"] .tool-dropdown {
  width: 450px;
  transform: translate(0%, -20px);
  right: 0;
}

header .tools .tool-dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding-top: 1px;
  transition: all .3s;
}

header .tools .tool-dropdown .tool-dropdown-box {
  position: relative;
  box-shadow: 0 0 9.5px rgba(0, 0, 0, 0.2);
}

header .tools .tool-dropdown .tool-dropdown-box .tool-dropdown-inner {
  padding: 20px;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.9);
}

header .tools .tool-dropdown .tool-dropdown-box .tool-dropdown-inner .for-logout {
  border-top: 1px solid #E1E1E1;
}

header .tools .tool-dropdown .tool-dropdown-box .tool-dropdown-inner a:hover {
  color: #2469C9;
}

header .tools .tool-dropdown .tool-dropdown-box .tool-cart-list {
  max-height: 316px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

header .tools .tool-dropdown .tool-dropdown-box .tool-cart-list .list-item {
  border-bottom: 1px solid #E1E1E1;
}

header .tools .tool-dropdown .tool-dropdown-box .tool-cart-list .pic {
  width: 80px;
  height: 80px;
}

header .tools .tool-dropdown .tool-dropdown-box .tool-cart-list button {
  color: #141921;
  font-size: 24px;
}

header .tools .tool-dropdown .tool-dropdown-box .tool-cart-list button:hover {
  color: #2469C9;
}

header .search {
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) inset;
}

header .search .search-bar {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 33px;
}

header .search .search-bar .icon-search {
  font-size: 30px;
  transition: color 0.3s ease-in-out;
}

header .search .search-bar button[type="submit"]:hover .icon-search {
  color: #2469C9 !important;
}

header .search .search-trending {
  max-width: 1200px;
  margin: 0 auto;
}

header .search .search-trending .tag {
  padding-top: 2px;
  padding-bottom: 2px;
}

header .search .search-trending ul li {
  margin-top: 10px;
}

header .search .search-trending ul li a {
  color: rgba(0, 0, 0, 0.55);
}

header .menu-toggle {
  width: 40px;
  height: 40px;
}

header .menu-toggle .wrapper {
  width: 26px;
  height: 20px;
}

header .menu-toggle .wrapper div {
  height: 2px;
  transition: all .5s;
  width: 100%;
  left: 0;
}

header .menu-toggle .wrapper div.bar1 {
  top: 0px;
}

header .menu-toggle .wrapper div.bar2 {
  top: 9px;
}

header .menu-toggle .wrapper div.bar3 {
  top: 18px;
}

header .follows a {
  width: 45px;
  height: 45px;
  background: #0F1622;
  color: white;
}

@media (max-width: 1399px) {
  header .navblock .hasChild .dropMenu .dropMenuBlock {
    padding-left: 25px;
  }

  header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2 {
    padding: 50px 15px;
  }

  header .cart {
    width: 46px;
    height: 46px;
    background: #3A68D8;
  }

  header .cart i {
    font-size: 15px;
    color: white;
  }

  header .search .search-wrapper {
    width: auto;
  }
}

@media (max-width: 1199px) {
  header .logo {
    width: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  header .header-main {
    position: static;
  }

  header .header-main>.container {
    position: relative;
  }

  header .menu-wrapper {
    font-size: 18px !important;
    background: white;
    width: 85vw;
    max-width: 500px;
    position: fixed;
    bottom: 0;
    top: 0px;
    left: 0;
    transform: translateX(-100%);
    transition: transform .3s, bottom .3s;
  }

  header .menu-wrapper .menu-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) inset;
  }

  header .menu-item {
    margin: 0;
    padding: 15px 24px;
    border-bottom: 1px solid #E1E1E1;
    font-weight: 500;
  }

  header .navblock {
    position: relative;
  }

  header .navblock>li {
    padding: 0;
  }

  header .navblock .hasChild .menu-item {
    display: flex !important;
    justify-content: space-between;
  }

  header .navblock .hasChild .menu-item>.icon {
    margin-left: auto;
    display: block;
  }

  header .navblock .hasChild .dropMenu {
    box-shadow: none !important;
    top: 0;
    display: block;
    transform: translateX(101%);
    transition: transform 0.3s;
  }

  header .navblock .hasChild .dropMenu.active {
    transform: translateX(0);
    min-height: calc(100vh - 200px);
  }

  header .navblock .hasChild .dropMenu.active .dropMenuBlock {
    max-height: 100%;
  }

  header .navblock .hasChild .dropMenu .backtoMenu {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 12px 24px;
    display: block;
  }

  header .navblock .hasChild .dropMenu .backtoMenu .icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
  }

  header .navblock .hasChild .dropMenu .dropMenuBlock {
    flex-direction: column;
    padding-left: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }

  header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2 {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }

  header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li {
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    padding: 11px 24px;
  }

  header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li .menuLevel-3 {
    padding: 5px 0;
  }

  header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li .menuLevel-3>li a {
    padding: 5px 0;
  }

  header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li .activityList {
    max-height: 100%;
  }

  header .navblock .hasChild .dropMenu .dropMenuBlock .menuLevel-2>li .activityList>li {
    width: 100%;
    max-width: 100%;
  }

  header .navblock .hasChild .dropMenu .dropMenuBlock .menuAds {
    width: 100%;
    border-left: 0;
    padding: 0 24px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  header .tools .tool-dropdown {
    display: none;
  }

  header .menu-toggle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  header .search .search-bar form input {
    font-size: 16px;
  }

  header .search .search-bar form .icon-search {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  header .logo {
    width: 100px;
  }

  header .menu-toggle {
    width: 22.5px;
    height: 22.5px;
  }

  header .menu-toggle .wrapper {
    width: 100%;
    height: 18px;
  }

  header .tools .tool-toggle {
    height: 55px;
    width: 40px;
  }
}

.header-mask {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

#ads-modal .modal-content {
  background: transparent;
  width: 516px;
  height: 595px;
}

#ads-modal .modal-content::after {
  content: "";
  display: block;
  background-image: url(images/index/ads-bg-shadow.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#ads-modal .modal-content .modal-box {
  width: 448px;
  height: 505px;
  background-image: url(images/index/ads-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  position: relative;
}

#ads-modal .modal-content .btn-close {
  padding: 0;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(images/index/ads-close-bg.png);
  opacity: 1;
  right: -5px;
  top: -20px;
  box-shadow: 4px 0 20px 20px rgba(0, 0, 0, 0.3);
}

#ads-modal .modal-content .scrollbarY {
  height: 355px;
}

@media (max-width: 767px) {
  #ads-modal .modal-dialog {
    margin: auto;
  }

  #ads-modal .modal-content {
    width: auto;
    height: auto;
  }

  #ads-modal .modal-content::after {
    display: none;
  }

  #ads-modal .modal-content .modal-box {
    height: 457px;
    width: 370px;
  }

  #ads-modal .modal-content .btn-close {
    height: 40px;
    width: 40px;
    right: 20px;
    top: 0px;
    box-shadow: 0px 0 10px 10px rgba(0, 0, 0, 0.2);
  }

  #ads-modal .modal-content .btn-close .icon-close {
    font-size: 16px;
  }

  #ads-modal .modal-content .scrollbarY {
    height: 320px;
  }

  #ads-modal .modal-body {
    width: 316px;
    margin: auto;
  }
}

.side-menu {
  top: 50%;
  right: 0%;
  transform: translate(130px, -50%);
  transition: all 0.3s;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
}

.side-menu.show {
  visibility: visible;
  opacity: 1;
}

.side-menu.active {
  transform: translate(0, -50%);
}

.side-menu .btns .help-btn {
  width: 50px;
  height: 134.5px;
}

.side-menu .btns .help-btn span {
  writing-mode: vertical-lr;
}

.side-menu .helps {
  padding-left: 24px;
}

.side-menu .helps .icon-line {
  font-size: 40px;
}

.side-menu .helps .icon-location {
  font-size: 40px;
}

@media (max-width: 991px) {
  .side-menu {
    transform: translate(150px, -50%);
  }

  .side-menu .btns .help-btn {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .side-menu {
    top: auto;
    bottom: 81px;
    transform: none;
    right: 24px;
  }

  .side-menu .icon-gotop {
    font-size: 12px;
  }

  .side-menu .gotop {
    width: 40px;
    height: 40px;
  }
}

footer .top-section {
  background: #0D0D0D;
}

footer .top-section .icon-element {
  width: 52px;
  height: 50px;
}

footer .bottom-section {
  background: black;
}

footer .bottom-section ul li a {
  opacity: 0.8;
}

footer .bottom-section ul li a:hover {
  opacity: 1;
}

footer .bottom-section a {
  color: white;
}

footer .bottom-section a:hover {
  opacity: 1;
}

footer .bottom-section .spec {
  flex-wrap: wrap;
}

footer .bottom-section .spec ul {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
}

footer .bottom-section .follows a {
  width: 45px;
  height: 45px;
  background: #0F1622;
}

footer .bottom-section .copyright {
  border-top: 1px solid #1A1A1A;
}

@media (max-width: 767px) {
  footer .bottom-section {
    padding-bottom: 55px;
  }

  footer .bottom-section .container {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  footer .bottom-section .container .row {
    justify-content: center;
  }

  footer .bottom-section .follows {
    justify-content: center;
  }
}

.fixed-tools {
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 767px) {
  #products-activity footer .bottom-section {
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  #products-activity .side-menu {
    bottom: 150px;
  }
}

@media (max-width: 767px) {
  #cart footer .bottom-section {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  #cart .side-menu {
    bottom: 130px;
  }
}

@keyframes rotate1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(30deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-30deg);
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(20px);
  }
}

@font-face {
  font-family: "Nobel";
  src: url("nobel-regular.ttf");
}

@font-face {
  font-family: "LeelawUI";
  src: url("LeelawUI.ttf");
}

/* Roboto */
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.ttf");
}

#index .banner-section {
  background: #fff;
  z-index: 1;
}

#index .banner-section .imgFill {
  padding-bottom: 36.56%;
}

#index .banner-section .text {
  transform: translateY(-50%);
  left: 0;
  top: 63%;
}

#index .banner-section .text.style-1 {
  padding-left: 55.2%;
}

#index .banner-section .text.style-2 {
  padding-left: 15%;
}

#index .banner-section .text.style-3 {
  padding-left: 55.2%;
  top: 69%;
}

#index .banner-section .text.style-4 {
  padding-left: 56.2%;
  top: 53%;
}

#index .banner-section .text.style-4 .w150.h40 {
  margin: auto;
}

#index .banner-section .text.style-5 {
  margin-left: 7.5%;
  top: 67%;
  max-width: 500px;
  text-align: center;
}

#index .banner-section .text.style-5 .w150.h40 {
  margin: auto;
}

#index .banner-section .text.style-6 {
  margin-left: 12%;
  top: 50%;
  max-width: 500px;
  text-align: center;
}

#index .banner-section .text.style-6 .w150.h40 {
  margin: auto;
}

#index .banner-section .text.style-7 {
  margin-left: 8%;
  top: 75%;
  max-width: 500px;
  text-align: center;
}

#index .banner-section .text.style-7 .w150.h40 {
  margin: auto;
}

#index .banner-section .swiper-button {
  color: white;
  transition: all .3s;
}

#index .banner-section .swiper-button i {
  font-size: 60px;
}

#index .banner-section .swiper-button.swiper-button-prev {
  left: 95px;
}

#index .banner-section .swiper-button.swiper-button-prev:hover {
  transform: translateX(-10px);
}

#index .banner-section .swiper-button.swiper-button-next {
  right: 95px;
}

#index .banner-section .swiper-button.swiper-button-next:hover {
  transform: translateX(10px);
}

#index .banner-section .swiper-pagination {
  bottom: 40px;
}

#index .banner-section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  background: #CCCCCC;
  border-radius: 0;
  transition: all .3s;
}

#index .banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: white;
}

#index .banner-section .fz-40 {
  font-size: 40px;
}

#index .news-block .news-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

#index .news-block .news-title .more {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#index .news-block .newsItem {
  border-bottom: 1px solid #E5E5E5;
}

#index .news-block .newsItem .newItem::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #2469C9;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .3s;
}

#index .news-block .newsItem .newItem:hover::after {
  opacity: 1;
}

#index .news-block .newsItem .newItem:hover .title {
  color: #2469C9;
}

#index .news-block .newsItem .newItem .img-inner {
  height: 180px;
}

#index .news-block .newsItem .newItem .text-inner .txt {
  max-height: 48px;
}

#index .news-block .newsItem .newItem .title {
  transition: color .3s;
  max-height: 58px;
}

#index .flagshipProduct-block .productItem {
  background: #F6F6F6 !important;
}

#index .flagshipProduct-block .productItem.spec {
  height: calc(100% - 16px);
}

#index .flagshipProduct-block .productItem.spec a {
  flex-direction: column;
}

#index .flagshipProduct-block .productItem.spec a .img-inner {
  min-height: 500px;
}

#index .flagshipProduct-block .productItem.spec a .img-inner .tags {
  top: 43px;
  left: 27px;
}

#index .flagshipProduct-block .productItem.spec a .text-inner {
  background: #F6F6F6;
}

#index .flagshipProduct-block .productItem.spec .hoverButton a {
  flex-direction: row;
}

@media (max-width: 1399px) {
  #index .flagshipProduct-block .productItem.spec .hoverButton {
    opacity: 1;
    transform: translateX(-50%);
    bottom: 0;
  }
}

#index .nav-tabs {
  border-bottom: none;
}

#index .nav-tabs .nav-link {
  border: 0;
  color: #000;
  font-weight: 500;
}

#index .nav-tabs .nav-link.active {
  color: #2469C9;
  border-bottom: 1px solid #2469C9;
}

#index .nav-tabs .nav-link:hover {
  color: #2469C9;
}

#index .newProductsItem-block .swiper-wrapper {
  height: 720px;
}

#index .newProductsItem-block .swiper-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2);
}

#index .fixed-area {
  height: 500px;
  bottom: 0;
}

#index .fixed-area .text-inner {
  padding-left: 45%;
  top: 50%;
  transform: translateY(-50%);
}

#index .fixed-area .text-inner .title {
  position: relative;
}

#index .fixed-area .text-inner .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100px;
  background: black;
  top: 0;
  left: 0;
}

#index .allBuy-block .product-box {
  max-width: 800px;
}

#index .allBuy-block .product-box .tags {
  top: 50px;
  left: 40px;
}

#index .allBuy-block .product-box .img {
  height: 355px;
  max-width: 400px;
}

#index .allBuy-block .product-box .img img {
  max-height: 100%;
}

#index .pointCard-block {
  margin-left: calc((100% - 24px - 1400px)/2);
}

#index .pointCard-block .swiper-button {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

#index .pointCard-block .swiper-button.swiper-button-disabled {
  opacity: 0;
}

#index .pointCard-block .dec {
  top: 30%;
  transform: translateY(-50%);
  right: 0;
  width: 27%;
}

#index .ps5-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 440px;
  background: white;
  left: 0;
  bottom: 0;
  position: absolute;
}

#index .ps5-block .dec {
  top: 0;
  left: 0;
  width: 18%;
}

#index .ps5-block .ps5-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 676px;
  background: white;
  border-radius: 10px;
}

#index .ps5-block .ps5-box .ps5Item {
  padding-bottom: 45px;
}

#index .ps5-block .ps5-box .ps5Item .text {
  right: 80px;
  top: 10px;
  width: 400px;
  height: 520px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

#index .ps5-block .ps5-box .ps5Item .text p {
  height: 130px;
}

#index .ps5-block .ps5-box .ps5Item .text .ps5-dec-1 {
  top: -10px;
  left: 50px;
  width: 75px;
}

#index .ps5-block .ps5-box .ps5Item .text .ps5-dec-2 {
  bottom: 138px;
  right: -62px;
  width: 96px;
}

#index .ps5-block .ps5-box .ps5Item .text .ps5-dec-3 {
  bottom: -22px;
  right: 40px;
  width: 41px;
}

#index .ps5-block .swiper-pagination {
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#index .ps5-block .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 50px;
  height: 50px;
  transition: background-color 0.3s;
  margin: 3px 6.5px;
}

#index .ps5-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#index .ps5-block .swiper-pagination .swiper-pagination-bullet:hover {
  background: #3B7EDB;
}

#index .fixed {
  height: 100vh;
  position: fixed;
  bottom: 0;
}

#index .video-section {
  margin-top: -50px;
}

@media (min-width: 768px) {
  #index .video-section {
    padding-top: calc(3rem + 50px);
    padding-bottom: 3rem;
  }
}

#index .links a.active {
  color: #2469C9;
  border-bottom: 1px solid #2469C9;
}

#index .links a:hover {
  color: #2469C9;
}

@media (max-width: 1800px) {
  #index .banner-section .text {
    margin-top: 20px;
  }

  #index .banner-section .swiper-button.swiper-button-prev {
    left: 50px;
  }

  #index .banner-section .swiper-button.swiper-button-next {
    right: 50px;
  }

  #index .pointCard-block .dec {
    top: 30%;
  }
}

@media (max-width: 1399px) {
  #index .banner-section .text {
    margin-top: 0;
  }

  #index .banner-section .text.style-3 {
    top: 72%;
  }

  #index .banner-section .fz-40 {
    font-size: 28px;
  }

  #index .newProductsItem-block .swiper-wrapper {
    height: 810px;
  }

  #index .pointCard-block .dec {
    top: 40%;
  }

  #index .ps5-block .ps5-box::after {
    height: 600px;
  }

  #index .ps5-block .ps5-box .ps5Item img {
    max-width: 80%;
  }

  #index .ps5-block .ps5-box .ps5Item .text {
    right: 0px;
    box-shadow: initial;
  }

  #index .ps5-block .ps5-box .ps5Item .text .ps5-dec-3 {
    bottom: 20px;
  }
}

@media (max-width: 1448px) {
  #index .pointCard-block {
    margin: 0;
  }
}

@media (max-width: 1300px) {
  #index .ps5-block .ps5-box .ps5Item {
    padding-bottom: 60px;
  }

  #index .ps5-block .ps5-box .ps5Item .ps5 {
    max-width: 70%;
    margin-top: 120px;
  }

  #index .ps5-block .ps5-box .ps5Item .text {
    right: 24px;
    height: 430px;
    width: 335px;
  }

  #index .ps5-block .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
  }

  #index .ps5-block::after {
    display: none;
  }
}

@media (max-width: 1199px) {
  #index .banner-section .text {
    margin-top: 10px;
  }

  #index .banner-section .swiper-button:hover {
    transform: none;
  }

  #index .banner-section .swiper-button i {
    font-size: 40px;
  }

  #index .banner-section .swiper-button.swiper-button-next {
    right: 24px;
  }

  #index .banner-section .swiper-button.swiper-button-prev {
    left: 24px;
  }

  #index .banner-section .swiper-pagination {
    bottom: 20px;
  }

  #index .banner-section .fz-40 {
    font-size: 24px;
  }

  #index .allBuy-block .product-box .img {
    height: 284px;
    width: 320px;
  }

  #index .allBuy-block .product-box .line1 {
    white-space: initial;
  }

  #index .flagshipProduct-block .productItem.spec a .img-inner {
    min-height: 400px;
  }

  #index .flagshipProduct-block .productItem.spec a .text-inner {
    min-height: 380px;
  }

  #index .news-block .newsItem .newItem .img-inner {
    height: 120px;
  }
}

@media (max-width: 991px) {
  #index .banner-section .text {
    margin-top: 10px;
  }

  #index .banner-section .text a {
    height: 35px;
  }

  #index .banner-section .swiper-button i {
    font-size: 20px;
  }

  #index .banner-section .w150.h40 {
    height: 35px;
    width: 120px;
    font-size: 16px;
  }

  #index .banner-section .fz-40 {
    font-size: 18px;
  }

  #index .banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }

  #index .news-block .newsItem .newItem .img-inner {
    height: 180px;
  }

  #index .pointCard-block .dec {
    width: 30%;
    top: 17%;
  }

  #index .flagshipProduct-block .productItem.spec a .img-inner {
    height: 500px;
    min-height: auto;
  }

  #index .flagshipProduct-block .productItem.spec a .text-inner {
    min-height: initial;
  }

  #index .fixed-area {
    height: 400px;
  }

  #index .fixed-area .text-inner {
    padding-left: 40%;
  }

  #index .ps5-block {
    padding-top: 50px;
  }

  #index .ps5-block .ps5-box::after {
    display: none;
  }

  #index .ps5-block .ps5-box .ps5Item {
    border-radius: 10px;
    background: white;
  }

  #index .ps5-block .ps5-box .ps5Item .ps5 {
    margin-top: 0;
    max-width: 100%;
  }

  #index .ps5-block .ps5-box .ps5Item .text {
    height: auto;
    width: auto;
    background: transparent !important;
  }

  #index .ps5-block .ps5-box .ps5Item .text P {
    height: auto;
  }

  #index .ps5-block .ps5-box .ps5Item .text .ps5-dec-1 {
    top: 15px;
  }

  #index .ps5-block .ps5-box .ps5Item .text .ps5-dec-3 {
    bottom: 20px;
  }

  #index .ps5-block .dec {
    top: -100px;
    width: 40%;
  }
}

@media (max-width: 767px) {
  #index .banner-section .imgFill {
    padding-bottom: 148.958%;
  }

  #index .banner-section .text {
    margin-top: 0;
    top: auto;
    bottom: 11%;
    transform: translateY(0);
  }

  #index .banner-section .text.style-1 {
    padding-left: 0;
    margin-left: 34.33%;
    max-width: 330px;
  }

  #index .banner-section .text.style-2 {
    padding-left: 60px;
    bottom: 15%;
  }

  #index .banner-section .text.style-3 {
    padding-left: 34.33%;
  }

  #index .banner-section .text.style-4,
  #index .banner-section .text.style-5,
  #index .banner-section .text.style-6,
  #index .banner-section .text.style-7 {
    top: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-left: 0;
  }

  #index .banner-section .text.style-4 .w150.h40,
  #index .banner-section .text.style-5 .w150.h40,
  #index .banner-section .text.style-6 .w150.h40,
  #index .banner-section .text.style-7 .w150.h40 {
    margin: auto;
  }

  #index .banner-section .text.style-5,
  #index .banner-section .text.style-6,
  #index .banner-section .text.style-7 {
    margin: auto;
    max-width: 100%;
  }

  #index .banner-section .fz-40 {
    font-size: 30px;
  }

  #index .news-block .news-title::after {
    display: none;
  }

  #index .news-block .newsItem .newItem .title {
    max-height: 44px;
  }

  #index .fixed-area {
    height: 300px;
  }

  #index .fixed-area .text-inner {
    padding: 0 24px;
  }

  #index .fixed-area .text-inner .title::before {
    display: none;
  }

  #index .flagshipProduct-block .productItem.spec a .img-inner .tags {
    top: 16px;
    left: 16px;
  }

  #index .newProductsItem-block .swiper-wrapper {
    height: auto;
  }

  #index .allBuy-block .product-box .tags {
    top: 16px;
    left: 16px;
  }

  #index .allBuy-block .product-box .img {
    width: 250px;
    height: 250px;
  }

  #index .ps5-block {
    padding-top: 10px;
  }

  #index .ps5-block .ps5-box .ps5Item .text .ps5-dec-1 {
    left: 24px;
  }

  #index .video-section {
    margin-top: 0;
    padding-top: 1.5rem;
  }
}

@media (max-width: 650px) {
  #index .banner-section .text.style-2 {
    bottom: 11%;
    padding-left: 8%;
  }
}

@media (max-width: 575px) {
  #index .banner-section .imgFill:before {
    display: none;
  }

  #index .banner-section .text {
    bottom: 45px;
  }

  #index .banner-section .text.style-1 {
    margin-left: 0;
    padding-left: 25px;
    max-width: 100%;
  }

  #index .banner-section .text.style-3 {
    padding-left: 19%;
  }

  #index .banner-section .fz-40 {
    font-size: 24px;
  }

  #index .flagshipProduct-block .productItem.spec a .img-inner {
    height: 325px;
  }

  #index .pointCard-block .dec {
    width: 136px;
    top: 23%;
  }
}

@media (max-width: 480px) {
  #index .banner-section .text {
    bottom: 40px;
  }

  #index .banner-section .text.style-2 {
    bottom: 7%;
    padding-left: 8%;
  }

  #index .banner-section .text.style-3 {
    padding-left: 19%;
  }
}

@media (max-width: 400px) {
  #index .banner-section .text {
    bottom: 50px;
  }

  #index .banner-section .text.style-3 {
    top: 70%;
    padding-left: 15%;
  }

  #index .banner-section .fz-40 {
    font-size: 20px;
  }

  #index .banner-section .swiper-pagination {
    bottom: 15px;
  }
}

.search-section .primary-inner {
  padding-top: 45px;
  padding-bottom: 140px;
}

.search-section .breadnav {
  margin-left: 25px;
}

@media (max-width: 991px) {
  .search-section .primary-inner {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .search-section .primary-inner {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .search-section .breadnav {
    margin-left: 0;
  }
}

.searchHead {
  height: 80px;
  justify-content: space-between;
  margin-top: 35px;
  padding: 20px 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .searchHead {
    justify-content: flex-start;
    height: auto;
    padding: 0 30px;
  }

  .searchHead .searchKey {
    width: 100%;
    text-align: center;
  }

  .searchHead .searchKey .tit {
    display: block !important;
  }

  .searchHead .selectTools {
    margin: 0 auto;
  }

  .searchHead .selectTools .layout {
    display: none;
  }
}

.productsHead {
  min-height: 80px;
  justify-content: space-between;
  margin-top: 40px;
  padding: 20px 30px 20px 0;
  align-items: flex-start;
  border: 1px solid rgba(217, 217, 217, 0.6);
}

.productsHead .products-series {
  margin: 0 20px 0 0;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.productsHead .products-series li {
  padding: 5px 30px;
}

.productsHead .products-series li a.active,
.productsHead .products-series li a:hover {
  color: #2469C9 !important;
}

.productsHead .bootstrap-select {
  width: 150px;
}

.productsHead .bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.productsHead .bootstrap-select .dropdown-menu .dropdown-item.item {
  background-color: #2469C9;
}

.productsHead .bootstrap-select .dropdown-toggle {
  border: none !important;
  padding: 8px 0.75rem 8px 0;
  border-radius: 0;
  background: #fff !important;
  color: #333333;
  font-weight: 500;
}

.productsHead .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #333333;
}

.productsHead .bootstrap-select .dropdown-toggle:hover {
  color: #333;
}

.productsHead .bootstrap-select .dropdown-toggle::after {
  content: '\e800';
  font-family: 'fontello';
  vertical-align: top;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  font-size: 15px;
  right: 0;
  border: 0;
  transition: transform 0.3s;
}

.productsHead .bootstrap-select .dropdown-toggle.show::after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 1399px) {
	.productsHead .products-series {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1299px){
	.productsHead .products-series {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
  .productsHead {
    flex-wrap: wrap;
    justify-content: center;
    border: 0;
    padding: 5px 30px;
  }

  .productsHead .products-series {
    width: 100%;
	flex: unset;
	margin: 0;
    text-align: center;
    border: 1px solid rgba(217, 217, 217, 0.6);
    padding: 15px 20px;
  }

  .productsHead .products-series li {
    padding: 5px 20px;
  }

  .productsHead .selectTools {
    margin: 15px auto 0;
  }
}

@media (max-width: 767px) {
  .productsHead {
    justify-content: flex-start;
    height: auto;
    padding: 0;
    background: #F5F5F5;
    min-height: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .productsHead.sticky {
    position: fixed;
    top: 80px;
    z-index: 15;
  }

  .productsHead .products-series {
    padding: 0;
    display: flex;
    border: 0;
	overflow-x: auto;
    border-bottom: 1px solid rgba(217, 217, 217, 0.6);
    width: calc(100% - 50px);
  }

  .productsHead .products-series li {
    padding: 0 20px;
    flex: 1;
    width: auto;
    border-right: 1px solid rgba(217, 217, 217, 0.6);
    height: 55px;
    line-height: 54px;
    min-width: fit-content;
  }

  .productsHead .bootstrap-select {
    width: 50px !important;
  }

  .productsHead .bootstrap-select .dropdown-toggle {
    background: #F5F5F5 !important;
    height: 55px;
    line-height: 55px;
    width: 50px;
    padding: 0;
    position: relative;
  }

  .productsHead .bootstrap-select .dropdown-toggle .filter-option {
    display: none;
  }

  .productsHead .bootstrap-select .dropdown-toggle:after {
    content: '\E91D';
    font-family: "fontello";
    position: static;
    transform: translateY(0);
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .productsHead .bootstrap-select .dropdown-toggle.show {
    background-color: #E5E5E5 !important;
  }

  .productsHead .bootstrap-select .dropdown-toggle.show:after {
    transform: translateY(0) rotate(0);
  }

  .productsHead .bootstrap-select .dropdown-menu {
    background-color: #E5E5E5;
    margin-top: -1px !important;
  }

  .productsHead .bs-container.bootstrap-select {
    width: 100% !important;
  }

  .productsHead .selectTools {
    margin: 0;
  }

  .productsHead .selectTools .selectbox.pdsort {
    border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  }

  .productsHead .selectTools .layout {
    display: none;
  }
}

@media (max-width: 575px) {
  .productsHead.sticky {
    top: 55px;
  }

  .productsHead .products-series {
    font-weight: 500 !important;
    width: calc(100% - 40px);
  }

  .productsHead .products-series li {
    padding: 0 10px;
    height: 40px;
    line-height: 39px;
    font-size: 15px;
  }

  .productsHead .bootstrap-select {
    width: 40px !important;
  }

  .productsHead .bootstrap-select .dropdown-toggle {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .productsHead .bootstrap-select .dropdown-toggle:after {
    font-size: 15px;
  }

  .productsHead .bootstrap-select .dropdown-menu {
    font-size: 15px;
  }

  .productsHead .bs-container.bootstrap-select {
    width: 100% !important;
  }
}

.selectTools {
  display: flex;
  width: fit-content;
  align-content: flex-start;
}

.selectTools .select-wrapper {
  width: 150px;
  font-size: 15px;
}

.selectTools .layout {
  display: flex;
  margin-left: 25px;
  position: relative;
}

.selectTools .layout::before {
  content: '';
  height: 25px;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
}

.selectTools .layout li .layoutbtn {
  display: block;
  margin-left: 23px;
  color: #808080;
  padding: 0;
}

.selectTools .layout li .layoutbtn i {
  margin: 0;
}

.selectTools .layout li .layoutbtn i::before {
  margin: 0;
}

.selectTools .layout li .layoutbtn:hover {
  color: #2469C9;
}

.selectTools .layout li .layoutbtn.active {
  pointer-events: none;
  color: #333;
}

.selectTools .layout li .layoutbtn.active:hover {
  color: #333;
}

.pdMain-list {
  padding-top: 70px;
  padding-bottom: 135px;
}

.pdMain-list .pdList {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.pdMain-list .pdList .pd-item .img-inner .tags-outofstock {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  width: 80px;
  height: 80px;
}

.pdMain-list .pdList.trans {
  opacity: 0;
  transition: none;
}

.pdMain-list .pdList.grid {
  width: calc(100% + 25px);
  margin: 0 -12.5px;
}

.pdMain-list .pdList.grid .pd-item {
  width: calc(25% - 25px);
  margin: 0 12.5px 28px;
}

.pdMain-list .pdList.grid .pd-item .productItem::before {
  content: '';
  width: 100%;
  height: 200px;
  background: #F6F6F6;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  z-index: -1;
}

.pdMain-list .pdList.grid .pd-item .productItem .hoverButton .addfavite span {
  display: none;
}

.pdMain-list .pdList.grid .pd-item .productItem .img-inner .tags-outofstock {
  top: 95px;
  left: calc(50% - 40px);
}

@media (max-width: 1199px) {
  .pdMain-list .pdList.grid .pd-item {
    width: calc(100% / 3 - 25px);
  }
}

@media (max-width: 767px) {
  .pdMain-list .pdList.grid .pd-item {
    width: calc(50% - 25px);
  }
}

@media (max-width: 575px) {
  .pdMain-list .pdList.grid {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }

  .pdMain-list .pdList.grid .pd-item {
    width: calc(50% - 10px);
    margin: 0 5px 28px;
  }

  .pdMain-list .pdList.grid .pd-item .productItem .text-inner .tit.line1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    height: 48px;
    max-height: 48px;
  }

  .pdMain-list .pdList.grid .pd-item .productItem .hoverButton .addcart {
    width: 35px;
    height: 35px;
  }

  .pdMain-list .pdList.grid .pd-item .productItem .hoverButton .addcart span {
    display: none;
  }
}

.pdMain-list .pdList.list {
  width: 100%;
}

.pdMain-list .pdList.list .pd-item {
  width: 100%;
}

.pdMain-list .pdList.list .pd-item .productItem {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0 !important;
  display: flex;
}

.pdMain-list .pdList.list .pd-item .productItem a {
  width: calc(100% - 170px);
  display: flex !important;
  padding-right: 85px;
  align-items: center;
}

.pdMain-list .pdList.list .pd-item .productItem a .img-inner {
  display: flex !important;
  align-items: flex-start;
}

.pdMain-list .pdList.list .pd-item .productItem a .img-inner .tags {
  position: static !important;
  padding-right: 20px;
}

.pdMain-list .pdList.list .pd-item .productItem a .img-inner .img {
  width: 150px;
  max-height: 130px;
  text-align: center;
}

.pdMain-list .pdList.list .pd-item .productItem a .img-inner .img img {
  max-height: 100%;
}

.pdMain-list .pdList.list .pd-item .productItem a .img-inner .tags-outofstock {
  top: 55px;
  left: 98px;
}

.pdMain-list .pdList.list .pd-item .productItem a .text-inner {
  display: flex !important;
  padding-left: 30px;
  padding-top: 0 !important;
  margin-top: 0 !important;
  align-items: flex-end;
  width: calc(100% - 215px);
}

.pdMain-list .pdList.list .pd-item .productItem a .text-inner .text-block {
  text-align: left !important;
  width: calc(100% - 120px);
}

.pdMain-list .pdList.list .pd-item .productItem a .text-inner .text-block .tit {
  font-size: 20px;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  max-height: 60px;
}

.pdMain-list .pdList.list .pd-item .productItem a .text-inner .price {
  width: 120px;
  text-align: right;
  margin-bottom: 0 !important;
}

@media (max-width: 1399px) {
  .pdMain-list .pdList.list .pd-item .productItem a {
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 1199px) {
  .pdMain-list .pdList.list .pd-item .productItem a {
    padding-right: 35px;
  }
}

@media (max-width: 991px) {
  .pdMain-list .pdList.list .pd-item .productItem a {
    width: calc(100% - 150px);
  }

  .pdMain-list .pdList.list .pd-item .productItem a .text-inner {
    flex-wrap: wrap;
  }

  .pdMain-list .pdList.list .pd-item .productItem a .text-inner .text-block {
    flex-grow: 1;
  }

  .pdMain-list .pdList.list .pd-item .productItem a .text-inner .price {
    text-align: left;
    width: 100%;
  }
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton {
  opacity: 1;
  transform: none;
  position: static !important;
  padding-right: 20px;
  flex-direction: column;
  width: 170px;
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton button {
  width: 150px !important;
  height: 35px;
  border: 1px solid #D9D9D9;
  border-radius: 30px !important;
  transition: all 0.3s ease-in-out;
  background: #fff !important;
  color: #2469C9 !important;
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton button i {
  order: 2;
  margin-left: 10px;
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton button .icon-alarm {
  font-size: 18px;
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton button .icon-alarm:before {
  margin: 0 -0.5rem 0 0;
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton button span {
  order: 1;
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton button:hover {
  background: #2469C9 !important;
  border-color: #2469C9 !important;
  color: #fff !important;
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton button.outstock {
  background: #D9D9D9 !important;
  border: 1px solid #D9D9D9;
  color: #808080 !important;
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton button.outstock:hover {
  background: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}

.pdMain-list .pdList.list .pd-item .productItem .hoverButton .addfavite {
  margin-top: 10px;
}

@media (max-width: 1399px) {
  .pdMain-list .pdList.list .pd-item .productItem .hoverButton {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .pdMain-list .pdList.list .pd-item .productItem .hoverButton {
    padding-right: 0;
  }
}

.pdMain-list .pdList.list .pd-item .productItem:hover .price {
  opacity: 1;
}

@media (max-width: 991px) {
  .pdMain-list {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .pdMain-list {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

.pdBN-block {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  min-height: 600px;
}

.pdBN-block .pdBnImg {
  padding: 40px 0;
}

.pdBN-block .imgFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .pdBN-block {
    min-height: 450px;
  }
}

@media (max-width: 991px) {
  .pdBN-block {
    min-height: 350px;
  }
}

@media (max-width: 575px) {
  .pdBN-block {
    min-height: 300px;
  }
}

.pdBN-activity {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
}

.pdBN-activity .imgFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdBN-activity .activity-block {
  padding: 50px 0 50px 30px;
  width: 100%;
  margin: 0 auto;
}

.pdBN-activity .circle-tag {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1199px) {
  .pdBN-activity {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .pdBN-activity {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .pdBN-activity .activity-block {
    padding: 50px 0;
  }

  .pdBN-activity .circle-tag {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}

@media (max-width: 575px) {
  .pdBN-activity {
    min-height: 350px;
  }
}

.products-section {
  padding-top: 40px;
}

.products-section .title-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.products-section .title-box .breadnav {
  margin-top: 7px;
}

.products-section .activity-box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.products-section .activity-box .content {
  flex-grow: 1;
  flex-wrap: wrap;
  max-width: 925px;
  justify-content: space-between;
}

.products-section .activity-box .content .tit {
  max-width: 420px;
}

.products-section .activity-box .timeout-block {
  margin-top: 7px;
}

.products-section .activity-box .breadnav {
  margin-top: 7px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .products-section .activity-box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .products-section .activity-box .content {
    order: 2;
  }

  .products-section .activity-box .content .tit {
    margin-top: 1rem;
    max-width: 100%;
    width: 100%;
  }

  .products-section .activity-box .timeout-block {
    width: 100%;
  }

  .products-section .activity-box .breadnav {
    width: 100%;
    order: 1;
  }
}

@media (max-width: 575px) {
  .products-section .activity-box .content .tit {
    text-align: center;
  }

  .products-section .activity-box .timeout-block {
    text-align: center;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-section .activity-box .timeout-block .icon-time {
    display: block;
  }
}

.products-section .activity-illustrate {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .products-section {
    position: relative;
  }
}

.pdActivity-cart {
  margin-top: 45px;
}

.pdActivity-cart .pick-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 0;
}

.pdActivity-cart .pick-info .pickEdit {
  display: none;
}

.pdActivity-cart .pick-info .pick-illustrate {
  display: flex;
  align-items: center;
}

.pdActivity-cart .pick-info .gotoCart {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}

@media (max-width: 991px) {
  .pdActivity-cart .pick-info .gotoCart {
    width: 150px;
  }
}

@media (max-width: 575px) {
  .pdActivity-cart .pick-info .gotoCart {
    margin-left: 10px;
  }
}

.pdActivity-cart .pick_panel {
  padding: 25px 30px 35px 30px;
}

.pdActivity-cart .pick_panel .close-btn {
  position: absolute;
  top: -35px;
  right: 0;
}

.pdActivity-cart .pick_panel .close-btn .closePanel-btn {
  background: #fff;
  width: 40px;
  height: 36px;
}

.pdActivity-cart .pick_panel .swiper-button {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}

.pdActivity-cart .pick_panel .swiper-button.swiper-button-lock {
  display: flex;
}

.pdActivity-cart .pick_panel .swiper-button-prev {
  left: -25px;
}

.pdActivity-cart .pick_panel .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.pdActivity-cart .pick_panel .swiper-button-next {
  right: -25px;
}

.pdActivity-cart .pick_panel .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.pdActivity-cart .pick_panel .swiper {
  padding: 0 18px;
}

.pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem {
  max-width: 200px !important;
}

.pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem .img-inner .tags {
  left: 0;
  top: 0;
}

.pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem .img-inner .img {
  height: 130px;
}

.pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem .img-inner .img img {
  max-height: 100%;
}

.pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem a {
  padding-left: 15px;
  padding-top: 12px;
}

.pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem a:hover {
  color: #2469C9;
}

.pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem:hover .price {
  opacity: 1;
}

@media (max-width: 991px) {
  .pdActivity-cart .pick_panel .swiper {
    padding: 0;
  }
}

@media (max-width: 1480px) {
  .pdActivity-cart .pick_panel .swiper-button-prev {
    left: -15px;
  }

  .pdActivity-cart .pick_panel .swiper-button-next {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .pdActivity-cart {
    position: fixed;
    bottom: 54px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 0;
    margin-top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(204, 204, 204, 0.6);
  }

  .pdActivity-cart .pick-info {
    padding: 5px 10px 10px;
    order: 2;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .pdActivity-cart .pick-info .pick-illustrate {
    justify-content: flex-start;
    width: 100%;
  }

  .pdActivity-cart .pick-info .gotoCart {
    width: fit-content;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
  }

  .pdActivity-cart .pick-info .pickEdit {
    display: inline;
  }

  .pdActivity-cart .pick_panel {
    order: 1;
    width: 100%;
    padding: 0;
    transform: translateY(500px);
    height: 0;
  }

  .pdActivity-cart .pick_panel.active {
    padding: 10px 15px 20px;
    transform: translateY(0);
    height: auto;
  }

  .pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem {
    max-width: 100% !important;
  }

  .pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem a {
    padding-left: 0;
  }

  .pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem .img-inner .tags {
    left: 5px;
  }

  .pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem .img-inner .img {
    height: auto;
  }
}

@media (max-width: 767px) and (max-width: 400px) {
  .pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem .img-inner .img {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem .text-inner {
    padding-right: 30px;
    padding-left: 10px;
  }

  .pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem .text-inner .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 63px;
    max-height: 63px;
  }

  .pdActivity-cart .pick_panel .swiper .swiper-wrapper .productItem .deletebtn {
    position: absolute;
    top: 10px;
    right: -10px;
  }
}

.activityTabsNav {
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  display: flex;
}

.activityTabsNav li {
  flex: 1 1 auto;
}

.activityTabsNav li .nav-link {
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
  transition: color 0.3s ease-in-out;
  height: 60px;
  margin-bottom: 0;
}

.activityTabsNav li .nav-link:not(.active):hover {
  color: #2469C9;
}

.activityTabsNav li .nav-link.active {
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .activityTabsNav li .nav-link {
    height: 45px;
  }
}

.assembleTabContent .pdActivity-block {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .assembleTabContent .pdActivity-block {
    padding-top: 20px;
  }
}

.pdActivity-block {
  padding-top: 30px;
}

.pdActivity-block .pdActivityList {
  display: flex;
  flex-wrap: wrap;
}

.pdActivity-block .pdActivityList .pd-item {
  width: calc(25% - 25px);
  margin: 0 12.5px 28px;
}

.pdActivity-block .pdActivityList .pd-item .productItem {
  padding-bottom: 30px;
}

.pdActivity-block .pdActivityList .pd-item .productItem::before {
  content: '';
  width: 100%;
  height: 250px;
  background: #F6F6F6;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  z-index: -1;
}

.pdActivity-block .pdActivityList .pd-item .productItem .hoverButton .addfavite span {
  display: none;
}

.pdActivity-block .pdActivityList .pd-item .productItem:hover .price {
  opacity: 1;
}

@media (max-width: 1199px) {
  .pdActivity-block .pdActivityList .pd-item {
    width: calc(100% / 3 - 25px);
  }
}

@media (max-width: 767px) {
  .pdActivity-block .pdActivityList .pd-item {
    width: calc(50% - 25px);
  }
}

@media (max-width: 575px) {
  .pdActivity-block .pdActivityList {
    width: calc(100% + 10px);
    margin: 0 -5px;
    justify-content: center;
  }

  .pdActivity-block .pdActivityList .pd-item {
    width: calc(50% - 10px);
    margin: 0 5px 25px;
  }

  .pdActivity-block .pdActivityList .pd-item .productItem {
    padding-bottom: 20px;
  }

  .pdActivity-block .pdActivityList .pd-item .productItem::before {
    height: 65%;
  }

  .pdActivity-block .pdActivityList .pd-item .productItem .text-inner .tit.line1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    height: 48px;
    max-height: 48px;
  }

  .pdActivity-block .pdActivityList .pd-item .productItem .hoverButton .addcart {
    width: 35px;
    height: 35px;
  }

  .pdActivity-block .pdActivityList .pd-item .productItem .hoverButton .addcart span {
    display: none;
  }

  .pdActivity-block .pdActivityList .pd-item .productItem .pdAdd-opt {
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .pdActivity-block .pdActivityList .pd-item .productItem .pdAdd-opt .numberfield {
    width: 100%;
  }

  .pdActivity-block .pdActivityList .pd-item .productItem .pdAdd-opt .pickAdd {
    width: 100%;
    margin-top: 5px;
    height: 35px;
    line-height: 33px;
  }
}

.prouct-head {
  padding-top: 30px;
  padding-bottom: 100px;
}

.prouct-head .breadnav {
  margin-left: 22px;
  width: 100%;
}

@media (max-width: 767px) {
  .prouct-head .breadnav {
    margin-left: 0;
  }
}

.prouct-head .product-slide {
  width: 50%;
}

.prouct-head .product-slide .swiper-big {
  max-width: 650px;
}

.prouct-head .product-slide .swiper-big::after {
  content: '\e802';
  font-family: 'fontello';
  font-size: 20px;
  color: #000;
  position: absolute;
  bottom: 20px;
  right: 15px;
  display: block;
  z-index: 10;
  pointer-events: none;
}

.prouct-head .product-slide .swiper-big .swiper-slide .pd-pic {
  position: relative;
  cursor: pointer;
}

.prouct-head .product-slide .swiper-big .swiper-slide .pd-pic:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.prouct-head .product-slide .swiper-big .swiper-slide .pd-pic img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.prouct-head .product-slide .swiper-thumbs {
  max-width: 650px;
}

.prouct-head .product-slide .hashtag {
  padding: 48px 0 0 10px;
}

.prouct-head .product-slide .info-head-action {
  padding-top: 35px;
}

.prouct-head .product-slide .info-head-action ul {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.prouct-head .product-slide .info-head-action ul li button {
  float: left;
  transition: color 0.3s ease-in-out;
}

.prouct-head .product-slide .info-head-action ul li .addfavite:hover {
  color: #2469C9 !important;
}

.prouct-head .product-slide .info-head-action ul li .addfavite.active {
  color: #BA000C !important;
}

.prouct-head .product-slide .info-head-action ul li .share-btn:hover,
.prouct-head .product-slide .info-head-action ul li .share-btn.active {
  color: #2469C9 !important;
}

.prouct-head .product-slide .info-head-action ul .share-buttons {
  display: none;
  overflow: hidden;
}

.prouct-head .product-slide .info-head-action ul .share-buttons .share-buttons-inner {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.prouct-head .product-slide .info-head-action ul .share-buttons .share-buttons-inner .share-links {
  display: block;
  flex-shrink: 0;
  margin-right: 15px;
  color: #333333;
}

.prouct-head .product-slide .info-head-action ul .share-buttons .share-buttons-inner .share-links:hover {
  color: #2469C9;
}

.prouct-head .product-slide .info-head-action ul .share-buttons .share-buttons-inner .share-links.facebook:hover {
  color: #1988E1;
}

.prouct-head .product-slide .info-head-action ul .share-buttons .share-buttons-inner .share-links.line:hover {
  color: #39CD00;
}

.prouct-head .product-info {
  width: 50%;
  padding: 0 25px 0 55px;
}

.prouct-head .product-info .info-head {
  padding: 0 25px 10px 15px;
}

.prouct-head .product-info .info-primary-data {
  padding: 25px 0;
}

.prouct-head .product-info .info-primary-options {
  padding: 0 25px 0 15px;
}

.prouct-head .product-info .info-primary-options .specList {
  display: flex;
  align-items: top;
  padding-bottom: 10px;
}

.prouct-head .product-info .info-primary-options .specList .label {
  min-width: 45px;
  height: 50px;
  line-height: 50px;
  padding-right: 15px;
  flex-shrink: 0;
}

.prouct-head .product-info .info-primary-options .specList .spec {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.prouct-head .product-info .info-primary-options .specList .spec .spec-btn {
  border: 1px solid #2469C9;
  color: #333333;
  border: 1px solid rgba(204, 204, 204, 0.6);
  display: block;
  min-width: 100px;
  text-align: center;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 5px;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
}

.prouct-head .product-info .info-primary-options .specList .spec .spec-btn:hover,
.prouct-head .product-info .info-primary-options .specList .spec .spec-btn.active {
  border: 1px solid rgba(36, 105, 201, 0.6);
  color: #2469C9;
}

@media (max-width: 767px) {
  .prouct-head .product-info .info-primary-options .specList .label {
    height: 40px;
    line-height: 40px;
  }

  .prouct-head .product-info .info-primary-options .specList .spec .spec-btn {
    padding: 7px 15px;
  }
}

.prouct-head .product-info .info-primary-options .specGroup .group-link {
  color: #808080;
}

.prouct-head .product-info .info-primary-options .specGroup .group-link:hover {
  color: #2469C9;
}

.prouct-head .product-info .info-primary-options .specGroup .group-link:nth-of-type(1) {
  margin-top: 20px;
}

.prouct-head .product-info .info-primary-options .data-group {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prouct-head .product-info .info-primary-options .data-group .stock {
  display: flex;
  align-items: center;
}

.prouct-head .product-info .info-primary-options .data-group .stock .stock-btn {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  text-align: center;
  color: #808080;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.prouct-head .product-info .info-primary-options .data-group .stock .stock-btn:hover {
  border-color: #2469C9;
  color: #2469C9;
}

.prouct-head .product-info .numberfield {
  background: #f2f2f2;
  border: 0;
  width: 100%;
  margin-top: 25px;
  height: 60px;
}

.prouct-head .product-info .numberfield .amount {
  height: 58px;
  line-height: 56px;
  width: calc(100% - 130px);
}

.prouct-head .product-info .numberfield button {
  width: 65px;
  height: 58px;
  padding: 0;
}

.prouct-head .product-info .numberfield button i {
  font-size: 20px;
}

@media (max-width: 767px) {
  .prouct-head .product-info .numberfield {
    height: 45px;
  }

  .prouct-head .product-info .numberfield .amount {
    height: 43px;
    line-height: 40px;
    width: calc(100% - 90px);
  }

  .prouct-head .product-info .numberfield button {
    width: 45px;
    height: 43px;
  }

  .prouct-head .product-info .numberfield button i {
    font-size: 18px;
  }
}

.prouct-head .product-info .btn-group {
  display: flex;
  width: calc(100% + 20px);
  margin: 18px -10px 0;
}

.prouct-head .product-info .btn-group .add {
  width: calc(50% - 20px);
  margin: 0 10px;
}

.prouct-head .product-info .btn-group .add .buy-btn,
.prouct-head .product-info .btn-group .add .add-cart {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 60px;
  height: 60px;
  transition: background-color 0.3s ease-in-out;
}

.prouct-head .product-info .btn-group .add .buy-btn {
  background: #333;
}

.prouct-head .product-info .btn-group .add .buy-btn:hover {
  background: #808080;
}

.prouct-head .product-info .btn-group .add .add-cart {
  background: #2469C9;
}

.prouct-head .product-info .btn-group .add .add-cart:hover {
  background: #3077DA;
}

@media (max-width: 767px) {

  .prouct-head .product-info .btn-group .add .buy-btn,
  .prouct-head .product-info .btn-group .add .add-cart {
    line-height: 45px;
    height: 45px;
  }
}

.prouct-head .product-info .booking-script {
  padding: 35px 25px 0 15px;
}

.prouct-head .product-info .info-detail li {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}

.prouct-head .product-info .info-detail li .scriptbox {
  display: flex;
  width: 100%;
}

.prouct-head .product-info .info-detail li .scriptbox .tit {
  min-width: 85px;
  color: #333;
}

.prouct-head .product-info .info-detail li .scriptbox .word {
  color: #4d4d4d;
  width: calc(100% - 85px);
  display: flex;
  justify-content: space-between;
}

.prouct-head .product-info .info-detail li .scriptbox .word span {
  max-width: 465px;
}

.prouct-head .product-info .info-detail li+li {
  padding-top: 15px;
}

.prouct-head .product-info .info-activityUl {
  width: calc(100% + 10px);
  margin-right: -10px;
}

.prouct-head .product-info .info-activityUl li {
  padding-bottom: 8px;
  display: none;
}

.prouct-head .product-info .info-activityUl li .event {
  display: flex;
  justify-content: space-between;
}

.prouct-head .product-info .info-activityUl li .event .event-detail {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  margin-right: 15px;
}

.prouct-head .product-info .info-activityUl li .event .event-detail .tag {
  flex-shrink: 0;
  color: #2469C9;
  border: 1px solid rgba(36, 105, 201, 0.6);
  border-radius: 15px;
  margin-right: 15px;
  min-width: 70px;
  padding: 4px 10px;
  text-align: center;
}

.prouct-head .product-info .info-activityUl li .event .event-detail .word {
  padding-top: 4px;
  color: #4d4d4d;
}

.prouct-head .product-info .info-activityUl li .event .event-detail .word a {
  color: #4d4d4d;
  margin-right: 10px;
}

.prouct-head .product-info .info-activityUl li .event .event-detail .word a:hover {
  color: #2469C9;
}

.prouct-head .product-info .info-activityUl li .event .event-detail .word a.desc-toggle {
  color: #2469C9;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}

.prouct-head .product-info .info-activityUl li .event .event-detail .word a.desc-toggle:hover {
  color: #DB0000;
}

.prouct-head .product-info .info-activityUl li .event .event-counter {
  display: flex;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 0 15px;
  align-items: center;
  min-width: 155px;
  height: 30px;
}

.prouct-head .product-info .info-activityUl li .event .event-counter .icon-time {
  margin: 0 8px 3px 0;
  display: block;
}

.prouct-head .product-info .info-activityUl li .event .event-counter .icon-time::before {
  margin: 0;
  padding: 0;
}

.prouct-head .product-info .info-activityUl li .event .event-counter .word {
  color: #333;
  display: block;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .prouct-head .product-info .info-activityUl li .event .event-counter {
    padding: 0 7px;
    min-width: auto;
  }

  .prouct-head .product-info .info-activityUl li .event .event-counter .icon-time {
    margin: 0 3px 3px 0;
  }
}

@media (max-width: 480px) {
  .prouct-head .product-info .info-activityUl li .event {
    flex-wrap: wrap;
  }

  .prouct-head .product-info .info-activityUl li .event .event-detail {
    width: 100%;
  }

  .prouct-head .product-info .info-activityUl li .event .event-counter {
    margin-left: 85px;
    margin-top: 10px;
  }
}

.prouct-head .product-info .info-activityUl li.show {
  display: block;
}

.prouct-head .product-info .show-more {
  margin-top: 5px;
}

.prouct-head .product-info .show-more .show-more-btn {
  color: #2469C9;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}

.prouct-head .product-info .show-more .show-more-btn span {
  display: block;
}

.prouct-head .product-info .show-more .show-more-btn .icon {
  transition: transform 0.3s ease-in-out;
}

.prouct-head .product-info .show-more .show-more-btn .icon:before {
  padding: 0;
  margin: 0;
}

.prouct-head .product-info .show-more .show-more-btn .word {
  display: block;
  padding-top: 2px;
}

.prouct-head .product-info .show-more .show-more-btn .word-less {
  display: none;
  padding-top: 2px;
}

.prouct-head .product-info .show-more .show-more-btn:hover {
  color: #000;
}

.prouct-head .product-info .show-more .show-more-btn.active .icon:before {
  transform: rotate(180deg);
}

.prouct-head .product-info .show-more .show-more-btn.active .word {
  display: none;
}

.prouct-head .product-info .show-more .show-more-btn.active .word-less {
  display: block;
}

.prouct-head .product-info .show-more.hidden {
  display: none;
}

@media (max-width: 991px) {

  .prouct-head .product-slide,
  .prouct-head .product-info {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {

  .prouct-head .product-slide,
  .prouct-head .product-info {
    padding-left: 0;
    padding-right: 0;
  }
}

.prouct-head .gift-group {
  margin: 60px 0 0 15px;
}

.prouct-head .gift-group .scriptbox {
  display: flex;
  padding-right: 50px;
  align-items: flex-start;
}

.prouct-head .gift-group .scriptbox .gift-tit {
  width: fit-content;
  float: left;
  white-space: nowrap;
  margin-right: 20px;
}

.prouct-head .gift-group .scriptbox .gift-word {
  float: left;
  padding-top: 2px;
}

.prouct-head .gift-group .gift-slider {
  position: relative;
}

.prouct-head .gift-group .gift-slider .swiper-button {
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.prouct-head .gift-group .gift-slider .swiper-button-prev {
  left: -35px;
}

.prouct-head .gift-group .gift-slider .swiper-button-next {
  right: -25px;
}

.prouct-head .gift-group .gift-slider .swiper {
  margin: 30px 0 0;
  max-width: 550px;
}

.prouct-head .gift-group .gift-slider .swiper .swiper-slide a {
  display: block;
  text-align: center;
}

.prouct-head .gift-group .gift-slider .swiper .swiper-slide a .giftpic {
  max-width: 100px;
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

.prouct-head .gift-group .gift-slider .swiper .swiper-slide a .giftpic img {
  max-height: 100%;
  display: inline-block;
}

.prouct-head .gift-group .gift-slider .swiper .swiper-slide a .giftname {
  color: #808080;
  display: block;
  margin-top: 8px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 18px;
  height: 36px;
  max-height: 36px;
}

.prouct-head .gift-group .gift-slider .swiper .swiper-slide .input-radio-square {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .prouct-head .gift-group {
    margin: 0 0 0 15px;
  }
}

@media (max-width: 767px) {
  .prouct-head .gift-group .scriptbox {
    flex-wrap: wrap;
  }

  .prouct-head .gift-group .scriptbox .gift-word {
    width: 100%;
  }
}

.hashtag {
  overflow: hidden;
  zoom: 1;
}

.hashtag .tag-item {
  padding: 0 7.5px 5px 7.5px;
  float: left;
}

.hashtag .tag-item a {
  display: block;
  width: fit-content;
  padding: 3.5px 15px;
  min-width: 70px;
  text-align: center;
  color: #333;
  border: 1px solid #cccccc;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.hashtag .tag-item a:hover {
  border-color: #2469C9;
  color: #2469C9;
}

.purchasemore-block {
  padding-top: 35px;
  padding-bottom: 30px;
}

.purchasemore-block .help-block {
  position: absolute;
  top: 0;
  right: 40px;
}

.purchasemore-block .help-block .help-link {
  color: #333;
  align-items: center;
}

.purchasemore-block .help-block .help-link:hover {
  color: #2469C9;
}

@media (max-width: 767px) {
  .purchasemore-block .help-block {
    top: -5px;
  }
}

@media (max-width: 575px) {
  .purchasemore-block .help-block {
    right: 0;
  }
}

.purchasemore-block .swiper .swiper-slide .pd-item {
  max-width: 300px;
  margin: 0 auto;
}

.purchasemore-block .swiper .swiper-slide .pd-item .pd-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

.purchasemore-block .swiper .swiper-slide .pd-item .pd-link>span {
  display: block;
}

.purchasemore-block .swiper .swiper-slide .pd-item .pd-link .pdpic {
  height: 170px;
  display: table-cell;
  vertical-align: middle;
}

.purchasemore-block .swiper .swiper-slide .pd-item .pd-link .pdpic img {
  max-height: 100%;
}

.purchasemore-block .swiper .swiper-slide .pd-item .pd-link .txt {
  margin-top: 15px;
}

.purchasemore-block .swiper .swiper-slide .pd-item .price {
  margin-top: 10px;
}

.purchasemore-block .swiper .swiper-slide .pd-item .numberfield {
  margin-top: 15px;
}

.product-detail {
  padding-top: 50px;
  padding-bottom: 90px;
}

.product-detail .detail-section {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .product-detail {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .product-detail .detail-section {
    padding: 35px 0;
  }
}

.pdDetail-01 .bg-blue-bottom {
  background-image: linear-gradient(to top, #3000D6 165px, #fff 166px);
}

@media (max-width: 1399px) {
  .pdDetail-01 .bg-blue-bottom {
    padding: 0 1.5rem;
  }
}

.pdDetail-01 .data-block {
  max-width: 1000px;
  padding-top: 75px;
  padding-bottom: 135px;
}

.pdDetail-01 .data-block .block-row {
  max-width: 765px;
  padding: 50px 0 105px;
}

.pdDetail-01 .data-block .block-row .item {
  width: 185px;
}

.pdDetail-01 .data-block .block-row .circle-blue-icon {
  background: #3600EE;
  width: 185px;
  height: 185px;
  min-width: 185px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .pdDetail-01 .data-block .block-row {
    padding: 35px 0 25px;
  }

  .pdDetail-01 .data-block .block-row .item {
    width: 160px;
  }

  .pdDetail-01 .data-block .block-row .circle-blue-icon {
    width: 160px;
    height: 160px;
    min-width: 160px;
  }
}

@media (max-width: 575px) {
  .pdDetail-01 .data-block .block-row .item {
    width: 185px;
    margin-bottom: 35px;
  }

  .pdDetail-01 .data-block .block-row .circle-blue-icon {
    width: 185px;
    height: 185px;
    min-width: 185px;
  }
}

.pdDetail-01 .data-block .data-row {
  border-top: 1px solid #fff;
  padding-top: 70px;
}

@media (max-width: 767px) {
  .pdDetail-01 .data-block .data-row {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .pdDetail-01 .data-block {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .pdDetail-01 .data-block {
    margin-top: -1px;
  }
}

.pdDetail-02 {
  padding-top: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1399px) {
  .pdDetail-02 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .pdDetail-02 {
    padding-top: 50px;
  }
}

.pdDetail-03 {
  padding-top: 45px;
}

.pdDetail-03 .data-block {
  padding: 0 60px;
}

.pdDetail-03 .data-block+.data-block {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .pdDetail-03 .data-block {
    padding: 0 20px;
  }

  .pdDetail-03 .data-block+.data-block {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .pdDetail-03 {
    padding-top: 0;
  }
}

.pdDetail-04 .data-row {
  padding: 0 20px;
}

.pdDetail-04 .data-row>.col {
  padding: 0 40px;
}

.pdDetail-04 .data-row>.col .data-img {
  padding-top: 20px;
}

.pdDetail-04 .data-row>.col .data-txt {
  padding-top: 70px;
}

@media (max-width: 991px) {
  .pdDetail-04 .data-row>.col {
    padding: 0 15px;
  }

  .pdDetail-04 .data-row>.col .data-img {
    padding-top: 0;
  }

  .pdDetail-04 .data-row>.col .data-txt {
    padding-top: 45px;
  }
}

@media (max-width: 575px) {
  .pdDetail-04 .data-row>.col {
    padding: 0;
  }

  .pdDetail-04 .data-row>.col .data-txt {
    padding-top: 25px;
  }

  .pdDetail-04 .data-row>.col+.col {
    padding-top: 30px;
  }
}

.pdDetail-05 {
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .pdDetail-05 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.grayTh-table {
  width: 100%;
}

.grayTh-table th {
  background: #f2f2f2;
  text-align: center;
  width: 23%;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
}

.grayTh-table td {
  width: 77%;
  padding-left: 35px;
  padding-right: 35px;
}

.grayTh-table th,
.grayTh-table td {
  border: 1px solid rgba(204, 204, 204, 0.6);
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}

@media (max-width: 575px) {
  .grayTh-table th {
    width: 60px;
  }

  .grayTh-table td {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grayTh-table th,
  .grayTh-table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.pdDetail-illustrate {
  padding-top: 40px;
}

.bg-cover {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.pdDetail-top {
  padding: 85px 50px;
}

.pdDetail-top .text-block {
  padding-left: 20px;
}

.pdDetail-top .video-wrapper {
  width: 58%;
  margin-left: 50px;
  margin-bottom: 20px;
  float: right;
}

@media (max-width: 1199px) {
  .pdDetail-top {
    padding: 60px 50px;
  }

  .pdDetail-top .text-block {
    padding-left: 0;
  }

  .pdDetail-top .video-wrapper {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .pdDetail-top {
    display: flex;
    flex-direction: column;
  }

  .pdDetail-top .text-block {
    order: 1;
    width: 100%;
    padding: 0 20px 20px;
  }

  .pdDetail-top .video-wrapper {
    float: none;
    order: 2;
    margin-top: 25px;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pdDetail-top {
    padding: 50px 1.5rem 20px;
  }
}

.pdData-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto 55px;
  padding: 0 50px;
}

.pdData-section .img-block {
  width: 71.25%;
}

.pdData-section .text-block {
  width: 28.75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
}

@media (max-width: 991px) {
  .pdData-section .text-block {
    padding: 20px 25px;
  }
}

@media (max-width: 767px) {
  .pdData-section {
    padding: 0 1.5rem;
  }

  .pdData-section .img-block {
    order: 1;
    width: 100%;
  }

  .pdData-section .text-block {
    order: 2;
    width: 100%;
    padding: 30px 25px;
  }
}

@media (max-width: 575px) {
  .pdData-section {
    margin: 0 auto 35px;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .page-group-style {
    border-top: 1px solid #b5b5b5;
  }
}

@media (max-width: 479px) {
  .page-group-style {
    background-color: #ffffff;
    border-bottom: 1px solid #aaa5a5;
  }

  .page-group-style:not(:first-child) {
    margin-top: 7.5px;
  }
}

.cart-wrapper {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (max-width: 575px) {
  .cart-wrapper {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

.cart-heading {
  padding-top: 70px;
}

@media (max-width: 991px) {
  .cart-heading {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

.cart-heading .step {
  margin-top: 20px;
  line-height: 1.15;
  letter-spacing: 0.05em;
}

@media (max-width: 575px) {
  .cart-heading .step {
    display: none;
  }
}

.cart-heading .step ol {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-reset: step;
}

.cart-heading .step ol li {
  display: flex;
  align-items: center;
  counter-increment: step;
}

.cart-heading .step ol li::before,
.cart-heading .step ol li::after {
  display: block;
}

.cart-heading .step ol li::before {
  flex-shrink: 0;
  content: counter(step);
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #727272;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.cart-heading .step ol li::after {
  content: '\e915';
  margin: 0 25px;
  font-family: 'fontello';
  font-size: 0.65em;
}

.cart-heading .step ol li:last-child::after {
  display: none;
}

.cart-heading .step ol li:not(.active) {
  color: #727272;
  opacity: .35;
}

.cart-heading .step ol li.active {
  color: #CF102D;
}

.cart-heading .step ol li.active::before {
  background-color: #CF102D;
}

.cart-empty {
  padding: 95px 0;
}

.qtt-spinner {
  display: flex;
}

.qtt-spinner>div {
  flex-shrink: 0;
}

.qtt-spinner.disabled {
  opacity: 0.7;
}

.qtt-spinner.disabled .btn,
.qtt-spinner.disabled .form-control {
  pointer-events: none;
}

.qtt-spinner .btn {
  padding: 0;
  border-radius: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #E2E2E2;
  min-width: unset !important;
  font-size: 14px;
  color: #727272;
}

.qtt-spinner .btn.disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.35);
}

.qtt-spinner .btn:active {
  color: #ffffff;
  background-color: #CF102D;
}

@media (min-width: 767px) {
  .qtt-spinner .btn:hover {
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  }

  .qtt-spinner .btn:hover:hover {
    color: #ffffff;
    background-color: #CF102D;
    border-color: #CF102D;
  }
}

.qtt-spinner .qtt {
  text-align: center;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  -webkit-appearance: none;
  color: #000;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  font-family: 'Roboto', sans-serif;
}

.cart-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

@media (max-width: 479px) {
  .cart-table {
    font-size: 15px;
  }
}

.cart-table .cart-cell {
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
}

.cart-table .cart-cell p {
  margin-bottom: 0;
}

.cart-table .cart-cell .num {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

@media (max-width: 479px) {
  .cart-table .cart-cell .num {
    font-size: 16px;
  }
}

.cart-table .cart-cell.checkbox {
  width: 30px;
}

.cart-table .cart-cell.checkbox .form-checkbox {
  margin-right: 0;
}

@media (max-width: 991px) {
  .cart-table .cart-cell.checkbox {
    position: absolute;
    top: 15px;
    right: 0;
    width: auto;
  }
}

@media (max-width: 479px) {
  .cart-table .cart-cell.checkbox {
    right: 20px;
  }
}

.cart-table .cart-cell.tt {
  width: 100px;
  text-align: left;
}

.cart-table .cart-cell.tt .pic {
  display: block;
}

.cart-table .cart-cell.tt:not(.valign-middle) {
  vertical-align: top;
}

@media (min-width: 1400px) {
  .cart-table .cart-cell:not(.tt):not(.info):not(.checkbox):not([colspan]) {
    width: 175px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .cart-table .cart-cell:not(.tt):not(.info):not(.checkbox):not([colspan]) {
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-table .cart-cell.modify {
    width: 75px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cart-table .cart-cell:not(.tt):not(.info):not(.checkbox):not([colspan]) {
    width: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cart-table .cart-thead {
  background-color: #F8F8F8;
}

.cart-table .cart-thead .cart-cell {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #E2E2E2;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1199px) {
  .cart-table .cart-thead .cart-cell {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-thead {
    display: none;
  }
}

.cart-table .cart-tbody .cart-cell .list li {
  min-height: 1em;
}

.cart-table .cart-tbody .cart-cell .list li+li {
  margin-top: 10px;
}

.cart-table .cart-tbody .cart-cell.tt .title {
  font-size: 18px;
  font-weight: 700;
}

.cart-table .cart-tbody .cart-cell.tt .pic {
  width: calc(100% - 20px);
  background-size: contain !important;
}

@media (max-width: 479px) {
  .cart-table .cart-tbody .cart-cell.tt .pic {
    width: calc(100% - 15px);
  }
}

.cart-table .cart-tbody .cart-cell.tt .pic::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.cart-table .cart-tbody .cart-cell.info {
  text-align: left;
}

.cart-table .cart-tbody .cart-cell.info .info-name {
  letter-spacing: 0.05em;
}

.cart-table .cart-tbody .cart-cell.info .info-name a:active {
  color: #2469C9;
}

@media (min-width: 768px) {
  .cart-table .cart-tbody .cart-cell.info .info-name:hover a:hover {
    color: #2469C9;
  }
}

.cart-table .cart-tbody .cart-cell.info .info-name .info-tag {
  flex-shrink: 0;
  margin-top: 0.1em;
  text-align: center;
}

@media (max-width: 479px) {
  .cart-table .cart-tbody .cart-cell.info .info-name .info-tag {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) {
  .cart-table .cart-tbody .cart-cell.info .info-name {
    display: flex;
    align-items: flex-start;
  }
}

.cart-table .cart-tbody .cart-cell.info .name-txt {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 479px) {
  .cart-table .cart-tbody .cart-cell.info .name-txt {
    font-size: 16px;
    display: block;
  }
}

.cart-table .cart-tbody .cart-cell.info .note {
  font-size: 15px;
}

@media (max-width: 479px) {
  .cart-table .cart-tbody .cart-cell.info .note {
    font-size: 14px;
  }
}

.cart-table .cart-tbody .cart-cell.info .info-tag {
  width: 60px;
  height: 24px;
  margin-right: 0.85em;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.cart-table .cart-tbody .cart-cell.info .info-tag:not(.fill-mRed) {
  border: 1px solid currentColor;
}

.cart-table .cart-tbody .cart-cell.info .btn-help {
  display: inline-block;
  font-size: 20px;
  color: #ACACAC;
}

.cart-table .cart-tbody .cart-cell.info .btn-help:active {
  color: #CF102D;
}

@media (min-width: 768px) {
  .cart-table .cart-tbody .cart-cell.info .btn-help:hover {
    transition: color 0.3s ease-in-out;
  }

  .cart-table .cart-tbody .cart-cell.info .btn-help:hover:hover {
    color: #CF102D;
  }
}

.cart-table .cart-tbody .cart-cell.info .event {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
}

.cart-table .cart-tbody .cart-cell.info .event a:hover {
  color: #CF102D;
}

.cart-table .cart-tbody .cart-cell.info .event .info-tag {
  flex-shrink: 0;
}

.cart-table .cart-tbody .cart-cell.info .event .tt .note {
  display: inline-block;
  color: #CF102D;
}

.cart-table .cart-tbody .cart-cell.info .event .tt .desc-toggle {
  display: inline-block;
  margin-right: 1rem;
  font-size: 14px;
  color: #727272;
}

.cart-table .cart-tbody .cart-cell.info .event .tt .desc-toggle:active {
  color: #CF102D;
}

@media (min-width: 768px) {
  .cart-table .cart-tbody .cart-cell.info .event .tt .desc-toggle:hover {
    transition: color 0.3s ease-in-out;
  }

  .cart-table .cart-tbody .cart-cell.info .event .tt .desc-toggle:hover:hover {
    color: #CF102D;
  }
}

.cart-table .cart-tbody .cart-cell.info .event.qualified .info-tag {
  color: #CF102D;
}

.cart-table .cart-tbody .cart-cell.info .event.qualified .tt {
  color: #000;
}

.cart-table .cart-tbody .cart-cell.info .event.unqualified .info-tag,
.cart-table .cart-tbody .cart-cell.info .event.unqualified .tt {
  color: rgba(0, 0, 0, 0.55);
}

.cart-table .cart-tbody .cart-cell.info .description {
  display: none;
}

.cart-table .cart-tbody .cart-cell.info .discount-item {
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.25;
}

.cart-table .cart-tbody .cart-cell.info .discount-item+.events-table {
  margin-top: 25px;
}

.cart-table .cart-tbody .cart-cell.info .discount-item.discount-coins .form-checkbox {
  margin-right: 5px;
}

.cart-table .cart-tbody .cart-cell.info .discount-item.discount-coupon {
  margin-top: -3px;
}

.cart-table .cart-tbody .cart-cell.info .discount-item.discount-coupon .btn {
  position: relative;
  margin-left: 10px;
  height: 38px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: background-color 0.3s ease-in-out;
}

.cart-table .cart-tbody .cart-cell.info .discount-item.discount-coupon .btn:hover {
  background: #4d4d4d;
}

.cart-table .cart-tbody .cart-cell.info .discount-item.discount-coupon .btn::after {
  content: attr(data-num);
  position: absolute;
  top: -13px;
  right: -13px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #CF102D;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .cart-table .cart-tbody .cart-cell.info .discount-item.discount-coupon .txt {
    display: block;
    margin-top: 10px;
  }
}

.cart-table .cart-tbody .cart-cell.info .gift-msg {
  height: 36px;
  margin-top: -5px;
  margin-left: 1em;
  padding: 0 15px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}

.cart-table .cart-tbody .cart-cell.info .payment-list {
  display: flex;
  align-items: center;
  max-width: 1060px;
}

@media (min-width: 992px) {
  .cart-table .cart-tbody .cart-cell.info .payment-list {
    padding-left: 40px;
  }

  .cart-table .cart-tbody .cart-cell.info .payment-list>li {
    padding-left: 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cart-table .cart-tbody .cart-cell.info .payment-list {
    margin: 0 -5px;
  }

  .cart-table .cart-tbody .cart-cell.info .payment-list>li {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .cart-table .cart-tbody .cart-cell.info .payment-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .cart-table .cart-tbody .cart-cell.info .payment-list>li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .cart-table .cart-tbody .cart-cell.info .payment-list>li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .cart-table .cart-tbody .cart-cell.info .payment-list .payment-dropdown {
    flex: 1;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-tbody .cart-cell.info .payment-list .payment-dropdown {
    position: relative;
  }

  .cart-table .cart-tbody .cart-cell.info .payment-list .payment-dropdown::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    display: block;
    content: '\e901';
    font-family: "fontello";
    line-height: 1;
    color: rgba(0, 0, 0, 0.55);
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .cart-table .cart-tbody .cart-cell.info .payment-list .payment-dropdown {
    width: calc(50% - 5px);
  }

  .cart-table .cart-tbody .cart-cell.info .payment-list .payment-dropdown:nth-child(4) {
    width: calc(50% - 35px);
  }
}

@media (max-width: 479px) {
  .cart-table .cart-tbody .cart-cell.info .payment-list .payment-dropdown {
    width: 100%;
  }

  .cart-table .cart-tbody .cart-cell.info .payment-list .payment-dropdown:nth-child(4) {
    width: calc(100% - 35px);
  }
}

.cart-table .cart-tbody .cart-cell.info .payment-list .payment-dropdown .bootstrap-select {
  width: 100%;
}

.cart-table .cart-tbody .cart-cell.info .payment-list .payment-dropdown .bootstrap-select:not(.is-selected)>.dropdown-toggle {
  color: rgba(0, 0, 0, 0.55);
}

.cart-table .cart-tbody .cart-cell.price,
.cart-table .cart-tbody .cart-cell.total {
  text-align: right;
}

@media (min-width: 1400px) {

  .cart-table .cart-tbody .cart-cell.price,
  .cart-table .cart-tbody .cart-cell.total {
    padding-right: calc(20px + 3em) !important;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {

  .cart-table .cart-tbody .cart-cell.price,
  .cart-table .cart-tbody .cart-cell.total {
    padding-right: calc(10px + 3em) !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {

  .cart-table .cart-tbody .cart-cell.price,
  .cart-table .cart-tbody .cart-cell.total {
    padding-right: 2.5em !important;
  }
}

.cart-table .cart-tbody .cart-cell.qtt .qtt-spinner .qtt {
  font-weight: 500;
}

@media (min-width: 992px) {
  .cart-table .cart-tbody .cart-cell.qtt .for-mobile {
    display: none;
  }
}

.cart-table .cart-tbody .cart-cell.modify .pd-remove {
  font-size: 26px;
  padding: 0;
  margin: 0;
}

@media (max-width: 479px) {
  .cart-table .cart-tbody .cart-cell.modify .pd-remove {
    font-size: 20px;
  }
}

.cart-table .cart-tbody .cart-cell.modify .pd-remove:active {
  color: #2469C9;
}

@media (min-width: 768px) {
  .cart-table .cart-tbody .cart-cell.modify .pd-remove:hover {
    transition: color 0.3s ease-in-out;
  }

  .cart-table .cart-tbody .cart-cell.modify .pd-remove:hover:hover {
    color: #2469C9;
  }
}

.cart-table .cart-tbody .cart-cell.modify .promo-remove {
  display: inline-flex;
  width: 20px;
  height: 20px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ACACAC;
  font-size: 16px;
  color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}

.cart-table .cart-tbody .cart-cell.modify .promo-remove .icon-close {
  transform: scale(0.5625);
}

@media (max-width: 767px) {
  .cart-table .cart-tbody .cart-cell.modify .promo-remove .icon-close {
    font-size: 9px;
    transform: scale(1);
  }
}

.cart-table .cart-tbody .cart-cell.modify .promo-remove:active {
  background-color: #CF102D;
}

@media (min-width: 768px) {
  .cart-table .cart-tbody .cart-cell.modify .promo-remove:hover {
    background-color: #CF102D;
  }
}

@media (min-width: 992px) {
  .cart-table .cart-tbody .cart-row:not(.for-pd):first-child .cart-cell {
    padding-top: 32.5px;
  }

  .cart-table .cart-tbody .cart-row:not(.for-pd):last-child .cart-cell {
    padding-bottom: 32.5px;
  }

  .cart-table .cart-tbody .cart-row.for-events .events-table {
    width: 100%;
  }

  .cart-table .cart-tbody .cart-row.for-events .events-table .cart-cell {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart-table .cart-tbody .cart-row.for-events .events-table .cart-row+.cart-row .cart-cell {
    padding-top: 10px;
  }

  .cart-table .cart-tbody>.cart-row:last-child {
    border-bottom: 1px solid #B5B5B5;
  }

  .cart-table .cart-tbody>.cart-row+.cart-row:not(.for-events):not(.for-gifts) .cart-cell {
    border-top: 1px solid #F2F2F2;
  }

  .cart-table .cart-tbody>.cart-row+.cart-row.for-events>.cart-cell:not(.tt) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart-table .cart-tbody>.cart-row+.cart-row.for-events .events-table .cart-row:first-child .cart-cell {
    padding-top: 17.5px;
    border-top: 1px solid #F2F2F2;
  }

  .cart-table .cart-tbody>.cart-row+.cart-row.for-events .events-table .cart-row:last-child .cart-cell {
    padding-bottom: 22px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .cart-table .cart-tbody>.cart-row+.cart-row.for-gifts .cart-cell {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {

  .cart-table,
  .cart-table table,
  .cart-table tbody,
  .cart-table tr,
  .cart-table td {
    display: block;
  }

  .cart-table .cart-tbody {
    border-bottom: 1px solid #B5B5B5;
  }

  .cart-table .cart-tbody>.cart-row>.cart-cell {
    padding: 0;
    border: none;
  }

  .cart-table .cart-tbody>.cart-row+.cart-row:not(.for-gifts) {
    border-top: 1px solid #F2F2F2;
  }

  .cart-table .cart-tbody>.cart-row+.cart-row:not(.for-pd)>.cart-cell.tt {
    display: none;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .cart-table .cart-tbody:last-child {
    border: none;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-row {
    padding: 20px 0;
    border: none;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .cart-table .cart-row {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) and (max-width: 413px) {
  .cart-table .cart-row {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-row:not(.for-pd) .cart-cell.tt {
    margin-bottom: 15px;
  }

  .cart-table .cart-row.for-pd {
    position: relative;
    padding-left: 100px;
    min-height: 120px;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .cart-table .cart-row.for-pd {
    padding-left: 115px;
    padding-right: 80px;
    min-height: 110px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-row.for-pd .cart-cell.tt {
    position: absolute;
    top: 20px;
    left: 0;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .cart-table .cart-row.for-pd .cart-cell.tt {
    width: 95px;
    left: 20px;
  }
}

@media (max-width: 991px) and (max-width: 991px) and (min-width: 576px) {
  .cart-table .cart-row.for-pd .cart-cell.info {
    padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-row.for-pd .cart-cell.price {
    display: none;
  }

  .cart-table .cart-row.for-pd .cart-cell.qtt {
    margin-top: 10px;
    text-align: left;
  }

  .cart-table .cart-row.for-pd .cart-cell.qtt .qtt-spinner .form-control {
    max-width: 100px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .cart-table .cart-row.for-pd .cart-cell.qtt .qtt-spinner .form-control {
    max-width: 50px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-row.for-pd .cart-cell.qtt .num {
    font-size: 14px;
  }

  .cart-table .cart-row.for-pd .cart-cell.total {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .cart-table .cart-row.for-pd .cart-cell.total {
    right: 20px;
  }
}

@media (max-width: 991px) and (max-width: 413px) {
  .cart-table .cart-row.for-pd .cart-cell.total {
    right: 15px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-row.for-pd .cart-cell.modify {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .cart-table .cart-row.for-pd .cart-cell.modify {
    right: 20px;
  }
}

@media (max-width: 991px) and (max-width: 413px) {
  .cart-table .cart-row.for-pd .cart-cell.modify {
    right: 15px;
  }
}

@media (max-width: 991px) {
  .cart-table .cart-row.for-events .events-table {
    width: 100%;
  }

  .cart-table .cart-row.for-events .events-table .cart-row {
    display: flex;
    align-items: flex-start;
    padding: 0;
  }

  .cart-table .cart-row.for-events .events-table .cart-row:first-child .cart-cell {
    padding-top: 0;
  }

  .cart-table .cart-row.for-events .events-table .cart-row:last-child .cart-cell {
    padding-bottom: 0;
  }

  .cart-table .cart-row.for-events .events-table .cart-cell {
    padding: 5px 0;
  }

  .cart-table .cart-row.for-events .events-table .cart-cell.info {
    flex-grow: 1;
  }

  .cart-table .cart-row.for-events .events-table .cart-cell.total {
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .cart-table .cart-row.for-events .events-table .cart-cell.total .num {
    font-size: 16px;
  }

  .cart-table .cart-row.for-events .events-table .cart-cell.price,
  .cart-table .cart-row.for-events .events-table .cart-cell.modify,
  .cart-table .cart-row.for-events .events-table .cart-cell.qtt {
    display: none;
  }

  .cart-table .cart-row.for-events .events-table .cart-row.has-removeBtn {
    position: relative;
  }

  .cart-table .cart-row.for-events .events-table .cart-row.has-removeBtn .cart-cell.info .event {
    min-height: 45px;
  }

  .cart-table .cart-row.for-events .events-table .cart-row.has-removeBtn .cart-cell.modify {
    display: block;
    padding: 0;
  }

  .cart-table .cart-row.for-events .events-table .cart-row.has-removeBtn .cart-cell.modify .btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .cart-table .cart-row.for-gifts {
    padding-top: 5px;
    padding-bottom: 40px;
  }

  .cart-table .cart-row.for-coupon {
    padding-top: 10px;
  }
}

.cart-section .cart-tabs .nav-link {
  border: 0;
  background-color: #f2f2f2;
  margin-bottom: 0;
}

.cart-section .cart-tabs .nav-link.active,
.cart-section .cart-tabs .nav-link:hover {
  background-color: #d7d7d7;
  border: 0;
}

@media (max-width: 479px) {
  .cart-section .cart-tabs .nav-link span.text-red {
    display: block;
    font-size: 13px;
    line-height: 1;
  }
}

.cart-section .cart-tabs-notice {
  position: relative;
  padding-left: 30px;
}

.cart-section .cart-tabs-notice .icon {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 479px) {
  .cart-section[data-section="head"] {
    position: relative;
    z-index: 99;
    width: 100%;
    padding: 10px 15px;
  }

  .cart-section[data-section="head"].sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .cart-section[data-section="head"].sticky.scroll-up {
    top: 55px;
  }

  .cart-section[data-section="head"] .return {
    position: absolute;
    top: calc(50% - 8px);
    left: 20px;
    line-height: 1;
  }
}

.cart-section[data-section="primary"] {
  overflow: visible;
}

.cart-section[data-section="primary"] .cart-gifts-swiper {
  position: relative;
}

.cart-section[data-section="primary"] .cart-gifts-swiper .swiper {
  padding-bottom: 30px;
}

.cart-section[data-section="primary"] .cart-gifts-swiper .swiper-pagination {
  bottom: 0px;
}

@media (max-width: 479px) {
  .cart-section[data-section="primary"] {
    width: 100%;
  }
}

.cart-section[data-section="primary"] .pdList .pd-item {
  max-width: 170px;
}

.cart-section[data-section="primary"] .pdList .pd-item .pd-display .pd-display-pic {
  width: 100%;
  max-width: 160px;
  height: 100%;
  max-height: 160px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.cart-section[data-section="primary"] .pdList .pd-item .pd-display .pd-display-pic:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.cart-section[data-section="primary"] .pdList .pd-item .pd-display .pd-display-pic img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-section[data-section="primary"] .pdList .pd-item .pd-info .detail .name {
  text-align: center;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
}

.cart-section[data-section="primary"] .pdList .pd-item .pd-select {
  margin-top: 20px;
}

.cart-section[data-section="primary"] .pdList .pd-item .pd-select ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1599px) {
  .cart-section[data-section="primary"] .pdList .pd-item .pd-select ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 1599px) {
  .cart-section[data-section="primary"] .pdList .pd-item .pd-select ul li {
    width: 100%;
  }
}

.cart-section[data-section="primary"] .pdList .pd-item .pd-select ul li.add .btn {
  height: 36px;
  border-radius: 3px;
  line-height: 1.15;
  padding: 0;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}

@media (min-width: 1600px) {
  .cart-section[data-section="primary"] .pdList .pd-item .pd-select ul li.add .btn {
    width: 50px;
  }
}

.cart-section[data-section="primary"] .pdList .pd-item .pd-select ul li.add .btn.selected {
  background-color: #BA000C;
}

@media (min-width: 1600px) {
  .cart-section[data-section="primary"] .pdList .pd-item .pd-select ul li+li {
    margin-left: 7px;
  }
}

@media (max-width: 1599px) {
  .cart-section[data-section="primary"] .pdList .pd-item .pd-select ul li+li {
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .cart-section[data-section="primary"] .pdList .pd-item {
    max-width: 200px;
  }
}

@media (max-width: 479px) {
  .cart-group {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.checkout-list {
  margin-top: 15px;
  line-height: 1;
}

@media (max-width: 479px) {
  .checkout-list {
    margin-top: 0;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .checkout-list.complete {
    border-top: 1px solid #b5b5b5;
  }
}

@media (min-width: 1400px) {
  .checkout-list.complete .checkout-list-row {
    padding-right: calc(20px + 3em);
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .checkout-list.complete .checkout-list-row {
    padding-right: calc(10px + 3em);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .checkout-list.complete .checkout-list-row {
    padding-right: 2.5em;
  }
}

.checkout-list .checkout-list-row {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  transition: padding 0.3s ease-in-out;
}

.checkout-list .checkout-list-row+.checkout-list-row:not(.for-return) {
  border-top: 1px solid #F2F2F2;
}

.checkout-list .checkout-list-row span {
  transition: font-size 0.3s ease-in-out;
}

.checkout-list .checkout-list-row .row-title .tt {
  font-size: 18px;
}

.checkout-list .checkout-list-row .row-title .note {
  margin-left: 1.5em;
  font-size: 16px;
  color: #CF102D;
}

.checkout-list .checkout-list-row .row-title .note .alert-btn {
  font-size: 1.25em;
  line-height: 1rem;
}

.checkout-list .checkout-list-row .row-title .note .alert-btn:active {
  color: #8b0009;
}

@media (min-width: 768px) {
  .checkout-list .checkout-list-row .row-title .note .alert-btn:hover {
    transition: color 0.3s ease-in-out;
  }

  .checkout-list .checkout-list-row .row-title .note .alert-btn:hover:hover {
    color: #8b0009;
  }
}

.checkout-list .checkout-list-row .row-value .num {
  font-family: "Roboto";
  font-size: 18px;
}

.checkout-list .checkout-list-row .row-value .num.total {
  font-size: 25px;
  font-weight: 700;
}

.checkout-list .checkout-list-row.for-return {
  font-size: 16px;
  text-align: right;
  line-height: 2;
}

.checkout-list .checkout-list-row.for-return .txt-icon {
  font-size: 1.25em;
}

@media (min-width: 480px) {
  .checkout-list .checkout-list-row {
    padding: 15px 0;
  }

  .checkout-list .checkout-list-row.for-return .row-value p {
    display: inline-block;
  }

  .checkout-list .checkout-list-row.for-return .row-value p+p {
    margin-left: 1em;
  }
}

@media (max-width: 479px) {
  .checkout-list .checkout-list-row .row-title .tt {
    font-size: 16px;
  }

  .checkout-list .checkout-list-row .row-title .note {
    display: block;
    margin: 10px 0 0;
    font-size: 15px;
  }

  .checkout-list .checkout-list-row .row-value .num {
    font-size: 16px;
  }

  .checkout-list .checkout-list-row .row-value .num.total {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .checkout-list.sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 8;
    bottom: 0;
    background-color: #ffffff;
  }

  .checkout-list.sticky.is-sticky {
    border-top: 1px solid #E1E1E1;
  }

  .checkout-list.sticky.is-sticky .checkout-list-row .row-title .tt {
    font-size: 16px;
  }

  .checkout-list.sticky.is-sticky .checkout-list-row .row-title .note {
    font-size: 14px;
  }

  .checkout-list.sticky.is-sticky .checkout-list-row .row-value .num {
    font-size: 16px;
  }

  .checkout-list.sticky.is-sticky .checkout-list-row .row-value .num.total {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (min-width: 1621px) {
  .checkout-list.sticky.is-sticky {
    margin-left: -50%;
    margin-right: -50%;
  }

  .checkout-list.sticky.is-sticky .checkout-list-row {
    padding: 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 1620px) {
  .checkout-list.sticky.is-sticky {
    margin-left: calc(-100px - 1.5rem);
    margin-right: calc(-100px - 1.5rem);
    padding: 0 calc(100px + 1.5rem);
  }

  .checkout-list.sticky.is-sticky .checkout-list-row {
    padding: 7.5px 0;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .checkout-list.sticky.is-sticky {
    margin-left: calc(-75px - 1.5rem);
    margin-right: calc(-75px - 1.5rem);
    padding: 0 calc(75px + 1.5rem);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-list.sticky.is-sticky {
    margin-left: calc(-50px - 1.5rem);
    margin-right: calc(-50px - 1.5rem);
    padding: 0 calc(50px + 1.5rem);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .checkout-list.sticky.is-sticky {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 0 1.5rem;
  }
}

@media (min-width: 768px) {
  .checkout-actions {
    margin: 90px 0;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .checkout-actions {
    margin: 50px 0;
  }
}

@media (max-width: 479px) {
  .checkout-actions {
    margin-top: 25px;
  }
}

.checkout-actions>ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout-actions>ul>li {
  width: calc(50% - 7.5px);
  max-width: 230px;
}

.checkout-actions>ul>li+li {
  margin-left: 15px;
}

.checkout-actions .btn {
  border-radius: 0;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 479px) {
  .checkout-actions .btn {
    height: 40px;
  }
}

.cart-addition {
  border-top: 1px solid #B5B5B5;
}

@media (min-width: 480px) {
  .cart-addition {
    padding: 50px 0 70px;
  }
}

@media (max-width: 767px) {
  .cart-addition {
    padding: 25px 0 50px;
  }
}

@media (max-width: 479px) {
  .cart-addition {
    padding: 25px 20px;
    margin-top: 35px;
  }
}

@media (max-width: 413px) {
  .cart-addition {
    padding: 25px 15px;
  }
}

.cart-addition .cart-addition-head .tt {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .cart-addition .cart-addition-head .txt {
    margin-left: 1em;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .cart-addition .cart-addition-head .txt {
    display: block;
    margin-top: 15px;
    font-size: 15px;
  }
}

.cart-addition .cart-addition-list {
  margin-top: 25px;
  position: relative;
}

.cart-addition .cart-addition-list .pdList {
  padding-bottom: 30px;
}

.cart-addition .cart-addition-list .pdList .pd-item {
  max-width: 170px;
}

.cart-addition .cart-addition-list .pdList .pd-item a {
  display: block;
}

.cart-addition .cart-addition-list .pdList .pd-item a:hover .pd-info .detail .name {
  color: #2469C9;
}

.cart-addition .cart-addition-list .pdList .pd-item .pd-info {
  margin-top: 15px;
}

.cart-addition .cart-addition-list .pdList .pd-item .pd-info .detail .name {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  transition: color 0.3s ease-in-out;
  line-height: 1.22;
  height: 2.5em;
}

.cart-addition .cart-addition-list .pdList .pd-item .pd-info .price {
  margin-top: 0.5em;
  font-family: "Roboto";
  font-size: 20px;
  color: #CF102D;
  margin-bottom: 0;
  text-align: center;
}

.cart-addition .cart-addition-list .pdList .pd-item .pd-info .price s {
  font-size: .8em;
  color: #3B3B3B;
}

.cart-addition .cart-addition-list .pdList .pd-item .pd-info .price .sub {
  font-size: .75em;
  color: #333;
}

@media (max-width: 1599px) {
  .cart-addition .cart-addition-list .pdList .pd-item .pd-info .price {
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .cart-addition .cart-addition-list .pdList .pd-item {
    max-width: 200px;
  }

  .cart-addition .cart-addition-list .pdList .pd-item .pd-info .price {
    font-size: 16px;
  }
}

.cart-addition .cart-addition-list .swiper-pagination {
  bottom: 0;
}

.cart-fixed {
  width: 100%;
  position: fixed;
  z-index: 98;
  left: 0;
  right: 0;
  bottom: 54px;
  display: flex;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .cart-fixed {
    display: none;
  }
}

.cart-fixed .total {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  border-top: 1px solid #E1E1E1;
  font-size: 15px;
  height: 40px;
}

.cart-fixed .total .num {
  display: inline-block;
  margin-left: 10px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
}

.cart-fixed .button {
  flex-shrink: 0;
  width: 110px;
}

.cart-fixed .button .btn {
  width: 100%;
  height: 40px;
}

.couponModal {
  max-width: 930px;
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #fff !important;
  margin: 0 auto;
  position: relative;
}

.couponModal .head-titbox {
  border-bottom: 0;
}

.couponModal .head-titbox .tit {
  padding-right: 30px;
}

.couponModal .popup-content {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 72vh;
  padding: 25px 15px;
}

@media (min-width: 576px) {
  .couponModal .popup-content {
    padding: 35px 10px 35px 40px;
  }
}

.couponModal .popup-content .coupon-head {
  margin-right: 15px;
}

@media (min-width: 576px) {
  .couponModal .popup-content .coupon-head {
    margin-right: 30px;
  }
}

.couponModal .popup-content .coupon-head .coupon-head-inner {
  margin-top: 10px;
  background-color: #F8F8F8;
  padding: 25px;
}

@media (min-width: 768px) {
  .couponModal .popup-content .coupon-head .coupon-head-inner {
    display: flex;
    align-items: flex-start;
  }
}

.couponModal .popup-content .coupon-head .coupon-head-inner .tt {
  display: block;
}

@media (min-width: 768px) {
  .couponModal .popup-content .coupon-head .coupon-head-inner .tt {
    flex-shrink: 0;
    margin-right: 15px;
    line-height: 38px;
  }
}

.couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field {
  flex-grow: 1;
}

@media (min-width: 480px) {
  .couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .coupon-bar {
    display: flex;
    align-items: flex-end;
  }
}

.couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .coupon-bar .coupon-textfield {
  display: block;
  width: calc(100% - 130px);
  height: 38px;
  padding: 0 10px;
  border: 1px solid #E2E2E2;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .coupon-bar .coupon-textfield {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .coupon-bar .coupon-textfield {
    width: 100%;
  }
}

.couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .coupon-bar .coupon-textfield.error {
  border-color: #CF102D;
}

.couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .coupon-bar .btn {
  flex-shrink: 0;
  width: 120px;
  height: 38px;
}

@media (min-width: 480px) {
  .couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .coupon-bar .btn {
    margin-left: 10px;
  }
}

@media (max-width: 479px) {
  .couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .coupon-bar .btn {
    width: 100%;
    margin-top: 5px;
  }
}

.couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .error-msg {
  display: block;
  margin-top: 10px;
  color: #CF102D;
  font-size: 14px;
}

.couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .error-msg .txt-icon {
  margin-right: 5px;
}

.couponModal .popup-content .coupon-head .coupon-head-inner .coupon-field .error-msg.active {
  display: block;
}

.couponModal .popup-content .coupon-primary {
  margin-right: 15px;
  margin-top: 30px;
}

@media (min-width: 576px) {
  .couponModal .popup-content .coupon-primary {
    margin-right: 30px;
  }
}

.couponModal .popup-content .coupon-primary .coupons-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.couponModal .popup-content .coupon-primary .coupons-head .title {
  color: #333;
  margin-bottom: 0;
}

.couponModal .popup-content .coupon-primary .coupons-head .dropmenu {
  width: 150px;
}

.couponModal .popup-content .coupon-primary .coupons-head .dropmenu .custom-select-wrap select.custom-select {
  height: 35px;
}

.couponModal .popup-content .coupon-primary .coupons-head .dropmenu .bootstrap-select>.dropdown-toggle {
  height: 35px;
  padding: 0 10px;
}

.couponModal .popup-content .coupon-primary .coupons-head .dropmenu .bootstrap-select>.dropdown-menu {
  color: rgba(0, 0, 0, 0.55);
}

.couponModal .popup-content .coupon-primary .coupons-head .dropmenu .bootstrap-select>.dropdown-menu .dropdown-item {
  padding: 5px 10px;
}

.couponModal .popup-content .coupon-primary .coupons-list {
  margin: 25px 0;
}

.paymentmodal {
  max-width: 1080px;
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #fff !important;
  margin: 0 auto;
  position: relative;
}

.paymentmodal .head-titbox {
  border-bottom: 0;
}

.paymentmodal .head-titbox .tit {
  padding-right: 30px;
}

.paymentmodal .payment-table {
  table-layout: fixed;
}

.paymentmodal .payment-table td {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding: 12px 17.5px;
  font-size: 15px;
  letter-spacing: 0;
  color: #727272;
}

@media (min-width: 768px) {
  .paymentmodal .payment-table td br {
    display: none;
  }
}

.paymentmodal .payment-table td:nth-child(1) {
  background-color: #F8F8F8;
  color: #000;
  font-size: 16px;
}

@media (min-width: 768px) {
  .paymentmodal .payment-table td:nth-child(1) {
    white-space: nowrap;
  }

  .paymentmodal .payment-table td:nth-child(2) {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .paymentmodal .payment-table td {
    padding: 10px;
  }

  .paymentmodal .payment-table td:nth-child(1) {
    width: 35%;
    font-size: 15px;
    max-width: 130px;
  }

  .paymentmodal .payment-table td:nth-child(2) {
    width: 65%;
  }
}

.contactinfomodal {
  max-width: 930px;
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #fff !important;
  margin: 0 auto;
  position: relative;
}

.contactinfomodal .head-titbox {
  border-bottom: 0;
}

.contactinfomodal .head-titbox .tit {
  padding-right: 30px;
}

.contactinfomodal .contact-table th {
  text-align: left;
}

.contactinfomodal .contact-table th:first-child {
  text-align: center;
}

.contactinfomodal .contact-table td {
  text-align: left;
}

.contactinfomodal .contact-table td:first-child {
  white-space: nowrap;
}

@media (max-width: 991px) {

  .contactinfomodal .contact-table th,
  .contactinfomodal .contact-table td {
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  .contactinfomodal .contact-table th {
    display: none;
  }

  .contactinfomodal .contact-table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E1E1E1;
  }

  .contactinfomodal .contact-table td {
    display: block;
    width: calc(100% / 3);
    max-width: 100%;
    flex-grow: 1;
    border-bottom: 0;
  }

  .contactinfomodal .contact-table td:last-child {
    padding-top: 0px;
  }
}

@media (max-width: 480px) {
  .contactinfomodal .contact-table td {
    width: 50%;
    padding-bottom: 10px;
  }

  .contactinfomodal .contact-table td:first-child,
  .contactinfomodal .contact-table td:last-child {
    width: 100%;
  }

  .contactinfomodal .contact-table td+td {
    padding-top: 0;
  }
}

.contactinfomodal .contact-button {
  margin-top: 35px;
  text-align: center;
  padding: 0;
}

.contactinfomodal .contact-button .btn {
  width: 160px;
  height: 40px;
}

@media (min-width: 480px) {
  .cart-group[data-group="billing"] {
    padding: 40px 0;
    border-top: 1px solid #B5B5B5;
  }
}

.billing-table {
  width: 100%;
  text-align: left;
  table-layout: fixed;
}

.billing-table p {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .billing-table {
    padding: 20px;
  }
}

@media (max-width: 413px) {
  .billing-table {
    padding: 15px 10px;
  }
}

@media (min-width: 480px) {
  .billing-table td {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    vertical-align: baseline;
  }
}

@media (min-width: 992px) {
  .billing-table .fieldset-title {
    width: 215px;
  }
}

.billing-table .fieldset-title .tt {
  font-size: 18px;
  font-weight: 700;
}

.billing-table .fieldset-title .txt {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 992px) {
  .billing-table .fieldset-title .txt {
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
  .billing-table .fieldset-title .txt {
    font-size: 15px;
  }

  .billing-table .fieldset-title .txt .form-checkbox {
    vertical-align: -2px;
  }
}

.billing-table .fieldset-title .txt .txt-icon {
  margin-right: 5px;
  font-size: 1.25em;
}

.billing-table .fieldset-title .txt a:active,
.billing-table .fieldset-title .txt button:active {
  color: #CF102D;
}

@media (min-width: 768px) {

  .billing-table .fieldset-title .txt a:hover,
  .billing-table .fieldset-title .txt button:hover {
    transition: color .3s ease;
  }

  .billing-table .fieldset-title .txt a:hover:hover,
  .billing-table .fieldset-title .txt button:hover:hover {
    color: #CF102D;
  }
}

@media (min-width: 480px) {
  .billing-table .row-title {
    width: 140px;
  }
}

@media (min-width: 480px) {
  .billing-table .row-title .td-inner {
    display: flex;
    align-items: center;
    min-height: 45px;
    padding-right: 20px;
  }
}

.billing-table .row-title .tt {
  display: block;
  width: 100%;
  font-size: 18px;
}

@media (max-width: 479px) {
  .billing-table .row-title .tt {
    font-size: 16px;
  }
}

.billing-table .form-field {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.billing-table .form-field>* {
  margin: 5px;
}

@media (min-width: 768px) {
  .billing-table .form-field .one-forth {
    flex-basis: calc(25% - 10px);
  }

  .billing-table .form-field .three-forth {
    flex-basis: calc(75% - 10px);
  }
}

@media (max-width: 767px) {

  .billing-table .form-field .one-forth:not(.mb-full),
  .billing-table .form-field .three-forth:not(.mb-full) {
    flex-basis: calc(50% - 10px);
  }

  .billing-table .form-field .one-forth.mb-full,
  .billing-table .form-field .three-forth.mb-full {
    flex-basis: 100%;
  }
}

@media (max-width: 479px) {
  .billing-table .form-field {
    margin-top: 5px;
  }
}

.billing-table .form-field .form-control {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 1.5;
}

@media (max-width: 479px) {
  .billing-table .form-field .form-control {
    height: 40px;
  }
}

.billing-table .form-field .form-control[readonly] {
  background-color: #f8f8f8;
  pointer-events: none;
}

.billing-table .form-field .form-radio+.form-radio {
  margin-left: 35px;
}

@media (max-width: 991px) {
  .billing-table .form-field .form-radio {
    min-height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 479px) {
  .billing-table .form-field .form-radio {
    min-height: auto;
    line-height: normal;
  }
}

.billing-table .form-field .bootstrap-select>.dropdown-toggle {
  height: 45px;
}

@media (min-width: 480px) {
  .billing-table .form-field .store {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.billing-table .form-field .store .store-name .store-logo {
  display: inline-block;
  vertical-align: -6px;
  width: 26px;
  margin-right: 5px;
}

.billing-table .form-field .store .store-name .store-logo img {
  display: block;
}

.billing-table .form-field .store .store-name .store-add {
  font-size: 18px;
  line-height: 1.15;
  color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 479px) {
  .billing-table .form-field .store .store-name .store-logo {
    width: 20px;
  }

  .billing-table .form-field .store .store-name .store-add {
    font-size: 16px;
  }
}

@media (min-width: 480px) {
  .billing-table .form-field .store .store-button {
    margin-left: 15px;
  }
}

@media (max-width: 479px) {
  .billing-table .form-field .store .store-button {
    margin-top: 10px;
  }
}

.billing-table .form-field .store .store-button .btn {
  line-height: 1;
  padding: 10px;
}

.billing-table .form-field.show-error .form-control {
  border-color: #CF102D;
}

.billing-table .form-field.show-error .custom-select {
  border-color: #CF102D;
}

.billing-table .form-field.show-error .bootstrap-select>.dropdown-toggle {
  border-color: #CF102D;
}

.billing-table .form-error {
  margin-top: 10px;
  font-size: 15px;
  color: #CF102D;
}

.billing-table .form-error .txt-icon {
  margin-right: 5px;
}

.billing-table .row-content ul.buttons-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
}

.billing-table .row-content ul.buttons-list li {
  margin: 7.5px;
}

.billing-table .row-content ul.buttons-list li .btn {
  padding: 0 25px;
  line-height: 1.25;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.billing-table .row-content ul.buttons-list li .btn br {
  display: none;
}

.billing-table .row-content ul.buttons-list li .btn.fill-gray {
  border: 1px solid #727272;
}

@media (max-width: 479px) {
  .billing-table .row-content ul.buttons-list {
    margin: -5px;
  }

  .billing-table .row-content ul.buttons-list li {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .billing-table .row-content ul.buttons-list li .btn {
    width: 100%;
    min-width: unset;
    padding: 0 10px;
  }

  .billing-table .row-content ul.buttons-list li .btn .btn-inner br {
    display: block;
  }

  .billing-table .row-content ul.buttons-list li .btn .fz-18 {
    font-size: 15px;
  }
}

.billing-table .row-content .delivery-address {
  margin-top: 15px;
}

.billing-table .row-content .delivery-address>div {
  display: none;
}

.billing-table .row-content .delivery-address .form-field {
  margin-top: 15px;
}

@media (max-width: 479px) {
  .billing-table .row-content .delivery-address .f18 {
    font-size: 16px;
  }
}

.billing-table .row-content .invoice-device {
  margin-top: 30px;
  font-size: 16px;
}

.billing-table .row-content .invoice-device>div {
  display: none;
}

.billing-table .row-content .invoice-device .device-type ul {
  display: flex;
  align-items: center;
}

.billing-table .row-content .invoice-device .device-type ul li+li {
  margin-left: 45px;
}

.billing-table .row-content .invoice-device .device-verify {
  margin-top: 15px;
}

.billing-table .row-content .invoice-device .device-verify:not(.active) {
  display: none;
}

.billing-table .row-content .invoice-device .device-verify .verify-bar {
  display: flex;
  max-width: 535px;
}

.billing-table .row-content .invoice-device .device-verify .verify-bar .form-control {
  flex-grow: 1;
  height: 45px;
  padding: 10px 15px;
}

.billing-table .row-content .invoice-device .device-verify .verify-bar .btn {
  flex-shrink: 0;
  width: 70px;
  height: 45px;
  margin-left: 10px;
}

.billing-table .row-content .invoice-device .device-verify .error-msg {
  margin-top: 10px;
  font-size: 15px;
  color: #CF102D;
}

.billing-table .row-content .invoice-device .device-verify .error-msg .txt-icon {
  margin-right: 5px;
}

.billing-table .row-content .invoice-device .device-vat .vat-bar {
  display: flex;
  align-items: center;
}

.billing-table .row-content .invoice-device .device-vat .vat-bar .tt {
  flex-shrink: 0;
  margin-right: 10px;
}

.billing-table .row-content .invoice-device .device-vat .vat-bar .form-control {
  width: 300px;
  padding: 10px 15px;
}

.billing-table .row-content .invoice-device .device-vat .txt {
  margin-top: 15px;
  font-weight: 700;
}

.billing-table .row-content .invoice-device .device-note {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.75;
}

.billing-table .row-content .invoice-device .device-note .add-box {
  display: none;
  background-color: #F5F5F5;
  margin: 10px 0 20px;
  padding: 15px 25px 20px;
}

@media (max-width: 479px) {
  .billing-table .row-content .invoice-device .device-note .add-box {
    padding: 15px;
  }
}

.billing-table .row-content .invoice-device .device-note .add-box .add-box-head {
  position: relative;
}

@media (min-width: 480px) {
  .billing-table .row-content .invoice-device .device-note .add-box .add-box-head {
    display: flex;
    align-items: center;
  }
}

.billing-table .row-content .invoice-device .device-note .add-box .add-box-head .tt {
  font-weight: 700;
  color: #333;
}

@media (max-width: 479px) {
  .billing-table .row-content .invoice-device .device-note .add-box .add-box-head .tt {
    display: block;
    margin-bottom: 10px;
  }
}

.billing-table .row-content .invoice-device .device-note .add-box .add-box-head .txt-check .form-checkbox {
  margin-right: 0;
}

@media (min-width: 480px) {
  .billing-table .row-content .invoice-device .device-note .add-box .add-box-head .txt-check {
    margin-left: 15px;
  }
}

@media (max-width: 479px) {
  .billing-table .row-content .invoice-device .device-note .add-box .add-box-head .txt-check {
    display: inline-block;
  }
}

@media (min-width: 480px) {
  .billing-table .row-content .invoice-device .device-note .add-box .add-box-head .txt-contact {
    position: absolute;
    right: 0;
  }
}

@media (max-width: 479px) {
  .billing-table .row-content .invoice-device .device-note .add-box .add-box-head .txt-contact {
    display: inline-block;
    margin-left: 15px;
  }
}

.billing-table .row-content .invoice-device .device-note .add-box .add-box-field {
  margin-top: 15px;
}

.billing-table .row-content .invoice-device .device-note .add-box .add-box-field .form-control {
  width: 100%;
  background-color: #ffffff;
}

.billing-table .row-content .invoice-agreement {
  margin-top: 20px;
  font-size: 16px;
}

.billing-table .row-content .invoice-agreement p {
  display: flex;
  align-items: flex-start;
}

.billing-table .row-content .invoice-agreement p .form-checkbox {
  flex-shrink: 0;
  margin-top: 5px;
}

.billing-table .row-content .invoice-agreement p+p {
  margin-top: 0.5em;
}

.billing-table .btn-contact {
  color: rgba(0, 0, 0, 0.55);
  transition: color 0.3s ease-in-out;
}

.billing-table .btn-contact .icon-contact {
  color: #acacac;
  transition: color 0.3s ease-in-out;
}

.billing-table .btn-contact .icon-contact::before {
  margin: 0;
}

.billing-table .btn-contact:hover {
  color: #CF102D;
}

.billing-table .btn-contact:hover .icon-contact {
  color: #CF102D;
}

.billing-table .icon-help-circle {
  color: #acacac;
  transition: color 0.3s ease-in-out;
}

.billing-table .icon-help-circle:hover {
  color: #CF102D;
}

@media (max-width: 991px) {

  .billing-table,
  .billing-table tbody,
  .billing-table tr,
  .billing-table td {
    display: block;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .billing-table tr {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .billing-table tr+tr {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .billing-table .fieldset-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .billing-table .fieldset-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .billing-table .fieldset-title .txt-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }

  .billing-table .fieldset-title .txt-wrap .txt+.txt {
    margin-left: 20px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .billing-table .fieldset-title .txt-wrap .txt+.txt {
    margin-left: 15px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .billing-table .row-title .td-inner.for-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .billing-table .row-title .td-inner.for-contact .txt {
    font-size: 15px;
    flex-shrink: 0;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .billing-table .row-field {
    width: calc(100% - 140px);
  }
}

.cart-terms {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 480px) {
  .cart-terms {
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    padding: 30px 0;
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .cart-terms {
    padding: 25px 20px;
    font-size: 15px;
  }
}

@media (max-width: 413px) {
  .cart-terms {
    padding: 25px 15px;
  }
}

@media (min-width: 480px) {
  .cart-orderinfo {
    padding: 30px 0;
    border-top: 1px solid #B5B5B5;
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .cart-orderinfo {
    padding: 25px 20px;
    font-size: 15px;
  }

  .cart-orderinfo+.cart-orderinfo {
    border-top: 1px solid #F2F2F2;
  }
}

@media (max-width: 413px) {
  .cart-orderinfo {
    padding: 25px 15px;
  }
}

.cart-orderinfo .title {
  font-weight: 700;
}

.cart-orderinfo .txt {
  margin-top: 15px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.55);
}

.cart-complete {
  border-top: 1px solid #B5B5B5;
}

.cart-complete p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cart-complete {
    display: flex;
    margin-top: 15px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .cart-complete {
    padding-top: 30px;
  }
}

@media (max-width: 479px) {
  .cart-complete {
    padding: 25px 20px 0;
  }

  .cart-complete+.checkout-actions {
    padding: 0 20px 25px;
  }
}

@media (max-width: 413px) {
  .cart-complete {
    padding: 25px 15px 0;
  }

  .cart-complete+.checkout-actions {
    padding: 0 15px 25px;
  }

  .cart-complete+.checkout-actions>ul>li+li {
    margin-left: 5px;
  }

  .cart-complete+.checkout-actions>ul>li .btn {
    padding: 5px;
  }
}

@media (max-width: 350px) {
  .cart-complete {
    padding: 25px 0 0;
  }

  .cart-complete+.checkout-actions {
    padding: 0 0 25px;
  }

  .cart-complete+.checkout-actions>ul>li .btn {
    font-size: 14px;
  }
}

.cart-complete .cart-complete-msg {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .cart-complete .cart-complete-msg {
    padding-left: 40px;
  }
}

.cart-complete .cart-complete-msg p+p {
  margin-top: 0.5em;
}

@media (max-width: 479px) {
  .cart-complete .cart-complete-msg {
    font-size: 15px;
  }
}

.cart-complete .cart-complete-total {
  line-height: 1.15;
}

.cart-complete .cart-complete-total .tt {
  font-size: 20px;
  font-weight: 700;
}

.cart-complete .cart-complete-total .txt {
  margin-top: 15px;
  font-size: 18px;
}

.cart-complete .cart-complete-total .txt .num {
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 700;
  margin-left: 10px;
  color: #CF102D;
}

.cart-complete .cart-complete-total .button {
  margin-top: 25px;
}

.cart-complete .cart-complete-total .button .btn {
  width: 155px;
  height: 45px;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .cart-complete .cart-complete-total {
    margin-left: 70px;
    padding-left: 60px;
    padding-right: 70px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cart-complete .cart-complete-total {
    margin-left: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .cart-complete .cart-complete-total {
    flex-shrink: 0;
    border-left: 1px dashed rgba(0, 0, 0, 0.55);
  }
}

@media (max-width: 767px) {
  .cart-complete .cart-complete-total {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px dashed rgba(0, 0, 0, 0.55);
  }
}

@media (max-width: 479px) {
  .cart-complete .cart-complete-total {
    margin-top: 25px;
    padding-top: 25px;
  }

  .cart-complete .cart-complete-total .tt {
    font-size: 18px;
  }

  .cart-complete .cart-complete-total .txt {
    margin-top: 10px;
    font-size: 16px;
  }

  .cart-complete .cart-complete-total .txt .num {
    font-size: 22px;
  }
}

@media (min-width: 480px) {
  .cart-group[data-group="order"] {
    margin-top: 70px;
  }
}

.order-head p {
  margin-bottom: 0;
}

.order-head.default {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .order-head {
    padding: 20px;
    border-bottom: 1px solid #B5B5B5;
  }
}

@media (max-width: 413px) {
  .order-head {
    padding: 20px 15px;
  }
}

.order-head:not(.default) {
  border-top: 0;
  border-top: 1px solid #B5B5B5;
}

@media (min-width: 480px),
print {
  .order-head:not(.default) {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .order-head:not(.default) {
    border-bottom: 1px solid #B5B5B5;
  }
}

@media (min-width: 480px),
print {
  .order-head .order-status {
    padding-right: 30px;
    display: flex;
    align-items: center;
  }

  .order-head .order-status p+p {
    margin-left: 20px;
  }
}

@media (min-width: 768px),
print {
  .order-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.order-info:first-child {
  border-top: 1px solid #b5b5b5;
}

@media (min-width: 480px) {
  .order-info {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #B5B5B5;
  }
}

@media (max-width: 479px) {
  .order-info {
    padding: 25px 20px;
  }

  .order-info+.order-info {
    border-top: 1px solid #b5b5b5;
  }
}

@media (max-width: 413px) {
  .order-info {
    padding: 25px 15px;
  }
}

.order-info .order-info-title {
  flex-shrink: 0;
  width: 170px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 576px) and (min-width: 480px) {
  .order-info .order-info-title {
    width: 150px;
  }
}

@media (max-width: 479px) {
  .order-info .order-info-title {
    font-size: 16px;
  }
}

.order-info .order-info-content {
  line-height: 1.25;
}

.order-info .order-info-content ul li {
  display: flex;
}

.order-info .order-info-content ul li+li {
  margin-top: 15px;
}

@media (max-width: 479px) {
  .order-info .order-info-content {
    margin-top: 15px;
  }

  .order-info .order-info-content ul li+li {
    margin-top: 10px;
  }
}

.order-info .order-info-content .tt {
  flex-shrink: 0;
  color: #333;
  margin-right: 25px;
}

@media (max-width: 479px) {
  .order-info .order-info-content .tt {
    margin-right: 15px;
  }
}

.order-info .order-info-content .txt {
  color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
  .order-info .order-info-content .txt .button {
    margin: 0 0 0 145px;
  }

  .order-info .order-info-content .txt .button .btn {
    margin-top: -10px;
    margin-block-end: -10px;
  }
}

@media (max-width: 767px) {
  .order-info .order-info-content .txt .button {
    display: block;
    margin-top: 10px;
  }
}

.order-info .order-info-content .txt .button .btn {
  height: 40px;
  padding: 0 20px;
  border-radius: 3px;
}

@media (max-width: 575px) {
  .cart-border-sm-top {
    border-top: 1px solid #b5b5b5;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .cart-border-lg-top {
    border-top: 1px solid #b5b5b5;
  }
}

@media (max-width: 479px) {
  .cart-border-top-xs {
    border-top: 1px solid #b5b5b5;
  }
}

@media print {

  header,
  footer,
  .side-menu,
  .fixed-tools,
  .cart-fixed,
  .cart-complete,
  .checkout-actions {
    display: none !important;
  }

  .cart-heading {
    padding-top: 0 !important;
    border-bottom: 0;
  }

  main {
    padding-top: 0 !important;
  }

  .cart-section[data-section="head"],
  .cart-section[data-section="primary"] .cart-group:first-child {
    display: none !important;
  }

  .cart-section[data-section="primary"] {
    width: 100%;
  }

  .order-head {
    border: none !important;
    margin-bottom: 25px;
    padding: 0 !important;
  }

  .cart-table .cart-row {
    page-break-inside: avoid;
  }

  .cart-table .cart-cell:not(.tt):not(.info):not(.checkbox):not([colspan]) {
    width: 20mm !important;
    padding-right: 0 !important;
  }

  .checkout-list.complete .checkout-list-row {
    padding-right: 0 !important;
  }

  .cart-checkout,
  .order-info {
    page-break-inside: avoid;
  }
}

.login-wrapper {
  padding-top: 30px;
  padding-bottom: 195px;
}

.login-wrapper .login-head {
  padding-top: 65px;
}

@media (max-width: 991px) {
  .login-wrapper {
    padding-bottom: 60px;
  }

  .login-wrapper .login-head {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media (max-width: 479px) {
  .login-wrapper {
    padding-top: 20px;
  }

  .login-wrapper .login-head {
    padding: 20px 0;
  }
}

.login-primary {
  margin-left: auto;
  margin-right: auto;
}

.login-primary:not(.has-editor) .login-box {
  margin: 70px auto 0;
}

@media (max-width: 991px) {
  .login-primary:not(.has-editor) .login-box {
    margin-top: 0;
  }
}

.login-primary.minDis .login-box {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .login-primary.minDis .login-box {
    margin-top: 0;
  }
}

@media (min-width: 767px) {
  .login-primary.no-coupons {
    padding-bottom: 100px;
    padding-top: 40px;
  }
}

.login-primary.has-editor {
  max-width: 1150px;
  margin: 0 auto 0;
  display: flex;
}

@media (min-width: 992px) {
  .login-primary.has-editor {
    justify-content: spac e-between;
    align-items: flex-start;
  }

  .login-primary.has-editor .login-box,
  .login-primary.has-editor .login-club {
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .login-primary.has-editor {
    flex-direction: column;
    align-items: center;
  }

  .login-primary.has-editor>div {
    width: 100%;
  }

  .login-primary.has-editor>div+div {
    margin-top: 50px;
  }
}

.login-box {
  max-width: 525px;
}

@media (min-width: 992px) {
  .login-box {
    width: calc(50% - 35px);
  }
}

.login-box .login-box-fieldset+.login-box-social {
  margin-top: 30px;
}

@media (max-width: 479px) {
  .login-box .login-box-fieldset+.login-box-social {
    margin-top: 15px;
  }
}

.login-box .login-box-fieldset .form-row+.form-row {
  margin-top: 15px;
}

@media (max-width: 479px) {
  .login-box .login-box-fieldset .form-row+.form-row {
    margin-top: 10px;
  }
}

.login-box .login-box-fieldset .form-field {
  position: relative;
}

.login-box .login-box-fieldset .form-field .form-control,
.login-box .login-box-fieldset .form-field .btn {
  width: 100%;
  height: 45px;
}

.login-box .login-box-fieldset .form-field .form-control {
  display: block;
  padding: 10px 15px;
}

@media (max-width: 479px) {
  .login-box .login-box-fieldset .form-field .form-control {
    padding: 10px;
  }
}

.login-box .login-box-fieldset .form-field .btn[disabled] {
  pointer-events: none;
}

.login-box .login-box-fieldset .form-field .social-logo {
  display: inline-block;
  vertical-align: -4px;
  margin: 0 5px;
}

.login-box .login-box-fieldset .form-field.is-valid::before {
  content: '\e92f';
  position: absolute;
  right: 10px;
  bottom: 12px;
  display: block;
  font-family: "fontello";
  color: #CF102D;
  font-size: 18px;
  z-index: 10;
  line-height: 1;
}

.login-box .login-box-fieldset .form-field.error .form-control:not([aria-label="Search"]) {
  border-color: #CF102D;
}

.login-box .login-box-fieldset .form-field.error.has-label .label {
  border-color: #CF102D;
}

.login-box .login-box-fieldset .form-field.has-label {
  display: flex;
}

.login-box .login-box-fieldset .form-field.has-label .label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 110px;
  height: 45px;
  border: 1px solid #E2E2E2;
  padding: 10px 15px;
  color: #727272;
  border-right: none;
}

.login-box .login-box-fieldset .form-field.has-label .label+.form-control {
  border-left: none;
}

@media (max-width: 479px) {
  .login-box .login-box-fieldset .form-field.has-label .label {
    width: 80px;
    padding: 10px 0 10px 10px;
  }
}

.login-box .login-box-fieldset .form-field.for-code .code {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  display: block;
}

.login-box .login-box-fieldset .form-field.for-radio {
  display: flex;
  align-items: flex-start;
  background-color: #F8F8F8;
  border: 1px solid #E2E2E2;
  padding: 12.5px 15px;
  color: rgba(0, 0, 0, 0.9);
}

.login-box .login-box-fieldset .form-field.for-radio .form-radio {
  margin-right: 10px;
}

.login-box .login-box-fieldset .form-field.for-radio .form-radio label {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 1;
}

.login-box .login-box-fieldset .form-field.for-radio .form-radio label span {
  vertical-align: top;
  background-color: #ffffff;
}

@media (max-width: 479px) {
  .login-box .login-box-fieldset .form-field.for-radio {
    padding: 10px;
  }

  .login-box .login-box-fieldset .form-field.for-radio .form-radio {
    margin-right: 5px;
  }
}

.login-box .login-box-fieldset .form-field.for-verify {
  display: flex;
}

.login-box .login-box-fieldset .form-field.for-verify .form-control {
  width: calc(100% - 100px);
}

.login-box .login-box-fieldset .form-field.for-verify .btn {
  flex-shrink: 0;
  width: 120px;
  padding: 0 15px;
  border: 1px solid #E2E2E2;
  border-left: none;
}

@media (max-width: 479px) {
  .login-box .login-box-fieldset .form-field.for-verify .btn {
    width: 110px;
    padding: 0 5px;
  }
}

.login-box .login-box-fieldset .form-field.for-date .datepicker-style {
  flex-grow: 1;
}

.login-box .login-box-fieldset .form-field.for-date .datepicker-style .form-control {
  border-left: none;
}

.login-box .login-box-fieldset .form-field.for-date .datepicker-style .dropdown-menu {
  z-index: 1000 !important;
}

.login-box .login-box-fieldset .form-field.for-actions {
  display: flex;
  justify-content: space-between;
}

.login-box .login-box-fieldset .form-field.for-actions .action {
  color: rgba(0, 0, 0, 0.9);
}

.login-box .login-box-fieldset .form-field.for-actions .action a:active {
  color: #CF102D;
}

@media (min-width: 768px) {
  .login-box .login-box-fieldset .form-field.for-actions .action a:hover:hover {
    color: #CF102D;
  }
}

.login-box .login-box-fieldset .form-field.for-tel {
  display: flex;
}

.login-box .login-box-fieldset .form-field.for-tel .custom-select-wrap {
  flex-shrink: 0;
  width: 110px;
}

@media (max-width: 991px) {

  .login-box .login-box-fieldset .form-field.for-tel .custom-select-wrap .mobile-toggle,
  .login-box .login-box-fieldset .form-field.for-tel .custom-select-wrap select.custom-select {
    height: 42px;
    border-right: none;
    padding: 0 15px;
  }
}

@media (max-width: 479px) {
  .login-box .login-box-fieldset .form-field.for-tel .custom-select-wrap {
    width: 80px;
  }

  .login-box .login-box-fieldset .form-field.for-tel .custom-select-wrap .mobile-toggle {
    padding: 10px;
  }

  .login-box .login-box-fieldset .form-field.for-tel .custom-select-wrap::after {
    right: 7.5px;
  }
}

.login-box .login-box-fieldset .form-field.for-tel .custom-select-wrap .bootstrap-select>.dropdown-toggle {
  height: 42px;
  border-right: none;
  padding: 0 15px;
}

.login-box .login-box-fieldset .form-field.for-tel>.bootstrap-select.bs-container {
  width: 100% !important;
}

.login-box .login-box-fieldset .form-field.for-tel>.bootstrap-select.bs-container>.dropdown-menu {
  min-width: 100% !important;
  max-height: 287px !important;
}

.login-box .login-box-fieldset .form-field.for-tel>.bootstrap-select.bs-container>.dropdown-menu .bs-searchbox .form-control {
  height: 45px;
}

.login-box .login-box-fieldset .form-field.for-register .btn {
  transition: color 0.3s ease, background-color 0.3s ease;
}

.login-box .login-box-fieldset .form-field.for-register .btn[disabled] {
  background-color: #F8F8F8;
  color: rgba(0, 0, 0, 0.55);
}

.login-box .login-box-fieldset .form-msg {
  margin-top: 5px;
  font-size: 15px;
  color: #CF102D;
}

.login-box .login-box-fieldset .form-msg .txt-icon {
  margin-right: 0.25em;
}

.login-box .login-box-social {
  color: rgba(0, 0, 0, 0.55);
}

.login-box .login-box-social .social-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.login-box .login-box-social .social-head .tt {
  flex-shrink: 0;
  margin: 0 20px;
}

.login-box .login-box-social .social-head::before,
.login-box .login-box-social .social-head::after {
  content: '';
  flex-grow: 1;
  display: block;
  height: 1px;
  background-color: #E2E2E2;
}

.login-box .login-box-social .social-buttons {
  margin-top: 25px;
}

@media (max-width: 479px) {
  .login-box .login-box-social .social-buttons {
    margin-top: 15px;
  }
}

.login-box .login-box-social .social-buttons ul {
  display: flex;
  justify-content: space-between;
}

.login-box .login-box-social .social-buttons ul li {
  width: calc(50% - 5px);
}

@media (max-width: 479px) {
  .login-box .login-box-social .social-buttons ul li {
    width: calc(50% - 2.5px);
  }
}

.login-box .login-box-social .social-buttons .btn {
  width: 100%;
  height: 50px;
  padding: 0;
}

@media (max-width: 479px) {
  .login-box .login-box-social .social-buttons .btn {
    height: 42px;
  }
}

.login-box .login-box-social .social-buttons .btn .btn-inner {
  width: 100%;
  position: relative;
  display: block;
  padding-left: 22.5px;
  color: #ffffff;
}

@media (max-width: 479px) {
  .login-box .login-box-social .social-buttons .btn .btn-inner {
    padding-left: 40px;
  }
}

.login-box .login-box-social .social-buttons .btn.facebook {
  background-color: #3A5998;
}

.login-box .login-box-social .social-buttons .btn.line {
  background-color: #11B50C;
}

.login-box .login-box-social .social-buttons .btn .social-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
}

.login-box .login-box-social .social-buttons .btn .social-logo i {
  padding-bottom: 3px;
}

.login-box .login-box-social .social-buttons .btn .social-logo::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: 45px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 479px) {
  .login-box .login-box-social .social-buttons .btn .social-logo {
    width: 40px;
  }

  .login-box .login-box-social .social-buttons .btn .social-logo::after {
    left: 40px;
  }
}

.login-box .login-box-social .social-foot {
  margin-top: 30px;
}

@media (max-width: 479px) {
  .login-box .login-box-social .social-foot {
    margin-top: 15px;
  }
}

.login-club {
  max-width: 555px;
}

@media (min-width: 992px) {
  .login-club {
    width: calc(50% - 35px);
    margin-left: 90px;
  }
}

.login-club .login-club-wrapper {
  position: relative;
}

.login-club .login-club-wrapper .login-club-bg {
  background-position: center bottom !important;
  background-size: contain !important;
}

@media (max-width: 991px) {
  .login-club .login-club-wrapper .login-club-bg {
    background-position: center top !important;
  }
}

.login-club .login-club-wrapper .login-club-inner {
  position: relative;
  text-align: center;
  min-height: 480px;
}

.login-club .login-club-wrapper .login-club-inner .logo {
  max-width: 160px;
}

.login-club .login-club-wrapper .login-club-inner .tt {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.login-club .login-club-wrapper .login-club-inner .txt {
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
}

.login-club .login-club-wrapper .login-club-inner .btn {
  width: 150px;
  height: 50px;
  margin-top: 10px;
}

@media (max-width: 479px) {
  .login-club .login-club-wrapper .login-club-inner {
    min-height: 70vw;
  }

  .login-club .login-club-wrapper .login-club-inner .logo {
    max-width: 40vw;
  }

  .login-club .login-club-wrapper .login-club-inner .tt {
    font-size: 18px;
  }

  .login-club .login-club-wrapper .login-club-inner .btn {
    height: 40px;
  }
}

.checkbox-style {
  display: inline-block;
  margin-right: 0.35em;
}

@media (max-width: 479px) {
  .checkbox-style {
    margin-right: 0.25em;
  }
}

.checkbox-style label {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}

.checkbox-style label::before {
  content: '\e923';
  position: absolute;
  top: 0;
  left: 0.5px;
  display: block;
  font-family: "fontello";
  font-size: 12px;
  line-height: 1;
  opacity: 0;
}

.checkbox-style input[type="checkbox"] {
  display: none;
}

.checkbox-style input[type="checkbox"]:checked+label::before {
  opacity: 1;
}

.checkbox-style label {
  border-color: rgba(0, 0, 0, 0.55);
}

.checkbox-style label::before {
  color: #000;
}

@media (min-width: 1200px) {
  .success-msg {
    margin-top: 100px;
  }

  .success-msg.btn-groups {
    margin-top: 35px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .success-msg {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .success-msg {
    margin-top: 35px;
  }
}

.success-msg .success-msg-content {
  text-align: center;
}

.success-msg .success-msg-content .title {
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.success-msg .success-msg-content .txt {
  max-width: 450px;
  margin: 10px auto 0;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.75;
}

@media (min-width: 480px) {
  .success-msg .success-msg-content .txt {
    letter-spacing: 0.05em;
  }
}

.success-msg .success-msg-content .button {
  margin-top: 25px;
}

.success-msg .success-msg-content .button ul {
  display: flex;
  justify-content: center;
}

.success-msg .success-msg-content .button ul li {
  flex: 1;
  max-width: 230px;
}

.success-msg .success-msg-content .button ul li+li {
  margin-left: 10px;
}

.success-msg .success-msg-content .button .btn {
  width: 100%;
}

@media (max-width: 767px) {
  .success-msg .success-msg-content .title {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .success-msg .success-msg-content .title {
    font-size: 20px;
  }

  .success-msg .success-msg-content .txt {
    margin-top: 10px;
  }

  .success-msg .success-msg-content .button {
    margin-top: 15px;
  }
}

.register-coupons {
  max-width: 900px;
  margin: 75px auto 0;
  padding: 50px 50px 75px;
  background-color: #F8F8F8;
}

@media (max-width: 991px) and (min-width: 480px) {
  .register-coupons+.success-msg {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .register-coupons {
    padding: 35px 25px;
  }
}

@media (max-width: 479px) {
  .register-coupons {
    margin-top: 35px;
    padding: 25px 15px;
  }
}

.register-coupons .register-coupons-head {
  text-align: center;
  line-height: 1.15;
}

.register-coupons .register-coupons-head>p {
  letter-spacing: 0.05em;
}

.register-coupons .register-coupons-head .title {
  font-size: 20px;
  font-weight: 700;
}

.register-coupons .register-coupons-head .txt {
  margin-top: 10px;
}

@media (max-width: 479px) {
  .register-coupons .register-coupons-head .title {
    font-size: 18px;
  }
}

.register-coupons .register-coupons-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.register-coupons .register-coupons-list .coupon-ticket {
  width: 100%;
  max-width: 660px;
  overflow: auto;
}

.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display {
  border-bottom: 1px solid #E5E5E5;
  border-left: 0;
  border-radius: 2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.05);
}

.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display::before,
.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display::after {
  display: none;
}

.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-cover {
  background: #E5E5E5;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(images/common/couponborder-img.png);
  background-position: left top;
  background-repeat: repeat-y;
}

.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-cover .display-cover-inner:not(.hasImg) {
  display: block;
}

.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-cover .coupon-img {
  margin: 0 auto;
}

.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-cover .coupon-img img {
  max-height: 100%;
}

.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-content {
  font-size: 16px;
}

.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-content-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  border-left: 1px dashed #e5e5e5;
  writing-mode: vertical-rl;
  width: 55px;
  padding: 10px 13px;
  line-height: 1.67;
  letter-spacing: 0.05em;
}

.register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-content-link .link-red:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-cover {
    width: 140px;
  }
}

@media (max-width: 479px) {
  .register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-cover {
    width: 90px;
  }

  .register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-content {
    padding: 15px 10px 35px;
  }

  .register-coupons .register-coupons-list .coupon-ticket .coupon-ticket-display .display-content-link {
    position: absolute;
    writing-mode: initial;
    width: fit-content;
    padding: 0;
    border-left: none;
    right: 15px;
    bottom: 15px;
  }
}

.member-wrapper {
  padding-top: 30px;
  padding-bottom: 75px;
}

@media (max-width: 991px) {
  .member-wrapper {
    position: relative;
    padding-top: 75px;
  }

  .member-wrapper .member-head .title {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .member-wrapper {
    padding-top: 65px;
  }
}

@media (max-width: 479px) {
  .member-wrapper {
    padding-top: 45px;
  }
}

.member-wrapper .pagination {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 991px) {
  .member-wrapper .pagination {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  .member-wrapper .pagination {
    margin-top: 25px;
  }
}

.member-wrapper .pagination ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.member-wrapper .pagination ul li+li {
  margin-left: 10px;
}

.member-wrapper .pagination ul li .btn {
  min-width: 40px;
  height: 40px;
}

@media (max-width: 479px) {
  .member-wrapper .pagination ul li+li {
    margin-left: 5px;
  }

  .member-wrapper .pagination ul li .btn {
    min-width: 35px;
    height: 35px;
  }
}

.member-wrapper .pagination ul li:not(.arrow) .btn {
  padding: 0 0.875em;
  border: 1px solid #E5E5E5;
  font-size: 15px;
  line-height: 1;
  transition-property: color, background-color, border-color;
  font-family: "Roboto";
}

.member-wrapper .pagination ul li:not(.arrow) .btn:hover {
  background-color: #CF102D;
  border-color: #CF102D;
  color: #ffffff !important;
}

.member-wrapper .pagination ul li.current .btn {
  background-color: #CF102D;
  border-color: #CF102D;
  color: #ffffff;
}

.member-wrapper .pagination ul li.arrow {
  display: block;
}

.member-wrapper .pagination ul li.arrow .btn {
  color: #CF102D;
  font-size: 18px;
}

@media (max-width: 479px) {
  .member-wrapper .pagination ul li.arrow .btn {
    font-size: 16px;
  }
}

.member-wrapper .pagination ul li.arrow .btn svg {
  width: 1em;
  height: 1em;
}

.member-wrapper .pagination ul li.arrow.arrow-prev span {
  margin-left: 0.25em;
}

.member-wrapper .pagination ul li.arrow.arrow-next span {
  margin-right: 0.25em;
}

.member-wrapper .pagination ul li.arrow.disabled .btn {
  pointer-events: none;
  color: #c4c4c4;
}

@media (max-width: 479px) {

  .member-wrapper .pagination ul li.overflow,
  .member-wrapper .pagination ul li.last,
  .member-wrapper .pagination ul li.arrow span {
    display: none;
  }
}

.member-sidebar {
  margin-left: 20px;
}

@media (max-width: 1599px) and (min-width: 992px) {
  .member-sidebar {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .member-sidebar {
    width: 100%;
    margin-left: 0;
  }
}

.member-backToList {
  margin-top: 65px;
  text-align: center;
}

.member-backToList ul {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}

.member-backToList ul li {
  margin: 0 5px;
}

@media (min-width: 480px) {
  .member-backToList .btn {
    width: 230px;
    height: 50px;
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .member-backToList {
    margin-top: 25px;
  }

  .member-backToList ul li {
    flex: 1;
  }

  .member-backToList .btn {
    width: 100%;
    height: 45px;
  }
}

@media (max-width: 479px) {
  .cart-group .member-backToList {
    margin: 0 20px 35px;
  }
}

.member-overview {
  max-width: 1010px;
}

@media (min-width: 480px) {
  .member-overview>div {
    float: left;
    width: 100%;
    margin: 17.5px 0;
  }

  .member-overview>div:first-child {
    margin-top: 0;
  }

  .member-overview>div:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1550px) {
  .member-overview>div.service-col-2 {
    flex-grow: 1;
    width: calc(100% - 465px);
  }

  .member-overview>div.service-col-2+.service-col-2 {
    margin-left: 15px;
    max-width: 450px;
  }
}

@media (max-width: 1549px) {
  .member-overview>div.service-col-2 {
    width: calc(50% - 15px / 2);
  }

  .member-overview>div.service-col-2+.service-col-2 {
    margin-left: 15px;
    max-width: 50%;
  }
}

@media (max-width: 1199px) {
  .member-overview>div.service-col-2 {
    width: 100%;
  }

  .member-overview>div.service-col-2+.service-col-2 {
    max-width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .member-overview>div.col-2 {
    width: calc(50% - 35px/2);
  }

  .member-overview>div.col-2+.col-2 {
    margin-left: 35px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .member-overview {
    margin-top: 50px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .member-overview {
    margin-top: 35px;
  }
}

.member-overview .overview-box {
  border: 1px solid #E5E5E5;
}

.member-overview .overview-box .box-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.member-overview .overview-box.default {
  padding: 30px;
}

@media (max-width: 479px) {
  .member-overview .overview-box.default {
    padding: 25px 20px;
  }

  .member-overview .overview-box .box-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 413px) {
  .member-overview .overview-box.default {
    padding: 25px 15px;
  }
}

.member-overview .overview-info {
  background-image: linear-gradient(to bottom, #ffffff, #F5F5F5);
}

@media (max-width: 479px) {
  .member-overview .overview-info {
    padding: 0;
  }
}

.member-overview .overview-info .overview-info-profile {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}

.member-overview .overview-info .overview-info-profile:after {
  content: '';
  width: 10px;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 479px) {
  .member-overview .overview-info .overview-info-profile {
    padding: 35px 20px;
  }
}

.member-overview .overview-info .overview-info-profile .profile-inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.member-overview .overview-info .overview-info-profile .profile-pic {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  text-align: center;
  line-height: 100px;
}

.member-overview .overview-info .overview-info-profile .profile-pic img {
  max-height: 100%;
}

.member-overview .overview-info .overview-info-profile .profile-data {
  margin-left: 30px;
  letter-spacing: 0.05em;
  line-height: 1.15;
}

.member-overview .overview-info .overview-info-profile .profile-data .welcome {
  font-size: 18px;
  font-weight: 500;
}

.member-overview .overview-info .overview-info-profile .profile-data .welcome .name {
  font-size: 22px;
}

.member-overview .overview-info .overview-info-profile .profile-data .level {
  margin-top: 10px;
}

.member-overview .overview-info .overview-info-profile .profile-data .button {
  margin-top: 15px;
}

.member-overview .overview-info .overview-info-profile .profile-data .button .btn {
  padding: 0 25px;
  font-size: 15px;
}

@media (max-width: 1300px) {
  .member-overview .overview-info .overview-info-profile .profile-inner {
    flex-wrap: wrap;
  }

  .member-overview .overview-info .overview-info-profile .profile-pic {
    margin: 0 auto;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .member-overview .overview-info .overview-info-profile .profile-data {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .member-overview .overview-info .overview-info-profile .profile-data .welcome {
    margin-top: 15px !important;
  }
}

@media (max-width: 991px) {
  .member-overview .overview-info .overview-info-profile:after {
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    top: auto;
    bottom: 0;
  }

  .member-overview .overview-info .overview-info-profile .profile-inner {
    justify-content: center;
  }

  .member-overview .overview-info .overview-info-profile .profile-pic {
    margin: 0;
    width: 100px;
    min-width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .member-overview .overview-info .overview-info-profile .profile-data {
    margin-left: 25px;
    width: auto;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .member-overview .overview-info .overview-info-profile .profile-pic {
    margin: 0 auto;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .member-overview .overview-info .overview-info-profile .profile-data {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .member-overview .overview-info .overview-info-profile .profile-data .welcome {
    margin-top: 15px !important;
  }
}

.member-overview .overview-info .overview-info-summary {
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .member-overview .overview-info .overview-info-summary {
    padding: 0 15px;
  }
}

@media (max-width: 479px) {
  .member-overview .overview-info .overview-info-summary {
    padding: 20px;
  }
}

@media (max-width: 413px) {
  .member-overview .overview-info .overview-info-summary {
    padding: 20px 15px;
  }
}

.member-overview .overview-info .overview-info-summary .summary-section {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 10px;
}

@media (min-width: 480px) {
  .member-overview .overview-info .overview-info-summary .summary-section {
    padding: 25px 10px;
  }
}

.member-overview .overview-info .overview-info-summary .summary-section:nth-last-of-type(1) {
  border-bottom: 0;
}

@media (max-width: 479px) {
  .member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner p {
    display: inline-block;
    margin-bottom: 0;
  }

  .member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner .title {
    margin-right: 0.5em;
  }
}

@media (max-width: 991px) {
  .member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner .my-coupons {
  flex-wrap: wrap;
}

.member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner .my-coupons .my-coupons-inner {
  display: flex;
  align-items: center;
}

.member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner .my-coupons .coupons-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #CF102D;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-left: 10px;
}

@media (min-width: 1100px) {
  .member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner .my-coupons .coupons-icon {
    margin-left: 25px;
    margin-right: 10px;
  }
}

.member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner .my-coupons .number {
  font-size: 35px;
  font-family: "Roboto";
}

@media (max-width: 479px) {
  .member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner .my-coupons {
    justify-content: center;
  }

  .member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner .my-coupons .my-coupons-inner {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .member-overview .overview-info .overview-info-summary .summary-section .summary-section-inner .my-coupons .coupons-icon {
    margin-left: 0;
  }
}

.member-overview .overview-info .overview-info-summary .summary-section .title .txt-icon {
  font-size: 1.15em;
}

@media (max-width: 479px) {
  .member-overview .overview-info .overview-info-summary .summary-section .title {
    font-size: 15px;
  }
}

.member-overview .overview-info .overview-info-summary .summary-section .txt {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 479px) {
  .member-overview .overview-info .overview-info-summary .summary-section .txt {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .member-overview .overview-info {
    display: flex;
  }

  .member-overview .overview-info .overview-info-profile {
    flex-shrink: 0;
    width: 50%;
  }

  .member-overview .overview-info .overview-info-summary {
    flex-grow: 1;
    border-left: 1px solid #E5E5E5;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .member-overview .overview-info {
    display: flex;
  }

  .member-overview .overview-info .overview-info-profile {
    width: 40%;
    flex-shrink: 0;
    padding: 25px 15px;
  }

  .member-overview .overview-info .overview-info-summary {
    flex-grow: 1;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .member-overview .overview-info .overview-info-summary {
    border-top: 1px solid #E5E5E5;
  }
}

.member-overview .overview-features {
  display: flex;
}

@media (max-width: 479px) {
  .member-overview .overview-features {
    padding: 0;
  }
}

.member-overview .overview-features .features-section {
  flex: 1;
  padding: 30px 0;
  text-align: center;
  cursor: pointer;
}

.member-overview .overview-features .features-section:active {
  background-color: #fafafa;
}

@media (min-width: 768px) {
  .member-overview .overview-features .features-section:hover {
    transition: background-color;
  }

  .member-overview .overview-features .features-section:hover:hover {
    background-color: #fafafa;
  }
}

.member-overview .overview-features .features-section+.features-section .features-section-inner {
  border-left: 1px solid #E5E5E5;
}

.member-overview .overview-features .features-section .features-section-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .member-overview .overview-features .features-section .features-section-inner {
    flex-direction: column;
  }
}

.member-overview .overview-features .features-section .features-section-inner .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #CF102D;
}

@media (min-width: 768px) {
  .member-overview .overview-features .features-section .features-section-inner .icon {
    margin-right: 10px;
  }
}

@media (max-width: 479px) {
  .member-overview .overview-features .features-section .features-section-inner .icon {
    width: 45px;
    height: 45px;
  }

  .member-overview .overview-features .features-section .features-section-inner .icon svg {
    transform: scale(0.8);
  }
}

.member-overview .overview-features .features-section .features-section-inner .name .num {
  font-family: "Roboto";
  font-size: 35px;
  font-weight: 700;
  color: #CF102D;
}

.member-overview .overview-features .features-section .features-section-inner .name .txt {
  font-size: 18px;
}

@media (max-width: 991px) {
  .member-overview .overview-features .features-section .features-section-inner .name .num {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .member-overview .overview-features .features-section .features-section-inner .name {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .member-overview .overview-features .features-section .features-section-inner .name span {
    display: block;
  }

  .member-overview .overview-features .features-section .features-section-inner .name .num {
    font-size: 25px;
  }

  .member-overview .overview-features .features-section .features-section-inner .name .txt {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .member-overview .overview-orders {
    padding: 25px 0;
  }
}

@media (min-width: 992px) {
  .member-overview .overview-orders .orders-section {
    min-height: 295px;
  }

  .member-overview .overview-orders .orders-section+.orders-section {
    margin-top: 45px;
  }
}

@media (max-width: 991px) {
  .member-overview .overview-orders .orders-section+.orders-section {
    margin-top: 35px;
  }
}

@media (max-width: 479px) {
  .member-overview .overview-orders .orders-section+.orders-section {
    border-top: 1px solid #E5E5E5;
    margin-top: 25px;
    padding-top: 25px;
  }
}

.member-overview .overview-orders .orders-section .orders-summary-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

@media (min-width: 1400px) {
  .member-overview .overview-orders .orders-section .orders-summary-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .member-overview .overview-orders .orders-section .orders-summary-list {
    padding-top: 35px;
  }
}

@media (max-width: 1199px) {
  .member-overview .overview-orders .orders-section .orders-summary-list {
    justify-content: center;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .member-overview .overview-orders .orders-section .orders-summary-list li+li {
    margin-left: 75px;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .member-overview .overview-orders .orders-section .orders-summary-list li+li {
    margin-left: 50px;
  }
}

@media (max-width: 479px) {
  .member-overview .overview-orders .orders-section .orders-summary-list li+li {
    margin-left: 35px;
  }
}

.member-overview .overview-orders .orders-section .orders-summary-list a,
.member-overview .overview-orders .orders-section .orders-summary-list span {
  display: block;
}

.member-overview .overview-orders .orders-section .orders-summary-list a:active .icon {
  background-color: #E5E5E5;
}

.member-overview .overview-orders .orders-section .orders-summary-list a:active .tt {
  color: #CF102D;
}

@media (min-width: 768px) {

  .member-overview .overview-orders .orders-section .orders-summary-list a:hover .icon,
  .member-overview .overview-orders .orders-section .orders-summary-list a:hover .tt {
    transition-duration: .3s;
    transition-timing-function: ease;
  }

  .member-overview .overview-orders .orders-section .orders-summary-list a:hover .icon {
    transition-property: background-color;
  }

  .member-overview .overview-orders .orders-section .orders-summary-list a:hover .tt {
    transition-property: color;
  }

  .member-overview .overview-orders .orders-section .orders-summary-list a:hover:hover .icon {
    background-color: #E5E5E5;
  }

  .member-overview .overview-orders .orders-section .orders-summary-list a:hover:hover .tt {
    color: #CF102D;
  }
}

.member-overview .overview-orders .orders-section .orders-summary-list .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #F5F5F5;
  color: #231F20;
}

@media (max-width: 479px) {
  .member-overview .overview-orders .orders-section .orders-summary-list .icon {
    width: 70px;
    height: 70px;
  }

  .member-overview .overview-orders .orders-section .orders-summary-list .icon img {
    transform: scale(0.8);
  }
}

@media (max-width: 340px) {
  .member-overview .overview-orders .orders-section .orders-summary-list .icon {
    width: 60px;
    height: 60px;
  }
}

.member-overview .overview-orders .orders-section .orders-summary-list .icon[data-num]::before {
  content: attr(data-num);
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #CF102D;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-family: "Roboto";
}

@media (max-width: 767px) {
  .member-overview .overview-orders .orders-section .orders-summary-list .icon[data-num]::before {
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    line-height: 20px;
  }
}

.member-overview .overview-orders .orders-section .orders-summary-list .tt {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .member-overview .overview-service {
    min-height: 635px;
  }
}

.member-overview .overview-service .service-section+.service-section {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 479px) {
  .member-overview .overview-service .service-section+.service-section {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.member-overview .overview-service .service-links-list li+li {
  margin-top: 10px;
}

.member-overview .overview-service .service-links-list .btn {
  justify-content: space-between;
  background-color: #F5F5F5;
  height: 75px;
  padding: 0 25px 0 15px;
}

@media (max-width: 479px) {
  .member-overview .overview-service .service-links-list .btn {
    padding-right: 15px;
  }
}

.member-overview .overview-service .service-links-list .btn::before {
  background-color: rgba(0, 0, 0, 0.05);
}

.member-overview .overview-service .service-links-list .btn::after {
  content: '\e903';
  display: block;
  font-family: "fontello";
}

.member-overview .overview-service .service-links-list .btn .btn-inner {
  display: flex;
  align-items: center;
  text-align: left;
}

.member-overview .overview-service .service-links-list .btn .btn-inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}

@media (max-width: 479px) {
  .member-overview .overview-service .service-links-list .btn .btn-inner .icon {
    width: 45px;
  }
}

.member-overview .overview-service .service-links-list .btn .btn-inner .content {
  margin-left: 15px;
  letter-spacing: 0.05em;
}

.member-overview .overview-service .service-links-list .btn .btn-inner .content>span {
  display: block;
}

.member-overview .overview-service .service-links-list .btn .btn-inner .content .tt {
  font-size: 16px;
}

.member-overview .overview-service .service-links-list .btn .btn-inner .content .txt {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.55);
}

.member-overview .overview-service .service-exclusive-slider {
  text-align: center;
}

.member-overview .overview-service .service-exclusive-slider .swiper-slide a img {
  border-radius: 10px;
}

.primary-head {
  position: relative;
  margin-bottom: 25px;
}

.primary-head .msg-box {
  border: 1px solid #E5E5E5;
  color: #727272;
  padding: 25px 35px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.primary-head .msg-box p+ol {
  margin-top: 0.5em;
}

@media (max-width: 991px) {
  .primary-head .msg-box {
    padding: 20px 25px;
  }
}

@media (max-width: 767px) {
  .primary-head .msg-box {
    padding: 15px 20px;
  }
}

@media (max-width: 479px) {
  .primary-head .msg-box {
    padding: 15px 15px 15px 10px;
  }
}

.primary-nav+.products-sets {
  margin-top: 0;
}

.primary-nav .dropmenu {
  width: 100%;
}

@media (min-width: 480px) {
  .primary-nav.has-border {
    border: 1px solid #E5E5E5;
    padding: 25px;
  }

  .primary-nav.has-border {
    border: 1px solid #E5E5E5;
    padding: 25px;
  }
}

@media (min-width: 768px) {
  .primary-nav {
    margin-bottom: 20px;
  }

  .primary-nav:not(.no-flex) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .primary-nav:not(.no-flex).bonus-info {
    align-items: flex-end;
  }

  .primary-nav .txt ul {
    display: flex;
    align-items: center;
  }

  .primary-nav .txt ul li+li {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px solid #E5E5E5;
  }

  .primary-nav .dropmenu {
    width: 150px;
  }

  .primary-nav .dropmenu .custom-select-wrap .bootstrap-select>.dropdown-toggle {
    height: 36px;
    padding: 0 10px;
  }
}

@media (min-width: 480px) {
  .primary-nav .date-search {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (min-width: 1200px) {
  .primary-nav .date-search {
    display: flex;
  }

  .primary-nav .date-search .date-search-col {
    margin: 0 5px;
  }
}

@media (max-width: 1199px) {
  .primary-nav .date-search .date-search-col+.date-search-col {
    margin-top: 10px;
  }
}

.primary-nav .date-search .date-search-col>ul {
  display: flex;
  align-items: center;
}

.primary-nav .date-search .date-search-col>ul>li.for-input {
  width: 220px;
}

.primary-nav .date-search .date-search-col>ul>li+li {
  margin-left: 10px;
}

.primary-nav .date-search .date-search-col .form-control {
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
}

.primary-nav .date-search .date-search-col .btn {
  padding: 0 25px;
}

@media (max-width: 1399px) {
  .primary-nav .date-search .date-search-col .btn {
    padding: 0 15px;
  }
}

@media (max-width: 1399px) {
  .primary-nav .date-search .date-search-col>ul>li.for-input {
    width: 180px;
  }
}

@media (max-width: 1199px) {
  .primary-nav .date-search .date-search-col>ul>li.for-input {
    flex-grow: 1;
  }

  .primary-nav .date-search .date-search-col>ul>li:not(.for-input) {
    flex-shrink: 0;
  }
}

.primary-nav .date-search.for-orders {
  margin-top: 10px;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .primary-nav .date-search.for-orders {
    display: flex;
  }
}

.primary-nav .date-search.for-service {
  display: block;
  max-width: 715px;
  margin-top: 15px;
}

@media (max-width: 479px) {
  .primary-nav .date-search.for-service {
    margin-bottom: 25px;
  }
}

.primary-nav .date-search.for-service .date-search-col .bootstrap-select>.dropdown-toggle,
.primary-nav .date-search.for-service .date-search-col .custom-select-wrap select.custom-select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.primary-nav .date-search.for-service .date-search-col.full .for-input {
  flex-grow: 1;
}

.primary-nav .date-search.for-service .date-search-col+.date-search-col {
  margin-top: 10px;
}

@media (max-width: 1399px) {
  .primary-nav .date-search.for-service .date-search-col>ul>li.for-input {
    flex-grow: 1;
  }
}

@media (max-width: 479px) {
  .primary-nav .date-search.for-service .date-search-col>ul {
    flex-wrap: wrap;
  }

  .primary-nav .date-search.for-service .date-search-col>ul>li.for-input {
    width: calc(50% - 20px);
  }

  .primary-nav .date-search.for-service .date-search-col>ul>li.for-input.mb-full {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.orders-list {
  margin-top: 25px;
}

@media (max-width: 767px) and (min-width: 480px) {
  .orders-list {
    margin-top: 50px;
  }
}

.orders-list .orders-table td span,
.orders-list .orders-table td a {
  display: inline-block;
  font-family: 'Roboto', "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", Arial, sans-serif;
}

@media (min-width: 1200px) {

  .orders-list .orders-table th,
  .orders-list .orders-table td {
    padding: 15px 10px;
  }
}

@media (min-width: 768px) {

  .orders-list .orders-table th,
  .orders-list .orders-table td {
    text-align: center;
  }

  .orders-list .orders-table th {
    white-space: nowrap;
  }
}

@media (max-width: 1399px) and (min-width: 768px) {

  .orders-list .orders-table th,
  .orders-list .orders-table td {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .orders-list .orders-table tr {
    border: 1px solid #E5E5E5;
  }

  .orders-list .orders-table td:before {
    font-size: 16px;
  }
}

@media (max-width: 991px) and (max-width: 479px) {
  .orders-list .orders-table td:before {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .wp[data-id="member"] .cart-table .cart-cell:not(.tt):not(.info):not(.checkbox):not([colspan]) {
    width: 140px;
  }
}

@media (min-width: 1200px) {
  .wp[data-id="member"] .cart-table .cart-thead .cart-cell.info {
    padding-right: 100px;
  }
}

@media (min-width: 1400px) {
  .wp[data-id="member"] .cart-table .cart-tbody .cart-cell.tt {
    padding-left: 15px;
    width: 115px;
  }

  .wp[data-id="member"] .cart-table .cart-tbody .cart-cell.price,
  .wp[data-id="member"] .cart-table .cart-tbody .cart-cell.total {
    padding-right: 20px !important;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .wp[data-id="member"] .cart-table+.cart-table {
    border-top: 1px solid #B5B5B5;
  }
}

@media (min-width: 1400px) {
  .wp[data-id="member"] .checkout-list.complete .checkout-list-row {
    padding-right: 3em;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wp[data-id="member"] .order-info .order-info-content .txt .button {
    margin: 0 0 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .wp[data-id="member"] .order-info .order-info-content .txt .button {
    margin: 10px 0 0 0;
    display: block;
  }
}

@media (min-width: 1200px) {
  .wp[data-id="member"] .return-order-table .cart-cell.qtt {
    width: 180px !important;
  }
}

.order-detail .order-detail-head {
  line-height: 1;
  letter-spacing: 0;
  color: #333;
}

@media (min-width: 1400px) {
  .order-detail .order-detail-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.order-detail .order-detail-head .detail-group {
  padding-bottom: 15px;
}

.order-detail .order-detail-head .detail-group p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .order-detail .order-detail-head .detail-group {
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
  }

  .order-detail .order-detail-head .detail-group+.detail-group {
    padding-right: 0;
    flex-grow: 0;
    justify-content: flex-start;
  }

  .order-detail .order-detail-head .detail-group p+p {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .order-detail .order-detail-head .detail-group p+p {
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
  .order-detail .order-detail-head .detail-group {
    font-size: 15px;
  }

  .order-detail .order-detail-head .detail-group+.detail-group {
    margin-top: 10px;
  }

  .order-detail .order-detail-head .detail-group p+p {
    margin-top: 10px;
  }
}

.order-detail .order-detail-head .detail-group .btn {
  padding: 0 15px;
}

.order-detail .order-detail-head .detail-group .btn+.btn {
  margin-left: 5px;
}

.order-detail .order-detail-progress {
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

.order-detail .order-detail-progress ul {
  display: flex;
}

.order-detail .order-detail-progress ul li {
  flex: 1;
}

.order-detail .order-detail-progress .progress-status ul {
  border-radius: 35px;
  height: 35px;
  background-color: #F5F5F5;
}

.order-detail .order-detail-progress .progress-status ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 35px;
  border-radius: 35px;
}

.order-detail .order-detail-progress .progress-status ul li.current {
  background-color: #CF102D;
  color: #ffffff;
}

.order-detail .order-detail-progress .progress-time {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.55);
  font-family: 'Roboto';
}

@media (max-width: 479px) {
  .order-detail .order-detail-progress .progress-status {
    font-size: 14px;
  }

  .order-detail .order-detail-progress .progress-time {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 479px) and (max-width: 340px) {
  .order-detail .order-detail-progress .progress-time {
    font-size: 10px;
  }
}

.submit-box {
  border: 1px solid #E5E5E5;
}

@media (min-width: 480px) {
  .submit-box+.submit-box {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .submit-box {
    border-top: none;
  }

  .submit-box+.member-backToList {
    margin-top: 35px;
  }
}

.submit-box .submit-box-head {
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 480px) {
  .submit-box .submit-box-head {
    background-color: #F8F8F8;
  }
}

@media (max-width: 1399px) {
  .submit-box .submit-box-head {
    padding: 20px 25px;
  }
}

@media (max-width: 479px) {
  .submit-box .submit-box-head {
    padding: 25px 20px 0;
  }
}

@media (max-width: 413px) {
  .submit-box .submit-box-head {
    padding: 15px 15px 0;
  }
}

.submit-box .submit-box-content {
  padding: 25px 60px 60px;
}

@media (max-width: 1399px) {
  .submit-box .submit-box-content {
    padding: 25px;
  }
}

@media (max-width: 479px) {
  .submit-box .submit-box-content {
    padding: 20px;
  }
}

@media (max-width: 413px) {
  .submit-box .submit-box-content {
    padding: 15px;
  }
}

@media (min-width: 480px) {
  .submit-box .submit-box-content .form-row {
    display: flex;
    align-items: flex-start;
  }

  .submit-box .submit-box-content .form-row+.form-row {
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
  .submit-box .submit-box-content .form-row+.form-row {
    margin-top: 25px;
  }
}

@media (min-width: 480px) {
  .submit-box .submit-box-content .form-row .form-label {
    display: flex;
    align-items: center;
    width: 100px;
    min-height: 45px;
    margin: 5px 0;
    padding-right: 15px;
  }
}

.submit-box .submit-box-content .form-row .form-field {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.submit-box .submit-box-content .form-row .form-field [class*="col-"] {
  margin: 5px;
}

.submit-box .submit-box-content .form-row .form-field .col-dd-2 {
  width: calc(50% - 10px);
}

.submit-box .submit-box-content .form-row .form-field .col-dd-4 {
  width: 100%;
}

.submit-box .submit-box-content .form-row .form-field .form-control {
  display: block;
}

.submit-box .submit-box-content .form-row .form-field .form-control,
.submit-box .submit-box-content .form-row .form-field .bootstrap-select>.dropdown-toggle,
.submit-box .submit-box-content .form-row .form-field .custom-select-wrap select.custom-select {
  height: 45px;
}

@media (max-width: 479px) {

  .submit-box .submit-box-content .form-row .form-field .form-control,
  .submit-box .submit-box-content .form-row .form-field .bootstrap-select>.dropdown-toggle,
  .submit-box .submit-box-content .form-row .form-field .custom-select-wrap select.custom-select {
    height: 40px;
  }
}

.submit-box .submit-box-content .form-row .form-field textarea.form-control {
  height: auto;
}

@media (min-width: 480px) {
  .submit-box .submit-box-content .form-row .form-field {
    width: calc(100% - 100px);
  }
}

@media (min-width: 1200px) {
  .submit-box .submit-box-content .form-row .form-field .col-dd-1 {
    width: calc(25% - 10px);
  }

  .submit-box .submit-box-content .form-row .form-field .col-dd-3 {
    width: calc(75% - 10px);
  }
}

@media (max-width: 1199px) {
  .submit-box .submit-box-content .form-row .form-field .col-dd-1 {
    width: calc(50% - 10px);
  }

  .submit-box .submit-box-content .form-row .form-field .col-dd-3 {
    width: calc(50% - 10px);
  }

  .submit-box .submit-box-content .form-row .form-field [class*="col-"].mb-full {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .member-group .pdInfo-list.pdList {
    min-height: 685px;
  }
}

.member-group .pdInfo-list.pdList .pd-item {
  display: flex;
  align-items: center;
}

.member-group .pdInfo-list.pdList .pd-item a {
  padding: 0;
  border: none;
}

.member-group .pdInfo-list.pdList .pd-item a:hover {
  border: none;
}

@media (max-width: 991px) and (min-width: 768px) {
  .member-group .pdInfo-list.pdList .pd-item {
    flex-direction: column;
    justify-content: center;
  }

  .member-group .pdInfo-list.pdList .pd-item .pd-info {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .member-group .pdInfo-list.pdList .pd-item {
    align-items: flex-start;
  }
}

.member-group .pdInfo-list.pdList .pd-item .pd-display {
  display: block;
  flex-shrink: 0;
  width: 160px;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .member-group .pdInfo-list.pdList .pd-item .pd-display {
    width: 115px;
    margin-right: 15px;
  }
}

.member-group .pdInfo-list.pdList .pd-item .pd-display .img-inner .tags .rounded-circle {
  width: 40px;
  height: 40px;
}

.member-group .pdInfo-list.pdList .pd-item .pd-display .img-inner .tags-outofstock {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  top: calc(50% - 30px);
  left: calc(50% - 30px + 0.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  width: 60px;
  height: 60px;
}

@media (min-width: 1200px) {
  .member-group .pdInfo-list.pdList .pd-item .pd-display .img-inner .tags-outofstock {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px + 0.5rem);
  }
}

.member-group .pdInfo-list.pdList .pd-item .pd-info {
  margin-top: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .member-group .pdInfo-list.pdList .pd-item .pd-info {
    flex-grow: 1;
  }
}

.member-group .pdInfo-list.pdList .pd-item .pd-info .tagline {
  font-weight: 500;
}

.member-group .pdInfo-list.pdList .pd-item .pd-info .name {
  height: auto;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 5px;
}

.member-group .pdInfo-list.pdList .pd-item .pd-info .note {
  margin-top: 10px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 767px) {
  .member-group .pdInfo-list.pdList .pd-item .pd-info .note {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .member-group .pdInfo-list.pdList .pd-item .pd-info .note {
    font-size: 14px;
  }
}

@media (max-width: 339px) {
  .member-group .pdInfo-list.pdList .pd-item .pd-info .note {
    font-size: 13px;
  }
}

.member-group .pdInfo-list.pdList .pd-item .pd-info .status {
  margin-top: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 479px) {
  .member-group .pdInfo-list.pdList .pd-item .pd-info .status {
    font-size: 14px;
  }
}

.member-group .pdInfo-list.pdList .pdInfo-table th,
.member-group .pdInfo-list.pdList .pdInfo-table td {
  letter-spacing: 0;
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .member-group .pdInfo-list.pdList .pdInfo-table {
    margin-top: 25px;
  }
}

.member-group .pdInfo-list.pdList .pdInfo-table .price .num {
  color: #CF102D;
}

.member-group .pdInfo-list.pdList .pdInfo-table .price .num s {
  font-size: 0.615em;
  color: #333;
}

.member-group .pdInfo-list.pdList .pdInfo-table .like {
  color: rgba(0, 0, 0, 0.55);
  font-size: 20px;
}

.member-group .pdInfo-list.pdList .pdInfo-table .like .like-button.active {
  color: #CF102D;
}

.member-group .pdInfo-list.pdList .pdInfo-table .buttons .btn {
  width: 100px;
  font-size: 15px;
  margin: 0 auto;
  padding: 5px;
}

.member-group .pdInfo-list.pdList .pdInfo-table .buttons .btn+.btn {
  margin-top: 5px;
}

.member-group .pdInfo-list.pdList .pdInfo-table .buttons .btn.active {
  background-color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
}

@media (min-width: 992px) {

  .member-group .pdInfo-list.pdList .pdInfo-table th,
  .member-group .pdInfo-list.pdList .pdInfo-table td {
    text-align: center;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table th.price,
  .member-group .pdInfo-list.pdList .pdInfo-table th.status,
  .member-group .pdInfo-list.pdList .pdInfo-table td.price,
  .member-group .pdInfo-list.pdList .pdInfo-table td.status {
    width: 12%;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table th.buttons,
  .member-group .pdInfo-list.pdList .pdInfo-table td.buttons {
    width: 130px;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table th.product,
  .member-group .pdInfo-list.pdList .pdInfo-table td.product {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {

  .member-group .pdInfo-list.pdList .pdInfo-table th.date,
  .member-group .pdInfo-list.pdList .pdInfo-table th.price,
  .member-group .pdInfo-list.pdList .pdInfo-table th.status,
  .member-group .pdInfo-list.pdList .pdInfo-table td.date,
  .member-group .pdInfo-list.pdList .pdInfo-table td.price,
  .member-group .pdInfo-list.pdList .pdInfo-table td.status {
    width: 10%;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table th.product,
  .member-group .pdInfo-list.pdList .pdInfo-table td.product {
    width: 45%;
  }
}

@media (min-width: 992px) and (max-width: 991px) {

  .member-group .pdInfo-list.pdList .pdInfo-table th.product,
  .member-group .pdInfo-list.pdList .pdInfo-table td.product {
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .member-group .pdInfo-list.pdList .pdInfo-table .date {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .member-group .pdInfo-list.pdList .pdInfo-table .price .num {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    width: 80px;
    font-size: 26px;
    text-align: right;
    color: #CF102D;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table .price .num s {
    font-size: 0.615em;
    color: #333;
  }
}

@media (max-width: 767px) {
  .member-group .pdInfo-list.pdList .pdInfo-table tr+tr {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E3E3E3;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table td::before {
    display: none;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table td .td-inner {
    padding: 0;
    text-align: left;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table td:not(.product) {
    display: none;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table .price .num {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .member-group .pdInfo-list.pdList .pdInfo-table .buttons {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table .buttons .btn {
    width: 100px;
    height: 28px;
    margin: 0;
    font-size: 14px;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table .buttons .btn+.btn {
    margin-top: 0;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .member-group .pdInfo-list.pdList .pdInfo-table .buttons .btn+.btn {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (max-width: 479px) {
  .member-group .pdInfo-list.pdList .pdInfo-table .buttons {
    margin-top: 10px;
    justify-content: space-between;
  }

  .member-group .pdInfo-list.pdList .pdInfo-table .buttons .btn {
    max-width: none;
    width: calc(50% - 5px);
    min-width: fit-content;
  }
}

@media (max-width: 767px) and (max-width: 339px) {
  .member-group .pdInfo-list.pdList .pdInfo-table .buttons .btn {
    width: calc(50% - 2.5px);
  }
}

.member-group .box-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.member-group .box-head::before,
.member-group .box-head::after {
  content: '';
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #E1E1E1;
}

.member-group .box-head .title {
  flex-shrink: 0;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
}

@media (min-width: 480px) {
  .member-group .box-head .title {
    margin: 0 40px;
  }
}

@media (max-width: 479px) {
  .member-group .box-head {
    margin-bottom: 25px;
  }

  .member-group .box-head.mb-xs-0 {
    margin-bottom: 0;
  }

  .member-group .box-head .title {
    margin: 0 20px;
    font-size: 16px;
  }
}

.member-service-box {
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}

@media (max-width: 479px) {
  .member-service-box:first-child {
    margin-top: 0;
  }
}

.member-service-box .box-section {
  position: relative;
  padding: 20px 35px;
}

@media (max-width: 991px) {
  .member-service-box .box-section {
    padding: 20px;
  }
}

@media (max-width: 413px) {
  .member-service-box .box-section {
    padding: 15px;
  }
}

.member-service-box .box-section .box-section-inner {
  display: flex;
  align-items: flex-start;
  max-width: 835px;
}

@media (max-width: 767px) {
  .member-service-box .box-section .box-section-inner {
    flex-direction: column;
  }

  .member-service-box .box-section .box-section-inner .box-section-content {
    width: 100%;
  }
}

.member-service-box .box-section .box-section-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
  .member-service-box .box-section .box-section-icon {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .member-service-box .box-section .box-section-icon {
    position: absolute;
    top: 25px;
    left: 20px;
  }
}

@media (max-width: 413px) {
  .member-service-box .box-section .box-section-icon {
    top: 20px;
    left: 15px;
  }
}

.member-service-box .box-section .box-section-content {
  letter-spacing: 0.05em;
}

.member-service-box .box-section .box-section-content .head {
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.15;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.member-service-box .box-section .box-section-content .head p {
  margin-right: 1em;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .member-service-box .box-section .box-section-content .head {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .member-service-box .box-section .box-section-content .head {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 60px;
    margin-left: 65px;
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .member-service-box .box-section .box-section-content .head {
    font-size: 14px;
  }
}

.member-service-box .box-section .box-section-content .content {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .member-service-box .box-section .box-section-content .content {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .member-service-box .box-section .box-section-content .content {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.member-service-box .box-section .box-section-button {
  position: absolute;
}

.member-service-box .box-section.for-question {
  transition: background-color .3s ease;
}

@media (min-width: 480px) {
  .member-service-box .box-section.for-question .box-section-inner {
    padding-right: 35px;
  }
}

.member-service-box .box-section.for-question .box-section-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.55);
}

.member-service-box .box-section.for-question .box-section-icon .icon-message {
  font-size: 24px;
}

.member-service-box .box-section.for-question .box-section-button {
  top: 25px;
  right: 25px;
}

@media (max-width: 767px) {
  .member-service-box .box-section.for-question .box-section-button {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 479px) {
  .member-service-box .box-section.for-question .box-section-button {
    top: 10px;
    right: 10px;
  }
}

.member-service-box .box-section.for-question .box-section-button .box-toggle {
  position: relative;
  width: 35px;
  height: 35px;
}

.member-service-box .box-section.for-question .box-section-button .box-toggle::before {
  content: '\e932';
  display: block;
  font-family: "fontello";
  font-size: 17px;
  line-height: 1;
  transition: transform .3s ease;
}

.member-service-box .box-section.for-question .box-section-button .box-toggle:active {
  color: #CF102D;
}

@media (min-width: 768px) {
  .member-service-box .box-section.for-question .box-section-button .box-togglehover {
    transition: color .3s ease;
  }

  .member-service-box .box-section.for-question .box-section-button .box-togglehover:hover {
    color: #CF102D;
  }
}

.member-service-box .box-section.for-answer {
  display: none;
}

.member-service-box .box-section.for-answer .box-section-icon {
  background: #f2f2f2;
  text-align: center;
  line-height: 50px;
}

.member-service-box .box-section.for-answer .box-section-icon img {
  max-width: 45px;
  max-height: 45px;
}

.member-service-box .box-section.for-answer .box-section-button {
  top: 17px;
  right: 35px;
}

@media (max-width: 767px) {
  .member-service-box .box-section.for-answer .box-section-button {
    top: 25px;
  }
}

@media (max-width: 479px) {
  .member-service-box .box-section.for-answer .box-section-button {
    position: static;
    margin-top: 10px;
    text-align: right;
  }

  .member-service-box .box-section.for-answer .box-section-button .btn {
    display: inline-flex;
  }
}

.member-service-box .box-section.for-answer .box-section-button .btn:not(:hover) {
  color: rgba(0, 0, 0, 0.55);
}

.member-service-box .box-section.for-answer .box-section-button .btn .txt-icon {
  margin-top: 4px;
  margin-right: 5px;
}

.member-service-box.active .box-section.for-question {
  background-color: #F8F8F8;
}

.member-service-box.active .box-section.for-question .box-section-button .box-toggle::before {
  content: '\e933';
  transform: rotate(180deg);
}

.member-service-box.disabled .box-section.for-question .box-section-button .box-toggle {
  pointer-events: none;
  opacity: 0.3;
}

.basic-hero-style {
  position: relative;
  padding-top: 30px;
}

.basic-hero-style .hero-main.contact-top {
  padding: 80px 0 35px;
}

@media (max-width: 991px) {
  .basic-hero-style .hero-main.contact-top {
    padding: 50px 0 35px;
  }
}

@media (max-width: 576px) {
  .basic-hero-style .hero-main.contact-top {
    padding: 35px 0 25px;
  }
}

.basic-hero-style .hero-main .title {
  line-height: 1.15;
  text-align: center;
}

.basic-hero-style .hero-main .title.single {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 991px) {
  .basic-hero-style .hero-main .title.single {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .basic-hero-style .hero-main .title.single {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .basic-hero-style .hero-main .title.single {
    font-size: calc(1.5vw + 16px);
  }
}

.basic-hero-style .hero-main .title span {
  display: block;
}

.basic-hero-style .hero-main .title span+span {
  margin-top: 5px;
}

.basic-hero-style .hero-main .title .en {
  font-size: 54px;
  letter-spacing: -0.025em;
}

.basic-hero-style .hero-main .title .zh {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media (max-width: 991px) {
  .basic-hero-style .hero-main .title .en {
    font-size: 44px;
  }

  .basic-hero-style .hero-main .title .zh {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .basic-hero-style .hero-main .title .en {
    font-size: 38px;
  }

  .basic-hero-style .hero-main .title .zh {
    font-size: 22px;
  }
}

.form-style .form-row+.form-row {
  margin-top: 15px;
}

.form-style .form-row .form-label {
  color: #333;
}

.form-style .form-row .form-field .col-dd-1 {
  width: calc(25% - 10px);
}

.form-style .form-row .form-field .col-dd-2 {
  width: calc(50% - 10px);
}

.form-style .form-row .form-field .col-dd-3 {
  width: calc(75% - 10px);
}

.form-style .form-row .form-field .col-dd-4 {
  width: 100%;
}

.form-style .form-row .form-field .form-control {
  display: block;
}

.form-style .form-row .form-field .form-control,
.form-style .form-row .form-field .bootstrap-select>.dropdown-toggle,
.form-style .form-row .form-field .custom-select-wrap select.custom-select,
.form-style .form-row .form-field .custom-select-wrap .mobile-toggle {
  height: 47px;
  padding: 10px 15px;
}

@media (max-width: 479px) {

  .form-style .form-row .form-field .form-control,
  .form-style .form-row .form-field .bootstrap-select>.dropdown-toggle,
  .form-style .form-row .form-field .custom-select-wrap select.custom-select,
  .form-style .form-row .form-field .custom-select-wrap .mobile-toggle {
    height: 42px;
    padding: 10px 12.5px;
  }
}

.form-style .form-row .form-field .bootstrap-select .dropdown-item {
  padding-left: 15px;
  padding-right: 15px;
}

.form-style .form-row .form-field .form-element .form-control,
.form-style .form-row .form-field .form-element .bootstrap-select>.dropdown-toggle,
.form-style .form-row .form-field .form-element .custom-select-wrap select.custom-select,
.form-style .form-row .form-field .form-element .custom-select-wrap .mobile-toggle {
  width: 100%;
  letter-spacing: 0.05em;
}

.form-style .form-row .form-field .form-control {
  color: #333;
}

.form-style .form-row .form-field .for-code {
  position: relative;
}

.form-style .form-row .form-field .for-code .code {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  display: block;
}

@media (min-width: 768px) {
  .form-style .form-row .form-field {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0;
  }

  .form-style .form-row .form-field [class*="col-"] {
    margin: 5px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .form-style .form-row .form-field .col-dd-1 {
    width: calc(50% - 10px);
  }

  .form-style .form-row .form-field .col-dd-3 {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .form-style .form-row .form-label {
    margin-bottom: 10px;
  }

  .form-style .form-row .form-field [class*="col-"] {
    width: 100%;
  }

  .form-style .form-row .form-field [class*="col-"]+[class*="col-"] {
    margin-top: 10px;
  }
}

@media (min-width: 576px) {
  .form-style.label-left .form-row {
    display: flex;
    align-items: flex-start;
  }

  .form-style.label-left .form-row+.form-row {
    margin-top: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .form-style.label-left .form-row+.form-row {
    margin-top: 10px;
  }
}

@media (min-width: 576px) {
  .form-style.label-left .form-row .form-label {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 145px;
    min-height: 45px;
    margin: 5px 0;
    padding-right: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .form-style.label-left .form-row .form-label {
    margin: 0;
  }
}

@media (min-width: 576px) {
  .form-style.label-left .form-row .form-field {
    width: calc(100% - 135px);
    margin-top: 0;
  }
}

.form-style.label-left .form-row .form-field .form-control[readonly] {
  background-color: #fff;
}

.member-address-box {
  padding: 25px 30px;
  border: 1px solid #E5E5E5;
}

@media (min-width: 768px) {
  .member-address-box {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 479px) {
  .member-address-box {
    padding: 25px 20px;
  }
}

@media (max-width: 413px) {
  .member-address-box {
    padding: 20px 15px;
  }
}

.member-address-box+.member-address-box {
  border-top: none;
}

.member-address-box .address-info .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
}

.member-address-box .address-info .txt {
  margin-top: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.55);
}

.member-address-box .address-info .txt p+p {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .member-address-box .address-actions {
    flex-shrink: 0;
  }
}

@media (min-width: 480px) {
  .member-address-box .address-actions {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .member-address-box .address-actions {
    margin-top: 25px;
  }
}

@media (max-width: 479px) {
  .member-address-box .address-actions {
    margin-top: 15px;
  }
}

.member-address-box .address-actions ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.member-address-box .address-actions li .btn {
  width: 100%;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: 0.05em;
}

.member-address-box .address-actions li .btn.lightgray {
  color: #C5C5C5;
  border: 1px solid #C5C5C5;
}

.member-address-box .address-actions li .btn .txt-icon {
  font-size: 0.8em;
  vertical-align: 0.1em;
  margin-right: 3px;
}

.member-address-box .address-actions li .btn .txt-icon.smaller {
  font-size: 0.6em;
  vertical-align: 0.275em;
}

.member-address-box .address-actions li .btn[disabled] {
  pointer-events: none;
  background-color: #727272;
  border: 1px solid #727272;
  color: #ffffff;
}

@media (min-width: 768px) {
  .member-address-box .address-actions li.col-dd-1 {
    width: calc(50% - 5px);
  }

  .member-address-box .address-actions li.col-dd-2 {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .member-address-box .address-actions li {
    width: calc(100%/3 - 10px/3);
  }
}

.member-editor-box+.member-editor-box {
  margin-top: 35px;
}

.member-editor-box .box-content {
  letter-spacing: 0.05em;
}

@media (max-width: 479px) {
  .member-editor-box .box-content .form-row+.form-row {
    margin-top: 25px;
  }
}

@media (max-width: 479px) {
  .member-editor-box .box-content .form-label {
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .member-editor-box .box-content .form-field.for-tel {
    display: flex;
    flex-wrap: wrap;
  }

  .member-editor-box .box-content .form-field.for-tel .form-element .custom-select-wrap::after {
    right: 7.5px;
  }

  .member-editor-box .box-content .form-field.for-tel .form-element.col-dd-1 {
    width: 80px;
  }

  .member-editor-box .box-content .form-field.for-tel .form-element.col-dd-3 {
    width: calc(100% - 90px);
    margin-top: 0;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .member-editor-box .box-content .form-field.for-address {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .member-editor-box .box-content .form-field.for-address [class*="col-"] {
    margin: 5px;
  }

  .member-editor-box .box-content .form-field.for-address [class*="col-"]:not(.mb-full) {
    width: calc(50% - 10px);
  }

  .member-editor-box .box-content .form-field.for-address [class*="col-"].mb-full {
    width: 100%;
  }

  .member-editor-box .box-content .form-field.for-address [class*="col-"].form-msg {
    margin-bottom: 15px;
  }
}

.member-editor-box .box-content .form-field .form-element .btn {
  line-height: 1.15;
}

.member-editor-box .box-content .form-field .form-element .btn.fill-mRed[disabled] {
  border: 1px solid rgba(0, 0, 0, 0.55);
  background-color: #F8F8F8;
  color: rgba(0, 0, 0, 0.55);
}

.member-editor-box .box-content .form-field .form-element.for-radio {
  display: flex;
  align-items: center;
}

@media (min-width: 480px) {
  .member-editor-box .box-content .form-field .form-element.for-radio {
    min-height: 45px;
  }

  .member-editor-box .box-content .form-field .form-element.for-radio .form-radio+.form-radio {
    margin-left: 40px;
  }
}

@media (max-width: 479px) {
  .member-editor-box .box-content .form-field .form-element.for-radio .form-radio+.form-radio {
    margin-left: 20px;
  }
}

.member-editor-box .box-content .form-field .form-element.for-verify {
  display: flex;
}

.member-editor-box .box-content .form-field .form-element.for-verify .form-control {
  width: calc(100% - 120px);
}

.member-editor-box .box-content .form-field .form-element.for-verify .btn {
  flex-shrink: 0;
  width: 120px;
  padding: 0 15px;
  border: 1px solid #E2E2E2;
  border-left: none;
}

.member-editor-box .box-content .form-field .form-element.error .form-control,
.member-editor-box .box-content .form-field .form-element.error .bootstrap-select>.dropdown-toggle,
.member-editor-box .box-content .form-field .form-element.error .custom-select-wrap select.custom-select {
  border-color: #CF102D;
}

.member-editor-box .box-content .form-field .form-msg {
  margin-bottom: 15px;
  font-size: 15px;
}

.member-editor-box .box-content .form-field .readonly {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 480px) {
  .member-editor-box .box-content .form-field .readonly {
    min-height: 45px;
  }
}

.member-editor-box .box-content .form-field .readonly .txt .txt-icon {
  font-size: 1.25em;
}

.member-editor-box .box-content .form-field .readonly .txt.tel-num,
.member-editor-box .box-content .form-field .readonly .txt.email {
  font-family: "Roboto";
  font-size: 18px;
  padding-top: 5px;
}

@media (max-width: 479px) {

  .member-editor-box .box-content .form-field .readonly .txt.tel-num,
  .member-editor-box .box-content .form-field .readonly .txt.email {
    font-size: 16px;
    word-break: break-all;
    padding-top: 3px;
  }
}

.member-editor-box .box-content .form-field .readonly .social .logo {
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 1.15;
}

.member-editor-box .box-content .form-field .readonly .social .logo.icon-facebook {
  font-size: 20px;
  color: #4E71A7;
}

.member-editor-box .box-content .form-field .readonly .social .logo.icon-line {
  font-size: 25px;
  color: #30C138;
  vertical-align: -0.175em;
}

.member-editor-box .box-content .form-field .readonly .buttons {
  flex-shrink: 0;
}

@media (min-width: 480px) {
  .member-editor-box .box-content .form-field .readonly .buttons {
    display: flex;
    align-items: center;
    margin-left: 25px;
  }

  .member-editor-box .box-content .form-field .readonly .buttons .btn {
    width: 100px;
  }

  .member-editor-box .box-content .form-field .readonly .buttons .btn+.btn {
    margin-left: 10px;
  }
}

@media (max-width: 479px) {
  .member-editor-box .box-content .form-field .readonly .buttons {
    margin-left: 15px;
  }

  .member-editor-box .box-content .form-field .readonly .buttons .btn {
    width: 75px;
  }

  .member-editor-box .box-content .form-field .readonly .buttons .btn+.btn {
    margin-top: 5px;
  }
}

.member-editor-box .box-content .form-field .readonly .buttons .btn {
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.member-editor-box .box-content .form-field .readonly .buttons .btn .txt-icon {
  font-size: 0.8em;
  vertical-align: 0.1em;
  margin-right: 3px;
}

.member-editor-box .box-content .form-field .readonly .buttons .btn .txt-icon.smaller {
  font-size: 0.6em;
  vertical-align: 0.275em;
}

@media (min-width: 992px) {
  .member-editor-box.for-bottom {
    margin-top: 90px;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .member-editor-box.for-bottom {
    margin-top: 50px;
  }
}

.member-editor-box.for-bottom .box-head {
  margin-bottom: 0;
}

.member-editor-box.for-bottom .box-content {
  margin-top: -10.35px;
  border: 1px solid #E5E5E5;
  border-top: none;
  padding: 50px;
}

@media (min-width: 480px) {
  .member-editor-box.for-bottom .box-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .member-editor-box.for-bottom .box-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 479px) {
  .member-editor-box.for-bottom .box-content {
    padding: 35px 25px 20px;
  }
}

@media (min-width: 1600px) {
  .member-editor-box.for-bottom .box-content .content-col+.content-col {
    margin-left: 95px;
  }
}

@media (max-width: 1599px) and (min-width: 992px) {
  .member-editor-box.for-bottom .box-content .content-col+.content-col {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .member-editor-box.for-bottom .box-content .content-col+.content-col {
    margin-top: 16px;
  }
}

.member-editor-box.for-bottom .box-content .content-col .btn {
  border-radius: 60px;
  background-color: #C2C2C2;
  color: #ffffff;
  width: 170px;
  padding-left: 40px;
}

@media (max-width: 479px) {
  .member-editor-box.for-bottom .box-content .content-col .btn {
    width: 100%;
    border-radius: 50px;
    font-size: 16px;
  }
}

.member-editor-box.for-bottom .box-content .content-col .btn:active {
  background-color: #30C138;
}

@media (min-width: 768px) {
  .member-editor-box.for-bottom .box-content .content-col .btn:hover {
    transition: background-color .3s ease;
  }

  .member-editor-box.for-bottom .box-content .content-col .btn:hover:hover {
    background-color: #30C138;
  }
}

.member-editor-box.for-bottom .box-content .content-col .btn .icon {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 25px;
  color: #30C138;
}

@media (max-width: 479px) {
  .member-editor-box.for-bottom .box-content .content-col .btn .icon {
    width: 40px;
    height: 40px;
  }
}

.member-editor-box.for-bottom .box-content .content-col .info li+li {
  margin-top: 1em;
}

.member-editor-msg {
  background-color: #FDF4F7;
  border: 1px solid #CF102D;
  margin-bottom: 30px;
  padding: 15px 30px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

@media (max-width: 479px) {
  .member-editor-msg {
    padding: 15px 20px;
  }
}

.member-editor-msg .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
}

.addressModal {
  max-width: 645px;
  width: 100% !important;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #fff !important;
  margin: 0 auto;
  position: relative;
}

.addressModal .head-titbox {
  border-bottom: 0;
  padding: 27px 30px 0;
}

.addressModal .head-titbox .tit {
  padding-right: 30px;
}

@media (max-width: 576px) {
  .addressModal .head-titbox {
    padding: 25px 20px 0;
  }

  .addressModal .head-titbox .tit {
    padding-right: 20px;
  }
}

.addressModal .popup-content {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 72vh;
  padding: 0 0 15px 30px;
}

@media (max-width: 576px) {
  .addressModal .popup-content {
    padding: 0 0 15px 20px;
  }
}

.addressModal .popup-content .address-form {
  padding-right: 30px;
}

@media (max-width: 576px) {
  .addressModal .popup-content .address-form {
    padding-right: 20px;
  }
}

.addressModal .popup-content .address-form .form-row+.form-row {
  margin-top: 10px;
}

.addressModal .popup-content .address-form .form-row.for-action {
  margin: 35px 0 25px;
  text-align: center;
}

.addressModal .popup-content .address-form .form-row.for-action .btn {
  min-width: 160px;
  height: 40px;
}

@media (max-width: 479px) {
  .addressModal .popup-content .address-form .form-row.for-action {
    margin: 25px 0 15px;
  }
}

@media (max-width: 767px) {
  .addressModal .popup-content .address-form .form-row .form-field {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .addressModal .popup-content .address-form .form-row .form-field [class*="col-"] {
    margin: 5px;
  }

  .addressModal .popup-content .address-form .form-row .form-field .col-dd-2 {
    width: calc(50% - 10px);
  }
}

/* ------------------------------------------- contact ------------------------------------------ */
.contact-wrapper .contact-info {
  text-align: center;
  letter-spacing: 0.05em;
}

.contact-wrapper .contact-form {
  background-color: #ffffff;
}

.contact-wrapper .contact-form .form-main .form-group .form-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.contact-wrapper .contact-form .form-main .form-group .form-label .form-label-txt {
  font-weight: 500;
}

.contact-wrapper .contact-form .form-main .form-group .form-element.for-code-img img {
  display: block;
}

.contact-wrapper .contact-form .form-main .form-group .form-control {
  width: 100%;
}

.contact-wrapper .contact-form .form-main .form-group .form-control,
.contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-toggle,
.contact-wrapper .contact-form .form-main .form-group select.custom-select {
  background-color: #f7f7f7;
}

.contact-wrapper .contact-form .form-main .form-group .form-control,
.contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-toggle,
.contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-menu,
.contact-wrapper .contact-form .form-main .form-group select.custom-select {
  border: none;
  border-radius: 5px;
  letter-spacing: 0.05em;
}

.contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-toggle {
  transition: none;
}

.contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-menu {
  background-color: #e7e7e7;
}

.contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-menu[x-placement^="bottom"] {
  top: -5px !important;
}

.contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-menu[x-placement^="top"] {
  top: 5px !important;
}

.contact-wrapper .contact-form .form-main .form-group .bootstrap-select ul.dropdown-menu {
  background: none;
}

.contact-wrapper .contact-form .form-main .form-group .bootstrap-select ul.dropdown-menu .dropdown-item {
  padding: 10px 20px;
}

.contact-wrapper .contact-form .form-main .form-group .bootstrap-select ul.dropdown-menu .dropdown-item:not(.selected):not(:active):hover {
  background-color: #e3e3e3;
}

.contact-wrapper .contact-form .form-main .form-group .bootstrap-select.show>.dropdown-toggle {
  background-color: #e7e7e7;
}

.contact-wrapper .contact-form .form-main .form-group textarea.form-control {
  padding: 20px;
  height: auto;
}

.contact-wrapper .contact-form .form-main .form-row+.form-row {
  margin-top: 20px;
}

.contact-wrapper .contact-form .form-main .form-row.for-code .form-group .form-field {
  align-items: center;
}

.contact-wrapper .contact-form .form-main .form-row.for-policy .form-group .form-label {
  min-height: unset;
}

.contact-wrapper .contact-form .file-upload .btn {
  justify-content: flex-start;
  height: auto !important;
  min-height: 40px;
}

.contact-wrapper .contact-form .file-display .file-display-name {
  margin-right: 0.5em;
}

.contact-wrapper .contact-form .form-buttons ul {
  display: flex;
  justify-content: center;
}

.contact-wrapper .contact-form .form-buttons ul li+li {
  margin-left: 15px;
}

.contact-wrapper .contact-form .submit-inner {
  text-align: center;
}

.contact-wrapper .contact-form .submit-inner .icon {
  width: 125px;
  height: 125px;
  background-color: #f1f1f1;
}

.contact-wrapper .contact-form .submit-inner .content {
  margin-top: 25px;
}

.contact-wrapper .contact-form .submit-inner .content .tt {
  font-size: 30px;
}

.contact-wrapper .contact-form .submit-inner .content .txt {
  margin-top: 30px;
  line-height: 2;
}

.contact-wrapper .contact-form .submit-inner .content .button {
  margin-top: 50px;
}

@media (min-width: 480px) {
  .contact-wrapper .contact-form .form-main .form-row+.form-row.for-policy {
    margin-top: 40px;
  }

  .contact-wrapper .contact-form .form-main .form-group {
    display: flex;
  }

  .contact-wrapper .contact-form .form-main .form-group:not(.ai-center) {
    align-items: flex-start;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-label,
  .contact-wrapper .contact-form .form-main .form-group .form-control,
  .contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-toggle,
  .contact-wrapper .contact-form .form-main .form-group select.custom-select {
    min-height: 60px;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-field {
    flex-grow: 1;
  }
}

@media screen and (orientation: landscape) {
  .contact-wrapper .contact-form.for-submit {
    transform: none !important;
  }
}

@media (min-width: 768px) {
  .contact-wrapper .contact-info {
    line-height: 2;
  }

  .contact-wrapper .contact-info p+p {
    margin-top: 10px;
  }

  .contact-wrapper .contact-form {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  }

  .contact-wrapper .contact-form.for-submit {
    transform: none !important;
  }
}

@media (min-width: 992px) {
  .contact-wrapper {
    padding-bottom: 120px;
  }

  .contact-wrapper .contact-form {
    margin-top: 50px;
  }

  .contact-wrapper .contact-form .form-note {
    font-size: 18px;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-control,
  .contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-toggle,
  .contact-wrapper .contact-form .form-main .form-group .bootstrap-select>.dropdown-menu,
  .contact-wrapper .contact-form .form-main .form-group select.custom-select {
    font-size: 18px;
  }

  .contact-wrapper .contact-form .form-main .form-group .bootstrap-select ul.dropdown-menu {
    font-size: 18px;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-label {
    width: 90px;
    margin-right: 25px;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-label .form-label-txt {
    font-size: 18px;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-field {
    display: flex;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-field .form-element {
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .contact-wrapper .contact-form.for-submit {
    padding: 18.215vh 25px 25vh;
  }

  .contact-wrapper .contact-form .form-main .form-row {
    display: flex;
    align-items: flex-start;
  }

  .contact-wrapper .contact-form .form-main .form-group {
    flex: 1;
  }

  .contact-wrapper .contact-form .form-main .form-group+.form-group {
    margin-left: 25px;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-field .form-element+.form-element {
    flex: auto;
    width: calc(50% + 45px);
    max-width: calc(50% + 45px);
    margin-left: 25px;
  }
}

@media (min-width: 1600px) {
  .contact-wrapper .contact-form {
    padding: 80px 120px;
  }

  .contact-wrapper .contact-form .form-main {
    margin-top: 80px;
  }

  .contact-wrapper .contact-form .form-buttons {
    margin-top: 90px;
  }
}

@media (max-width: 1599px) and (min-width: 768px) {
  .contact-wrapper .contact-form {
    padding: 50px;
  }

  .contact-wrapper .contact-form .form-main,
  .contact-wrapper .contact-form .form-buttons {
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .contact-wrapper .contact-form .form-group+.form-group {
    margin-top: 20px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .contact-wrapper .contact-form .form-group .form-field .form-element+.form-element {
    margin-left: 12px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper {
    padding-bottom: 50px;
  }

  .contact-wrapper .contact-form {
    margin-top: 50px;
  }

  .contact-wrapper .contact-form .form-group .form-label {
    width: 80px;
    margin-right: 20px;
  }

  .contact-wrapper .contact-form .form-group .form-field .form-element+.form-element {
    margin-top: 10px;
  }

  .contact-wrapper .contact-form .form-row.for-code .form-group .form-field {
    display: flex;
  }

  .contact-wrapper .contact-form .form-row.for-code .form-group .form-field .form-element+.form-element {
    margin-top: 0;
    margin-left: 10px;
  }

  .contact-wrapper .contact-form .form-row.for-code .form-group .form-field .form-element:not(.for-code-img) {
    flex-grow: 1;
  }

  .contact-wrapper .contact-form .form-row.for-code .form-group .form-field .form-element.for-code-img {
    flex-shrink: 0;
  }

  .contact-wrapper .contact-form .file-upload .txt {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .contact-wrapper .contact-form {
    margin-top: 35px;
    padding: 50px 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }

  .contact-wrapper .contact-form .form-main {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .contact-wrapper .contact-form .form-note {
    text-align: left;
  }

  .contact-wrapper .contact-form .submit-inner .icon {
    width: 100px;
    height: 100px;
  }

  .contact-wrapper .contact-form .submit-inner .icon img {
    width: 40px;
  }

  .contact-wrapper .contact-form .submit-inner .content .tt {
    font-size: 25px;
  }

  .contact-wrapper .contact-form .submit-inner .content .txt {
    margin-top: 20px;
    line-height: 1.5;
  }

  .contact-wrapper .contact-form .submit-inner .content .button {
    margin-top: 25px;
  }
}

@media (max-width: 479px) {
  .contact-wrapper {
    padding-bottom: 25px;
  }

  .contact-wrapper .contact-form {
    margin-top: 25px;
    padding: 25px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .contact-wrapper .contact-form.for-submit {
    padding: 35px 20px;
  }

  .contact-wrapper .contact-form .form-main {
    margin: 25px 0;
  }

  .contact-wrapper .contact-form .form-main .form-row+.form-row.for-policy {
    margin-top: 30px;
  }

  .contact-wrapper .contact-form .form-main .form-row.for-policy .form-group .form-label {
    display: none;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-label {
    margin-bottom: 10px;
  }

  .contact-wrapper .contact-form .form-main .form-group .form-field .form-element+.form-element {
    margin-top: 5px;
  }

  .contact-wrapper .contact-form .form-buttons ul li {
    flex: 1;
  }

  .contact-wrapper .contact-form .form-buttons ul li+li {
    margin-left: 10px;
  }

  .contact-wrapper .contact-form .form-buttons .btn {
    width: 100%;
    min-width: 100%;
  }

  .contact-wrapper .contact-form .submit-inner .icon {
    width: 75px;
    height: 75px;
  }

  .contact-wrapper .contact-form .submit-inner .icon img {
    width: 35px;
  }

  .contact-wrapper .contact-form .submit-inner .content .tt {
    font-size: 22px;
  }

  .contact-wrapper .contact-form .submit-inner .content .txt {
    margin-top: 15px;
  }

  .contact-wrapper .contact-form .submit-inner .content .button {
    margin-top: 25px;
  }

  .contact-wrapper .contact-form .submit-inner .content .button .btn {
    width: 150px;
    min-width: 150px;
  }
}

@media (max-width: 413px) {
  .contact-wrapper .contact-form {
    padding: 20px 15px;
  }

  .contact-wrapper .contact-form .form-main {
    margin: 20px 0;
  }
}

.receipt-wrapper {
  width: 750px;
  margin: 0 auto;
}

.receipt-wrapper.for-slip {
  width: 1025px;
}

@media screen {
  .receipt-wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .receipt-wrapper .fs_10 {
    transform: scale(0.83);
  }
}

@media print {
  .receipt-wrapper {
    margin-top: 1cm;
  }

  .receipt-wrapper .screen-area {
    display: none;
  }
}

.receipt-wrapper .print-area>div+div {
  margin-top: 20px;
}

.receipt-wrapper .receipt-info {
  display: flex;
  margin-top: 20px;
  border: 1px solid #000000;
}

.receipt-wrapper .receipt-info>div+div {
  border-left: 1px dotted #000000;
}

.receipt-wrapper .receipt-info .receipt-display {
  flex-shrink: 0;
  width: 5.5cm;
  padding: 0.45cm 0.4cm;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-head {
  text-align: center;
  line-height: 1.25;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-head>span {
  display: block;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-head .logo {
  margin-bottom: 0.15cm;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-head .logo img {
  display: inline-block;
  max-height: 1cm;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-head .company {
  font-size: 12px;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-head .tt {
  margin: 0.15cm 0;
  font-size: 23px;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-head .months,
.receipt-wrapper .receipt-info .receipt-display .receipt-display-head .number {
  font-family: 'Arial', 'Helvetica';
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-info {
  margin-top: 0.15cm;
  font-family: 'Arial', 'Helvetica';
  font-size: 12px;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-info td {
  padding: 0.025cm 0.1cm;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-barcode {
  margin-top: 0.2cm;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-barcode img {
  display: block;
  height: 0.4cm;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-qrcode {
  margin-top: 0.2cm;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-qrcode img {
  display: block;
  width: 1.95cm;
  height: 1.95cm;
}

.receipt-wrapper .receipt-info .receipt-display .receipt-display-qrcode .receipt-invalid {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5cm;
  margin-top: 0.45cm;
  color: #CF102D;
  font-size: 30px;
  font-weight: 500;
  border: 2.5px solid currentColor;
}

.receipt-wrapper .receipt-info .receipt-summary {
  flex-shrink: 0;
  width: 185px;
  padding: 25px 20px;
  font-size: 16px;
}

.receipt-wrapper .receipt-info .receipt-summary p {
  letter-spacing: 0.05em;
}

.receipt-wrapper .receipt-info .receipt-summary p+p {
  margin-top: 0.5em;
}

.receipt-wrapper .receipt-info .receipt-summary .title {
  text-align: center;
}

.receipt-wrapper .receipt-info .receipt-summary .title+p {
  margin-top: 20px;
}

.receipt-wrapper .receipt-info .receipt-summary .title span {
  display: block;
}

.receipt-wrapper .receipt-info .receipt-summary .title .tt {
  font-size: 21px;
  letter-spacing: 0.2em;
}

.receipt-wrapper .receipt-info .receipt-summary .title .txt {
  letter-spacing: 0.1em;
}

.receipt-wrapper .receipt-info .receipt-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 10px;
}

.receipt-wrapper .receipt-info .receipt-note p {
  width: 100%;
}

.receipt-wrapper .receipt-info .receipt-note p+p {
  margin-top: 0.5em;
}

.receipt-wrapper .receipt-detail .receipt-detail-table {
  width: 100%;
  border: 1px solid #000000;
  line-height: 1;
  table-layout: fixed;
}

.receipt-wrapper .receipt-detail .receipt-detail-table th:nth-child(1),
.receipt-wrapper .receipt-detail .receipt-detail-table td:nth-child(1) {
  padding-left: 30px;
  text-align: left;
}

.receipt-wrapper .receipt-detail .receipt-detail-table th:nth-child(2),
.receipt-wrapper .receipt-detail .receipt-detail-table th:nth-child(4),
.receipt-wrapper .receipt-detail .receipt-detail-table td:nth-child(2),
.receipt-wrapper .receipt-detail .receipt-detail-table td:nth-child(4) {
  text-align: right;
}

.receipt-wrapper .receipt-detail .receipt-detail-table th:nth-child(3),
.receipt-wrapper .receipt-detail .receipt-detail-table td:nth-child(3) {
  text-align: center;
  padding-right: 0;
}

.receipt-wrapper .receipt-detail .receipt-detail-table th:not(:nth-child(1)),
.receipt-wrapper .receipt-detail .receipt-detail-table td:not(:nth-child(1)) {
  width: 100px;
}

.receipt-wrapper .receipt-detail .receipt-detail-table th:last-child,
.receipt-wrapper .receipt-detail .receipt-detail-table td:last-child {
  padding-right: 30px;
}

.receipt-wrapper .receipt-detail .receipt-detail-table td {
  padding: 10px 20px;
}

.receipt-wrapper .receipt-detail .receipt-detail-table thead th {
  padding: 15px 20px;
  border-bottom: 1px solid #000000;
}

.receipt-wrapper .receipt-detail .receipt-detail-table tfoot td {
  padding: 15px 20px;
  border-top: 1px solid #000000;
  text-align: right !important;
}

.receipt-wrapper .receipt-foot {
  line-height: 1.73;
  color: #727272;
}

.receipt-wrapper .receipt-foot p {
  color: #727272 !important;
}

.receipt-wrapper .screen-area {
  margin-top: 40px;
  text-align: center;
}

.receipt-wrapper .screen-area .btn {
  width: 230px;
  height: 45px;
  margin: 0 4px;
  line-height: 1.15;
  padding: 0;
}

.receipt-wrapper .receipt-slip {
  border: 2px solid #E2E2E2;
  padding: 70px 70px 40px 70px;
}

@media print {
  .receipt-wrapper .receipt-slip {
    padding: 40px 70px;
  }
}

.receipt-wrapper .receipt-slip .slip-top {
  display: flex;
  justify-content: space-between;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left {
  width: 320px;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table {
  width: 100%;
  border: 2px solid #000000;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table td {
  padding: 3px 5px;
  border: 1px solid #000000;
  vertical-align: middle;
  height: 30px;
  line-height: 1.15;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table td.valign-top {
  vertical-align: top;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table td.no-padding {
  padding: 0 !important;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table td.for-tt {
  width: 75px;
  text-align: center;
  font-size: 10px;
  line-height: 1.15;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table td.for-ctx {
  width: 175px;
  font-size: 12px;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table td .tt {
  display: block;
  font-size: 10px;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table td .num-field {
  display: flex;
  height: 30px;
  font-size: 14px;
  text-align: center;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table td .num-field>li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-left .table td .num-field>li+li {
  border-left: 1px solid #000000;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-right {
  width: calc(100% - 320px);
  text-align: center;
  font-weight: 500;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-right .title {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-right .txt {
  margin-top: 35px;
  font-size: 16px;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-right .txt .num {
  display: inline-block;
  min-width: 1.5em;
  margin: 0 5px;
  font-weight: 600;
}

.receipt-wrapper .receipt-slip .slip-top .slip-top-right .txt .num.for-year {
  margin-left: 15px;
}

.receipt-wrapper .receipt-slip .slip-primary {
  position: relative;
  padding-right: 20px;
}

.receipt-wrapper .receipt-slip .slip-primary .content {
  width: calc(100% - 12px);
}

.receipt-wrapper .receipt-slip .slip-primary .side-txt {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 11px;
  letter-spacing: 0.15em;
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.receipt-wrapper .receipt-slip .slip-primary .table {
  width: 100%;
  border: 2px solid #000000;
  text-align: center;
  font-size: 12px;
}

.receipt-wrapper .receipt-slip .slip-primary .table .vlr {
  writing-mode: vertical-lr;
  white-space: nowrap;
}

.receipt-wrapper .receipt-slip .slip-primary .table tr.for-heading td {
  padding: 0;
  line-height: 1;
}

.receipt-wrapper .receipt-slip .slip-primary .table tr.for-detail td {
  padding: 2px 5px;
  height: 30px;
}

.receipt-wrapper .receipt-slip .slip-primary .table tr.for-detail td.pdname {
  font-family: '微軟正黑', "Microsoft JhengHei";
  font-weight: 900;
  letter-spacing: 0.03em;
  padding: 6px 7px;
}

.receipt-wrapper .receipt-slip .slip-primary .table tr.for-total td {
  height: 35px;
}

.receipt-wrapper .receipt-slip .slip-primary .table td {
  border: 1px solid #000000;
  vertical-align: middle;
  padding: 0;
}

.receipt-wrapper .receipt-slip .slip-primary .table .table-tt {
  letter-spacing: 0.03em;
  padding: 2px 0;
}

.receipt-wrapper .receipt-slip .slip-primary .table .table-tt-end {
  line-height: 1;
}

.receipt-wrapper .receipt-slip .slip-primary .note {
  margin-top: 15px;
  font-size: 11px;
}

.receipt-wrapper .receipt-slip .slip-foot {
  margin-top: 30px;
  padding: 0 20px;
}

.receipt-wrapper .receipt-slip .slip-foot>div {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.receipt-wrapper .receipt-slip .slip-foot .vat {
  margin-top: 25px;
}

.receipt-wrapper .receipt-slip .slip-foot .vat .fs_11 {
  letter-spacing: 0.175em;
}

.receipt-wrapper .receipt-slip .slip-foot .vat .num-field {
  display: flex;
  width: 220px;
  margin-left: 5px;
  border: 2px solid #000000;
}

.receipt-wrapper .receipt-slip .slip-foot .vat .num-field>li {
  flex: 1;
  height: 25px;
}

.receipt-wrapper .receipt-slip .slip-foot .vat .num-field>li+li {
  border-left: 1px solid #000000;
}

.nav-main {
  position: relative;
  margin-top: 40px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.nav-main:before,
.nav-main:after {
  content: '';
  width: 0;
  height: 1px;
  background: #E5E5E5;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  transition: width 1s ease-in-out 0.35s;
  margin: 0 auto;
}

.nav-main:before {
  top: 0;
}

.nav-main:after {
  bottom: 1.5px;
}

.nav-main.aos-animate:before,
.nav-main.aos-animate:after {
  width: 100%;
}

.nav-main .nav-main-inner {
  overflow-x: auto;
}

.nav-main .nav-main-inner ul {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.nav-main .nav-main-inner ul>li {
  padding: 0 25px;
}

.nav-main .nav-main-inner ul>li.current .links {
  color: #2469c9;
}

.nav-main .nav-main-inner ul>li.current .links:after {
  width: 100%;
}

.nav-main .nav-main-inner .links {
  padding: 25px 0;
  position: relative;
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}

.nav-main .nav-main-inner .links:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  background: #2469C9;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0 auto;
}

.nav-main .nav-main-inner .links:hover {
  color: #2469C9;
}

@media (max-width: 1199px) {
  .nav-main .nav-main-inner ul>li {
    padding: 0 15px;
  }

  .nav-main .nav-main-inner .links {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .nav-main .nav-main-inner ul>li {
    padding: 0 10px;
  }

  .nav-main .nav-main-inner .links {
    padding: 15px 0;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .nav-main .nav-main-inner .links {
    padding: 10px 0;
  }
}

.nav-main.sticky {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 0;
  background: #333;
}

.nav-main.sticky:before,
.nav-main.sticky:after {
  background: #333;
}

.nav-main.sticky .nav-main-inner ul>li.current .links {
  color: #fff;
}

.nav-main.sticky .nav-main-inner ul>li.current .links:after {
  background: #fff;
}

.nav-main.sticky .nav-main-inner .links {
  color: #fff;
}

.nav-main.sticky .nav-main-inner .links:hover {
  color: #2469C9;
}

@media (max-width: 767px) {
  .nav-main {
    margin-top: 25px;
  }
}

@media (max-width: 575px) {
  .nav-main.sticky {
    top: 55px;
  }
}

.faq-wrapper {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .faq-wrapper {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .faq-wrapper {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

.faq-wrapper .faq-head .fz-24 {
  font-size: 20px !important;
}

.faq-list {
  padding-top: 15px;
}

.faq-list .faq-item {
  margin-top: 20px;
}

.faq-list .faq-item .item-question {
  cursor: pointer;
  background: #f7f7f7;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 18px 40px 18px 0;
}

.faq-list .faq-item .item-question:after {
  content: '\e932';
  display: block;
  font-family: "fontello";
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 23px;
  right: 30px;
}

.faq-list .faq-item .item-question:hover {
  background: #E5E5E5;
}

.faq-list .faq-item .item-question .tit {
  width: 73px;
  line-height: 1em;
  text-align: center;
  position: relative;
  transition: color 0.3s ease-in-out;
  flex-shrink: 0;
}

.faq-list .faq-item .item-question .tit:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 20px;
  background: #DADADA;
}

.faq-list .faq-item .item-question .inner {
  padding: 0 25px;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .faq-list .faq-item .item-question {
    padding: 13px 25px 13px 0;
  }

  .faq-list .faq-item .item-question:after {
    top: 20px;
    font-size: 12px;
    right: 15px;
  }

  .faq-list .faq-item .item-question .tit {
    width: 50px;
    font-size: 20px !important;
  }

  .faq-list .faq-item .item-question .tit:after {
    height: 16px;
    top: 5px;
  }

  .faq-list .faq-item .item-question .inner {
    padding: 0 15px;
  }
}

.faq-list .faq-item .item-answer {
  padding: 40px 75px 60px 75px;
  display: none;
}

@media (max-width: 767px) {
  .faq-list .faq-item .item-answer {
    padding: 25px 50px 40px;
  }
}

@media (max-width: 575px) {
  .faq-list .faq-item .item-answer {
    padding: 20px 1.5rem 30px 1.5rem;
  }
}

.faq-list .faq-item.active .item-question {
  background: #2469C9;
}

.faq-list .faq-item.active .item-question:after {
  content: '\e933';
  color: #fff;
}

.faq-list .faq-item.active .item-question .tit {
  color: #fff;
}

.faq-list .faq-item.active .item-question .inner {
  color: #fff;
}

@media (max-width: 767px) {
  .faq-list {
    padding-top: 10px;
  }

  .faq-list .faq-item {
    margin-top: 10px;
  }
}

.faq-service {
  padding-top: 85px;
}

.faq-service .faq-service-box {
  border: 1px solid #2469C9;
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 40px 1.5rem 45px;
}

.faq-service .faq-service-box .customer-service {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.faq-service .faq-service-box .customer-service .icon {
  flex-shrink: 0;
}

.faq-service .faq-service-box .customer-service .bubble {
  padding-left: 25px;
}

.faq-service .faq-service-box .customer-service .bubble .bubble-inner {
  min-height: 70px;
  min-width: 200px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 70px;
  background: #2469C9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  padding: 10px 20px;
}

.faq-service .faq-service-box .customer-service .bubble .bubble-inner:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
  border-width: 3.5px 8px 3.5px 0;
  border-color: transparent #2469C9 transparent transparent;
  display: block;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-service .faq-service-box .customer-service .bubble .bubble-inner .link-txt {
  color: #fff;
  text-align: center;
}

.faq-service .faq-service-box .customer-service .bubble .bubble-inner:hover {
  transform: translateY(-5px);
}

@media (max-width: 991px) {
  .faq-service {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .faq-service {
    padding-top: 35px;
  }

  .faq-service .faq-service-box {
    padding: 1.5rem 1rem;
  }

  .faq-service .faq-service-box .customer-service {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .faq-service .faq-service-box .customer-service .bubble .bubble-inner {
    min-width: fit-content;
  }
}

.page-common-head .store-select {
  padding-top: 30px;
  padding-bottom: 35px;
}

.page-common-head .store-select .txt {
  max-width: 530px;
  margin: 0 auto;
}

.page-common-head .store-select .select-block {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  flex-wrap: wrap;
}

.page-common-head .store-select .select-block .custom-select-wrap {
  width: 220px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-common-head .store-select .select-block .custom-select-wrap .bootstrap-select>.dropdown-toggle {
  height: 40px;
  padding: 0 10px 0 15px;
}

@media (max-width: 767px) {
  .page-common-head .store-select .select-block .custom-select-wrap {
    width: calc(50% - 20px);
  }
}

@media (max-width: 479px) {
  .page-common-head .store-select .select-block .custom-select-wrap {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.store-wrapper {
  border-top: 1px solid #e5e5e5;
  padding-top: 45px;
  padding-bottom: 145px;
}

@media (max-width: 991px) {
  .store-wrapper {
    padding-top: 35px;
    padding-bottom: 100px;
  }
}

@media (max-width: 479px) {
  .store-wrapper {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

.store-nav {
  margin-top: 30px;
  position: relative;
}

.store-nav .store-navbtn {
  display: block;
  border: 1px solid #E1E1E1;
  padding: 6px 15px;
  position: relative;
  color: #333;
  width: calc(100% - 20px);
  text-align: left;
  margin: 0 auto;
}

.store-nav .store-navbtn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
  line-height: 1;
  margin-top: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  vertical-align: baseline;
}

@media (max-width: 479px) {
  .store-nav .store-navbtn {
    width: 100%;
  }
}

@media (min-width: 575px) {
  .store-nav .store-navbtn {
    display: none;
  }
}

.store-nav ul {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.store-nav ul>li {
  display: inline-block;
  padding: 0 7px 14px;
}

.store-nav ul>li.current a {
  background-color: #2469C9;
  color: #fff;
}

@media (max-width: 767px) {
  .store-nav ul>li {
    padding: 0 3px 10px;
  }
}

.store-nav ul .links {
  white-space: nowrap;
  display: block;
  font-size: 18px;
  border: 1px solid #2469C9;
  border-radius: 40px;
  padding: 5px 25px;
  min-width: 150px;
  background-color: #fff;
  text-align: center;
  font-family: 'LeelawUI';
  transition: all 0.3s ease-in-out;
}

.store-nav ul .links:hover {
  background-color: #2469C9;
  color: #fff;
}

@media (max-width: 767px) {
  .store-nav ul .links {
    padding: 8px 15px;
    min-width: 100px;
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .store-nav ul {
    border: 1px solid #e1e1e1;
    width: calc(100% - 20px);
    padding: 5px 0;
    background: #fff;
    z-index: 10;
    margin: 5px auto 0;
    display: none;
  }

  .store-nav ul>li {
    display: block;
    padding: 0;
  }

  .store-nav ul .links {
    width: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .store-nav ul {
    width: 100%;
  }
}

.store-list {
  margin-top: 50px;
  padding: 0 25px;
}

.store-list .store-item {
  padding: 15px 0;
}

.store-list .store-item .data-box {
  border: 1px solid #d9d9d9;
  padding: 25px 25px 35px;
}

@media (max-width: 575px) {
  .store-list .store-item .data-box {
    padding: 15px 15px 25px;
  }
}

.store-list .store-item .store-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0 20px 13px;
  flex-wrap: wrap;
}

.store-list .store-item .store-head .info {
  display: flex;
  flex-wrap: wrap;
}

.store-list .store-item .store-head .info .store-name {
  color: #333333;
  margin-right: 30px;
  align-items: center;
  padding-bottom: 5px;
}

.store-list .store-item .store-head .info .store-tag {
  font-family: 'LeelawUI';
  display: flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  padding-bottom: 5px;
}

.store-list .store-item .store-head .info .store-tag .icon-storetag {
  font-size: 15px;
  margin-right: 10px;
}

.store-list .store-item .store-head .info .store-tag .icon-storetag:before {
  margin: 0;
}

.store-list .store-item .store-head .info .store-tag:hover {
  color: #CF102D !important;
}

.store-list .store-item .store-head .map-btns {
  font-family: 'LeelawUI';
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  color: #333;
  flex-shrink: 0;
  padding-bottom: 5px;
}

.store-list .store-item .store-head .map-btns .icon-location {
  color: #515151;
  font-size: 20px;
  margin-right: 5px;
  transition: color 0.3s ease-in-out;
}

.store-list .store-item .store-head .map-btns .icon-location:before {
  margin: 0;
  line-height: 1;
}

.store-list .store-item .store-head .map-btns:after {
  content: '\e901';
  font-family: 'fontello';
  display: inline-block;
  font-size: 23px;
  color: #000;
  margin-left: 25px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.store-list .store-item .store-head .map-btns:hover {
  color: #2469C9;
}

.store-list .store-item .store-head .map-btns:hover .icon-location {
  color: #2469C9;
}

.store-list .store-item .store-head .map-btns:hover:after {
  color: #2469C9;
}

.store-list .store-item .store-head .map-btns.active:after {
  content: '\e900';
}

@media (max-width: 767px) {
  .store-list .store-item .store-head {
    padding: 10px 0 15px 13px;
    align-items: flex-start;
  }

  .store-list .store-item .store-head .info {
    flex-direction: column;
  }

  .store-list .store-item .store-head .info .store-name {
    margin-right: 15px;
  }

  .store-list .store-item .store-head .info .store-tag {
    margin-top: 10px;
  }

  .store-list .store-item .store-head .map-btns:after {
    margin-left: 5px;
  }
}

@media (max-width: 479px) {
  .store-list .store-item .store-head .info {
    width: 100%;
  }

  .store-list .store-item .store-head .map-btns:after {
    margin-left: 8px;
  }
}

.store-list .store-item .store-content {
  padding: 25px 20px 10px 13px;
}

.store-list .store-item .store-content .link-data>li a.links,
.store-list .store-item .store-content .link-data>li div.links {
  display: block;
  color: #333;
  position: relative;
  padding-left: 30px;
}

.store-list .store-item .store-content .link-data>li a.links span[class*=icon-],
.store-list .store-item .store-content .link-data>li div.links span[class*=icon-] {
  color: #2469C9;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.store-list .store-item .store-content .link-data>li a.links span[class*=icon-]:before,
.store-list .store-item .store-content .link-data>li div.links span[class*=icon-]:before {
  margin: 0;
}

.store-list .store-item .store-content .link-data>li a.links:hover,
.store-list .store-item .store-content .link-data>li div.links:hover {
  color: #2469C9;
}

.store-list .store-item .store-content .link-data>li div.links:hover {
  color: #333;
}

.store-list .store-item .store-content .link-data>li+li {
  margin-top: 5px;
}

.store-list .store-item .store-content .map-area {
  display: none;
  padding-top: 20px;
  padding-left: 5px;
}

.store-list .store-item .store-content .map-area .googlemap-rwd {
  border: 1px solid #ccc;
}

.store-list .store-item:nth-of-type(1) {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .store-list {
    padding: 0 10px;
    margin-top: 35px;
  }
}

@media (max-width: 479px) {
  .store-list {
    padding: 0;
  }
}

.newsBN {
  min-height: 500px;
}

.newsBN .imgFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsBN .content {
  display: flex;
  min-height: 500px;
}

.newsBN .newsBN-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.newsBN .newsBN-block .breadnav {
  padding-top: 30px;
}

.newsBN .newsBN-block .breadnav a {
  color: #fff;
}

.newsBN .newsBN-block .breadnav a:hover {
  color: #808080;
}

.newsBN .newsBN-block .breadnav li {
  color: #fff;
}

.newsBN .newsBN-block .newsBN-ps5logo {
  padding: 100px 0 25px;
}

@media (max-width: 991px) {
  .newsBN {
    min-height: 400px;
  }

  .newsBN .content {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .newsBN {
    min-height: auto;
  }

  .newsBN .content {
    min-height: auto;
  }

  .newsBN .newsBN-block .newsBN-ps5logo {
    padding: 70px 0 25px;
  }
}

@media (max-width: 479px) {
  .newsBN .newsBN-block {
    padding-top: 20px;
  }

  .newsBN .newsBN-block .newsBN-ps5logo {
    padding: 50px 0 25px;
  }
}

.news-wrapper {
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .news-wrapper {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .news-wrapper {
    padding-bottom: 50px;
  }
}

.news-nav {
  margin-top: 0;
}

.news-nav:before {
  display: none;
}

.news-nav.active:after {
  width: 100%;
}

.news-nav .container {
  position: relative;
}

.news-nav .nav-main-inner {
  margin-right: 200px;
  margin-left: 200px;
}

.news-nav .nav-main-inner ul>li {
  padding: 0 35px;
}

.news-nav .nav-main-inner .links {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 1500px) {
  .news-nav .nav-main-inner ul>li {
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .news-nav .nav-main-inner {
    width: calc(100% - 235px);
    margin-left: 15px;
  }

  .news-nav .nav-main-inner ul {
    margin: 0;
  }
}

.news-nav .custom-select-wrap {
  width: 220px;
}

@media (min-width: 992px) {
  .news-nav .custom-select-wrap {
    position: absolute;
    right: 0;
    top: 15px;
  }
}

.news-nav .custom-select-wrap .bootstrap-select>.dropdown-toggle {
  height: 40px;
  padding: 0 10px 0 15px;
}

@media (max-width: 991px) {
  .news-nav .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 1.5rem;
  }

  .news-nav .nav-main-inner {
    margin-right: 0;
  }

  .news-nav .nav-main-inner ul>li {
    padding: 0 10px;
  }

  .news-nav .nav-main-inner .links {
    padding-left: 0;
    padding-right: 0;
  }

  .news-nav .custom-select-wrap {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .news-nav:after {
    display: none;
  }

  .news-nav .container {
    display: block;
    padding-left: 1.5rem;
  }

  .news-nav .nav-main-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .news-nav .nav-main-inner ul {
    margin: 0 auto;
  }

  .news-nav .nav-main-inner:after {
    content: '';
    width: 0;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    left: 0;
    right: 0;
    display: block !important;
    transition: width 1s ease-in-out 0.35s;
    margin: 0 auto;
    transform: translateY(-1.5px);
  }

  .news-nav.active .nav-main-inner:after {
    width: 100%;
  }

  .news-nav .custom-select-wrap {
    margin: 20px 0 0;
    width: 100%;
  }
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 15px;
  width: calc(100% + 10px);
  margin: 0 -9px;
}

.news-list .news-item {
  width: 25%;
  padding: 0 13px 70px;
}

.news-list .news-item .news-link {
  display: block;
}

.news-list .news-item .news-link .news-pic {
  max-height: 180px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.news-list .news-item .news-link .news-pic img {
  display: block;
  max-width: initial;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-list .news-item .news-link .news-pic:before {
  content: '';
  display: block;
  padding-bottom: 55%;
}

.news-list .news-item .news-link .news-info {
  padding: 15px 25px 0 15px;
  display: block;
}

.news-list .news-item .news-link .news-info .news-tit {
  font-size: 22px;
  display: block;
  transition: color 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
  max-height: 60px;
}

@media (max-width: 767px) {
  .news-list .news-item .news-link .news-info .news-tit {
    font-size: 20px;
    line-height: 23px;
    height: 46px;
    max-height: 46px;
  }
}

@media (max-width: 479px) {
  .news-list .news-item .news-link .news-info .news-tit {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    max-height: 44px;
  }
}

.news-list .news-item .news-link .news-info .script {
  margin-top: 5px;
  display: block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  max-height: 48px;
}

.news-list .news-item .news-link .news-info .date {
  display: block;
  color: #808080;
  margin-top: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .news-list .news-item .news-link .news-info .date {
    margin-top: 10px;
  }
}

.news-list .news-item .news-link .news-info .readmore-btns {
  display: none;
}

@media (max-width: 767px) {
  .news-list .news-item .news-link .news-info {
    padding: 15px 10px 0;
  }
}

@media (max-width: 479px) {
  .news-list .news-item .news-link .news-info {
    padding: 15px 5px 0;
  }
}

.news-list .news-item .news-link:hover .news-info .news-tit {
  color: #2469C9;
}

.news-list .news-item.first {
  display: flex;
  width: 100%;
}

.news-list .news-item.first .news-link {
  width: 100%;
  display: flex;
  align-items: center;
}

.news-list .news-item.first .news-link .news-pic {
  border: 1px solid #f6f6f6;
  max-height: 330px;
  width: 43.65%;
  max-width: 600px;
}

.news-list .news-item.first .news-link .news-pic:before {
  padding-bottom: 330px;
}

.news-list .news-item.first .news-link .news-info {
  width: 56.35%;
  padding: 25px 60px;
}

.news-list .news-item.first .news-link .news-info .news-tit {
  font-size: 30px;
  line-height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: auto;
  max-height: 156px;
}

.news-list .news-item.first .news-link .news-info .script {
  display: none;
}

.news-list .news-item.first .news-link .news-info .date {
  color: #2469C9;
  margin-top: 30px;
  font-weight: normal;
}

.news-list .news-item.first .news-link .news-info .readmore-btns {
  display: inline-block;
  min-width: 150px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #2469C9;
  margin-top: 15px;
  transition: background-color 0.3s ease-in-out;
}

.news-list .news-item.first .news-link .news-info .readmore-btns:hover {
  background: #1D54A1;
}

@media (max-width: 1399px) {
  .news-list .news-item.first .news-link .news-info {
    padding: 25px 25px 25px 60px;
  }
}

@media (max-width: 1199px) {
  .news-list .news-item.first .news-link .news-pic {
    width: 50%;
  }

  .news-list .news-item.first .news-link .news-info {
    width: 50%;
    padding: 25px 0 25px 40px;
  }
}

@media (max-width: 991px) {
  .news-list .news-item.first .news-link .news-info .news-tit {
    font-size: 26px;
    line-height: 33px;
    max-height: 132px;
  }
}

@media (max-width: 767px) {
  .news-list .news-item.first .news-link .news-pic:before {
    padding-bottom: 250px;
  }

  .news-list .news-item.first .news-link .news-info .news-tit {
    font-size: 22px;
    line-height: 29px;
    max-height: 87px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 575px) {
  .news-list .news-item.first .news-link .news-info {
    padding: 15px 0 15px 20px;
  }

  .news-list .news-item.first .news-link .news-info .date {
    margin-top: 15px;
  }

  .news-list .news-item.first .news-link .news-info .readmore-btns {
    min-width: 120px;
    height: 35px;
    line-height: 35px;
  }
}

@media (max-width: 479px) {
  .news-list .news-item.first .news-link {
    flex-direction: column;
  }

  .news-list .news-item.first .news-link .news-pic {
    width: 100%;
  }

  .news-list .news-item.first .news-link .news-pic:before {
    padding-bottom: 55%;
  }

  .news-list .news-item.first .news-link .news-info {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media (max-width: 1199px) {
  .news-list .news-item {
    width: calc(100% / 3);
    padding: 0 10px 60px;
  }
}

@media (max-width: 767px) {
  .news-list {
    padding-top: 40px;
  }

  .news-list .news-item {
    padding: 0 8px 50px;
  }
}

@media (max-width: 575px) {
  .news-list {
    padding-top: 30px;
    width: 100%;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0;
  }

  .news-list .news-item {
    width: 50%;
    padding: 0 8px 35px;
  }
}

.new-page-head {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 75px;
}

@media (max-width: 575px) {
  .new-page-head .bigTit {
    text-align: center;
  }
}

.new-page-head:after {
  content: '';
  width: 0;
  display: block;
  height: 1px;
  background: #E5E5E5;
  transition: width 0.8s ease-in-out 0.2s;
  margin: 5px auto 0;
}

.new-page-head .head-content {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new-page-head .head-content .info {
  display: flex;
  align-items: center;
}

.new-page-head .head-content .info .date {
  margin-right: 55px;
}

.new-page-head .head-content .info .view-count {
  color: #A5A6A8;
  display: inline-flex;
  align-items: center;
}

.new-page-head .head-content .info .view-count .icon-view {
  color: #989898;
  font-size: 25px;
  margin-right: 10px;
}

.new-page-head .head-content .share-group {
  display: flex;
}

.new-page-head .head-content .share-group li {
  display: block;
}

.new-page-head .head-content .share-group li .share-links {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d9d9d9;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: background-color 0.3s ease-in-out;
}

.new-page-head .head-content .share-group li .share-links:hover {
  background-color: #333;
}

.new-page-head .head-content .share-group li .share-links .icon {
  line-height: 1;
}

.new-page-head .head-content .share-group li .share-links .icon:before {
  margin: 0;
}

.new-page-head .head-content .share-group li .share-links.facebook {
  font-size: 18px;
}

.new-page-head .head-content .share-group li .share-links.facebook:hover {
  background-color: #45629E;
}

.new-page-head .head-content .share-group li .share-links.line:hover {
  background-color: #39CD00;
}

@media (max-width: 575px) {
  .new-page-head .head-content .share-group li .share-links {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.new-page-head .head-content .share-group li+li {
  padding-left: 10px;
}

@media (max-width: 575px) {
  .new-page-head .head-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .new-page-head .head-content .info {
    justify-content: center;
    width: 100%;
  }

  .new-page-head .head-content .info .date {
    margin-right: 25px;
  }

  .new-page-head .head-content .share-group {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}

.new-page-head.aos-animate:after {
  width: 100%;
}

@media (max-width: 767px) {
  .new-page-head {
    padding-top: 45px;
  }
}

@media (max-width: 479px) {
  .new-page-head {
    padding-top: 35px;
  }
}

.new-page-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 75px 0;
}

@media (max-width: 767px) {
  .new-page-wrapper {
    padding: 35px 0 40px 0;
  }
}

.news-control {
  padding: 50px 0 70px 0;
}

.news-control .content {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  max-width: 1265px;
  margin: 0 auto;
}

.news-control .content .item {
  max-width: 630px;
  width: calc(50% - 50px);
}

.news-control .content .item a {
  color: #000;
}

.news-control .content .item a span {
  display: block;
}

.news-control .content .item a .icon {
  color: #808080;
  transition: color 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.news-control .content .item a .icon span[class*=icon-tri-] {
  display: inline;
}

.news-control .content .item a .icon span[class*=icon-tri-]:before {
  margin: 0;
}

.news-control .content .item a .textbox {
  width: 100%;
  padding-top: 10px;
}

.news-control .content .item a .textbox .tit {
  transition: color 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-control .content .item a:hover .icon {
  color: #2469C9;
}

.news-control .content .item a:hover .textbox .tit {
  color: #2469C9;
}

.news-control .content .item.prev a .icon span {
  margin-right: 20px;
}

.news-control .content .item.next a {
  text-align: right;
}

.news-control .content .item.next a .icon {
  justify-content: flex-end;
}

.news-control .content .item.next a .icon span {
  margin-left: 20px;
}

.news-control .content .item.next a .textbox {
  text-align: right;
}

.news-control .content .menu {
  width: 100px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-control .content .menu a {
  display: block;
  color: #333;
  text-align: center;
}

.news-control .content .menu a .icon-grid {
  color: #2469C9;
  font-size: 24px;
  margin-bottom: 12px;
}

.news-control .content .menu a .icon-grid:before {
  margin: 0;
}

.news-control .content .menu a:hover {
  color: #2469C9;
}

@media (max-width: 575px) {
  .news-control {
    padding: 35px 0 50px 0;
  }

  .news-control .content .item {
    width: calc(50% - 25px);
  }

  .news-control .content .item a .textbox {
    display: none;
  }

  .news-control .content .item.prev a .icon span {
    margin-right: 10px;
  }

  .news-control .content .item.next a .icon span {
    margin-left: 10px;
  }

  .news-control .content .menu {
    width: 50px;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    padding: 0;
  }
}

.offline-wrapper {
  width: 100%;
  padding: 60px;
  display: flex;
  height: 100%;
}

.offline-wrapper .offline-content {
  border: 6px solid rgba(98, 188, 219, 0.2);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 3rem;
  height: auto;
  min-height: calc(100vh - 120px);
  width: 100%;
}

.offline-wrapper .offline-content .offline-logo {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.offline-wrapper .offline-content .offline-logo img {
  max-width: 185px;
}

@media (max-width: 479px) {
  .offline-wrapper .offline-content .offline-logo img {
    max-width: 150px;
  }
}

.offline-wrapper .offline-content .page404-logo {
  max-width: 1180px;
  margin-top: 32px;
}

.offline-wrapper .offline-content .zoom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
}

.offline-wrapper .offline-content .zoom .offline-info {
  padding: 25px 40px;
  max-width: 555px;
  width: 50.8%;
}

.offline-wrapper .offline-content .zoom .offline-info .offline-tit {
  font-size: 90px;
}

@media (max-width: 1399px) {
  .offline-wrapper .offline-content .zoom .offline-info .offline-tit {
    font-size: 75px;
  }
}

@media (max-width: 1199px) {
  .offline-wrapper .offline-content .zoom .offline-info .offline-tit {
    font-size: 65px;
  }
}

@media (max-width: 991px) {
  .offline-wrapper .offline-content .zoom .offline-info .offline-tit {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .offline-wrapper .offline-content .zoom .offline-info .offline-tit {
    font-size: 40px;
  }
}

@media (max-width: 479px) {
  .offline-wrapper .offline-content .zoom .offline-info .offline-tit {
    font-size: 30px;
  }
}

.offline-wrapper .offline-content .zoom .offline-info .offline-txt {
  color: #333;
  margin-top: 20px;
  line-height: 1.2;
  font-size: 30px;
}

@media (max-width: 767px) {
  .offline-wrapper .offline-content .zoom .offline-info .offline-txt {
    font-size: 22px;
  }
}

.offline-wrapper .offline-content .zoom .offline-img {
  width: 49.2%;
}

.offline-wrapper .offline-content .page404-zoom {
  max-width: 1100px;
  margin-top: 30px;
  align-items: flex-start;
}

.offline-wrapper .offline-content .page404-zoom .page404-img {
  margin-top: 10px;
}

.offline-wrapper .offline-content .page404-zoom .page404-info {
  padding-left: 50px;
}

.offline-wrapper .offline-content .page404-zoom .page404-info .tit {
  color: #333;
  margin-top: 30px;
}

.offline-wrapper .offline-content .page404-zoom .page404-info .txt {
  line-height: 1.35;
}

.offline-wrapper .offline-content .page404-zoom .page404-info .back-btns {
  background: #1B7FBE;
  height: 60px;
  border-radius: 60px;
  color: #fff;
  margin-top: 40px;
  margin-left: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
}

.offline-wrapper .offline-content .page404-zoom .page404-info .back-btns:hover {
  background: #2469C9;
}

@media (max-width: 1199px) {
  .offline-wrapper .offline-content .zoom .offline-info {
    padding: 25px 40px 25px 0;
  }

  .offline-wrapper .offline-content .page404-zoom .page404-info .tit-img {
    max-width: 75%;
  }
}

@media (max-width: 1025px) {
  .offline-wrapper {
    padding: 40px;
  }

  .offline-wrapper .offline-content {
    padding: 2rem;
    min-height: calc(100vh - 80px);
  }

  .offline-wrapper .offline-content .offline-logo {
    text-align: center;
  }

  .offline-wrapper .offline-content .offline-logo img {
    margin: 0 auto;
  }

  .offline-wrapper .offline-content .page404-logo {
    margin-top: 0;
  }

  .offline-wrapper .offline-content .zoom {
    flex-direction: column;
    align-items: center;
  }

  .offline-wrapper .offline-content .zoom .offline-info {
    width: 100%;
    max-width: 475px;
    padding: 50px 0 70px;
    text-align: center;
  }

  .offline-wrapper .offline-content .zoom .offline-img {
    width: 80%;
  }

  .offline-wrapper .offline-content .page404-zoom .page404-img {
    order: 2;
    margin-top: 55px;
    max-width: 400px;
  }

  .offline-wrapper .offline-content .page404-zoom .page404-info {
    order: 1;
    margin-top: 35px;
    padding-left: 0;
    text-align: center;
  }

  .offline-wrapper .offline-content .page404-zoom .page404-info .tit-img {
    margin: 0 auto;
    max-width: 50%;
  }

  .offline-wrapper .offline-content .page404-zoom .page404-info .txt {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .offline-wrapper .offline-content .page404-zoom .page404-info .back-btns {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .offline-wrapper {
    padding: 1.5rem;
  }

  .offline-wrapper .offline-content {
    padding: 3rem 1.5rem;
    min-height: calc(100vh - 4.5rem);
  }

  .offline-wrapper .offline-content .zoom .offline-info {
    max-width: 390px;
    padding: 35px 0 45px;
  }

  .offline-wrapper .offline-content .zoom .offline-img {
    width: 90%;
  }

  .offline-wrapper .offline-content .page404-zoom {
    margin-top: 0;
  }

  .offline-wrapper .offline-content .page404-zoom .back-btns {
    height: 45px;
    margin-top: 30px;
  }
}

.doc-wrapper {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0 200px;
}

@media (max-width: 991px) {
  .doc-wrapper {
    padding: 6s0px 0 120px;
  }
}

@media (max-width: 767px) {
  .doc-wrapper {
    padding: 40px 0 80px;
  }
}

@media (max-width: 479px) {
  .doc-wrapper {
    padding: 30px 0 50px;
  }
}

.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 0 auto;
  padding-bottom: 185px;
}

.sitemap-list .sitemap-item {
  width: calc(100% / 3);
  padding: 80px 50px 0;
}

.sitemap-list .sitemap-item .item-tit {
  border-bottom: 1px solid #bfbfbf;
  padding: 0 15px 15px;
}

.sitemap-list .sitemap-item .item-tit .tit {
  display: block;
  color: #000;
}

.sitemap-list .sitemap-item .item-tit .tit .icon {
  color: #525252;
  transition: color 0.3s ease-in-out;
  font-size: 24px;
}

.sitemap-list .sitemap-item .item-tit .tit .icon:before {
  margin: 0;
}

.sitemap-list .sitemap-item .item-tit .tit .inner {
  color: #000;
  padding-left: 12px;
}

.sitemap-list .sitemap-item:hover .item-tit .tit .icon {
  color: #2469C9;
}

.sitemap-list .sitemap-item .item-list {
  padding: 25px 20px 0;
}

.sitemap-list .sitemap-item .item-list>li+li {
  margin-top: 10px;
}

.sitemap-list .sitemap-item .item-list .item-link {
  color: #333;
  position: relative;
  padding-left: 20px;
  display: block;
}

.sitemap-list .sitemap-item .item-list .item-link:before {
  content: '-';
  position: absolute;
  display: block;
  top: 0;
  left: 5px;
  width: 16px;
}

.sitemap-list .sitemap-item .item-list .item-link:hover {
  color: #2469C9;
}

@media (max-width: 1199px) {
  .sitemap-list .sitemap-item {
    padding: 60px 25px 0;
  }
}

@media (max-width: 991px) {
  .sitemap-list {
    padding-bottom: 130px;
  }

  .sitemap-list .sitemap-item {
    padding: 60px 20px 0;
  }

  .sitemap-list .sitemap-item .item-list {
    padding: 20px 10px 0;
  }
}

@media (max-width: 767px) {
  .sitemap-list {
    padding-bottom: 80px;
  }

  .sitemap-list .sitemap-item {
    width: 50%;
    padding: 50px 20px 0;
  }
}

@media (max-width: 575px) {
  .sitemap-list {
    padding-top: 25px;
  }

  .sitemap-list .sitemap-item {
    width: 100%;
    padding: 40px 10px 0;
  }
}

@media (max-width: 479px) {
  .sitemap-list .sitemap-item {
    padding: 30px 0 0;
  }
}

.aboutBN {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 800px;
}

.aboutBN .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.aboutBN .bg img {
  object-fit: cover;
  height: 100%;
}

.aboutBN .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.aboutBN .about-bn-tit {
  font-size: 72px;
}

@media (max-width: 1199px) {
  .aboutBN {
    min-height: 600px;
  }

  .aboutBN .about-bn-tit {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .aboutBN {
    min-height: 450px;
  }

  .aboutBN .about-bn-tit {
    font-size: 54px;
  }
}

@media (max-width: 479px) {
  .aboutBN {
    min-height: 350px;
  }

  .aboutBN .about-bn-tit {
    font-size: 48px;
  }
}

.about-ps5-handle {
  position: relative;
  margin-top: -11.5%;
}

.about-video {
  position: relative;
  padding: 50px 0 60px 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center center;
}

.about-video .video-content {
  position: relative;
  padding-top: 95px;
  padding-bottom: 135px;
}

.about-video .video-content .iframe-wrapper {
  border-radius: 28px;
  overflow: hidden;
  margin-top: 50px;
}

.about-video .video-tit {
  font-size: 64px;
}

@media (max-width: 1199px) {
  .about-video .video-tit {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .about-video .video-tit {
    font-size: 48px;
  }
}

@media (max-width: 479px) {
  .about-video .video-tit {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .about-video .video-content {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-video .video-content {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media (max-width: 479px) {
  .about-video {
    padding: 25px 0;
  }

  .about-video .video-content {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .about-video .video-content .iframe-wrapper {
    margin-top: 25px;
  }
}

.about-action {
  padding-top: 75px;
  padding-bottom: 160px;
  text-align: center;
}

.about-action .active-btn {
  background-color: #2469C9;
  color: #fff;
  border-radius: 50px;
  margin-top: 35px;
  transition: background-color 0.3s ease-in-out;
}

.about-action .active-btn:hover {
  background: #3077DA;
}

@media (max-width: 479px) {
  .about-action .fz-48 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .about-action {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .about-action {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .about-action .active-btn {
    margin-top: 20px;
    padding: 0 30px;
  }

  .about-action .active-btn.w200 {
    min-width: auto;
  }
}

@media (max-width: 479px) {
  .about-action {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.text-gray8e {
  color: #8e8e8e;
}

/*# sourceMappingURL=style.css.map */


/* 2024/04/16加簽 */
.bulkpurBN {
  overflow: hidden;
  word-break: break-word;
  min-height: 600px;
}

.newsBN .imgFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsBN .content {
  display: flex;
  min-height: 600px;
}

.newsBN .newsBN-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 58px;
}

.newsBN .newsBN-block .breadnav {
  padding-top: 110px;
}

.newsBN .newsBN-block .breadnav a {
  color: #fff;
}

.newsBN .newsBN-block .breadnav a:hover {
  color: #808080;
}

.newsBN .newsBN-block .breadnav li {
  color: #fff;
}

.newsBN .newsBN-block .newsBN-ps5logo {
  text-align: center;
  padding: 56px 0 4px;
}

.newsBN .newsBN-block .newsBN-ps5logo .text{
  font-size: 48px;
}

.newsBN .newsBN-block .newsBN-inner {
  text-align: center;
}

.newsBN .newsBN-block .newsBN-inner .title{
  font-size: 32px;
  margin: 0 0 88px;
}

.newsBN .newsBN-block .newsBN-inner .text{
  font-size: 20px;
}

@media (max-width: 991px) {
  .newsBN {
    min-height: 400px;
  }

  .newsBN .content {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .newsBN {
    min-height: auto;
  }

  .newsBN .content {
    min-height: auto;
  }

  .newsBN .newsBN-block .newsBN-ps5logo {
    padding: 56px 0 0;
  }
}

@media (max-width: 479px) {
  .newsBN .newsBN-block {
    padding-top: 20px;
  }

  .newsBN .newsBN-block .newsBN-ps5logo {
    padding: 56px 0 0;
  }
}

.bulkpur-banner-tab-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto 0 0;
}

@media (max-width: 991px){
  .bulkpur-banner-tab-box{
    display: none;
  }
}

.bulkpur-banner-tab{
  background:white;
  color:#2469C9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  border-radius: 999rem;
  padding: 10px;
  width: 244px;
  min-height: 60px;
  max-width: calc((100% - 30px)/4);
}

.bulkpur-banner-tab:not(:last-child){
  margin: 0 10px 0 0;
}

.bulkpur-banner-tab.active{
  background:#2469C9 !important;
  color:white !important;
}

@media (min-width: 992px){
  .bulkpur-banner-tab:hover{
    background:#2469C9 !important;
    color:white !important;
  }
}

@media (min-width: 1600px){
  .bulkpur-container{
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 94px;
  }
}

@media (max-width: 991px){
  .bulkpur-container{
    padding: 0 16px;
  }
}

.bulkpur-block{
  padding-top: 44px;
}

.bulkpur-block:not(:last-child){
  border-bottom: 1px solid #DADADA;
}

.bulkpur-block.requirement{
  padding-bottom: 78px;
}
.bulkpur-block.process{
  padding-bottom: 91px;
}
.bulkpur-block.notice{
  padding-bottom: 111px;
}
.bulkpur-block.service .bulkpur-common-description{
  font-size: 20px;
  margin: 0 0 3px;
}

.bulkpur-block.service .bulkpur-common-title{
  margin: 0 0 12px;
}

.bulkpur-common-title{
  font-size: 24px;
  margin: 0 0 27px;
}

.bulkpur-common-title:not(.spe){
  font-weight: 700;
}

.bulkpur-common-title.spe{
  color: #2469C9;
  padding-top: 17px;
}

.bulkpur-common-description{
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.bulkpur-block-list-box{
  list-style: none;
  padding: 0;
  margin: 0;
}

ol.bulkpur-block-list-box:not(.color){
  text-indent: -14px;
  padding-left: 14px;
}

.bulkpur-block-list-box.circle{
  padding: 0 0 0 11px;
}

.bulkpur-block-list-box.circle .bulkpur-block-list{
  position: relative;
  padding: 0 0 0 13px;
  line-height: 22px;
}

.bulkpur-block-list-box.circle .bulkpur-block-list::after{
  content: '';
  background: black;
  border-radius: 999rem;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  aspect-ratio: 1/1;
}

.bulkpur-block-list{
  font-weight: 500;
}

.bulkpur-block-list-box.color{
  margin: 24px 0 0;
}

.bulkpur-block-list-box.color .bulkpur-block-list{
  color: #2469C9;
  border-bottom: 1px solid #2469C9;
  font-size: 18px;
  padding: 14px 12px;
}

.bulkpur-block-list-box.color .bulkpur-block-list:nth-child(2){
  padding: 16px 12px;
}

@media (min-width: 992px){
  .bulkpur-block-process{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

.bulkpur-block-img img{
  display: block;
  width: 100%;
  height: auto;
}


@media (min-width: 992px){
  .bulkpur-block-img{
    width: 790px;
    margin: 0 92px 0 0;
  }

  .bulkpur-block-process-link{
    flex-shrink: 0;
  }
}

.bulkpur-block-process-link{
  border-radius: 55px;
  background: #2469C9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 180px;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 27px;
}
@media (min-width: 1200px){
  .bulkpur-block-process-link{
    width: 200px;
    border-radius: 60px;
  }
  .bulkpur-block-process-link:hover .img{
    transform: translateY(-10px);
  }
}
@media (max-width: 991px){
  .bulkpur-block-img{
    max-width: 790px;
    margin: 0 auto 70px;
  }

  .bulkpur-block-process-link{
    margin: 0 auto;
  }
}
@media (max-width: 575px){
  .bulkpur-block-img{
    max-width: 250px;
  }
}
.bulkpur-block-process-link::after{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 60px;
  background: #2058A6;
  width: 90%;
  aspect-ratio: 1/1;
  filter: blur(25px);
}
.bulkpur-block-process-link .text{
  font-size: 24px;
  font-weight: 500;
  color: white;
  margin: 0 0 14px;
}
.bulkpur-block-process-link .img{
  width: 41px;
  transition: all .3s ease-in-out;
}
.bulkpur-block-process-link .img img{
  display: block;
  width: 100%;
  height: auto;
}

.bulkpur-contact-wrapper .contact-wrapper{
  padding-bottom: 14px;
}

.bulkpur-contact-fore{
  padding: 56px 20px;
}

.bulkpur-contact-wrapper .bulkpur-block-list{
  font-size: 18px;
}

.bulkpur-contact-fore .bulkpur-block-list:not(:last-child){
  margin: 0 0 5px;
}

.bulkpur-contact-fore .bulkpur-block-list-box{
  margin: 12px 0 13px;
}

@media (min-width: 768px){
  .bulkpur-contact-fore{
    padding: 74px 50px 56px;
  }
}

@media (min-width: 1300px){
  .bulkpur-contact-fore{
    padding: 74px 113px 56px;
    width: 1103px;
  }
}

.bulkpur-contact-wrapper .contact-form{
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.20);
}

.bulkpur-contact-wrapper .contact-form .form-main{
  margin: 0;
}

@media (min-width: 1200px){
  .bulkpur-contact-wrapper .contact-form .form-main .form-group .form-label {
    width: 177px;
    margin-right: 32px;
  }

  .bulkpur-contact-wrapper .contact-form .form-main .form-group .form-label.short {
    width: 95px;
    margin-right: 20px;
  }

  .bulkpur-contact-wrapper .form-field.address .form-element,.bulkpur-contact-wrapper .form-field.address .form-element+.form-element,.bulkpur-contact-wrapper .form-field.product .form-element,.bulkpur-contact-wrapper .form-field.product .form-element+.form-element{
    flex: unset !important;
  }

  .bulkpur-contact-wrapper .form-field.address .form-element+.form-element{
    margin: 0 0 0 15px !important;
  }
  .bulkpur-contact-wrapper .form-field.product .form-element+.form-element{
    margin: 0 0 0 12px !important;
  }
}

@media (min-width: 1200px){
  .bulkpur-contact-wrapper .form-element.address-sel{
    width: 25% !important;
    max-width: 210px !important;
  }
  .bulkpur-contact-wrapper .form-element.address-last{
    width: 47.6% !important;
    max-width: 500px !important;
  }
  .bulkpur-contact-wrapper .form-element.product-ipt{
    width: 60.78% !important;
    max-width: 578px !important;
  }
  .bulkpur-contact-wrapper .form-element.product-num{
    width: 21.56% !important;
    max-width: 205px !important;
  }
  .bulkpur-contact-wrapper .form-element.product-btn{
    width: 143px !important;
    max-width: 143px !important;
  }
}

@media (max-width: 1199px){
  .bulkpur-contact-wrapper .contact-form .form-group+.form-group{
    margin-top: 8px;
  }
}
@media (min-width: 992px){
  .bulkpur-contact-wrapper .form-element.product-btn{
    width: 143px !important;
    max-width: 143px !important;
  }

  .bulkpur-contact-wrapper .contact-form .form-main .form-row.product .form-label{
    margin-bottom: 0;
  }
}

@media (min-width: 1300px){
  .bulkpur-contact-wrapper .form-element.address-sel{
    width: 22.5% !important;
  }
  .bulkpur-contact-wrapper .form-element.address-last{
    width: 52.6% !important;
  }
}

@media (max-width: 1199px){
  .bulkpur-contact-wrapper .form-field.address{
    display: block !important;
  }

  .bulkpur-contact-wrapper .form-field.address .form-element+.form-element{
    margin: 16px 0 0 !important;
  }
}

@media (max-width: 991px){
  .bulkpur-contact-wrapper .contact-form .form-row.product .form-group .form-field .form-element+.form-element {
    margin-top: 16px;
  }
  .bulkpur-contact-wrapper .contact-form .form-row.product .form-group .form-field .form-element+.form-element.product-btn.empty{
    margin-top: 0;
  }
}

.bulkpur-contact-wrapper .contact-form .form-main .form-row+.form-row{
  margin-top: 7px !important;
}

@media (min-width: 1200px){
  .bulkpur-contact-wrapper .contact-form .form-main .form-row.product{
    margin-bottom: 15px !important;
  }
}

@media (max-width: 1199px){
  .bulkpur-contact-wrapper .contact-form .form-main .form-row+.form-row{
    margin-top: 8px !important;
  }

  .bulkpur-contact-wrapper .contact-form .form-main .form-row.product,.bulkpur-contact-wrapper .contact-form .form-main .form-row.memo{
    margin-top: 16px !important;
  }
}

.bulkpur-contact-wrapper .contact-form .form-main .form-row.captcha{
  margin-top: 15px !important;
}

.bulkpur-contact-wrapper .dropdown-menu{
  width: 100%;
}

.bulkpur-contact-wrapper .dropdown-item{
  white-space: normal;
}

.bulkpur-contact-wrapper .filter-option-inner-inner{
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}

.bulkpur-contact-wrapper .custom-select-wrap.triangle-select .bootstrap-select>.dropdown-toggle::after{
  border-width: 8px 4px 0 4px;
}

.bulkpur-contact-wrapper .custom-select-wrap.triangle-select .bootstrap-select>.dropdown-toggle.show::after{
  border-width: 0 4px 8px 4px;
}

.bulkpur-contact-wrapper .contact-form .form-main .form-group .form-field.product{
  display: block;
}

.bulkpur-contact-product-block{
  width: 100%;
}

@media (min-width: 992px){
  .bulkpur-contact-product-block{
    display: flex;
  }
}

.bulkpur-contact-product-block:not(:last-child):not(:only-child){
  margin: 0 0 15px;
}

.bulkpur-contact-product-block-copy{
  display: none;
}

.bulkpur-contact-wrapper .form-element.product-btn{
  width: 143px;
}

.bulkpur-contact-product-block .bs-searchbox{
	padding: 4px 8px 10px;
}

.bulkpur-contact-product-block .bootstrap-select .no-results{
	border-radius: 5px;
	margin:0 8px;
	padding:10px 20px;
	font-size:16px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 16px);
}

@media (max-width: 479px){
	.bulkpur-contact-wrapper .contact-form .form-main .form-group .form-label{
	  width: 100%;
	  margin-right: 0;
	}
	.bulkpur-contact-product-block .bootstrap-select .no-results{
		padding:10px 15px;
		font-size:14px;
	}
}

.bulkpur-contact-btn-add{
  background: #FFE1A3;
  border-radius: 999rem;
  color: #2469C9;
  width: 100%;
  height: 60px;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bulkpur-contact-btn-add.delete{
	background: #e7505a;
	color: #ffffff;
}

@media (min-width: 1200px){
  .bulkpur-contact-btn-add:hover{
    filter: brightness(.9);
  }
}

.bulkpur-contact-btn-add i{
  font-size: 14px;
  margin: 0 17px 0 0;
}

.bulkpur-contact-btn-add .text{
  font-weight: 500;
}

.bulkpur-contact-wrapper.form .contact-form{
	position: relative;
	z-index: 10;
	margin: 0 0 52px;
}

@media (min-width: 1600px) {
  .bulkpur-contact-wrapper .contact-form{
    padding: 52px 120px 151px;
  }
}

.bulkpur-contact-error{
  color: #CF102D;
  font-weight: 500;
  font-size: 15px;
}

.bulkpur-contact-error:not(:empty){
  padding: 10px 0 0;
}

.bulkpur-contact-wrapper .contact-form .form-main .form-row+.form-row.for-policy{
  margin-top: 8px;
}

.bulkpur-contact-wrapper .form-field.captcha{
  align-items: flex-start !important;
}

.bulkpur-contact-wrapper .form-field.captcha .for-code-img{
  margin-top: 5.5px;
}

.bulkpur-contact-wrapper .form-checkbox{
  cursor: pointer;
  display: block;
  width: fit-content;
  transition: all .3s ease-in-out;
  font-weight: 500;
  font-size: 18px;
}

@media (min-width:1200px){
  .bulkpur-contact-wrapper .form-checkbox:hover{
    opacity: .5;
  }
}

.bulkpur-contact-wrapper .form-checkbox .checkbox{
  border: 1px solid black;
  background: white;
  appearance: none;
  position: relative;
  margin: 0 5px 1px 0;
  vertical-align: sub;
  width: 20px;
  height: 20px;
}

.bulkpur-contact-wrapper .form-checkbox .checkbox:checked::before{
  opacity: 1;
}

.bulkpur-contact-wrapper .form-checkbox .checkbox::before{
  content: '\e923';
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  font-family: "fontello";
  font-size: 13px;
  line-height: 1;
  opacity: 0;
}

.bulkpur-contact-wrapper .contact-form .form-buttons{
  margin-top: 85px !important;
}

.bulkpur-contact-wrapper .form-buttons .btn{
  width: 200px;
  height: 60px;
}

.bulkpur-contact-wrapper .form-buttons ul li+li{
  margin-left: 20px !important;
}

.bulkpur-contact-end{
  padding: 0 20px !important;
}

@media (min-width: 768px){
  .bulkpur-contact-end{
    padding: 0 46px !important;
  }
}

.bulkpur-contact-end .bulkpur-block-list{
  line-height: 27px !important;
  letter-spacing: 0.9px;
}

.bulkpur-contact-end .bulkpur-block-list:not(:last-child){
  margin: 0 0 15px;
}

.bulkpur-contact-end .bulkpur-block-list::after{
  top: 13px !important;
}

.bulkpur-contact-wrapper.sent{
  padding-bottom: 136px;
}

.bulkpur-contact-wrapper .contact-form.for-submit{
  padding: 13.75vh 25px 21.3vh;
}

.bulkpur-contact-wrapper .contact-form .submit-inner .icon{
  width: 120px;
  height: 120px;
}

.bulkpur-contact-wrapper .contact-form .submit-inner .content .txt{
  line-height: normal;
}

.bulkpur-contact-wrapper .contact-form .submit-inner .content{
  margin-top: 33px;
}

.bulkpur-contact-wrapper .contact-form .submit-inner .content .button{
  margin-top: 48px;
}

.bulkpur-contact-wrapper .submit-inner .back-btn{
  max-width: 100%;
  width: 200px;
  height: 60px;
  padding: 10px;
}

@media (min-width: 1700px) {
	header .container{
		max-width: 1500px;
	}
}

@media (max-width: 1599px){
	header .container{
		max-width: calc(100% - 50px);
	}
}

@media (min-width: 1200px) and (max-width: 1599px){
	header .menu-wrapper{
		margin-left: 10px !important;
	}

	header .menu-item{
		margin: 0 9px;
	}

	header .tools{
		margin-left: auto !important;
		margin-right: 0 !important;
	}

	header .tools .tool-toggle{
		width: 45px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px){
	header .menu-item{
		margin: 0 3px;
	}

	header .menu-wrapper{
		margin-left: 5px !important;
	}

	header .tools .tool-toggle{
		width: 35px;
	}
}
