@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 custom (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --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: #2bb673;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 43, 182, 115;
  --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: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #11492e;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d5f0e3;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #aae2c7;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: #333;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(51, 51, 51, 0.75);
  --bs-secondary-color-rgb: 51, 51, 51;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(51, 51, 51, 0.5);
  --bs-tertiary-color-rgb: 51, 51, 51;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #2bb673;
  --bs-link-color-rgb: 43, 182, 115;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #22925c;
  --bs-link-hover-color-rgb: 34, 146, 92;
  --bs-code-color: #d63384;
  --bs-highlight-color: #333;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.4rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(43, 182, 115, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #80d3ab;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #092417;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #1a6d45;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #80d3ab;
  --bs-link-hover-color: #99dcbc;
  --bs-link-color-rgb: 128, 211, 171;
  --bs-link-hover-color-rgb: 153, 220, 188;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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;
}

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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-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: "— ";
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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.33333333%;
}

.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.66666667%;
}

.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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d5f0e3;
  --bs-table-border-color: #aac0b6;
  --bs-table-striped-bg: #cae4d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0d8cc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5ded2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.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 + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #95dbb9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 182, 115, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 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 + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-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 + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #95dbb9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 182, 115, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-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: #95dbb9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(43, 182, 115, 0.25);
}
.form-check-input:checked {
  background-color: #2bb673;
  border-color: #2bb673;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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: #2bb673;
  border-color: #2bb673;
  --bs-form-check-bg-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 {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  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 {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2395dbb9'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.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;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(43, 182, 115, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(43, 182, 115, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #2bb673;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #bfe9d5;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #2bb673;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #bfe9d5;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) 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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-border-radius-lg);
}

.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: var(--bs-border-radius-sm);
}

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-valid-border-color);
  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.73.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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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.73.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");
  padding-right: 4.125rem;
  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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-invalid-border-color);
  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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  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: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #2bb673;
  --bs-btn-border-color: #2bb673;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4bc188;
  --bs-btn-hover-border-color: #40bd81;
  --bs-btn-focus-shadow-rgb: 37, 155, 98;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #55c58f;
  --bs-btn-active-border-color: #40bd81;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #2bb673;
  --bs-btn-disabled-border-color: #2bb673;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #2bb673;
  --bs-btn-border-color: #2bb673;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2bb673;
  --bs-btn-hover-border-color: #2bb673;
  --bs-btn-focus-shadow-rgb: 43, 182, 115;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #2bb673;
  --bs-btn-active-border-color: #2bb673;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2bb673;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2bb673;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 37, 155, 98;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.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,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #2bb673;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #2bb673;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(43, 182, 115, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.4rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.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;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(85, 197, 143, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(85, 197, 143, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.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: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 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) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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: var(--bs-border-width);
  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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: 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;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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;
}

.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;
}

.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;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 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-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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-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-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.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-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-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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-inline-grid {
    display: inline-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;
  }
}
.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center/100% auto;
}

[data-bs-theme=dark] .icon-list li::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23adb5bd' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center/100% auto;
}

.bi {
  width: 1em;
  height: 1em;
  fill: currentcolor;
}

.color-modes .dropdown-menu {
  padding: 0.25rem;
}
.color-modes .dropdown-menu li + li {
  margin-top: 0.125rem;
}
.color-modes .dropdown-item {
  border-radius: 0.25rem;
}
.color-modes .active {
  font-weight: 600;
}
.color-modes .active .bi {
  display: block !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*---------- base css ----------*/
body {
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Inter", sans-serif;
}

a {
  color: #007bff;
}

a:focus {
  outline: none;
}

/*---------- end base css ----------*/
/*---------- helpers css ----------*/
.h-text__underline {
  text-decoration: underline !important;
}

.h-text__none {
  text-decoration: none !important;
}

.h-text__inline-block {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.h-cursor__pointer {
  cursor: pointer !important;
}

.h-show-pc {
  display: none;
}

/*---------- end helpers css ----------*/
/*---------- base small css ----------*/
.b-maincontent {
  font-size: 14px;
  line-height: 20px;
}
.b-maincontent > :first-child {
  margin-top: 0 !important;
}
.b-maincontent > :last-child {
  margin-bottom: 0 !important;
}
.b-maincontent p {
  font-size: 14px;
  margin: 15px 0;
}
.b-maincontent img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.b-maincontent ul, .b-maincontent ol {
  padding-left: 20px;
  margin-bottom: 10px;
}
.b-maincontent .caption, .b-maincontent p.caption {
  max-width: 100%;
  color: #333;
  font-size: 80% !important;
  line-height: 1.3;
}
.b-maincontent .caption b, .b-maincontent .caption strong, .b-maincontent p.caption b, .b-maincontent p.caption strong {
  color: #333;
}
.b-maincontent h1, .b-maincontent h2, .b-maincontent h3, .b-maincontent h4, .b-maincontent h5, .b-maincontent h6, .b-maincontent .h1, .b-maincontent .h2, .b-maincontent .h3, .b-maincontent .h4, .b-maincontent .h5, .b-maincontent .h6 {
  line-height: 1.618;
}
.b-maincontent h1, .b-maincontent .h1 {
  font-size: 2em;
}
.b-maincontent h2, .b-maincontent .h2 {
  font-size: 1.5em;
}
.b-maincontent h3, .b-maincontent .h3 {
  font-size: 1.17em;
}
.b-maincontent h4, .b-maincontent .h4 {
  font-size: 1em;
}
.b-maincontent h5, .b-maincontent .h5 {
  font-size: 0.83em;
}
.b-maincontent h6, .b-maincontent .h6 {
  font-size: 0.67em;
}
.b-maincontent table {
  margin: 10px 0;
}
.b-maincontent table.picture {
  color: #999;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.3;
}
.b-maincontent table.picture b, .b-maincontent table.picture strong {
  color: #333;
}
.b-maincontent table img {
  width: 100%;
  height: auto;
}
.b-maincontent table td.pCaption {
  padding: 5px 0 0;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.b-maincontent table[align=center] {
  width: 100%;
}

.b-nodata {
  padding: 10px 0;
}

.b-table {
  width: 100%;
  display: table;
}

.b-table__row {
  display: table-row;
}

.b-table__cell {
  display: table-cell;
  vertical-align: middle;
}

.b-grid {
  margin: 0;
  padding: 0;
  min-height: 60px;
}
.b-grid .b-grid__img {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #ececec;
  background-repeat: no-repeat;
  background-position: center center;
}
.b-grid .b-grid__img img {
  width: 100%;
  min-height: 50px;
  height: auto;
}
.b-grid .b-grid__content {
  margin-left: 60px;
}
.b-grid .b-grid__row {
  margin-bottom: 5px;
}
.b-grid .b-grid__row:last-child {
  margin-bottom: 0;
}
.b-grid .b-grid__row-right {
  text-align: right;
  margin-bottom: 5px;
}
.b-grid .b-grid__title {
  font-weight: 700;
}
.b-grid a.b-grid__title {
  cursor: pointer;
  text-decoration: none;
}
.b-grid .b-grid__small-title {
  font-weight: normal;
  margin-right: 3px;
}
.b-grid a.b-grid__small-title {
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 768px) {
  .b-maincontent {
    font-size: 14px;
    line-height: 20px;
  }
  .b-maincontent p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .h-show-pc {
    display: block;
  }
  .h-show-mobile {
    display: none;
  }
}
/*---------- end base small css ----------*/
/*---------- sprite css ----------*/
[class*=icon] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

[class*=icon12] {
  width: 12px;
  height: 12px;
}

[class*=icon16] {
  width: 16px;
  height: 16px;
}

[class*=icon20] {
  width: 20px;
  height: 20px;
}

[class*=icon24] {
  width: 24px;
  height: 24px;
}

[class*=icon32] {
  width: 32px;
  height: 32px;
}

[class*=icon36] {
  width: 36px;
  height: 36px;
}

[class*=icon42] {
  width: 42px;
  height: 42px;
}

[class*=icon48] {
  width: 48px;
  height: 48px;
}

[class*=icon64] {
  width: 64px;
  height: 64px;
}

.icon12-close {
  background-image: url("../images/icons/icon12-close.png");
}

.icon12-link {
  background-image: url("../images/icons/icon12-link.svg");
}

.icon12-link-white {
  background-image: url("../images/icons/icon12-link-white.svg");
}

.icon12-facebook-f-white {
  background-image: url("../images/icons/icon12-facebook-f-white.svg");
}

.icon12-facebook-f-gray {
  background-image: url("../images/icons/icon12-facebook-f-gray.svg");
}

.icon12-heart-gray {
  background-image: url("../images/icons/icon12-heart-gray.svg");
}

.icon12-heart-white {
  background-image: url("../images/icons/icon12-heart-white.svg");
}

.icon16-print {
  background-image: url("../images/icons/icon16-print.svg");
}

.icon16-print-white {
  background-image: url("../images/icons/icon16-print-white.svg");
}

.icon16-copy-gray {
  background-image: url("../images/icons/icon16-copy-gray.png");
}

.icon16-copy-white {
  background-image: url("../images/icons/icon16-copy-white.png");
}

.icon12-like {
  background-image: url("../images/icons/icon12-like.png");
}

.icon16-redirect {
  background-image: url("../images/icons/icon16-redirect.svg");
}

.icon16-zalo {
  background-image: url("../images/icons/icon16-zalo.svg");
}

.icon16-zalo-gray {
  background-image: url("../images/icons/icon16-zalo-gray.svg");
}

.icon16-zalo-white {
  background-image: url("../images/icons/icon16-zalo-white.svg");
}

.icon16-facebook-f {
  background-image: url("../images/icons/icon16-facebook-f.svg");
}

.icon16-facebook-f-gray {
  background-image: url("../images/icons/icon16-facebook-f-gray.svg");
}

.icon16-facebook-white {
  background-image: url("../images/icons/icon16-facebook-white.svg");
}

.icon16-comment-gray-o {
  background-image: url("../images/icons/icon16-comment-gray-o.svg");
}

.icon16-redirect {
  background-image: url("../images/icons/icon16-redirect.svg");
}

.icon16-ad {
  background-image: url("../images/icons/icon16-ad.svg");
}

.icon20-search {
  background-image: url("../images/icons/icon20-search.svg");
}

.icon20-search-white {
  background-image: url("../images/icons/icon20-search-white.svg");
}

.icon20-zalo-white {
  background-image: url("../images/icons/icon20-zalo-white.svg");
}

.icon24-topevent {
  background-image: url("../images/icons/icon24-topevent.svg");
}

.icon24-facebook-circle-gray {
  background-image: url("../images/icons/icon24-facebook-circle-gray.svg");
}

.icon24-font-gray {
  background-image: url("../images/icons/icon24-font-gray.svg");
}

.icon24-minus-circle-gray {
  background-image: url("../images/icons/icon24-minus-circle-gray.svg");
}

.icon24-plus-circle-gray {
  background-image: url("../images/icons/icon24-plus-circle-gray.svg");
}

.icon24-comment-gray {
  background-image: url("../images/icons/icon24-comment-gray.svg");
}

.icon24-print-gray {
  background-image: url("../images/icons/icon24-print-gray.svg");
}

.icon24-facebook-circle {
  background-image: url("../images/icons/icon24-facebook-circle.svg");
}

.icon24-tiktok {
  background-image: url("../images/icons/icon24-tiktok.svg");
}

.icon24-youtube {
  background-image: url("../images/icons/icon24-youtube.svg");
}

.icon24-home-primary {
  background-image: url("../images/icons/icon24-home-primary.svg");
}

.icon24-menu-gray {
  background-image: url("../images/icons/icon24-menu-gray.svg");
}

.icon24-menu-white {
  background-image: url("../images/icons/icon24-menu-white.svg");
}

.icon24-menu-white2 {
  background-image: url("../images/icons/icon24-menu-white2.svg");
}

.icon24-close-white {
  background-image: url("../images/icons/icon24-close-white.svg");
}

.icon24-share-gray {
  background-image: url("../images/icons/icon24-share-gray.svg");
}

.icon24-left-white {
  background-image: url("../images/icons/icon24-left-white.svg");
}

.icon24-right-white {
  background-image: url("../images/icons/icon24-right-white.svg");
}

.icon12-play-white {
  background-image: url("../images/icons/icon12-play-white.svg");
}

.icon12-plus-white {
  background-image: url("../images/icons/icon12-plus-white.svg");
}

.icon16-video-gray {
  background-image: url("../images/icons/icon16-video-gray.svg");
}

.icon16-video-white {
  background-image: url("../images/icons/icon16-video-gray.svg");
}

.icon16-e-magazine-gray {
  background-image: url("../images/icons/icon16-e-magazine-gray.svg");
}

.icon16-image-gray {
  background-image: url("../images/icons/icon16-image-gray.svg");
}

.icon16-infographic-gray {
  background-image: url("../images/icons/icon16-infographic-gray.svg");
}

.icon16-podcast-gray {
  background-image: url("../images/icons/icon16-podcast-gray.svg");
}

.icon16-search {
  background-image: url("../images/icons/icon16-search.svg");
}

.icon16-search-white {
  background-image: url("../images/icons/icon16-search-white.svg");
}

.icon16-place-primary {
  background-image: url("../images/icons/icon16-place-primary.svg");
}

.icon16-phone-primary {
  background-image: url("../images/icons/icon16-phone-primary.svg");
}

.icon16-email-primary {
  background-image: url("../images/icons/icon16-email-primary.svg");
}

.icon16-comment-gray {
  background-image: url("../images/icons/icon16-comment-gray.svg");
}

.icon16-play {
  background-image: url("../images/icons/icon32-play.svg");
  background-size: contain;
}

.icon20-instagram {
  background-image: url("../images/icons/icon20-instagram.png");
}

.icon20-tiktok {
  background-image: url("../images/icons/icon20-tiktok.png");
}

.icon20-zalo {
  background-image: url("../images/icons/icon20-zalo.png");
}

.icon20-youtube {
  background-image: url("../images/icons/icon20-youtube.png");
}

.icon20-quote-primary {
  background-image: url("../images/icons/icon20-quote-primary.svg");
}

.icon24-home-white {
  background-image: url("../images/icons/icon24-home-white.svg");
}

/*---------- end sprite css ----------*/
/*---------- fix bootstrap css ----------*/
.row.reset-all {
  margin-left: 0;
  margin-right: 0;
}
.row.reset-all [class*=col-].reset-padding-all {
  padding-left: 0;
  padding-right: 0;
}
.row.reset-all [class*=col-].reset-padding-left {
  padding-left: 0;
}
.row.reset-all [class*=col-].reset-padding-right {
  padding-right: 0;
}

.row.reset-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.reset-5 [class*=col-].padding-all-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.reset-5 [class*=col-].padding-left-5 {
  padding-left: 5px;
}
.row.reset-5 [class*=col-].padding-right-5 {
  padding-right: 5px;
}

.row.reset-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.reset-10 [class*=col-].padding-all-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.reset-10 [class*=col-].padding-left-10 {
  padding-left: 10px;
}
.row.reset-10 [class*=col-].padding-right-10 {
  padding-right: 10px;
}

@media (min-width: 576px) {
  .row.sm-reset-all {
    margin-left: 0;
    margin-right: 0;
  }
  .row.sm-reset-all [class*=col-sm-].reset-padding-all {
    padding-left: 0;
    padding-right: 0;
  }
  .row.sm-reset-all [class*=col-sm-].reset-padding-left {
    padding-left: 0;
  }
  .row.sm-reset-all [class*=col-sm-].reset-padding-right {
    padding-right: 0;
  }
  .row.sm-reset-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.sm-reset-5 [class*=col-sm-].padding-all-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.sm-reset-5 [class*=col-sm-].padding-left-5 {
    padding-left: 5px;
  }
  .row.sm-reset-5 [class*=col-sm-].padding-right-5 {
    padding-right: 5px;
  }
  .row.sm-reset-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.sm-reset-10 [class*=col-sm-].padding-all-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.sm-reset-10 [class*=col-sm-].padding-left-10 {
    padding-left: 10px;
  }
  .row.sm-reset-10 [class*=col-sm-].padding-right-10 {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .row.md-reset-all {
    margin-left: 0;
    margin-right: 0;
  }
  .row.md-reset-all [class*=col-md-].reset-padding-all {
    padding-left: 0;
    padding-right: 0;
  }
  .row.md-reset-all [class*=col-md-].reset-padding-left {
    padding-left: 0;
  }
  .row.md-reset-all [class*=col-md-].reset-padding-right {
    padding-right: 0;
  }
  .row.md-reset-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.md-reset-5 [class*=col-md-].padding-all-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.md-reset-5 [class*=col-md-].padding-left-5 {
    padding-left: 5px;
  }
  .row.md-reset-5 [class*=col-md-].padding-right-5 {
    padding-right: 5px;
  }
  .row.md-reset-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.md-reset-10 [class*=col-md-].padding-all-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.md-reset-10 [class*=col-md-].padding-left-10 {
    padding-left: 10px;
  }
  .row.md-reset-10 [class*=col-md-].padding-right-10 {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .row.lg-reset-all {
    margin-left: 0;
    margin-right: 0;
  }
  .row.lg-reset-all [class*=col-lg-].reset-padding-all {
    padding-left: 0;
    padding-right: 0;
  }
  .row.lg-reset-all [class*=col-lg-].reset-padding-left {
    padding-left: 0;
  }
  .row.lg-reset-all [class*=col-lg-].reset-padding-right {
    padding-right: 0;
  }
  .row.lg-reset-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.lg-reset-5 [class*=col-lg-].padding-all-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.lg-reset-5 [class*=col-lg-].padding-left-5 {
    padding-left: 5px;
  }
  .row.lg-reset-5 [class*=col-lg-].padding-right-5 {
    padding-right: 5px;
  }
  .row.lg-reset-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.lg-reset-10 [class*=col-lg-].padding-all-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.lg-reset-10 [class*=col-lg-].padding-left-10 {
    padding-left: 10px;
  }
  .row.lg-reset-10 [class*=col-lg-].padding-right-10 {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .row.xl-reset-all {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xl-reset-all [class*=col-xl-].reset-padding-all {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xl-reset-all [class*=col-xl-].reset-padding-left {
    padding-left: 0;
  }
  .row.xl-reset-all [class*=col-xl-].reset-padding-right {
    padding-right: 0;
  }
  .row.lg-reset-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.lg-reset-5 [class*=col-xl-].padding-all-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.lg-reset-5 [class*=col-xl-].padding-left-5 {
    padding-left: 5px;
  }
  .row.lg-reset-5 [class*=col-xl-].padding-right-5 {
    padding-right: 5px;
  }
  .row.xl-reset-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.xl-reset-10 [class*=col-xl-].padding-all-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.xl-reset-10 [class*=col-xl-].padding-left-10 {
    padding-left: 10px;
  }
  .row.xl-reset-10 [class*=col-xl-].padding-right-10 {
    padding-right: 10px;
  }
}
/*---------- end fix bootstrap css ----------*/
/*---------- fix owl carousel css ----------*/
.owl-carousel .owl-item img {
  transform-style: flat;
}

/*---------- end fix owl carousel css ----------*/
/*---------- fix wordpress css ----------*/
.wp-caption {
  max-width: 100%;
}

.c-yoast-breadcrumb {
  padding: 10px 0;
}
.c-yoast-breadcrumb a {
  text-decoration: none;
  color: #333;
}
.c-yoast-breadcrumb a:hover {
  color: #2bb673;
}
.c-yoast-breadcrumb a:after {
  content: "/";
  color: #999;
  margin: 0 3px;
}
.arve-wrapper {
  text-align: center;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-caption-text {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 80%;
}

.alignleft {
  margin-top: 10px;
  margin-bottom: 10px;
}

.alignright {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .alignleft {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/*---------- end fix wordpress css ----------*/
/*---------- fix acf map css ----------*/
.acf-map {
  width: 100%;
  height: 100%;
  border: 1px solid #CECECE;
  margin: 0;
}

.acf-map img {
  max-width: inherit !important;
}

/*---------- end fix acf map css ----------*/
/*---------- bootstrap css rewrite css ----------*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 738px;
    width: 738px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 1200px;
  }
}

.c-container-wrapper.is-frame {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .c-container-wrapper.is-frame {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .c-container-wrapper.is-frame {
    width: 1230px;
  }
}
.c-container-wrapper.is-zindex-up {
  position: relative;
  z-index: 4;
}

.btn {
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}
.btn.is-circle {
  border-radius: 19px;
}
.btn .icon-left {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.btn .icon-right {
  margin-left: 5px;
  vertical-align: inherit;
  margin-top: -2px;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 16px;
}

.btn-primary {
  background-color: #2bb673;
  border-color: #2bb673;
}
.form-control {
  font-size: 14px;
  border-radius: 4px;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

input.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:not([multiple]).b-select-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) !important;
  padding: 0.5em;
  padding-right: 1.5em;
}

select:not([multiple])::-ms-expand {
  display: none;
}

.text-bold {
  font-weight: 700;
}

.b-form label {
  font-weight: normal;
}
.b-form .b-form__captcha {
  display: inline-block;
  border: 1px solid #CECECE;
  margin: 0 0 5px;
  vertical-align: middle;
}
.b-form .b-form__btnnewimg {
  background: url("../images/btnnewimg.png") no-repeat;
  border: none;
  cursor: pointer;
  height: 31px;
  margin: 0 0 0 5px !important;
  text-indent: -9999px;
  vertical-align: middle !important;
  width: 30px;
  display: inline-block;
  box-shadow: none;
}
.b-form.form-horizontal .control-label {
  text-align: left;
}
.b-form.form-horizontal .control-label.text-right {
  text-align: right;
}

.b-page .page-item {
  margin: 0 5px;
}
.b-page .page-item.disabled .page-link {
  background: #fff;
  color: #999;
}
.b-page .page-item.active .page-link {
  background: #2bb673;
}
.b-page .page-link {
  border: none;
  background: #fff;
  color: #333;
  border-radius: 4px;
}

.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
}
.breadcrumb > li {
  position: relative;
  margin-right: 25px;
  margin-bottom: 3px;
}
.breadcrumb > li:last-child {
  margin-right: 0;
}
.breadcrumb > li > a {
  text-decoration: none;
  color: #2bb673;
}
.breadcrumb > li.active a {
  color: #757575;
}

.breadcrumb-item:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  top: 5px;
}
.breadcrumb-item:last-child:after {
  display: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: none;
}

.toast-custom {
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0px);
  z-index: 9999;
  top: 50%;
  margin-top: -41px;
  min-width: 290px;
  background-color: #fff;
}

/*---------- end bootstrap css rewrite css ----------*/
/*---------- header css ----------*/
.l-nav {
  background-color: #fff;
}

.c-nav-inner {
  position: relative;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
}
.c-nav-inner__height {
  height: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 1px;
}

.c-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #2bb673;
  margin-bottom: 1px;
}

.c-header-inner {
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c-header-inner__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.c-header-inner__left > * {
  margin-right: 12px;
}
.c-header-inner__left > *:last-child {
  margin-right: 0;
}
.c-header-inner__right {
  min-width: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.c-header-inner__right > * {
  margin-left: 12px;
}
.c-header-inner__right > *:last-child {
  margin-right: 0;
}

.c-logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.c-logo img {
  width: auto;
  height: 40px;
  max-width: 100%;
}

h1.c-logo, .c-logo.h1 {
  line-height: 0;
}

.c-menu-expand {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}
.c-menu-expand:focus {
  outline: none;
  border: none;
}
.c-menu-expand span {
  background-color: #555;
  font-size: 0;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 3px;
  border-radius: 2px;
}
.c-menu-expand span:before, .c-menu-expand span:after {
  content: "";
  background-color: #555;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 2px;
}
.c-menu-expand span:before {
  transform: translateY(-6px);
  width: 100%;
}
.c-menu-expand span:after {
  transform: translateY(6px);
  width: 100%;
}
.c-menu-expand.active span {
  background-color: transparent !important;
  left: 5px;
}
.c-menu-expand.active span:before, .c-menu-expand.active span:after {
  background-color: #2bb673;
}
.c-menu-expand.active span:before {
  transform: translateY(0px) rotate(45deg);
  width: 20px;
}
.c-menu-expand.active span:after {
  transform: translateY(0px) rotate(-45deg);
  width: 20px;
}

.c-sologan {
  display: none;
  line-height: 1.4;
  color: #333;
}
.c-sologan p {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}

.c-weather {
  display: none;
}
.c-weather img {
  margin-left: 5px;
  max-width: 24px;
  max-height: 24px;
}

.c-search-expand {
  display: none;
  padding: 0;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}

.c-search-wrapper {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 4px 35px 0 15px;
}
.c-search-wrapper.active {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

.c-search {
  border: 1px solid #CECECE;
  border-radius: 18px;
}
.c-search .c-search__inner {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-right: 38px;
}
.c-search .form-control {
  background-color: transparent;
  border: none;
  height: 36px;
  font-size: 14px;
  padding: 4px 0;
}
.c-search .c-search__btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
  border: none;
  width: 38px;
  height: 34px;
  line-height: 28px;
  background: transparent;
  border-radius: 18px 0 0 18px;
}
.c-search .c-search__btn:focus {
  outline: none;
}
.c-search .c-search__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -34px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
  border-radius: 0 18px 18px 0;
}
.c-search .c-search__close:focus {
  outline: none;
}
.c-search .c-search__close .icon12-close {
  margin-top: -1px;
}

.c-header-social {
  display: none;
}
.c-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-header-social ul li {
  margin-left: 5px;
}
.c-header-social ul li:first-child {
  margin-left: 0;
}
.c-header-social ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .c-menu-expand {
    width: 36px;
    height: 36px;
    background-color: #2bb673;
    border-radius: 50%;
  }
  .c-menu-expand span {
    background-color: #fff;
    top: 17px;
    left: 9px;
  }
  .c-menu-expand span:before {
    background-color: #fff;
  }
  .c-menu-expand span:after {
    background-color: #fff;
  }
  .c-menu-expand.active span {
    left: 8px;
  }
  .c-menu-expand.active span:before, .c-menu-expand.active span:after {
    background-color: #fff;
  }
  .l-nav {
    border-bottom: none;
    position: relative;
    z-index: 100;
  }
  .c-nav-inner__height {
    height: 100%;
  }
  .c-header-inner {
    height: 72px;
    position: relative;
    z-index: 10;
  }
  .c-header-inner__left {
    width: 33.3333333333%;
  }
  .c-header-inner__right {
    width: 33.3333333333%;
  }
  .c-weather {
    display: block;
  }
  .c-logo img {
    height: 60px;
  }
  .c-sologan {
    display: block;
  }
  .c-search-expand {
    display: inline-block;
    vertical-align: middle;
  }
  .c-search-wrapper {
    padding: 0;
    height: auto;
    background-color: transparent;
    margin-right: 0;
    left: 47px;
    top: 17px;
    right: auto;
  }
  .c-search {
    width: 195px;
    background-color: #fff;
  }
  .c-search .c-search__inner {
    padding-right: 0;
  }
  .c-header-social {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-menu-expand {
    background-image: url("../images/icons/icon24-menu-gray.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .c-menu-expand span {
    display: none;
  }
}
/*---------- end header css ----------*/
/*---------- header transparent & small css ----------*/
.l-nav.is-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border-bottom: none;
  padding-bottom: 0;
  box-shadow: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.l-nav.is-transparent .c-nav-inner {
  background-color: transparent;
}
.l-nav.is-transparent .c-header {
  background-color: transparent;
  border-bottom: none;
}
.l-nav.is-transparent .c-header:before, .l-nav.is-transparent .c-header:after {
  display: none;
}
.l-nav.is-transparent .c-header .c-header__bg {
  display: none;
}
.l-nav.is-transparent .c-header-inner {
  height: 60px;
}
.l-nav.is-transparent .c-weather {
  display: none;
}
.l-nav.is-transparent .c-sologan {
  color: #fff;
}
.l-nav.is-transparent .c-menu-expand span {
  background-color: #fff;
}
.l-nav.is-transparent .c-menu-expand span:before {
  background-color: #fff;
}
.l-nav.is-transparent .c-menu-expand span:after {
  background-color: #fff;
}
.l-nav.is-transparent .c-search-expand .icon16-search {
  background-image: url("../images/icons/icon16-search-white.svg");
}
.l-nav.is-transparent .c-search-expand .icon20-search {
  background-image: url("../images/icons/icon20-search-white.svg");
}
.l-nav.is-transparent .c-menu-outer {
  display: none;
}
.l-nav.is-transparent .c-logo img {
  max-height: 40px;
}
.l-nav.is-transparent .c-admin-user .icon16-user {
  background-image: url("../images/icons/icon16-user-white.svg");
}
.l-nav.is-transparent .c-admin-user > ul > li > a, .l-nav.is-transparent .c-admin-user > ul > li > button {
  color: #fff;
}
.l-nav.is-transparent .c-admin-user > ul > li > a span, .l-nav.is-transparent .c-admin-user > ul > li > button span {
  color: #fff;
}
.l-nav.is-transparent .c-language a {
  color: #fff;
}
.l-nav.is-small .c-header:before, .l-nav.is-small .c-header:after {
  display: none;
}
.l-nav.is-small .c-header .c-header__bg {
  display: none;
}
.l-nav.is-small .c-header-inner {
  height: 60px;
}
.l-nav.is-small .c-logo img {
  max-height: 40px;
}
.l-nav.is-small .c-menu-outer {
  display: none;
}

@media (min-width: 992px) {
  .l-nav.is-transparent .c-header-inner {
    height: 120px;
  }
  .l-nav.is-transparent .c-logo img {
    max-height: 80px;
  }
  .l-nav.is-transparent .c-header-social {
    display: none;
  }
  .l-nav.is-small .c-header-social {
    display: none;
  }
}
@media (min-width: 1600px) {
  .l-nav.is-transparent .c-header-inner {
    height: 148px;
  }
  .l-nav.is-transparent .c-logo img {
    max-height: 112px;
  }
}
@media (max-width: 991px) {
  .l-nav.is-transparent .c-menu-expand {
    background-image: url("../images/icons/icon24-menu-white.svg");
  }
}
/*---------- end header transparent & small css ----------*/
/*---------- menu css ----------*/
.c-dropdown-menu {
  background-color: #fff;
  position: absolute;
  border: 1px solid #CECECE;
  z-index: 2;
  display: none;
  left: 0;
  top: 100%;
  width: 180px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.c-dropdown-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-dropdown-menu > ul > li.c-menu-child > a {
  position: relative;
  z-index: 1;
}
.c-dropdown-menu > ul > li > a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 8px 15px;
  text-align: left;
}
.c-dropdown-menu > ul > li > a .c-submenu-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
}
.c-dropdown-menu > ul > li.is-active > a, .c-dropdown-menu > ul > li.active > a {
  color: #ffc107;
}
.c-dropdown-menu.is-right {
  left: auto;
  right: 0;
}

.c-menu-outer {
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #2bb673;
  z-index: 100;
  background-color: #fff;
}

.c-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-menu > ul > li > a {
  text-decoration: none;
  display: block;
  color: #000;
  padding: 0 10px;
  white-space: nowrap;
  height: 48px;
  font-size: 15px;
  line-height: 48px;
  font-weight: 400;
}
.c-menu > ul > li > a img {
  height: 24px;
  margin-top: -2px;
}
.c-menu > ul > li .c-search-expand {
  position: static;
}
.c-menu > ul > li .c-menu-expand {
  position: relative;
}
.c-menu > ul > li .c-menu-expand span {
  background-color: #fff;
}
.c-menu > ul > li .c-menu-expand span:before {
  background-color: #fff;
}
.c-menu > ul > li .c-menu-expand span:after {
  background-color: #fff;
}
.c-menu > ul > li.is-active > a, .c-menu > ul > li.active > a {
  color: #2bb673;
}

@media (min-width: 992px) {
  .c-dropdown-menu > ul > li > a {
    font-size: 14px;
    transition: all 0.2s ease;
  }
  .c-dropdown-menu > ul > li > a:hover {
    background-color: #CECECE;
  }
  .c-menu-outer {
    top: 0;
    left: 0;
    right: 0;
  }
  .c-menu {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .c-menu > ul {
    justify-content: center;
  }
  .c-menu > ul > li > a {
    padding: 0 8px;
    transition: all 0.2s ease;
  }
  .c-menu > ul > li .c-search-expand {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin-top: 0;
  }
  .c-menu > ul > li .c-menu-expand {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .c-menu > ul > li.is-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 48px;
    height: 48px;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-menu > ul > li:hover > a {
    color: #2bb673;
  }
  .l-nav.has-fixed .c-menu-outer {
    position: fixed;
    z-index: 102;
  }
  .l-nav.has-fixed .c-menu > ul > li.is-search {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-menu > ul > li > a {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .c-menu-outer {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-menu-outer::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
}
/*---------- end menu css ----------*/
/*---------- social css ----------*/
.c-social {
  margin-bottom: 15px;
}
.c-social:last-child {
  margin-bottom: 0;
}
.c-social label {
  text-align: center;
  font-size: 12px;
  display: block;
  margin: 0 0 10px;
}
.c-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c-social ul li {
  margin-left: 5px;
  margin-right: 5px;
}
.c-social ul li a {
  display: block;
  min-width: 36px;
  height: 36px;
  line-height: 34px;
  color: #A9ADC2;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .c-social {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .c-social label {
    font-size: 14px;
    margin: 0 15px 0 0;
  }
}
/*---------- end social css ----------*/
/*---------- gotop css ----------*/
.icon24-angle-top {
  background-image: url("../images/icons/icon24-angle-top.png");
}

.c-gotop {
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.33);
  text-align: center;
  position: fixed;
  z-index: 97;
  right: 15px;
  bottom: 60px;
  display: none;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.c-gotop [class*=icon24] {
  width: 16px;
  height: 16px;
  background-size: contain;
}
.c-gotop:hover {
  background-color: #2bb673;
}

@media (min-width: 992px) {
  .c-gotop {
    width: 50px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 40px;
  }
  .c-gotop [class*=icon24] {
    width: 24px;
    height: 24px;
  }
}
/*---------- end gotop css ----------*/
@font-face {
  font-family: "CSB";
  src: url("../fonts/ConthraxSb-Regular.eot");
  src: url("../fonts/ConthraxSb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ConthraxSb-Regular.woff") format("woff"), url("../fonts/ConthraxSb-Regular.ttf") format("truetype"), url("../fonts/ConthraxSb-Regular.svg#ConthraxSb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*---------- copyright css ----------*/
.c-powered {
  padding: 8px 0;
  text-align: center;
  background: #ececec;
  position: relative;
  z-index: 4;
}
.c-powered p {
  margin-bottom: 0;
  color: #666;
  font-size: 11px;
}
.c-powered a {
  text-decoration: none;
  color: #666;
  font-weight: 700;
  font-family: "CSB";
}
.c-powered span {
  color: #14468f;
  font-weight: 700;
  font-family: "CSB";
}

.c-copyright {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .c-powered .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .c-copyright {
    font-size: 15px;
    margin-bottom: 0;
  }
}
/*---------- end copyright css ----------*/
/*---------- footer css ----------*/
.l-footer {
  background-color: #EDFAED;
  position: relative;
  z-index: 3;
}

.c-footer-top {
  background-color: #2bb673;
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-footer-top .c-footer-top__text {
  color: #fff;
  font-style: italic;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

.c-footer-main {
  padding-top: 25px;
  padding-bottom: 25px;
}
.c-footer-main .b-maincontent {
  line-height: 1.3;
  font-size: 14px;
}
.c-footer-main .b-maincontent p {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
  margin-top: 0;
}
.c-footer-main .b-maincontent p:last-child {
  margin-bottom: 0;
}
.c-footer-main .b-maincontent p:has([class*=icon]) {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.c-footer-main .b-maincontent p:has([class*=icon]) [class*=icon] {
  margin-right: 7px;
  min-width: 16px;
  margin-top: 2px;
}
.c-footer-main .b-maincontent a {
  color: #333;
  text-decoration: none;
}
.c-footer-main .b-maincontent a:hover {
  color: #2bb673;
}

.c-footer-col {
  margin-bottom: 20px;
}
.c-footer-col:last-child {
  margin-bottom: 0;
}

.c-footer-logo {
  margin-bottom: 15px;
}
.c-footer-logo img {
  width: auto;
  max-width: 100%;
  height: 40px;
}
.c-footer-logo__text {
  font-size: 18px;
  font-weight: 700;
  color: #555;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}

.c-footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-footer-menu ul li {
  border-left: 1px solid #B9EDBA;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 50%;
}
.c-footer-menu ul li a {
  display: block;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  padding: 0 10px;
  line-height: 1.3;
  font-size: 14px;
}

.c-footer-newsletter {
  margin-top: 10px;
}
.c-footer-newsletter:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .c-footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-footer-top .c-footer-top__text {
    font-size: 22px;
  }
  .c-footer-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-footer-menu ul li {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .l-footer {
    border-top: none;
  }
  .c-footer-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .c-footer-top .c-footer-top__text {
    font-size: 26px;
  }
  .c-footer-col {
    margin-bottom: 0;
  }
  .c-footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0 -10px;
    position: relative;
    z-index: 1;
  }
  .c-footer-main .c-footer-col {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-footer-main .c-footer-col.is-col-1 {
    width: 50%;
  }
  .c-footer-main .c-footer-col.is-col-2 {
    width: 50%;
  }
  .c-footer-logo {
    margin-bottom: 20px;
  }
  .c-footer-logo img {
    height: 60px;
  }
  .c-footer-logo__text {
    font-size: 24px;
    margin-top: 20px;
    text-align: left;
  }
  .c-footer-menu ul li {
    width: 50%;
  }
  .c-footer-menu ul li a {
    font-size: 15px;
    transition: all 0.2s ease;
  }
  .c-footer-menu ul li a:hover {
    color: #2bb673;
  }
}
@media (min-width: 1200px) {
  .c-footer-top .c-footer-top__text {
    font-size: 32px;
  }
  .c-footer-main {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-footer-main .c-footer-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------- end footer css ----------*/
/*---------- mega menu css ----------*/
.c-menu-more {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.c-menu-more .dot {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -2px;
}
.c-menu-more .dot:before {
  content: "";
  left: -8px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  transition: all 0.3s ease;
}
.c-menu-more .dot:after {
  left: 8px;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  transition: all 0.3s ease;
}
.c-menu-more .dot:nth-child(n+2) {
  display: none;
}
.c-menu-more.active .dot {
  background: transparent;
}
.c-menu-more.active .dot:before {
  width: 17px;
  height: 2px;
  left: -5px;
  border-radius: 0;
  transition-delay: 0.2s;
  transform: translate(-15%, 25%) rotate(135deg);
}
.c-menu-more.active .dot:after {
  height: 17px;
  width: 2px;
  border-radius: 0;
  transition-delay: 0.2s;
  transform: translate(-390%, -44%) rotate(135deg);
}
.c-menu-more.is-hamburger .dot {
  width: 16px;
  height: 2px;
  margin-left: -8px;
}
.c-menu-more.is-hamburger .dot:before {
  width: 16px;
  height: 2px;
  margin-top: -6px;
  left: 0;
}
.c-menu-more.is-hamburger .dot:after {
  width: 16px;
  height: 2px;
  margin-top: 4px;
  left: 0;
}
.c-menu-more.is-hamburger.active .dot:before {
  width: 17px;
  margin-top: -2px;
  left: 2px;
}
.c-menu-more.is-hamburger.active .dot:after {
  width: 17px;
  margin-top: -2px;
  left: auto;
  transform: translate(0, 0) rotate(-135deg);
}

.c-mega-menu {
  padding: 20px 0;
  background: #fafafa;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.2s ease;
}
.c-mega-menu .c-mobile-user {
  margin-top: -20px;
  margin-bottom: 20px;
}
.c-mega-menu.active {
  opacity: 1;
  z-index: 101;
  visibility: visible;
}
.c-mega-menu__close {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 10px;
  border: none;
  background: transparent;
  width: 31px;
  height: 31px;
}
.c-mega-menu__close span {
  background-color: transparent;
  font-size: 0;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 5px;
  border-radius: 2px;
}
.c-mega-menu__close span:before, .c-mega-menu__close span:after {
  content: "";
  background-color: #333;
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 2px;
}
.c-mega-menu__close span:before {
  transform: translateY(0px) rotate(45deg);
}
.c-mega-menu__close span:after {
  transform: translateY(0px) rotate(-45deg);
}

.c-category-menu {
  margin: 0 0 15px;
  padding: 25px 0 0;
}
.c-category-menu:last-child {
  margin: 0;
}
.c-category-menu > ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.c-category-menu > ul > li {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  width: 50%;
  margin-bottom: 10px;
}
.c-category-menu > ul > li:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #CECECE;
}
.c-category-menu > ul > li > a {
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 3;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}
.c-category-menu > ul > li > ul {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.c-category-menu > ul > li > ul > li > a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 3px 0;
  line-height: 1.3;
}

.c-category-flex {
  margin-top: -20px;
}
.c-category-flex .c-search-wrapper {
  position: static;
  visibility: visible;
  opacity: 1;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px 0 45px;
  border-bottom: 1px solid #CECECE;
  height: 48px;
}
.c-category-flex .c-search-wrapper .c-search__close {
  display: none;
}
.c-category-flex .c-header-menu {
  display: block;
  border-bottom: 1px solid #E5E5E5;
  background-color: #ececec;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 15px 0;
}
.c-category-flex .c-header-menu > ul {
  flex-wrap: wrap;
  margin: 0 -10px;
}
.c-category-flex .c-header-menu > ul > li {
  width: 50%;
  margin-right: 0;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.c-category-flex .c-header-menu > ul > li > a {
  font-size: 12px;
}

.c-local-tags label {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
}
.c-local-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-local-tags ul li {
  margin-right: 7px;
  margin-bottom: 7px;
}
.c-local-tags ul li a {
  display: block;
  text-decoration: none;
  color: #555;
  background-color: #fff;
  padding: 3px 8px;
  border: 1px solid #CECECE;
}

@media (min-width: 768px) {
  .c-category-menu > ul {
    margin: 0 -5px;
  }
  .c-category-menu > ul > li {
    width: 33.3333333333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-category-menu > ul > li > a {
    font-size: 18px;
  }
  .c-category-menu > ul > li > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .c-mega-menu {
    top: calc(100% - 50px);
    bottom: auto;
    position: absolute;
    max-height: calc(100vh - 120px);
  }
  body.has-padding .c-mega-menu {
    position: fixed;
    top: 49px !important;
    max-height: calc(100vh - 49px);
  }
  .c-mega-menu__close {
    display: none;
  }
  .c-mega-menu .c-mobile-user {
    display: none;
  }
  .c-mega-menu .c-mobile-menu {
    display: none;
  }
  body:has(.l-nav.is-transparent) .c-mega-menu {
    top: 100%;
  }
  .c-menu {
    position: relative;
    z-index: 1;
  }
  .c-menu > ul > li.is-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  .c-category-menu {
    padding: 0;
  }
  .c-category-menu__space {
    height: 30px;
  }
  .c-category-menu > ul {
    margin: 0 -10px;
  }
  .c-category-menu > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
  .c-category-menu > ul > li:before {
    right: 10px;
  }
  .c-category-menu > ul > li > a {
    font-size: 16px;
    transition: all 0.2s ease;
  }
  .c-category-menu > ul > li > a:hover {
    color: #2bb673;
  }
  .c-category-menu > ul > li > ul > li > a {
    font-size: 14px;
    transition: all 0.2s ease;
  }
  .c-category-menu > ul > li > ul > li > a:hover {
    color: #2bb673;
  }
  .c-category-flex {
    margin-top: 0;
  }
  .c-category-flex .c-search-wrapper {
    display: none !important;
  }
  .c-category-flex .c-header-menu {
    display: none !important;
  }
  .c-local-tags ul li a {
    transition: all 0.2s ease;
  }
  .c-local-tags ul li a:hover {
    color: #2bb673;
  }
}
@media (min-width: 1200px) {
  .c-category-menu > ul {
    margin: 0 -15px;
  }
  .c-category-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
  }
  .c-category-menu > ul > li:after {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .c-mega-menu {
    top: 0 !important;
  }
}
/*---------- end mega menu css ----------*/
/*---------- header sticky css ----------*/
.c-header-sticky {
  z-index: -1;
  position: fixed;
  top: -52px;
  left: 0;
  right: 0;
  background: #fff;
  height: 52px;
  border-bottom: 1px solid #CECECE;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-header-sticky .c-logo {
  height: 51px;
  line-height: 48px;
  margin: 0 30px 0 0;
  float: left;
  padding-top: 0;
}
.c-header-sticky .c-logo:after {
  display: none;
}
.c-header-sticky .c-logo img {
  max-height: 30px;
}
.c-header-sticky .c-share-scroll {
  float: right;
  position: static;
  width: auto;
  margin-left: 0;
  padding-top: 7px;
}
.c-header-sticky .c-share-scroll > ul > li {
  float: left;
  margin-bottom: 0;
  margin-left: 10px;
}
.c-header-sticky .c-share-scroll > ul > li.li-line {
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.c-header-sticky .c-share-scroll > ul > li.li-line:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 9px;
  width: 1px;
  height: 15px;
  background-color: #CECECE;
}
.c-header-sticky .c-share-scroll > ul > li.li-line > a {
  border: 1px solid #CECECE;
  line-height: 30px;
  border-radius: 50%;
}

.c-sticky-cat {
  float: left;
  height: 50px;
  line-height: 48px;
  position: relative;
  z-index: 1;
  margin-right: 15px;
  padding-right: 15px;
}
.c-sticky-cat:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  width: 1px;
  height: 24px;
  top: 12px;
  background: #CECECE;
}
.c-sticky-cat a {
  font-weight: 700;
  color: #333;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

.c-sticky-title {
  float: left;
  height: 50px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
  max-width: calc(100% - 430px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-sticky-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}

.c-sticky-share > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-sticky-share > ul > li {
  margin-left: 12px;
}
.c-sticky-share > ul > li:first-child {
  margin-left: 0;
}
.c-sticky-share > ul > li > button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.c-sticky-share > ul > li > button:focus {
  outline: none;
}
.c-sticky-share > ul > li > a, .c-sticky-share > ul > li > button {
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: block;
}
.c-sticky-share > ul > li > a.is-font-link, .c-sticky-share > ul > li > button.is-font-link {
  background-color: #ececec;
  padding: 5px 12px;
  border-radius: 18px;
}
.c-sticky-share > ul > li > a .badge, .c-sticky-share > ul > li > button .badge {
  position: absolute;
  z-index: 2;
  top: -5px;
  right: -8px;
}
.c-sticky-share > ul > li > a .is-text, .c-sticky-share > ul > li > button .is-text {
  font-size: 12px;
  color: #555;
  margin-left: 5px;
}
.c-sticky-share > ul > li.active .c-font-box-horizontal {
  display: flex;
}

.c-font-box-horizontal {
  padding: 0 37px 0 15px;
  position: absolute;
  bottom: 51px;
  left: 0;
  right: 0;
  z-index: 200;
  flex-direction: row-reverse;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  background-color: #fff;
  display: none;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
}
.c-font-box-horizontal span {
  font-size: 12px;
  color: #555;
}
.c-font-box-horizontal span.plus, .c-font-box-horizontal span.minus, .c-font-box-horizontal span.font {
  cursor: pointer;
}
.c-font-box-horizontal__close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
}
.c-font-box-horizontal__close:focus {
  outline: none;
}

@media (min-width: 992px) {
  .c-header-sticky {
    transition: all 0.2s ease;
  }
  .c-header-sticky.has-fixed {
    top: 0;
    z-index: 200;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .c-sticky-cat a {
    transition: all 0.2s ease;
  }
  .c-sticky-cat a:hover {
    color: #6c757d;
  }
  .c-share-scroll .c-dropdown-menu {
    top: calc(100% + 9px);
  }
  .c-share-scroll .c-dropdown-menu:before {
    content: "";
    height: 10px;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 0;
    right: 0;
  }
  .c-share-scroll > ul > li {
    position: relative;
    z-index: 1;
  }
  .c-share-scroll > ul > li:hover > .c-dropdown-menu {
    display: block;
  }
  .c-sticky-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-sticky-title {
    max-width: calc(100% - 480px);
  }
  .c-sticky-cat a {
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  .c-header-sticky.is-mobile {
    transition: all 0.2s ease;
  }
  .c-header-sticky.is-mobile.has-fixed {
    top: auto;
    bottom: 0;
    z-index: 99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
  }
  .c-header-sticky.is-mobile .c-logo {
    margin: 0;
  }
  .c-header-sticky.is-mobile .c-sticky-cat {
    display: none;
  }
  .c-header-sticky.is-mobile .c-sticky-title {
    display: none;
  }
  .c-header-sticky.is-mobile .c-share-scroll {
    display: none;
  }
  .c-header-sticky.is-mobile .c-sticky-mobile {
    justify-content: flex-end;
  }
  .c-header-sticky.is-mobile .c-sticky-mobile__left {
    display: none;
  }
}
/*---------- end header sticky css ----------*/
/*---------- components css ----------*/
/*box*/
.c-box {
  margin-bottom: 25px;
}
.c-box:last-child {
  margin-bottom: 0;
}
.c-box .c-box__title {
  padding-bottom: 12px;
  border-top: 3px solid #E5E5E5;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.c-box .c-box__title:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #2bb673;
}
.c-box .c-box__title .c-box__title__name {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-family: "UTM Bebas";
  font-weight: 400;
  color: #333;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0;
}
.c-box .c-box__title .c-box__title__name [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-box .c-box__title .c-box__title__name a {
  color: #333;
  text-decoration: none;
}
.c-box .c-box__title a.c-box__title__name {
  color: #333;
  text-decoration: none;
}
.c-box .c-box__title .c-box__title__desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.c-box .c-box__title .c-box__title__desc:first-child {
  margin-top: 0;
}
.c-box .c-box__title .c-box__title__cat {
  overflow-y: hidden;
  overflow-x: auto;
  padding-top: 12px;
}
.c-box .c-box__title .c-box__title__cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-box .c-box__title .c-box__title__cat ul li {
  margin-right: 10px;
}
.c-box .c-box__title .c-box__title__cat ul li:last-child {
  margin-right: 0;
}
.c-box .c-box__title .c-box__title__cat ul li a {
  display: block;
  text-decoration: none;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.c-box .c-box__title .c-box__title__cat.scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.c-box .c-box__title .c-box__title__cat.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #2bb673;
}
.c-box .c-box__title .c-box__title__cat.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #2bb673;
  height: 6px;
  top: -8px;
}
.c-box .c-box__title .c-box__title__tabs {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  padding-top: 10px;
}
.c-box .c-box__title .c-box__title__tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.c-box .c-box__title .c-box__title__tabs ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.c-box .c-box__title .c-box__title__tabs ul li:after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -1px;
  background-color: #999;
  transform: rotate(8deg);
}
.c-box .c-box__title .c-box__title__tabs ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c-box .c-box__title .c-box__title__tabs ul li:last-child:after {
  display: none;
}
.c-box .c-box__title .c-box__title__tabs ul li h2, .c-box .c-box__title .c-box__title__tabs ul li .h2 {
  margin-bottom: 0;
}
.c-box .c-box__title .c-box__title__tabs ul li h3, .c-box .c-box__title .c-box__title__tabs ul li .h3 {
  margin-bottom: 0;
}
.c-box .c-box__title .c-box__title__tabs ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  padding-top: 2px;
}
.c-box .c-box__title .c-box__title__tabs ul li a [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-box .c-box__title .c-box__title__tabs ul li.active a {
  color: #2bb673;
}
.c-box .c-box__title .c-box__title__social {
  padding-top: 10px;
  display: none;
}
.c-box .c-box__title .c-box__title__social label {
  display: block;
  margin-bottom: 10px;
}
.c-box .c-box__title .c-box__title__social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.c-box .c-box__title .c-box__title__social a:last-child {
  margin-right: 0;
}
.c-box .c-box__pane {
  display: none;
}
.c-box .c-box__pane.is-current {
  display: block;
}
.c-box.is-center .c-box__title {
  text-align: center;
}
.c-box.is-border {
  padding: 15px;
  border: 1px solid #E5E5E5;
  position: relative;
  z-index: 1;
}
.c-box.is-border:has(.c-box__title) {
  border-top-width: 3px;
  border-top-color: #E5E5E5;
}
.c-box.is-border:has(.c-box__title):before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -3px;
  left: 15px;
  height: 3px;
  width: 50px;
  background-color: #2bb673;
}
.c-box.is-border:has(.c-box__title) .c-box__title {
  padding-top: 0;
  border-top: none;
  margin-top: -5px;
}
.c-box.is-border:has(.c-box__title) .c-box__title:before {
  display: none;
}
.c-box.is-border:has(.c-box__title).bg-primary-medium {
  border-top-color: #B9EDBA;
}
.c-box.is-border:has(.c-box__title).bg-primary-medium:before {
  left: 0;
}
.c-box.is-border:has(.c-box__title).is-border-radius-small {
  border-radius: 0 0 4px 4px;
}
.c-box.is-border.bg-primary-light {
  border-color: #B9EDBA;
}
.c-box.is-border.bg-primary-medium {
  border-color: #4F934F;
}
.c-box.is-border.bg-primary-medium .c-box__title .c-box__title__name {
  color: #fff;
}
.c-box.is-border.bg-primary-medium .c-box__title .c-box__title__name a {
  color: #fff;
}
.c-box.is-border.bg-primary-medium .c-box__title .c-box__title__desc {
  color: #fff;
}
.c-box.is-border.is-dotted {
  border-style: dotted;
}
.c-box.is-border.is-dashed {
  border-style: dashed;
}
.c-box.is-border-radius {
  border-radius: 10px;
}
.c-box.is-border-radius-small {
  border-radius: 4px;
}
.c-box.is-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
}
.c-box.is-margin-small {
  margin-bottom: 15px;
}
.c-box.is-margin-small:last-child {
  margin-bottom: 0;
}
.c-box.is-title-line-none .c-box__title {
  padding-top: 0;
  border-top: none;
}
.c-box.is-title-line-none .c-box__title:before {
  display: none;
}

/*end box*/
/*more*/
.c-more {
  text-align: center;
  padding: 5px 0;
}
.c-more a {
  display: inline-block;
  min-width: 124px;
  text-decoration: none;
  border: 1px solid #E5E5E5;
  padding: 8px 15px;
  text-align: center;
  color: #555;
  border-radius: 5px;
}

/*more*/
/*tags*/
.c-widget-tags {
  padding-left: 27px;
  position: relative;
  z-index: 1;
  min-height: 20px;
}
.c-widget-tags:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/icon20-tag.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.c-widget-tags h4, .c-widget-tags .h4 {
  margin: 0;
  line-height: 1.3;
}
.c-widget-tags a {
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  background-color: rgba(51, 51, 51, 0.2);
  color: rgba(51, 51, 51, 0.6);
  padding: 2px 10px;
  border-radius: 10px;
}
.c-widget-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-widget-tags ul li {
  margin: 0 4px 5px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.c-widget-tags ul li a {
  display: block;
}

/*end tags*/
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clockwiseReverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.c-story-backgrounds {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.c-story-backgrounds:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 60%);
}
.c-story-backgrounds figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.c-story-backgrounds figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -50%;
}
.c-story-backgrounds figure.c-story-backgrounds__clockwise img {
  animation-name: clockwise;
  animation-duration: 60s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-story-backgrounds figure.c-story-backgrounds__clockwise-reverse img {
  animation-name: clockwiseReverse;
  animation-duration: 60s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*template index*/
.c-template-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-template-index ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.c-template-index ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999;
  top: 9px;
  left: 0;
  position: absolute;
  border-radius: 100%;
}
.c-template-index ul li:last-child {
  margin-bottom: 0;
}
.c-template-index ul li a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}

/*end template index*/
@media (min-width: 768px) {
  .c-box {
    margin-bottom: 30px;
  }
  .c-box .c-box__title .c-box__title__name {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .c-box {
    margin-bottom: 35px;
  }
  .c-box .c-box__title {
    padding-bottom: 15px;
  }
  .c-box .c-box__title .c-box__title__name {
    font-size: 30px;
  }
  .c-box .c-box__title .c-box__title__name a {
    transition: all 0.2s ease;
  }
  .c-box .c-box__title .c-box__title__name a:hover {
    color: #2bb673;
  }
  .c-box .c-box__title a.c-box__title__name:hover {
    color: #2bb673;
  }
  .c-box .c-box__title .c-box__title__desc {
    font-size: 15px;
  }
  .c-box .c-box__title .c-box__title__cat ul li a {
    transition: all 0.2s ease;
  }
  .c-box .c-box__title .c-box__title__cat ul li a:hover {
    color: #2bb673;
  }
  .c-box .c-box__title .c-box__title__tabs {
    width: auto;
  }
  .c-box .c-box__title .c-box__title__tabs > ul > li {
    margin-right: 15px;
    padding-right: 15px;
  }
  .c-box .c-box__title.is-flex-pc {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
  }
  .c-box .c-box__title.is-flex-pc .c-box__title__name {
    margin-right: 15px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .c-box .c-box__title.is-flex-pc .c-box__title__desc {
    margin-top: 0;
  }
  .c-box .c-box__title.is-flex-pc .c-box__title__tabs {
    margin-top: -9px;
  }
  .l-sidebar .c-box .c-box__title .c-box__title__name {
    font-size: 26px;
  }
  .c-more a {
    transition: all 0.2s ease;
  }
  .c-more a:hover {
    background-color: #2bb673;
    color: #fff;
    border-color: #2bb673;
  }
  .c-widget-tags a {
    transition: all 0.2s ease;
  }
  .c-widget-tags a:hover {
    background-color: #2bb673;
    color: #fff;
    border-color: #2bb673;
  }
  .c-template-index ul li a {
    transition: all 0.2s ease;
  }
  .c-template-index ul li a:hover {
    color: #2bb673;
  }
}
@media (min-width: 1200px) {
  .c-box .c-box__title.is-flex-pc .c-box__title__name {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .c-box .c-box__title .c-box__title__cat {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-box .c-box__title .c-box__title__cat::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .c-story-backgrounds figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-story-backgrounds figure img {
    height: 100%;
    top: 0;
    margin-top: 0;
    width: auto;
    position: static;
  }
}
/*---------- end components css ----------*/
/*---------- ring css ----------*/
.ring-container {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}
.ring-container .circle {
  width: 6px;
  height: 6px;
  background-color: #ED1C24;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
}
.ring-container .ringring {
  border: 3px solid #ED1C24;
  -webkit-border-radius: 30px;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

.c-live-action {
  vertical-align: middle;
  display: inline-flex;
  border: 1px solid rgba(220, 53, 69, 0.7);
  padding: 2px 4px 0 1px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-right: 5px;
  flex-direction: row;
  align-items: center;
  color: #dc3545;
  text-transform: uppercase;
  border-radius: 4px;
}
.c-live-action .ring-container {
  margin-top: -1px;
  margin-right: 1px;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*---------- end ring css ----------*/
/*---------- template slider css ----------*/
.c-template-dots .owl-carousel {
  position: relative;
  z-index: 1;
}
.c-template-dots .owl-carousel .owl-dots {
  padding-top: 20px;
  text-align: center;
}
.c-template-dots .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  background-color: #999;
  width: 30px;
  height: 3px;
  margin: 0 6px 5px;
}
.c-template-dots .owl-carousel .owl-dots .owl-dot.active {
  background-color: #2bb673;
}

.c-template-button .owl-carousel {
  position: relative;
  z-index: 1;
}
.c-template-button .owl-carousel .owl-nav .owl-next, .c-template-button .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 36px;
  height: 36px;
  background-color: #007bff;
  border: none;
  margin-top: -18px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.c-template-button .owl-carousel .owl-nav .owl-next:focus, .c-template-button .owl-carousel .owl-nav .owl-prev:focus {
  outline: none;
}
.c-template-button .owl-carousel .owl-nav .owl-next.disabled, .c-template-button .owl-carousel .owl-nav .owl-prev.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.c-template-button .owl-carousel .owl-nav .owl-next {
  right: 10px;
  background-image: url("../images/icons/icon24-right-white.svg");
}
.c-template-button .owl-carousel .owl-nav .owl-prev {
  left: 10px;
  background-image: url("../images/icons/icon24-left-white.svg");
}

@media (min-width: 992px) {
  .c-template-button .owl-carousel .owl-nav .owl-prev, .c-template-button .owl-carousel .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
}
@media (max-width: 767px) {
  .c-slider-over-mobile {
    overflow: hidden;
    margin-right: -15px;
  }
  .c-slider-over-mobile .c-template-slider {
    margin-right: -40%;
  }
}
/*---------- end slider css ----------*/
/*---------- slider css ----------*/
.c-slider-button {
  position: relative;
  z-index: 1;
}
.c-slider-button .owl-carousel .owl-nav {
  position: absolute;
  z-index: 3;
  top: -37px;
  right: 0;
}
.c-slider-button .owl-carousel .owl-nav .owl-prev, .c-slider-button .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  border: 1px solid #999;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-radius: 50%;
}
.c-slider-button .owl-carousel .owl-nav .owl-prev.disabled, .c-slider-button .owl-carousel .owl-nav .owl-next.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.c-slider-button .owl-carousel .owl-nav .owl-prev {
  background-image: url("../images/slider-prev.svg");
}
.c-slider-button .owl-carousel .owl-nav .owl-next {
  background-image: url("../images/slider-next.svg");
}

.bg-box .c-slider-button .owl-carousel .owl-nav {
  top: -58px;
  right: -15px;
}

.c-slider-dots .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.c-slider-dots .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border: 1px solid #999;
  margin: 0 5px 5px;
  border-radius: 50%;
}
.c-slider-dots .owl-carousel .owl-dots .owl-dot.active {
  background-color: #dc3545;
}

.c-box.is-box .c-slider-button .owl-carousel .owl-nav {
  top: -50px;
}

@media (min-width: 992px) {
  .c-slider-button .owl-carousel .owl-nav {
    top: -42px;
  }
}
@media (min-width: 1200px) {
  .bg-box .c-slider-button .owl-carousel .owl-nav {
    top: -72px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .c-slider-over-mobile {
    overflow: hidden;
    margin-right: -15px;
  }
  .c-slider-over-mobile .c-ocop-slider {
    margin-right: -40%;
  }
  .c-slider-over-mobile .c-slider-dots .owl-carousel .owl-dots {
    padding-right: 30%;
  }
}
/*---------- end slider css ----------*/
/*---------- banner css ----------*/
.c-header-banner {
  background-color: #F5F5F5;
}

.c-banner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-banner .c-banner-item:last-child {
  margin-bottom: 0;
}

.c-banner-item {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.c-banner-item:last-child {
  margin-bottom: 0;
}
.c-banner-item__inner {
  position: relative;
}
.c-banner-item__box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-banner-item img {
  width: 100%;
  height: auto;
}
.c-banner-item.is-160 {
  max-width: 160px;
}
.c-banner-item.is-160x600 {
  max-width: 160px;
}
.c-banner-item.is-160x600 .c-banner-item__inner {
  padding-top: 375%;
}
.c-banner-item.is-160x600 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300 {
  max-width: 300px;
}
.c-banner-item.is-300x50 {
  max-width: 300px;
}
.c-banner-item.is-300x50 .c-banner-item__inner {
  padding-top: 16.6666666667%;
}
.c-banner-item.is-300x50 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x60 {
  max-width: 300px;
}
.c-banner-item.is-300x60 .c-banner-item__inner {
  padding-top: 20%;
}
.c-banner-item.is-300x60 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x90 {
  max-width: 300px;
}
.c-banner-item.is-300x90 .c-banner-item__inner {
  padding-top: 30%;
}
.c-banner-item.is-300x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x100 {
  max-width: 300px;
}
.c-banner-item.is-300x100 .c-banner-item__inner {
  padding-top: 33.3333333333%;
}
.c-banner-item.is-300x100 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x200 {
  max-width: 300px;
}
.c-banner-item.is-300x200 .c-banner-item__inner {
  padding-top: 66.6666666667%;
}
.c-banner-item.is-300x200 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x250 {
  max-width: 300px;
}
.c-banner-item.is-300x250 .c-banner-item__inner {
  padding-top: 83.3333333333%;
}
.c-banner-item.is-300x250 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x600 {
  max-width: 300px;
}
.c-banner-item.is-300x600 .c-banner-item__inner {
  padding-top: 200%;
}
.c-banner-item.is-300x600 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-320 {
  max-width: 320px;
}
.c-banner-item.is-320x50 {
  max-width: 320px;
}
.c-banner-item.is-320x50 .c-banner-item__inner {
  padding-top: 15.625%;
}
.c-banner-item.is-320x50 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-468 {
  max-width: 468px;
}
.c-banner-item.is-468x60 {
  max-width: 468px;
}
.c-banner-item.is-468x60 .c-banner-item__inner {
  padding-top: 12.8205128205%;
}
.c-banner-item.is-468x60 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-468x90 {
  max-width: 468px;
}
.c-banner-item.is-468x90 .c-banner-item__inner {
  padding-top: 19.2307692308%;
}
.c-banner-item.is-468x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-580 {
  max-width: 580px;
}
.c-banner-item.is-728 {
  max-width: 728px;
}
.c-banner-item.is-728x90 {
  max-width: 728px;
}
.c-banner-item.is-728x90 .c-banner-item__inner {
  padding-top: 12.3626373626%;
}
.c-banner-item.is-728x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-960 {
  max-width: 960px;
}
.c-banner-item.is-960x90 {
  max-width: 960px;
}
.c-banner-item.is-960x90 .c-banner-item__inner {
  padding-top: 9.375%;
}
.c-banner-item.is-960x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-970 {
  max-width: 970px;
}
.c-banner-item.is-970x90 {
  max-width: 970px;
}
.c-banner-item.is-970x90 .c-banner-item__inner {
  padding-top: 9.2783505155%;
}
.c-banner-item.is-970x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-980 {
  max-width: 980px;
}
.c-banner-item.is-980x90 {
  max-width: 980px;
}
.c-banner-item.is-980x90 .c-banner-item__inner {
  padding-top: 9.1836734694%;
}
.c-banner-item.is-980x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-1920x250 {
  max-width: 1920px;
}
.c-banner-item.is-1920x250 .c-banner-item__inner {
  padding-top: 13.0208333333%;
}
.c-banner-item.is-1920x250 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-custom-size {
  text-align: center;
}
.c-banner-item.is-custom-size img {
  width: auto;
  max-width: 100%;
}

.c-banner-center > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-banner-center > ul > li {
  padding-bottom: 20px;
}
.c-banner-center > ul > li:last-child {
  padding-bottom: 0;
}
.c-banner-center.is-margin-bottom {
  margin-bottom: 20px;
}
.c-banner-center.is-margin-bottom:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-banner-center > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-banner-center > ul > li {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .c-banner-center > ul > li:last-child {
    padding-bottom: 20px;
  }
  .c-banner-center.is-margin-bottom {
    margin-bottom: 25px;
  }
  .c-banner-center.is-margin-bottom:has(li) {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .c-header-banner .c-banner {
    max-width: 1920px;
    margin: 0 auto;
  }
  .c-banner-center.is-margin-bottom {
    margin-bottom: 30px;
  }
  .c-banner-center.is-margin-bottom:has(li) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .c-banner-center > ul {
    margin: 0 -15px;
  }
  .c-banner-center > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------- end banner css ----------*/
/*---------- banner section css ----------*/
.c-banner-section:first-child {
  margin-top: 0 !important;
}
.c-banner-section:last-child {
  margin-bottom: 0 !important;
}
.c-banner-section__title {
  text-align: center;
  font-size: 11px;
  color: #999;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  display: none;
  padding: 5px 0;
}
.c-banner-section__title span {
  color: #333;
  margin-right: 4px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.c-banner-section__title span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #999;
  position: absolute;
  z-index: -1;
  left: -3px;
  top: -1px;
}
.c-banner-section__content {
  text-align: center;
}
.c-banner-section__content > * {
  margin-left: auto;
  margin-right: auto;
}
.c-banner-section__content .c-banner-item {
  margin-left: auto;
  margin-right: auto;
}
.c-banner-section__content a {
  display: block;
  text-align: center;
}
.c-banner-section__content img {
  max-width: 100%;
  display: inline;
}
.c-banner-section:has(img), .c-banner-section:has(iframe:not([height="0"])) {
  background-color: #F5F5F5;
  margin-bottom: 20px;
  margin-top: 20px;
}
.c-banner-section:has(img) .c-banner-section__title, .c-banner-section:has(iframe:not([height="0"])) .c-banner-section__title {
  display: block;
}
.c-banner-section:has(iframe[height="1"]) {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}
.c-banner-section:has(iframe[height="1"]) .c-banner-section__title {
  display: none;
}
.c-banner-section:has(iframe[style="height: 1px !important; max-height: 1px !important; max-width: 1px !important; width: 1px !important;"]) {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}
.c-banner-section:has(iframe[style="height: 1px !important; max-height: 1px !important; max-width: 1px !important; width: 1px !important;"]) .c-banner-section__title {
  display: none;
}

.entry:not(.longform) .c-banner-section .c-banner-section__title {
  padding: 5px 0;
}

@media (max-width: 991px) {
  .c-banner-section {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*---------- end banner section css ----------*/
/*---------- banner over css ----------*/
.c-banner-over {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
  display: none;
}
.c-banner-over__close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.c-banner-over__close span {
  font-weight: 700;
  margin-right: 4px;
}
.c-banner-over__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-banner-over__content > * {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.c-banner-over__content > iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.c-banner-over__content > a {
  width: 100%;
}
.c-banner-over__content a {
  display: block;
}
.c-banner-over__content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-banner-over:has(img), .c-banner-over:has(iframe:not([height="0"])) {
  display: block;
}

/*---------- end banner over css ----------*/
/*---------- banner bottom css ----------*/
.c-banner-bottom-fixed {
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.2s ease;
}
.c-banner-bottom-fixed.h-show-mobile {
  display: flex;
}
.c-banner-bottom-fixed.is-mobile {
  display: flex;
}
.c-banner-bottom-fixed__inner {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
  position: relative;
}
.c-banner-bottom-fixed__content {
  max-width: 100%;
}
.c-banner-bottom-fixed__content .c-banner-item {
  margin-bottom: 0;
}
.c-banner-bottom-fixed__close {
  position: absolute;
  z-index: 2;
  top: -24px;
  right: 0;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 5px;
  min-width: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.c-banner-bottom-fixed__close span {
  font-weight: 700;
}
.c-banner-bottom-fixed:has(img) .c-banner-bottom-fixed__close, .c-banner-bottom-fixed:has(iframe:not([height="0"])) .c-banner-bottom-fixed__close {
  display: block;
}

@media (min-width: 768px) {
  .c-banner-bottom-fixed.h-show-mobile {
    display: none;
  }
  .c-banner-bottom-fixed.is-mobile {
    display: none;
  }
  .c-banner-bottom-fixed.h-show-pc {
    display: flex;
    height: auto;
    z-index: 96;
  }
  .c-banner-bottom-fixed.is-pc {
    display: flex;
    height: auto;
    z-index: 96;
  }
}
@media (min-width: 992px) {
  .c-banner-bottom-fixed .c-banner-item.is-custom-size {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  body:has(.c-header-sticky.is-mobile.has-fixed) .c-banner-bottom-fixed {
    bottom: 52px;
  }
}
@media (max-width: 767px) {
  .c-banner-bottom-fixed.is-pc {
    display: none;
  }
  .c-banner-bottom-fixed.h-show-mobile .c-banner-bottom-fixed__inner {
    background-color: #fff;
    width: 100%;
  }
  .c-banner-bottom-fixed.is-mobile .c-banner-bottom-fixed__inner {
    background-color: #fff;
    width: 100%;
  }
  .c-banner-bottom-fixed .c-banner-item {
    overflow: hidden;
  }
}
/*---------- end banner bottom css ----------*/
/*---------- banner after header css ----------*/
@media (max-width: 767px) {
  .c-banner-after-header {
    position: relative;
    z-index: 4;
    background-color: #fff;
  }
}
/*---------- end banner after header css ----------*/
/*---------- banner inpage css ----------*/
.c-banner-inpage {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-banner-inpage .oneads {
  text-align: center;
}

@media (min-width: 768px) {
  .c-news-detail .c-banner-inpage {
    height: 1px !important;
    max-height: 1px !important;
    overflow: hidden !important;
    visibility: hidden !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .entry .c-content-inpage {
    height: 1px !important;
    overflow: hidden;
    visibility: hidden !important;
  }
  .entry .c-banner-inpage-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .entry .c-content-before {
    background: #fcfaf6;
    position: relative;
    z-index: 3;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry .c-content-after {
    background: #fcfaf6;
    position: relative;
    z-index: 3;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry .c-content-inpage {
    position: relative;
    z-index: -1;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry .c-content-inpage.active {
    height: 667px;
  }
  .entry .c-content-inpage > * {
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .entry .c-content-inpage iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: none;
  }
  .entry .c-content-inpage img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .entry .c-content-inpage .oneads {
    text-align: center;
  }
  .entry .c-banner-inpage-close {
    width: 24px;
    height: 24px;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial !important;
    padding: 5px 10px;
    background-color: #2bb673;
    background-image: url("../images/icons/icon24-close-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 0 0 0 6px;
    visibility: hidden;
  }
  .entry .c-banner-inpage-close.is-show {
    visibility: visible;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .c-banner-inpage.active {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-banner-inpage.active > * {
    width: 100%;
    max-height: 100%;
  }
  .c-banner-inpage.active iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: none;
  }
  .c-banner-inpage.active img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-banner-inpage.is-show {
    visibility: visible;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  body:has(.c-banner-inpage) .c-detail-head {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
    min-height: 15px;
  }
  body:has(.c-banner-inpage) .c-detail-head:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-news-detail .b-maincontent .desc {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-news-detail .b-maincontent .desc:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-tabs .c-online-tabs__title {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-tabs .c-online-tabs__title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-order {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-order:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -10px;
    background-color: #fcfaf6;
  }
  body:has(.c-header-sticky.is-mobile.has-fixed) .c-banner-inpage.active {
    bottom: 52px;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  body:has(.c-banner-inpage) .l-content.bg-detail {
    overflow: hidden;
  }
  body:has(.c-banner-inpage) .l-content.bg-detail .c-detail-head:before {
    left: -84px;
    right: -84px;
  }
  body:has(.c-banner-inpage) .l-content.bg-detail .entry .c-content-before:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -84px;
    right: -84px;
    background: #fcfaf6;
  }
  body:has(.c-banner-inpage) .l-content.bg-detail .entry .c-content-after:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -84px;
    right: -84px;
    background: #fcfaf6;
  }
}
/*---------- end banner inpage css ----------*/
/*---------- banner background css ----------*/
.c-banner-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: hidden;
}
.c-banner-bg__img {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c-banner-bg__img img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-banner-bg > a {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c-banner-bg > a img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-banner-bg iframe {
  width: 100%;
  height: 100%;
}
.c-banner-bg.is-dark {
  background-color: #000;
}
.c-banner-bg.is-frame {
  background-color: #F5F5F5;
}

@media (min-width: 1200px) {
  .b-background .c-header-banner {
    display: none !important;
  }
  .b-background .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)) {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
    width: 1240px;
  }
  .b-background .c-container-wrapper:has(.l-nav) {
    position: relative;
    z-index: 5;
  }
  .b-background .c-container-wrapper:has(.l-footer) {
    position: relative;
    z-index: 5;
  }
  .b-background .c-banner-center {
    position: relative;
    z-index: 2;
  }
  .b-background .c-banner-center.is-head {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .b-background .c-banner-center.is-foot {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .b-background .c-header-space {
    height: 250px;
  }
  .b-background .c-banner-bg {
    display: block;
  }
  .b-background .c-footer-space {
    height: 250px;
  }
  .b-background .l-footer {
    background-color: #fff;
  }
  .b-background .c-footer-line {
    display: none;
  }
}
/*---------- end banner background css ----------*/
/*---------- weather css ----------*/
#widget-weather {
  display: block;
  position: relative;
  width: 300px;
  min-width: 300px;
  height: 30px;
  line-height: 30px;
}

#widget-weather.expanded .current-city {
  list-style: none;
  margin: 0;
  padding: 0;
}

#widget-weather.expanded .current-city i,
#widget-weather.expanded .current-city:hover i {
  transform: rotate(180deg) scale(1);
  font-size: 13px;
  margin-left: 8px;
}

#widget-weather.expanded .filter {
  display: block;
}

#widget-weather .current-city {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
}

#widget-weather .current-city:hover i {
  transform: scale(1);
  font-size: 13px;
  margin-left: 8px;
}

#widget-weather .current-city li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  text-align: right;
  color: #aaa;
}

#widget-weather .current-city img {
  height: 30px;
  width: auto;
  margin-left: 5px;
}

#widget-weather .current-city em {
  font-style: normal;
  color: #000;
}

#widget-weather .current-city span {
  color: #000;
}

#widget-weather .current-city strong {
  display: inline-block;
  margin-right: 5px;
  color: #000;
}

#widget-weather .current-city i {
  font-size: 0;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transform: scale(0);
}

#widget-weather .current-city:hover strong {
  color: #2bb673;
}

#widget-weather .filter {
  display: none;
  position: absolute;
  z-index: 9;
  top: calc(100% + 7px);
  right: 0;
  border-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  min-width: 265px;
  max-height: 400px;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

#widget-weather .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#widget-weather .filter input {
  background-color: #e8e8e8;
  padding: 6px 10px;
  width: 100%;
  border: none;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#widget-weather .filter input:focus {
  outline: none;
}

#widget-weather .filter .city-list {
  width: 100%;
  overflow-y: auto;
  max-height: 355px;
}

#widget-weather .filter .city-list .choosed-city,
#widget-weather .filter .city-list .others-city {
  padding: 11px 0;
}

#widget-weather .filter .city-list .choosed-city p,
#widget-weather .filter .city-list .others-city p {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #797979;
  padding: 0 10px;
  margin: 0;
}

#widget-weather .filter .city-list .choosed-city ul li,
#widget-weather .filter .city-list .others-city ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

#widget-weather .filter .city-list .choosed-city ul li span,
#widget-weather .filter .city-list .others-city ul li span {
  display: flex;
  font-family: Arial;
  font-size: 12px;
  color: #444444;
}

#widget-weather .filter .city-list .choosed-city ul li span img,
#widget-weather .filter .city-list .others-city ul li span img {
  height: 30px;
  margin-left: 7px;
}

#widget-weather .filter .city-list .others-city ul li {
  cursor: pointer;
}

#widget-weather .filter .city-list .others-city ul li:hover {
  background-color: #e8e8e8;
}

#widget-weather .filter .city-list .others-city ul li:last-child {
  border-bottom: none;
}

#widget-weather .filter .city-list .others-city .no-result {
  font-family: Arial;
  font-size: 12px;
  color: #797979;
  padding: 10px;
  text-align: center;
  font-style: italic;
}

@media (max-width: 1199.98px) {
  #widget-weather .current-city i {
    font-size: 13px;
    transform: scale(1);
    margin-left: 8px;
  }
}
.ti-arrow-circle-down {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
  line-height: 0;
  border: 1px solid #CECECE;
  border-radius: 50%;
}
.ti-arrow-circle-down:after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../images/icons/icon8-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.c-weather-widget {
  background-color: #F7F7F7;
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
.c-weather-widget__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.c-weather-widget .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c-weather-widget__time {
  color: #555;
  font-size: 12px;
}
.c-weather-widget__time b {
  color: #000;
}
.c-weather-widget__time p {
  margin-bottom: 0 !important;
}
.c-weather-widget__location {
  font-size: 12px;
}
.c-weather-widget__location img {
  height: 20px;
  width: auto;
  margin-left: 5px;
}
.c-weather-widget__location em {
  font-style: normal;
  color: #000;
}
.c-weather-widget__location span {
  color: #000;
}
.c-weather-widget__location strong {
  display: inline-block;
  margin-right: 5px;
  color: #000;
}

/*---------- end weather css ----------*/
/*---------- weather component css ----------*/
/*---------- weather component content css ----------*/
.flexbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.no-flexbox {
  display: inherit;
}

.weather-page .content-flexbox {
  display: flex;
  justify-content: space-between;
}

.weather-page__left {
  width: 626px;
}

.weather-page__right {
  width: 450px;
  padding-bottom: 25px;
}

.weather-page .source {
  text-align: right;
  color: #9f9f9f;
  font-size: 14px;
  margin-top: 10px;
}

.weather-page .flex {
  display: flex;
  flex-wrap: wrap;
}

.weather-page .space-between {
  justify-content: space-between;
}

.weather-page .align-center {
  align-items: center;
}

.weather-page .mb40 {
  margin-bottom: 40px;
}

.weather-page [class*=grid__] {
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  position: relative;
}

.weather-page .grid {
  display: grid;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.weather-page .grid__1 {
  grid-template-columns: repeat(1, 1fr);
}

.weather-page .grid__2 {
  grid-template-columns: repeat(2, 1fr);
}

.weather-page .grid__3 {
  grid-template-columns: repeat(3, 1fr);
}

.weather-page .color-gray-1 {
  color: #4f4f4f;
}

.weather-page .color-gray-2 {
  color: #757575;
}

.weather-page .ic {
  fill: currentColor;
}

.weather-page .btn-on-off .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-left: 4px;
}

.weather-page .btn-on-off .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(120, 120, 128, 0.16);
  transition: 0.4s;
}

.weather-page .btn-on-off .switch .slider.round {
  border-radius: 34px;
}

.weather-page .btn-on-off .switch .slider.round::before {
  border-radius: 50%;
}

.weather-page .btn-on-off .switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 25px;
  left: 2px;
  top: 2px;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.weather-page .btn-on-off .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.weather-page .btn-on-off .switch input:checked + .slider {
  background-color: #c92a57;
}

.weather-page .btn-on-off .switch input:checked + .slider::before {
  transform: translateX(21px);
}

.weather-page .wrap-titile-area .txt-area {
  font-size: 28px;
}

.weather-page .wrap-titile-area .name-area .location {
  font: 300 28px "Merriweather", serif;
  margin-left: 16px;
}

.weather-page .wrap-titile-area .name-area .sub-area {
  width: 360px;
  padding: 20px 15px;
}

.weather-page .wrap-titile-area .name-area .sub-area .head {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px 20px 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4f4f4f;
}

.weather-page .wrap-titile-area .name-area .sub-area .head .title {
  display: flex;
  align-items: center;
}

.weather-page .wrap-titile-area .name-area .sub-area .head .title .ic-weather {
  width: 24px;
  height: 24px;
  fill: #9f9f9f;
}

.weather-page .wrap-titile-area .name-area .sub-area .head .title .note-location {
  color: #9f9f9f;
  font-size: 12px;
  margin-top: 8px;
}

.weather-page .wrap-titile-area .name-area .sub-area .search {
  position: relative;
  margin-bottom: 10px;
}

.weather-page .wrap-titile-area .name-area .sub-area .search button {
  position: absolute;
  width: 35px;
  height: 40px;
  background: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .search button svg {
  width: 20px;
  height: 20px;
  fill: #9f9f9f;
}

.weather-page .wrap-titile-area .name-area .sub-area .search input {
  float: none;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding-left: 32px;
}

.weather-page .wrap-titile-area .name-area .sub-area .scroll-height {
  max-height: 190px;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 8px;
  padding: 6px 16px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .location {
  font: 400 14px Arial;
  color: #4f4f4f;
  padding: 0;
  margin: 0;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a {
  background: #ffffff;
  border-radius: 8px;
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 6px;
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a:hover,
.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a.active {
  background: #757575;
  color: #fff;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option a span + svg {
  margin-left: 4px;
  margin-right: 0;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress .option .default {
  display: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active .option {
  opacity: 1;
  visibility: visible;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active .option a {
  display: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active .option .default {
  display: flex;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover a {
  display: flex;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover .default {
  display: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover .default-check {
  background: #757575;
  color: #fff;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover .default-check svg {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.03212 13.9072L3.56056 10.0017C3.28538 9.69214 2.81132 9.66425 2.50174 9.93944C2.19215 10.2146 2.16426 10.6887 2.43945 10.9983L6.43945 15.4983C6.72614 15.8208 7.2252 15.8355 7.53034 15.5303L18.0303 5.03033C18.3232 4.73744 18.3232 4.26256 18.0303 3.96967C17.7374 3.67678 17.2626 3.67678 16.9697 3.96967L7.03212 13.9072Z' fill='white'/%3e%3c/svg%3e");
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress.active:hover .default-check svg use {
  display: none;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress:hover {
  background: #efefef;
}

.weather-page .wrap-titile-area .name-area .sub-area .list-address .adrress:hover .option {
  opacity: 1;
  visibility: visible;
}

.weather-page .wrap-titile-area .name-area .news-area {
  overflow: hidden;
}

.weather-page .wrap-titile-area .name-area .news-area:hover {
  overflow: visible;
}

.weather-page .box-placeholder .placeholder {
  background-color: #444;
  opacity: 0.1;
  animation: fading 1.5s infinite;
}

.weather-page .box-info-weather {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.weather-page .box-info-weather.flexbox {
  align-items: end;
}

.weather-page .box-info-weather .tit-item {
  font: bold 16px "Merriweather", serif;
}

.weather-page .box-info-weather__left {
  width: 50%;
}

.weather-page .box-info-weather__right {
  width: 50%;
}

.weather-page .weather-day {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 19px;
}

.weather-page .weather-day .ic-weather {
  width: 64px;
  height: 64px;
}

.weather-page .weather-day .big-temp {
  font: 400 48px "Merriweather", serif;
  font-feature-settings: "pnum" on, "lnum" on;
}

.weather-page .weather-day .big-temp sup {
  font-family: Arial;
  font-size: 30px;
}

.weather-page .weather-day .name {
  width: 100%;
  font: 400 20px "Merriweather", serif;
  margin-top: 8px;
}

.weather-page .tab-date {
  display: flex;
}

.weather-page .tab-date a {
  background: #efefef;
  border-radius: 8px;
  color: #757575;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 16px;
  margin-right: 8px;
  line-height: 1;
}

.weather-page .tab-date a:last-child {
  margin-right: 0;
}

.weather-page .tab-date a.active,
.weather-page .tab-date a:hover {
  background: #757575;
  color: #fff;
}

.weather-page .note-status {
  font-size: 12px;
  color: #757575;
  display: flex;
}

.weather-page .note-status span {
  margin-right: 16px;
  position: relative;
  padding-left: 14px;
}

.weather-page .note-status span::before {
  content: "";
  background: #8e7bff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.weather-page .note-status span:last-child {
  margin-right: 0;
}

.weather-page .note-status span.top::before {
  background: #ff0000;
}

.weather-page .map-weather {
  position: relative;
}

.weather-page .heat-level {
  display: flex;
  justify-content: center;
  margin: 15px 0 20px 0;
}

.weather-page .heat-level div {
  width: 35px;
  height: 15px;
  position: relative;
}

.weather-page .heat-level div span {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #757575;
  left: -8px;
  text-align: center;
  line-height: 1.2;
}

.weather-page .heat-level div:first-child {
  border-radius: 4px 0 0 4px;
}

.weather-page .heat-level div:last-child {
  border-radius: 0 4px 4px 0;
}

.weather-page .heat-level .c-color-1 {
  background: linear-gradient(to right, #dc91e9, #8685ef);
}

.weather-page .heat-level .c-color-2 {
  background: linear-gradient(to right, #8685ef, #8bb6e9);
}

.weather-page .heat-level .c-color-3 {
  background: linear-gradient(to right, #8bb6e9, #86e6e6);
}

.weather-page .heat-level .c-color-4 {
  background: linear-gradient(to right, #86e6e6, #bbfc86);
}

.weather-page .heat-level .c-color-5 {
  background: linear-gradient(to right, #bbfc86, #f7f67f);
}

.weather-page .heat-level .c-color-6 {
  background: linear-gradient(to right, #f7f67f, #fcc640);
}

.weather-page .heat-level .c-color-7 {
  background: linear-gradient(to right, #fcc640, #df965a);
}

.weather-page .heat-level .c-color-8 {
  background: linear-gradient(to right, #df965a, #e86447);
}

.weather-page .heat-level .c-color-9 {
  background: linear-gradient(to right, #e86447, #9a2423);
}

.weather-page .heat-level .c-color-10 {
  background: linear-gradient(to right, #9a2423, #400f0f);
}

.weather-page .heat-level .c-color-11 {
  background: #400f0f;
}

.weather-page .tip-weather {
  background: #fff;
  width: 350px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  padding: 16px;
  border-radius: 8px;
  line-height: 1.5;
}

.weather-page .tip-weather .location {
  font: bold 20px "Merriweather", serif;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.weather-page .tip-weather .location svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.weather-page .tip-weather .weather-day {
  margin-bottom: 15px;
}

.weather-page .tip-weather .weather-day .ic-weather {
  width: 40px;
  height: 40px;
}

.weather-page .tip-weather .weather-day .big-temp {
  font-size: 32px;
}

.weather-page .tip-weather .weather-day .big-temp sup {
  font-size: 20px;
}

.weather-page .tip-weather .flex {
  align-items: end;
}

.weather-page .tip-weather .mb40 {
  margin-bottom: 15px;
}

.weather-page .quality-1 {
  color: #24a148;
}

.weather-page .quality-2 {
  color: #c6990c;
}

.weather-page .quality-3 {
  color: #e0782f;
}

.weather-page .quality-4 {
  color: #dc4e55;
}

.weather-page .quality-5 {
  color: #a44ec9;
}

.weather-page .quality-6 {
  color: #c04488;
}

.weather-page .weather-tooltip {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: -15px;
  display: inline-block;
}

.weather-page .weather-tooltip.mb40 {
  margin-bottom: 15px;
}

.weather-page .weather-tooltip .ic-help {
  fill: #bdbdbd;
  vertical-align: text-bottom;
}

.weather-page .weather-tooltip .box-info-hover {
  font-family: Arial;
  line-height: 1.5;
  white-space: normal;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  padding: 16px;
  background: #ffffff;
  width: 300px;
  text-align: left;
  border-radius: 8px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.2));
  display: none;
}

.weather-page .weather-tooltip .box-info-hover .title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 18px;
  color: #222;
}

.weather-page .weather-tooltip .box-info-hover .title .header_tooltip {
  display: flex;
  align-items: center;
}

.weather-page .weather-tooltip .box-info-hover .title svg {
  width: 24px;
  height: 24px;
  fill: #9f9f9f;
  margin-right: 10px;
}

.weather-page .weather-tooltip .box-info-hover p {
  margin-bottom: 15px;
}

.weather-page .weather-tooltip .box-info-hover p:last-child {
  margin-bottom: 0;
}

.weather-page .weather-tooltip .box-info-hover .lbl {
  font-weight: 700;
  font-size: 16px;
}

.weather-page .weather-tooltip .box-info-hover .quality-1 {
  background: rgba(36, 161, 72, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-2 {
  background: rgba(198, 153, 12, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-3 {
  background: rgba(224, 120, 47, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-4 {
  background: rgba(220, 78, 85, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-5 {
  background: rgba(164, 78, 201, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .quality-6 {
  background: rgba(192, 68, 136, 0.1);
}

.weather-page .weather-tooltip .box-info-hover .chat-luong [class*=quality-] {
  text-align: center;
  font-size: 12px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.weather-page .weather-tooltip .box-info-hover .chat-luong [class*=quality-] * {
  width: 100%;
}

.weather-page .weather-tooltip:hover .box-info-hover {
  top: 30px;
  opacity: 1;
  visibility: visible;
  display: block;
}

.weather-page .chi-so .item {
  padding: 12px 16px;
  margin-bottom: 8px;
}

.weather-page .chi-so .item .lbl.flex {
  justify-content: space-between;
}

.weather-page .scroll-height {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #e5e5e5 #fff;
  scrollbar-width: thin;
}

.weather-page .scroll-height::-webkit-scrollbar {
  width: 4px;
}

.weather-page .scroll-height::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  width: 4px;
  border-radius: 10px;
}

.weather-page #chart_by_hour_icons,
.weather-page #chart_by_day_icons {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.weather-page #chart_by_day_icons {
  padding: 0 40px;
}

.weather-page #chart_by_hour_icons svg,
.weather-page #chart_by_day_icons svg {
  width: 25px;
  height: 25px;
}

.weather-page .map-weather-reset-zoom {
  position: absolute;
  right: 10px;
  top: 72px;
  z-index: 2;
  background: #f7f7f7;
  display: none;
}

.weather-page .map-weather-reset-zoom a {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px;
}

.weather-page .map-weather-reset-zoom svg {
  padding-top: 3px;
  fill: #000;
}

.weather-page .map_tooltip {
  background: #fff;
  padding: 15px;
  border: 1px solid #f5f0f0;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Merriweather", sans-serif;
  font-feature-settings: "pnum" on, "lnum" on;
}

.weather-page .map_tooltip_time {
  font-weight: bold;
  margin-bottom: 5px;
}

.weather-page .map_tooltip_temp {
  margin-bottom: 5px;
  font-size: 32px;
}

.weather-page .map_tooltip_temp span {
  margin-bottom: 5px;
  font-size: 14px;
}

.weather-page span.header_tooltip {
  display: flex;
  align-items: center;
}

.weather-page span.weather-day-current {
  color: #9f9f9f;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.power-cut-schedule .flex {
  display: flex;
  flex-wrap: wrap;
}

.power-cut-schedule .space-between {
  justify-content: space-between;
}

.power-cut-schedule .align-center {
  align-items: center;
}

.power-cut-schedule .wrap-titile-area .name-area .location {
  font: 300 28px "Merriweather", serif;
  margin-left: 16px;
}

.power-cut-schedule .wrap-titile-area .name-area .time {
  color: #757575;
  font-weight: 400;
  font-size: 18px;
  margin-left: 16px;
  margin-top: 8px;
}

.power-cut-schedule .head-search {
  margin-bottom: 14px;
}

.power-cut-schedule .head-search .search {
  position: relative;
  margin-bottom: 10px;
}

.power-cut-schedule .head-search .search input {
  width: 250px;
  padding: 0 35px 0 10px;
}

.power-cut-schedule .head-search .search button {
  background: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
}

.power-cut-schedule .head-search .search button svg {
  width: 20px;
  height: 20px;
}

.power-cut-schedule .head-search .btn-notifi {
  margin-bottom: 10px;
  background: #c92a57;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 44px;
  font-size: 16px;
}

.power-cut-schedule .head-search .btn-notifi svg {
  margin-right: 8px;
}

.power-cut-schedule .content-flexbox {
  display: flex;
  justify-content: space-between;
}

.power-cut-schedule__left {
  width: 626px;
}

.power-cut-schedule__right {
  width: 450px;
}

.power-cut-schedule .box-info-schedule {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.power-cut-schedule .box-info-schedule .title-box {
  font: bold 18px "Merriweather", serif;
  margin-bottom: 20px;
}

.power-cut-schedule .table-address {
  position: relative;
}

.power-cut-schedule .table-address::before,
.power-cut-schedule .table-address::after {
  content: "";
  background: #e5e5e5;
  position: absolute;
  height: 1px;
  left: 0;
  right: 4px;
  z-index: 2;
}

.power-cut-schedule .table-address::before {
  top: 0;
}

.power-cut-schedule .table-address::after {
  bottom: 0;
}

.power-cut-schedule .table-responsive {
  max-height: 600px;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.5025) #fff;
  scrollbar-width: thin;
}

.power-cut-schedule .table-responsive::-webkit-scrollbar {
  width: 4px;
}

.power-cut-schedule .table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5025);
  width: 4px;
  border-radius: 10px;
}

.power-cut-schedule .table-responsive table {
  width: 100%;
  border-style: solid;
  border-color: #e5e5e5;
  border-top: 0;
}

.power-cut-schedule .table-responsive table th {
  background: #fafafa;
  position: sticky;
  top: -1px;
}

.power-cut-schedule .table-responsive table th,
.power-cut-schedule .table-responsive table td {
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.power-cut-schedule .heat-level {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.power-cut-schedule .heat-level [class*=c-color-] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fee4e2;
  margin: 0 8px;
  position: relative;
}

.power-cut-schedule .heat-level [class*=c-color-] span {
  position: absolute;
  font-size: 13px;
  bottom: -26px;
  left: 0;
  right: 0;
  text-align: center;
}

.power-cut-schedule .heat-level .c-color-2 {
  background: #fda29b;
}

.power-cut-schedule .heat-level .c-color-3 {
  background: #f04438;
}

.power-cut-schedule .heat-level .c-color-4 {
  background: #b42318;
}

.power-cut-schedule .heat-level .c-color-5 {
  background: #7a271a;
}

/*---------- end weather component content css ----------*/
/*---------- weather component ic css ----------*/
.ic {
  width: 16px;
  height: 16px;
  fill: #757575;
  display: inline-block;
  vertical-align: middle;
}

.ic-in-title {
  width: 12px;
  height: 12px;
  fill: #757575;
  margin-right: 5px;
  margin-top: -1.5%;
}

.ic-male {
  fill: #0083d6 !important;
}

.ic-fermale {
  fill: #d71450 !important;
}

.ic-live {
  font-size: 14px;
  display: inline-block;
}

.ic-live:before {
  border-radius: 50%;
  display: block;
  position: relative;
  top: 5px;
  width: 8px;
  height: 8px;
  content: "";
  background: #b52759;
  box-shadow: 0 0 0 rgba(231, 141, 172, 0.4);
  margin-right: 5px;
  vertical-align: initial;
  animation: live-pulse 1s infinite;
  float: left;
}

.ic-live:after {
  content: "Trực tiếp";
  font-family: arial;
  font-style: normal;
  color: #9f224e;
}

.ic-live.not-start:before {
  background: #757575;
  box-shadow: 0 0 0 rgba(117, 117, 117, 0.4);
  animation: live-pulse-2 1s infinite;
}

.ic-live.not-start:after {
  content: "Chưa bắt đầu";
  color: #222;
}

.ic-live.the-end:before {
  background: #757575;
  box-shadow: 0 0 0 rgba(117, 117, 117, 0.4);
  animation: live-pulse-2 1s infinite;
}

.ic-live.the-end:after {
  content: "Đã kết thúc";
  color: #757575;
}

.ic-live.ic-live-title {
  font-family: "Merriweather", serif;
  font-style: normal;
  color: #9f224e !important;
  margin-right: 5px;
  vertical-align: middle;
  font-weight: 700;
  position: relative;
  padding-left: 13px;
  line-height: 12px;
  margin-top: -4px;
}

.ic-live.ic-live-title:after {
  content: "";
}

.ic-live.ic-live-title:before {
  top: 50%;
  margin-top: -4px;
  position: absolute;
  left: 0;
}
@keyframes live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 141, 172, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(231, 141, 172, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 141, 172, 0);
  }
}
@keyframes live-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(117, 117, 117, 0);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(117, 117, 117, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(117, 117, 117, 0);
  }
}
/*---------- end weather component ic css ----------*/
/*---------- weather component select css ----------*/
.c-widget-weather {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
}

.c-widget-weather.expanded .current-city {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-widget-weather.expanded .current-city i,
.c-widget-weather.expanded .current-city:hover i {
  transform: rotate(180deg) scale(1);
  font-size: 13px;
  margin-left: 8px;
}

.c-widget-weather.expanded .filter {
  display: block;
}

.c-widget-weather .current-city {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-widget-weather .current-city:hover i {
  transform: scale(1);
  font-size: 13px;
  margin-left: 8px;
}

.c-widget-weather .current-city li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  text-align: right;
  color: #aaa;
  font-size: 20px;
}

.c-widget-weather .current-city img {
  height: 30px;
  width: auto;
  margin-left: 5px;
}

.c-widget-weather .current-city em {
  font-style: normal;
  color: #000;
}

.c-widget-weather .current-city span {
  color: #000;
}

.c-widget-weather .current-city strong {
  display: inline-block;
  margin-right: 5px;
  color: #000;
}

.c-widget-weather .current-city i {
  font-size: 0;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transform: scale(0);
}

.c-widget-weather .filter {
  display: none;
  position: absolute;
  z-index: 9;
  top: calc(100% + 7px);
  left: 0;
  border-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  min-width: 265px;
  max-height: 400px;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

.c-widget-weather .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-widget-weather .filter input {
  background-color: #e8e8e8;
  padding: 6px 10px;
  width: 100%;
  border: none;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.c-widget-weather .filter input:focus {
  outline: none;
}

.c-widget-weather .filter .city-list {
  width: 100%;
  overflow-y: auto;
  max-height: 355px;
}

.c-widget-weather .filter .city-list .choosed-city,
.c-widget-weather .filter .city-list .others-city {
  padding: 11px 0;
}

.c-widget-weather .filter .city-list .choosed-city p,
.c-widget-weather .filter .city-list .others-city p {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #797979;
  padding: 0 10px;
  margin: 0;
}

.c-widget-weather .filter .city-list .choosed-city ul li,
.c-widget-weather .filter .city-list .others-city ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

.c-widget-weather .filter .city-list .choosed-city ul li span,
.c-widget-weather .filter .city-list .others-city ul li span {
  display: flex;
  font-family: Arial;
  font-size: 12px;
  color: #444444;
}

.c-widget-weather .filter .city-list .choosed-city ul li span img,
.c-widget-weather .filter .city-list .others-city ul li span img {
  height: 30px;
  margin-left: 7px;
}

.c-widget-weather .filter .city-list .others-city ul li {
  cursor: pointer;
}

.c-widget-weather .filter .city-list .others-city ul li:hover {
  background-color: #e8e8e8;
}

.c-widget-weather .filter .city-list .others-city ul li:last-child {
  border-bottom: none;
}

.c-widget-weather .filter .city-list .others-city .no-result {
  font-family: Arial;
  font-size: 12px;
  color: #797979;
  padding: 10px;
  text-align: center;
  font-style: italic;
}

.c-widget-weather .current-city i {
  font-size: 13px;
  transform: scale(1);
  margin-left: 8px;
  width: 20px;
  height: 20px;
  padding: 5px;
}
.c-widget-weather .current-city i:after {
  background-size: contain;
}

.ti-arrow-circle-down {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
  line-height: 0;
  border: 1px solid #CECECE;
  border-radius: 50%;
}
.ti-arrow-circle-down:after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../images/icons/icon8-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .c-widget-weather .filter {
    left: -90px;
  }
}
/*---------- end weather component select css ----------*/
/*---------- fix css weather component ----------*/
.ic-help {
  background-image: url("../images/icons/ic-help.svg");
  background-size: contain;
}

.weather-page .weather-tooltip .ic-help {
  margin-top: -2px;
  vertical-align: middle;
}

.weather-page .box-info-weather:last-child {
  margin-bottom: 0;
}

.weather-page .mb15 {
  margin-bottom: 15px;
}

.weather-page .tab-date a {
  text-decoration: none;
}

.weather-page .weather-tooltip .box-info-hover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*---------- end fix weather component css ----------*/
.c-cat-list.is-weather {
  padding-bottom: 20px;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.c-cat-list.is-weather .c-cat-list__current {
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 15px;
  padding-right: 0;
}

.c-weather-frame {
  margin-bottom: 30px;
}
.c-weather-frame__left {
  margin-bottom: 20px;
}
.c-weather-frame__left:last-child {
  margin-bottom: 0;
}
.c-weather-frame__hint {
  padding-top: 10px;
  width: 100%;
  font-style: italic;
  color: #999;
}

.c-weather-box {
  padding: 15px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  border-radius: 6px;
}
.c-weather-box:last-child {
  margin-bottom: 0;
}
.c-weather-box__title {
  margin-bottom: 10px;
}
.c-weather-box__title .c-weather-box__label {
  margin-bottom: 10px;
}
.c-weather-box__label {
  color: #999;
}
.c-weather-box__label.is-bold {
  font-weight: 700;
  color: #000;
}
.c-weather-box__tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-weather-box__tabs ul li {
  margin-right: 10px;
}
.c-weather-box__tabs ul li:last-child {
  margin-right: 0;
}
.c-weather-box__tabs ul li a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 15px;
  background-color: #ececec;
  border-radius: 6px;
}
.c-weather-box__tabs ul li a span.is-color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-radius: 50%;
}
.c-weather-box__tabs ul li.active a {
  background-color: #999;
  color: #fff;
}
.c-weather-box__tabs.is-small ul li {
  margin-left: 0;
  margin-right: 0;
}
.c-weather-box__tabs.is-small ul li a {
  font-size: 12px;
  background-color: transparent;
  padding: 3px 10px;
  border-radius: 4px;
}
.c-weather-box__tabs.is-small ul li.active a {
  background-color: #ececec;
  color: #333;
}

@media (min-width: 768px) {
  .c-weather-frame {
    margin-bottom: 40px;
  }
  .c-weather-box {
    margin-bottom: 25px;
  }
  .c-weather-box__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .c-weather-box__title .c-weather-box__label {
    margin-bottom: 0;
  }
  .c-weather-box__tabs ul li {
    margin-right: 0;
    margin-left: 10px;
  }
  .c-weather-box__tabs ul li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .c-weather-frame {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .c-weather-frame__left {
    margin-bottom: 0;
    width: 58.1818181818%;
    padding-right: 10px;
  }
  .c-weather-frame__right {
    width: 41.8181818182%;
    padding-left: 10px;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__img {
    width: 120px;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__content {
    width: calc(100% - 120px);
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__desc {
    display: none;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-weather-frame__right .c-template-grid.is-border > ul > li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .c-weather-frame__left {
    padding-right: 15px;
  }
  .c-weather-frame__right {
    padding-left: 15px;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__img {
    width: 160px;
  }
  .c-weather-frame__right .c-template-grid.is-list-pc .b-grid .b-grid__content {
    width: calc(100% - 160px);
  }
  .c-weather-box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
/*---------- end weather component css ----------*/
/*---------- sidebar css ----------*/
.c-news-topmore .b-grid {
  overflow: hidden;
  margin-bottom: 12px;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 12px;
}
.c-news-topmore .b-grid:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-news-topmore .b-grid .b-grid__img {
  width: 100px;
  height: 67px;
  margin-top: 2px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.c-news-topmore .b-grid .b-grid__img a {
  display: block;
  padding-top: 67%;
  position: relative;
  z-index: 1;
}
.c-news-topmore .b-grid .b-grid__img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-news-topmore .b-grid .b-grid__content {
  margin-left: 110px;
  position: relative;
  z-index: 1;
}
.c-news-topmore .b-grid .b-grid__row {
  margin-bottom: 3px;
}
.c-news-topmore .b-grid .b-grid__row:last-child {
  margin-bottom: 0;
}
.c-news-topmore .b-grid .b-grid__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.c-news-topmore .b-grid .b-grid__title.is-normal {
  font-size: 14px;
  font-weight: 400;
}
.c-news-topmore .b-grid .b-grid__title a {
  text-decoration: none;
  color: #333;
  display: block;
}
.c-news-topmore .b-grid .b-grid__title [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-news-topmore .b-grid .b-grid__count {
  font-size: 12px;
  color: #fff;
  position: absolute;
  z-index: 4;
  bottom: 2px;
  right: 5px;
}
.c-news-topmore .b-grid a.b-grid__cat {
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #007bff;
}

.c-quote-box {
  font-style: italic;
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.c-quote-box .c-quote-box__content {
  padding: 10px 5px;
}
.c-quote-box .c-quote-box__content a {
  text-decoration: none;
  color: #000;
}

.c-links__img {
  text-align: center;
  margin-bottom: 5px;
}
.c-links__img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.c-links .c-template-grid .b-grid {
  margin-bottom: 15px;
}
.c-links .c-template-grid .b-grid .b-grid__title {
  font-size: 18px;
}
.c-links .c-template-list {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #E5E5E5;
}
.c-links .c-template-list > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .c-links .c-template-list {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #E5E5E5;
  }
  .c-links .c-template-list .b-grid {
    min-height: 0;
  }
  .c-links .c-template-list .b-grid .b-grid__img {
    display: none;
  }
  .c-links .c-template-list .b-grid .b-grid__content {
    margin-left: 0;
    padding-left: 0;
  }
  .c-links .c-template-list .b-grid .b-grid__title {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .c-news-topmore .b-grid .b-grid__title {
    font-size: 15px;
  }
  .c-news-topmore .b-grid .b-grid__title a {
    transition: all 0.2s ease;
  }
  .c-news-topmore .b-grid .b-grid__title a:hover {
    color: #2bb673;
  }
  .c-links .c-template-list {
    padding-top: 12px;
  }
  .c-links .c-template-list > ul > li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
/*---------- end sidebar css ----------*/
/*---------- comment css ----------*/
.c-comments {
  margin-bottom: 20px;
}
.c-comments .form-group {
  margin-bottom: 15px;
}
.c-comments .form-group:last-child {
  margin-bottom: 0;
}

.c-comment-input {
  margin-bottom: 15px;
}
.c-comment-input textarea {
  height: 65px;
  font-size: 14px;
}
.c-comment-input .btn {
  min-width: 150px;
}

.c-comment-bar {
  padding: 12px 0;
  margin-bottom: 10px;
  border-top: 1px dotted #CECECE;
  border-bottom: 1px dotted #CECECE;
}
.c-comment-bar__count {
  font-size: 12px;
  color: #6c757d;
}
.c-comment-bar__sort {
  padding-top: 12px;
}
.c-comment-bar__sort label {
  margin: 0 4px 0 0;
  font-weight: 400;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.c-comment-bar__sort ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.c-comment-bar__sort ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.c-comment-bar__sort ul li a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
.c-comment-bar__sort ul li + li:before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.c-comment-bar__sort ul li.active a {
  color: #2bb673;
}

.c-comment-list .b-grid {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CECECE;
}
.c-comment-list .b-grid .b-grid__content {
  margin-left: 0;
}
.c-comment-list .b-grid .b-grid__row {
  font-size: 12px;
  color: #333;
}
.c-comment-list .b-grid .b-grid__title {
  color: #333;
  font-weight: 700;
}
.c-comment-list .b-grid .b-grid__time {
  color: #999;
  font-size: 11px;
}
.c-comment-list .b-grid .b-grid__anwser {
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.c-comment-list .b-grid .b-grid__like {
  cursor: pointer;
  margin-right: 10px;
  color: #999;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}
.c-comment-list .b-grid .b-grid__like [class*=icon12] {
  margin-right: 4px;
}
.c-comment-list .b-grid .b-grid__share {
  color: #999;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}
.c-comment-list .b-grid .b-grid__share [class*=icon12] {
  margin-right: 4px;
}
.c-comment-list .b-grid .b-grid__sub .b-grid {
  border-bottom: none;
  margin-left: 38px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-comment-list .b-grid .c-comment-more {
  text-align: left;
  margin-left: 38px;
  padding-top: 10px;
}

.c-comment-more {
  text-align: center;
  padding-top: 5px;
}
.c-comment-more a {
  text-decoration: none;
  color: #6c757d;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
}

.c-comment-click {
  cursor: pointer;
  display: none;
  background: #E5E5E5;
  padding: 6px 12px;
  color: #555;
  border-radius: 4px;
}
.c-comment-click .icon16-comment-gray-o {
  margin-right: 5px;
}

@media (min-width: 360px) {
  .c-comments {
    margin-bottom: 25px;
  }
  .c-comment-bar__count {
    font-size: 14px;
  }
  .c-comment-list .b-grid .b-grid__row {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .c-comments {
    margin-bottom: 30px;
  }
  .c-comment-bar__count {
    display: inline-block;
    vertical-align: middle;
  }
  .c-comment-bar__sort {
    float: right;
    padding-top: 0;
  }
  .c-comment-bar__sort label {
    font-size: 14px;
  }
  .c-comment-bar__sort ul li {
    font-size: 14px;
  }
  .c-comment-bar__sort ul li a {
    font-size: 14px;
  }
  .c-comment-list .b-grid .b-grid__row {
    font-size: 15px;
  }
  .c-comment-list .b-grid .b-grid__title {
    font-size: 15px;
  }
  .c-comment-list .b-grid .b-grid__time {
    font-size: 13px;
  }
  .c-comment-list .b-grid .c-comment-more a {
    font-size: 13px;
  }
  .c-comment-more a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .c-comment-list .b-grid .b-grid__anwser {
    margin-right: 15px;
  }
  .c-comment-list .b-grid .b-grid__anwser:hover {
    color: #2bb673;
  }
  .c-comment-list .b-grid .b-grid__like {
    margin-right: 15px;
  }
  .c-comment-list .b-grid .b-grid__like:hover {
    color: #2bb673;
  }
  .c-comment-list .b-grid .b-grid__share {
    margin-right: 15px;
  }
  .c-comment-list .b-grid .b-grid__share:hover {
    color: #2bb673;
  }
  .c-comment-more a {
    transition: all 0.2s ease;
  }
  .c-comment-more a:hover {
    color: #2bb673;
  }
}
/*---------- end comment css ----------*/
/*---------- layout css ----------*/
.bg-primary .c-box .c-box__title {
  padding-top: 0;
  border-top: none;
}
.bg-primary .c-box .c-box__title:before {
  display: none;
}
.bg-primary .c-box .c-box__title .c-box__title__name {
  color: #fff;
}
.bg-primary .c-box .c-box__title .c-box__title__name a {
  color: #fff;
}
.bg-primary .c-box .c-box__title .c-box__title__cat ul li a {
  color: #fff;
}
.bg-primary .c-box .c-box__title .c-box__title__cat ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.bg-primary .c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.bg-primary .c-template-list .b-grid .b-grid__title a {
  color: #fff;
}

.bg-primary-light {
  background-color: #EDFAED;
}

.bg-primary-medium {
  background-color: #6AAE6B;
}
.bg-primary-medium .c-box .c-box__title {
  padding-top: 0;
  border-top: none;
}
.bg-primary-medium .c-box .c-box__title:before {
  display: none;
}
.bg-primary-medium .c-box .c-box__title .c-box__title__name {
  color: #fff;
}
.bg-primary-medium .c-box .c-box__title .c-box__title__name a {
  color: #fff;
}

.bg-gray-light {
  background-color: #F5F5F5;
}

.bg-box {
  padding: 20px 15px;
}
.bg-box.is-background-blur {
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-box.is-full {
  padding: 20px 0;
}
.bg-box.is-minus {
  margin-left: -15px;
  margin-right: -15px;
}
.bg-box.is-minus-mobile {
  margin-left: -15px;
  margin-right: -15px;
}
.bg-box.is-margin-bottom {
  margin-bottom: 25px;
}
.bg-box.is-margin-bottom:last-child {
  margin-bottom: 0;
}
.bg-box.is-margin-bottom-large {
  margin-bottom: 50px;
}
.bg-box.is-margin-bottom-large:last-child {
  margin-bottom: 0;
}

.l-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-content.is-padding-top-none {
  padding-top: 0 !important;
}
.l-content.is-padding-bottom-none {
  padding-bottom: 0 !important;
}

.l-content-flex .l-main {
  margin-bottom: 25px;
}
.l-content-flex .l-main:last-child {
  margin-bottom: 0;
}
.l-content-flex .l-sidebar {
  margin-bottom: 25px;
}
.l-content-flex .l-sidebar:last-child {
  margin-bottom: 0;
}
.l-content-flex.is-margin-bottom {
  margin-bottom: 25px;
}
.l-content-flex.is-margin-bottom:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .bg-box.is-full {
    padding: 30px 0;
  }
  .bg-box.is-margin-bottom {
    margin-bottom: 30px;
  }
  .bg-box.is-margin-bottom-large {
    margin-bottom: 90px;
  }
  .l-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-content-flex {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .bg-primary .c-template-grid .b-grid .b-grid__title a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .bg-primary .c-template-list .b-grid .b-grid__title a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .l-sidebar .c-box.js-sticky-scroll {
    width: 300px !important;
  }
  .bg-box.is-minus-mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .bg-box.is-margin-bottom {
    margin-bottom: 35px;
  }
  .bg-box.is-margin-bottom-large {
    margin-bottom: 120px;
  }
  .l-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-content-flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .l-content-flex.is-none-flex {
    display: block;
  }
  .l-content-flex .l-main {
    width: calc(100% - 320px);
    margin-bottom: 0;
  }
  .l-content-flex .l-sidebar {
    width: 300px;
    margin-bottom: 0;
  }
  .l-content-flex.is-col-line-pc {
    position: relative;
    z-index: 1;
  }
  .l-content-flex.is-col-line-pc:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 310px;
    bottom: 0;
    width: 1px;
    background-color: #E5E5E5;
  }
  .l-content-flex.is-margin-bottom {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .l-content-flex .l-main {
    width: calc(100% - 330px);
  }
  .l-content-flex.is-col-line-pc:before {
    right: 315px;
  }
}
@media (max-width: 991px) {
  .l-content.is-padding-top-none-mobile {
    padding-top: 0 !important;
  }
  .l-content.is-padding-bottom-none-mobile {
    padding-bottom: 0 !important;
  }
}
/*---------- end layout css ----------*/
/*---------- news grid css ----------*/
.c-template-grid .b-grid {
  min-height: 0;
}
.c-template-grid .b-grid .b-grid__video {
  margin-bottom: 10px;
}
.c-template-grid .b-grid .b-grid__video iframe {
  width: 100%;
}
.c-template-grid .b-grid .b-grid__video img {
  width: 100%;
}
.c-template-grid .b-grid .b-grid__img {
  width: auto;
  height: auto;
  float: none;
  margin-bottom: 10px;
  border-radius: 10px;
}
.c-template-grid .b-grid .b-grid__img a {
  display: block;
  padding-top: 66.6666666667%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-template-grid .b-grid .b-grid__img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-template-grid .b-grid .b-grid__label {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 7px;
  padding: 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "UTM Bebas";
  background-color: #2bb673;
}
.c-template-grid .b-grid .b-grid__icon {
  position: absolute;
  z-index: 3;
  bottom: 5px;
  left: 5px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background-color: #6c757d;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  border-radius: 50%;
}
.c-template-grid .b-grid .b-grid__counttime {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 16px;
  line-height: 14px;
  padding: 0 7px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
}
.c-template-grid .b-grid .b-grid__counttime:has(.icon12-play-white) {
  padding: 0 7px 0 35px;
  height: 30px;
  line-height: 28px;
}
.c-template-grid .b-grid .b-grid__counttime .icon12-play-white {
  width: 30px;
  height: 30px;
  background-color: #007bff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.c-template-grid .b-grid .b-grid__content {
  margin-left: 0;
}
.c-template-grid .b-grid .b-grid__row {
  margin-bottom: 7px;
  line-height: 1.4;
  color: #555;
}
.c-template-grid .b-grid .b-grid__row:last-child {
  margin-bottom: 0;
}
.c-template-grid .b-grid .b-grid__desc {
  display: none;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}
.c-template-grid .b-grid .b-grid__desc a {
  color: #555;
  text-decoration: none;
  display: block;
}
.c-template-grid .b-grid .b-grid__title {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #333;
}
.c-template-grid .b-grid .b-grid__title:first-child {
  margin-top: 0;
}
.c-template-grid .b-grid .b-grid__title:last-child {
  margin-bottom: 0;
}
.c-template-grid .b-grid .b-grid__title a {
  display: block;
  text-decoration: none;
  color: #333;
}
.c-template-grid .b-grid .b-grid__title [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-template-grid .b-grid .b-grid__time {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 5px;
}
.c-template-grid .b-grid .b-grid__space {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #555;
  margin-right: 5px;
}
.c-template-grid .b-grid .b-grid__cat {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #2bb673;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.c-template-grid .b-grid .b-grid__cat [class*=icon] {
  margin-right: 5px;
}
.c-template-grid .b-grid a.b-grid__cat {
  text-decoration: none;
  color: #2bb673;
}
.c-template-grid .b-grid .b-grid__area {
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #2bb673;
  border: 1px solid #2bb673;
  padding: 2px 5px;
  text-transform: uppercase;
}
.c-template-grid .b-grid a.b-grid__area {
  text-decoration: none;
  color: #2bb673;
}
.c-template-grid .b-grid .b-grid__ad {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 5px;
}
.c-template-grid .b-grid .b-grid__ad [class*=icon] {
  margin-right: 4px;
}
.c-template-grid .b-grid .h-show-pc {
  display: none;
}
.c-template-grid .b-grid.is-video .b-grid__img a:before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 36px;
  height: 36px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.c-template-grid .b-grid.is-video .b-grid__img a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  background-image: url("../images/icons/icon16-play-primary.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-template-grid > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-template-grid > ul > li {
  padding-bottom: 20px;
}
.c-template-grid > ul > li:last-child {
  padding-bottom: 0;
}
.c-template-grid.is-col-2 > ul {
  margin: 0 -7px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.c-template-grid.is-col-2 > ul > li {
  padding-left: 7px;
  padding-right: 7px;
  width: 50%;
}
.c-template-grid.is-border > ul > li {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-template-grid.is-border > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-template-grid.is-border.is-last-line > ul > li:last-child {
  padding-bottom: 20px;
}
.c-template-grid.is-border.is-last-line > ul > li:last-child .b-grid {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .c-template-grid .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-template-grid.is-col-2 > ul {
    margin: 0 -10px;
  }
  .c-template-grid.is-col-2 > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-template-grid.is-col-2-tablet > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-2-tablet > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .c-template-grid.is-col-3-tablet .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-template-grid.is-col-3-tablet > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-3-tablet > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333333333%;
  }
  .c-template-grid.is-column-reverse .b-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-template-grid.is-column-reverse .b-grid .b-grid__img {
    width: 100%;
    margin-bottom: 0;
  }
  .c-template-grid.is-column-reverse .b-grid .b-grid__content {
    width: 100%;
    margin-bottom: 12px;
  }
  .c-template-grid.is-border.is-col-2-tablet .b-grid {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    height: 100%;
  }
  .c-template-grid.is-border.is-col-2-tablet > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
  .c-template-grid.is-border.is-col-2-tablet > ul > li:nth-last-child(1) .b-grid, .c-template-grid.is-border.is-col-2-tablet > ul > li:nth-last-child(2) .b-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-template-grid.is-border.is-col-3-tablet .b-grid {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    height: 100%;
  }
  .c-template-grid.is-border.is-col-3-tablet > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
  .c-template-grid.is-border.is-col-3-tablet > ul > li:nth-last-child(1) .b-grid, .c-template-grid.is-border.is-col-3-tablet > ul > li:nth-last-child(2) .b-grid, .c-template-grid.is-border.is-col-3-tablet > ul > li:nth-last-child(3) .b-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li {
    border-right: 1px solid #E5E5E5;
    padding-right: 9px;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-child(3n+3) {
    border-right: none;
    padding-right: 10px;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-last-child(1), .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-last-child(2), .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-last-child(3) {
    padding-bottom: 0;
  }
  .c-template-grid.is-col-line-tablet.is-border > ul > li {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-template-grid.is-col-3-tablet.is-border-mobile > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
  .c-template-grid.is-col-2-tablet-only:last-child {
    margin-bottom: -20px;
    min-height: 20px;
  }
  .c-template-grid.is-col-2-tablet-only > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-2-tablet-only > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-template-grid.is-col-2-tablet-only.is-border > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-template-grid .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-grid .b-grid .b-grid__title {
    font-size: 18px;
  }
  .c-template-grid .b-grid .b-grid__title a {
    transition: all 0.2s ease;
  }
  .c-template-grid .b-grid .b-grid__title a:hover {
    color: #2bb673;
  }
  .c-template-grid .b-grid .b-grid__time {
    font-size: 14px;
  }
  .c-template-grid .b-grid .b-grid__space {
    font-size: 14px;
  }
  .c-template-grid .b-grid .b-grid__cat {
    font-size: 14px;
  }
  .c-template-grid .b-grid a.b-grid__cat {
    transition: all 0.2s ease;
  }
  .c-template-grid .b-grid a.b-grid__cat:hover {
    color: #2bb673;
  }
  .c-template-grid .b-grid .b-grid__area {
    font-size: 14px;
  }
  .c-template-grid .b-grid .b-grid__area {
    transition: all 0.2s ease;
  }
  .c-template-grid .b-grid .b-grid__area:hover {
    color: #fff;
    background-color: #2bb673;
  }
  .c-template-grid .b-grid .b-grid__ad {
    font-size: 14px;
  }
  .c-template-grid .b-grid a.b-grid__tag {
    font-size: 16px;
  }
  .c-template-grid .b-grid .h-show-pc {
    display: block;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__row {
    margin-bottom: 0;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__desc {
    display: none;
  }
  .c-template-grid.is-title-first-mobile.is-sapo-pc .b-grid .b-grid__row {
    margin-bottom: 10px;
  }
  .c-template-grid.is-title-first-mobile.is-sapo-pc .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
  }
  .c-template-grid.is-title-first-mobile.is-sapo-pc .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-grid.is-col-2-pc > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-2-pc > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .c-template-grid.is-col-3-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-template-grid.is-col-3-pc > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-3-pc > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333333333%;
  }
  .c-template-grid.is-col-4-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-template-grid.is-col-4-pc > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-4-pc > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
  .c-template-grid.is-col-5-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-template-grid.is-col-5-pc > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-template-grid.is-col-5-pc > ul > li {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-template-grid.is-list-pc .b-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__img {
    width: 280px;
    margin-bottom: 0;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__content {
    width: calc(100% - 280px);
    padding-left: 15px;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__row {
    margin-bottom: 10px;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-grid.is-border.is-col-3-pc .b-grid {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    height: 100%;
  }
  .c-template-grid.is-border.is-col-3-pc > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
  .c-template-grid.is-border.is-col-3-pc > ul > li:nth-last-child(1) .b-grid, .c-template-grid.is-border.is-col-3-pc > ul > li:nth-last-child(2) .b-grid, .c-template-grid.is-border.is-col-3-pc > ul > li:nth-last-child(3) .b-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-template-grid.is-border.is-col-4-pc .b-grid {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    height: 100%;
  }
  .c-template-grid.is-border.is-col-4-pc > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
  .c-template-grid.is-border.is-col-4-pc > ul > li:nth-last-child(1) .b-grid, .c-template-grid.is-border.is-col-4-pc > ul > li:nth-last-child(2) .b-grid, .c-template-grid.is-border.is-col-4-pc > ul > li:nth-last-child(3) .b-grid, .c-template-grid.is-border.is-col-4-pc > ul > li:nth-last-child(4) .b-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li {
    border-right: 1px solid #E5E5E5;
    padding-right: 9px;
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-child(4n+4) {
    border-right: none;
    padding-right: 10px;
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-last-child(1), .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-last-child(2), .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-last-child(3), .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-last-child(4) {
    padding-bottom: 0;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li {
    border-right: 1px solid #E5E5E5;
    padding-right: 9px;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-child(3n+3) {
    border-right: none;
    padding-right: 10px;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-last-child(1), .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-last-child(2), .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-last-child(3) {
    padding-bottom: 0;
  }
  .c-box.is-border.is-primary.is-border-radius .bg-box.bg-gray-light.is-border-radius hr {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    opacity: 0.15;
  }
  .c-box.is-border.is-primary.is-border-radius .bg-box.bg-gray-light.is-border-radius .c-template-grid.is-col-2-tablet.is-col-4-pc.is-border-mobile .b-grid .b-grid__title {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .c-template-grid.is-col-2 > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-2 > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-2-tablet > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-2-tablet > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-3-tablet > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-3-tablet > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-2-pc > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-2-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-3-pc > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-3-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-4-pc > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-4-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-template-grid.is-col-5-pc > ul {
    margin: 0 -15px;
  }
  .c-template-grid.is-col-5-pc > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .c-template-grid.is-list-pc .b-grid .b-grid__content {
    padding-left: 20px;
  }
  .c-template-grid.is-list-pc.is-thumb-large .b-grid .b-grid__img {
    width: 420px;
  }
  .c-template-grid.is-list-pc.is-thumb-large .b-grid .b-grid__content {
    width: calc(100% - 420px);
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li {
    padding-right: 14px;
  }
  .c-template-grid.is-col-line-pc.is-col-4-pc > ul > li:nth-child(4n+4) {
    padding-right: 15px;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li {
    padding-right: 14px;
  }
  .c-template-grid.is-col-line-pc.is-col-3-pc > ul > li:nth-child(3n+3) {
    padding-right: 15px;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li {
    padding-right: 14px;
  }
  .c-template-grid.is-col-line-tablet.is-col-3-tablet > ul > li:nth-child(3n+3) {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .c-template-grid.is-sapo-mobile .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-grid.is-border-mobile > ul > li {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-template-grid.is-border-mobile > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-template-grid.is-title-first-mobile .b-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__img {
    width: 100%;
    margin-bottom: 0;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__content {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-template-grid.is-title-first-mobile .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-grid.is-column-reverse-mobile .b-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-template-grid.is-column-reverse-mobile .b-grid .b-grid__img {
    width: 100%;
    margin-bottom: 0;
  }
  .c-template-grid.is-column-reverse-mobile .b-grid .b-grid__content {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 320px) {
  .c-template-grid .b-grid .b-grid__time {
    font-size: 11px;
  }
  .c-template-grid .b-grid .b-grid__space {
    font-size: 11px;
  }
  .c-template-grid .b-grid .b-grid__cat {
    font-size: 11px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid, .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid {
    flex-direction: column;
  }
  .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid .b-grid__img, .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid .b-grid__img {
    margin-bottom: 12px;
  }
  .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid .b-grid__content, .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid .b-grid__content {
    margin-bottom: 0;
  }
  .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid .b-grid__desc, .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid .b-grid__desc {
    display: none;
  }
  .c-template-grid.is-border-mobile.is-col-3-tablet > ul > li, .c-template-grid.is-border-mobile.is-col-2-tablet > ul > li {
    border-bottom: none;
    margin-bottom: 0;
  }
}
/*---------- end news grid css ----------*/
/*---------- news list css ----------*/
.c-template-list .b-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-template-list .b-grid .b-grid__img {
  width: 44.8275862069%;
  height: auto;
  float: none;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.c-template-list .b-grid .b-grid__img a {
  display: block;
  padding-top: 66.6666666667%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-template-list .b-grid .b-grid__img img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-template-list .b-grid .b-grid__img a.b-grid__topic {
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  text-decoration: none;
}
.c-template-list .b-grid .b-grid__icon {
  position: absolute;
  z-index: 3;
  bottom: 5px;
  left: 5px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background-color: #6c757d;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  border-radius: 50%;
}
.c-template-list .b-grid .b-grid__counttime {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  height: 24px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 22px;
  padding: 0 5px 0 30px;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-template-list .b-grid .b-grid__counttime .icon12-play-white {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.c-template-list .b-grid .b-grid__content {
  margin-left: 0;
  padding-left: 15px;
  width: 55.1724137931%;
}
.c-template-list .b-grid .b-grid__row {
  margin-bottom: 7px;
  line-height: 1.4;
  color: #555;
}
.c-template-list .b-grid .b-grid__row:last-child {
  margin-bottom: 0;
}
.c-template-list .b-grid > .b-grid__row {
  width: 100%;
  margin-bottom: 10px;
}
.c-template-list .b-grid .b-grid__desc {
  display: none;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}
.c-template-list .b-grid .b-grid__desc a {
  color: #555;
  text-decoration: none;
  display: block;
}
.c-template-list .b-grid .b-grid__title {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.4;
  color: #333;
}
.c-template-list .b-grid .b-grid__title:first-child {
  margin-top: 0;
}
.c-template-list .b-grid .b-grid__title:last-child {
  margin-bottom: 0;
}
.c-template-list .b-grid .b-grid__title a {
  display: block;
  text-decoration: none;
  color: #333;
}
.c-template-list .b-grid .b-grid__title [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-template-list .b-grid .b-grid__topic {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  max-width: 100%;
  background-color: #2bb673;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  text-transform: uppercase;
}
.c-template-list .b-grid .b-grid__time {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #555;
  margin-right: 5px;
}
.c-template-list .b-grid .b-grid__space {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #555;
  margin-right: 5px;
}
.c-template-list .b-grid .b-grid__cat {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #2bb673;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.c-template-list .b-grid a.b-grid__cat {
  text-decoration: none;
  color: #2bb673;
}
.c-template-list .b-grid .b-grid__ad {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 5px;
}
.c-template-list .b-grid .b-grid__ad [class*=icon] {
  margin-right: 4px;
}
.c-template-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-template-list > ul > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CECECE;
}
.c-template-list > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-template-list.is-last-line > ul > li:last-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CECECE;
}
.c-template-list.is-image-right .b-grid {
  flex-direction: row-reverse;
}
.c-template-list.is-image-right .b-grid .b-grid__content {
  padding-left: 0;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .c-template-list .b-grid .b-grid__img {
    width: 200px;
  }
  .c-template-list .b-grid .b-grid__content {
    width: calc(100% - 200px);
  }
  .c-template-list .b-grid .b-grid__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .c-template-list .b-grid .b-grid__img {
    width: 160px;
  }
  .c-template-list .b-grid .b-grid__content {
    width: calc(100% - 160px);
  }
  .c-template-list .b-grid .b-grid__desc {
    display: block;
  }
  .c-template-list .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-template-list .b-grid .b-grid__title a {
    transition: all 0.2s ease;
  }
  .c-template-list .b-grid .b-grid__title a:hover {
    color: #2bb673;
  }
  .c-template-list .b-grid .b-grid__time {
    font-size: 14px;
  }
  .c-template-list .b-grid .b-grid__space {
    font-size: 14px;
  }
  .c-template-list .b-grid .b-grid__cat {
    font-size: 14px;
  }
  .c-template-list .b-grid a.b-grid__cat {
    transition: all 0.2s ease;
  }
  .c-template-list .b-grid a.b-grid__cat:hover {
    color: #2bb673;
  }
  .c-template-list .b-grid .b-grid__ad {
    font-size: 14px;
  }
  .c-template-list.is-grid-pc .b-grid {
    display: block;
  }
  .c-template-list.is-grid-pc .b-grid .b-grid__img {
    width: auto;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .c-template-list.is-grid-pc .b-grid .b-grid__content {
    padding-left: 0;
    width: 100%;
  }
  .c-template-list.is-grid-pc .b-grid .b-grid__title {
    font-size: 18px;
  }
  .c-template-list.is-grid-pc.is-col-3 > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0 -10px;
    flex-wrap: wrap;
  }
  .c-template-list.is-grid-pc.is-col-3 > ul > li {
    width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    border-bottom: none;
  }
  .c-template-list.is-grid-pc.is-col-3 > ul > li:last-child {
    padding-bottom: 20px;
  }
  .c-template-list.is-small-pc .b-grid .b-grid__img {
    width: 90px;
  }
  .c-template-list.is-small-pc .b-grid .b-grid__content {
    width: calc(100% - 90px);
  }
  .c-template-list.is-small-pc .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-template-list.is-small-pc > ul > li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .c-template-list.is-small-pc > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 320px) {
  .c-template-list .b-grid .b-grid__time {
    font-size: 11px;
  }
  .c-template-list .b-grid .b-grid__space {
    font-size: 11px;
  }
  .c-template-list .b-grid .b-grid__cat {
    font-size: 11px;
  }
}
/*---------- end news list css ----------*/
/*---------- news 24h css ----------*/
.c-time-count {
  position: relative;
  z-index: 3;
  min-height: 18px;
  margin-bottom: 10px;
}
.c-time-count:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #2bb673;
  position: absolute;
  z-index: 4;
  left: -30px;
  top: 7px;
  border-radius: 50%;
}
.c-time-count span {
  color: #555;
  font-size: 14px;
}

.c-template-grid.is-timeline {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.c-template-grid.is-timeline:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 4px;
  width: 1px;
  bottom: 20px;
  background-color: #E5E5E5;
}

@media (min-width: 992px) {
  .c-template-grid.is-timeline.is-list-pc .b-grid {
    flex-direction: row-reverse;
  }
  .c-template-grid.is-timeline.is-list-pc .b-grid .b-grid__content {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .c-template-grid.is-timeline.is-list-pc .b-grid .b-grid__content {
    padding-right: 20px;
  }
}
/*---------- end news 24h css ----------*/
/*---------- news short css ----------*/
.c-template-grid.is-news-short .b-grid {
  min-height: 0;
}
.c-template-grid.is-news-short .b-grid .b-grid__img {
  display: none;
}
.c-template-grid.is-news-short .b-grid .b-grid__title {
  font-size: 16px;
}

.c-box.is-border .c-template-grid.is-news-short {
  margin: 0 -14px -14px;
}
.c-box.is-border .c-template-grid.is-news-short > ul > li {
  padding: 12px 15px;
  margin-bottom: 1px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.c-box.is-border .c-template-grid.is-news-short > ul > li:nth-child(2n) {
  background-color: #ececec;
  padding: 12px 14px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.c-box.is-border .c-template-grid.is-news-short > ul > li:first-child {
  padding-top: 0;
  border-top: none;
}

@media (min-width: 992px) {
  .c-template-grid.is-news-short.is-border > ul > li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .c-template-grid.is-news-short.is-border > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/*---------- end news short css ----------*/
/*---------- home css ----------*/
/*---------- home topevent css ----------*/
.c-topevent {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
.c-topevent label {
  font-weight: 700;
  font-size: 12px;
  margin: 0;
  color: #2bb673;
  float: left;
  padding-top: 2px;
}
.c-topevent label .icon24-topevent {
  margin-right: 4px;
}
.c-topevent label span {
  display: none;
}
.c-topevent__content {
  margin-left: 32px;
}
.c-topevent__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-topevent__content a {
  font-family: "Inter", sans-serif;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  color: #555;
  font-size: 12px;
  padding: 3px 10px;
  margin-right: 5px;
  background-color: #F5F5F5;
  border-radius: 12px;
}
.c-topevent__content > .scrollbar-macosx {
  padding-bottom: 5px !important;
}
.c-topevent__scroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
}
.c-topevent__scroll.scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.c-topevent__scroll.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #6c757d;
}
.c-topevent__scroll.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6c757d;
}

@media (min-width: 768px) {
  .c-topevent {
    margin-bottom: 25px;
  }
  .c-topevent label {
    font-size: 13px;
  }
  .c-topevent__content a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .c-topevent {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
  }
  .c-topevent label {
    font-size: 14px;
  }
  .c-topevent__content a {
    margin-right: 10px;
    transition: all 0.2s ease;
  }
  .c-topevent__content a:hover {
    color: #2bb673;
  }
  .c-topevent__scroll {
    padding-bottom: 5px;
  }
}
/*---------- end home topevent css ----------*/
/*---------- home head css ----------*/
.c-head__center {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.c-head__left {
  margin-bottom: 20px;
}
.c-head__left .c-template-grid > ul > li + li .b-grid .b-grid__img {
  display: none;
}
.c-head__bottom {
  padding-top: 20px;
  border-top: 3px solid #E5E5E5;
}

.c-head-big .c-template-grid .b-grid .b-grid__img {
  margin-left: -15px;
  margin-right: -15px;
}
.c-head-big .c-template-grid .b-grid .b-grid__row {
  text-align: center;
}
.c-head-big .c-template-grid .b-grid .b-grid__desc {
  display: block;
}
.c-head-big .c-template-grid .b-grid .b-grid__title {
  font-size: 26px;
}
.c-head-big .c-template-grid .b-grid .btn-outline-primary {
  color: #000;
}
.c-head-big .c-template-grid .b-grid .btn-outline-primary:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .c-head {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-head__left {
    margin-bottom: 0;
    width: 34.4444444444%;
    padding-right: 9px;
    padding-left: 10px;
    order: 1;
    border-right: 1px solid #E5E5E5;
  }
  .c-head__left .c-template-grid .b-grid .b-grid__title {
    font-size: 15px;
  }
  .c-head__left .c-template-grid > ul > li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .c-head__left .c-template-grid > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-head__center {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px;
    order: 2;
    width: 65.5555555556%;
  }
  .c-head__bottom {
    width: calc(100% - 20px);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    order: 3;
  }
  .c-head__bottom .c-template-list .b-grid {
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
  }
  .c-head__bottom .c-template-list .b-grid .b-grid__img {
    width: 110px;
  }
  .c-head__bottom .c-template-list .b-grid .b-grid__content {
    width: calc(100% - 110px);
  }
  .c-head__bottom .c-template-list .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-head__bottom .c-template-list > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-head__bottom .c-template-list > ul > li {
    width: 50%;
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-head__bottom .c-template-list > ul > li:nth-child(2n+1) {
    position: relative;
    z-index: 1;
  }
  .c-head__bottom .c-template-list > ul > li:nth-child(2n+1):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 15px;
    width: 1px;
    background-color: #E5E5E5;
  }
  .c-head__bottom .c-template-list > ul > li:nth-last-child(1), .c-head__bottom .c-template-list > ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .c-head__bottom .c-template-list > ul > li:nth-last-child(1) .b-grid, .c-head__bottom .c-template-list > ul > li:nth-last-child(2) .b-grid {
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-head__bottom .c-template-list > ul > li:nth-last-child(1):nth-child(2n+1):before, .c-head__bottom .c-template-list > ul > li:nth-last-child(2):nth-child(2n+1):before {
    bottom: 0;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__img {
    margin-left: 0;
    margin-right: 0;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .c-head {
    padding-top: 0;
  }
  .c-head__left {
    padding-left: 15px;
    padding-right: 14px;
  }
  .c-head__center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-head__bottom {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .c-head__left {
    padding-right: 20px;
  }
  .c-head__bottom .c-template-list > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-head__bottom .c-template-list > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .c-head .c-head__left .c-template-grid .b-grid .b-grid__label {
    display: none;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__img {
    border-radius: 0;
  }
  .c-head-big .c-template-grid .b-grid .b-grid__row:has(.btn) {
    display: none;
  }
}
/*---------- end home head css ----------*/
/*---------- home topread css ----------*/
.c-news-topread__number {
  width: 40px;
  border-right: 1px dashed #CECECE;
}
.c-news-topread__number span {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dc3545;
}
.c-news-topread__title {
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
  width: calc(100% - 40px);
  font-family: "Inter", sans-serif;
}
.c-news-topread__title a {
  display: block;
  text-decoration: none;
  color: #333;
}
.c-news-topread__title [class*=icon] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-news-topread ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-news-topread ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.c-news-topread__right ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-news-topread > ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .c-news-topread {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .c-news-topread__left {
    width: 50%;
    padding-right: 10px;
  }
  .c-news-topread__left ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-news-topread__right {
    padding-left: 10px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .c-news-topread__title {
    font-size: 16px;
  }
  .c-news-topread__title a {
    transition: all 0.2s ease;
  }
  .c-news-topread__title a:hover {
    color: #2bb673;
  }
}
@media (min-width: 1200px) {
  .c-news-topread__left {
    padding-right: 15px;
  }
  .c-news-topread__right {
    padding-left: 15px;
  }
}
/*---------- end home topread css ----------*/
/*---------- block category card css ----------*/
.c-category-card.is-margin-small {
  margin-bottom: 20px;
}
.c-category-card.is-margin-small:last-child {
  margin-bottom: 0;
}
.c-category-card .c-template-grid .b-grid .b-grid__img {
  display: none;
}
.c-category-card .c-template-grid .b-grid .b-grid__title {
  font-size: 16px;
}
.c-category-card .c-template-grid > ul > li:first-child .b-grid .b-grid__img {
  display: block;
}
.c-category-card > ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -20px;
  min-height: 20px;
  padding: 0;
}
.c-category-card > ul > li {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .c-category-card.is-margin-small {
    margin-bottom: 25px;
  }
  .c-category-card > ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .c-category-card > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .l-main .c-category-card > ul > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .c-category-card > ul > li {
    width: 25%;
  }
  .c-category-card.is-margin-small {
    margin-bottom: 30px;
  }
  .c-category-card .c-box .c-box__title.is-flex-pc .c-box__title__name {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .c-category-card > ul {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    min-height: 30px;
  }
  .c-category-card > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
/*---------- end block category card css ----------*/
/*---------- block category-style css ----------*/
.c-category-style .c-category-style__left {
  margin-bottom: 20px;
}
.c-category-style .c-category-style__left:last-child {
  margin-bottom: 0;
}
.c-category-style .c-category-style__left .c-template-grid .b-grid {
  background-color: #EDFAED;
  border-radius: 10px;
}
.c-category-style .c-category-style__left .c-template-grid .b-grid .b-grid__img {
  margin-bottom: 0;
}
.c-category-style .c-category-style__left .c-template-grid .b-grid .b-grid__content {
  padding: 15px 20px 20px;
}
.c-category-style .c-category-style__left .c-template-grid .b-grid .b-grid__title {
  font-size: 22px;
}
.c-category-style .c-category-style__left .c-template-grid .b-grid .b-grid__desc {
  display: block;
}
.c-category-style .c-category-style__right .c-template-grid .b-grid .b-grid__img {
  display: none;
}
.c-category-style .c-category-style__right .c-template-grid .b-grid .b-grid__title {
  font-size: 16px;
}
.c-category-style .c-category-style__right .c-template-grid .b-grid .b-grid__desc {
  display: block;
}
.c-category-style .c-category-style__right .c-template-grid > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-category-style .c-category-style__right .c-template-grid > ul > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.c-category-style .c-category-style__right .c-template-grid > ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(1) {
  width: calc(50% - 5px);
  margin-right: 5px;
}
.c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(1) .b-grid .b-grid__img {
  display: block;
}
.c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(1) .b-grid .b-grid__desc {
  display: none;
}
.c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(2) {
  width: calc(50% - 5px);
  margin-left: 5px;
}
.c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(2) .b-grid .b-grid__img {
  display: block;
}
.c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(2) .b-grid .b-grid__desc {
  display: none;
}

@media (min-width: 768px) {
  .c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(1) {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(2) {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .c-category-style {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-category-style .c-category-style__left {
    margin-bottom: 0;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-category-style .c-category-style__left .c-template-grid {
    height: 100%;
  }
  .c-category-style .c-category-style__left .c-template-grid .b-grid {
    height: 100%;
  }
  .c-category-style .c-category-style__right {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .c-category-style {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-category-style .c-category-style__left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-category-style .c-category-style__left .c-template-grid .b-grid .b-grid__title {
    font-size: 24px;
  }
  .c-category-style .c-category-style__right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(1) {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .c-category-style .c-category-style__right .c-template-grid > ul > li:nth-child(2) {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}
/*---------- end block category-style css ----------*/
/*---------- block category start css ----------*/
.c-category-start .c-category-start__left {
  margin-bottom: 20px;
}
.c-category-start .c-category-start__left:last-child {
  margin-bottom: 0;
}
.c-category-start .c-category-start__left .c-template-grid .b-grid .b-grid__title {
  font-size: 16px;
}
.c-category-start .c-category-start__left .c-template-grid > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -5px;
  margin-right: -5px;
}
.c-category-start .c-category-start__left .c-template-grid > ul > li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.c-category-start .c-category-start__left .c-template-grid > ul > li:first-child {
  width: 100%;
}
.c-category-start .c-category-start__right .c-template-list .b-grid .b-grid__desc {
  display: none;
}
.c-category-start .c-category-start__right .c-template-list .b-grid .b-grid__title {
  font-size: 16px;
}
.c-category-start .c-category-start__right .c-template-list > ul > li:first-child .b-grid .b-grid__desc {
  display: block;
}
.c-category-start .c-category-start__right .c-template-list > ul > li:first-child .b-grid .b-grid__title {
  font-size: 22px;
}
.c-category-start .c-category-start__right .c-template-list > ul > li + li .b-grid {
  min-height: 0;
}
.c-category-start .c-category-start__right .c-template-list > ul > li + li .b-grid .b-grid__row {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-category-start .c-category-start__left .c-template-grid > ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-category-start .c-category-start__left .c-template-grid > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .c-category-start {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-category-start .c-category-start__left {
    margin-bottom: 0;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-category-start .c-category-start__left .c-template-grid > ul > li:first-child .b-grid .b-grid__img {
    margin-bottom: 0;
  }
  .c-category-start .c-category-start__left .c-template-grid > ul > li:first-child .b-grid .b-grid__content {
    display: none;
  }
  .c-category-start .c-category-start__right {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .c-category-start .c-category-start__right .c-template-list > ul > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .c-category-start .c-category-start__right .c-template-list > ul > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .c-category-start {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-category-start .c-category-start__left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-category-start .c-category-start__left .c-template-grid > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-category-start .c-category-start__left .c-template-grid > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-category-start .c-category-start__left .c-template-grid > ul > li:first-child {
    padding-bottom: 30px;
  }
  .c-category-start .c-category-start__right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-category-start .c-category-start__right .c-template-list > ul > li:first-child .b-grid .b-grid__title {
    font-size: 24px;
  }
}
/*---------- end block category start css ----------*/
/*---------- block newspaper css ----------*/
.c-newspaper-item__img {
  overflow: hidden;
  padding-top: 133.3333333333%;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  border-radius: 10px;
}
.c-newspaper-item__img:last-child {
  margin-bottom: 0;
}
.c-newspaper-item__img a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-newspaper-item__img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.c-newspaper-item__row {
  line-height: 1.5;
}
.c-newspaper-item__title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.5;
}
.c-newspaper-item__title a {
  display: block;
  text-decoration: none;
  color: #000;
}

@media (min-width: 992px) {
  .c-newspaper-item__title a {
    transition: all 0.2s ease;
  }
  .c-newspaper-item__title a:hover {
    color: #2bb673;
  }
}
/*---------- end block newspaper css ----------*/
/*---------- block multimedia css ----------*/
.c-multimedia-box .icon16-video-gray {
  background-image: url("../images/icons/icon32-play.svg");
  background-size: contain;
}
.c-multimedia-box .c-multimedia-box__left {
  margin-bottom: 20px;
}
.c-multimedia-box .c-multimedia-box__left .c-template-grid .b-grid__img a {
  padding-top: 56.25%;
}
.c-multimedia-box .c-multimedia-box__left .c-template-grid .b-grid__title {
  font-size: 20px;
}
.c-multimedia-box .c-multimedia-box__left .c-template-grid .b-grid__title .icon16-play {
  width: 32px;
  height: 32px;
}
.c-multimedia-box .c-multimedia-box__left .c-template-grid .b-grid__title .icon16-video-gray {
  width: 32px;
  height: 32px;
}
.c-multimedia-box .c-multimedia-box__right {
  padding: 15px;
  background: linear-gradient(to bottom, #1e864e 36%, #2bb673 100%); /* Firefox 3.6+ */ /* IE 10 */ /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, #1e864e 36%, #2bb673 100%);
}
.c-multimedia-box .c-multimedia-box__right .c-template-list > ul > li {
  border-bottom-color: #008001;
}
.c-multimedia-box .c-multimedia-box__scroll.scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.c-multimedia-box .c-multimedia-box__scroll.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #2bb673;
}
.c-multimedia-box .c-multimedia-box__scroll.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #2bb673;
  height: 6px;
  top: -8px;
}

.c-multimedia-tile {
  background-color: #F5F5F5;
}
.c-multimedia-tile.c-box .c-box__title {
  margin-bottom: 0;
  border-bottom: 1px solid #CECECE;
  padding: 15px 15px 8px 15px;
  align-items: flex-end;
}
.c-multimedia-tile.c-box .c-box__title:before {
  display: none;
}
.c-multimedia-tile.c-box .c-box__title .c-box__title__name {
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  margin-bottom: -8px;
}
.c-multimedia-tile.c-box .c-box__content {
  padding: 15px 0;
}

.l-main .c-multimedia-box .c-multimedia-box__left .c-template-grid .b-grid .b-grid__img a {
  padding-top: 66.6666666667%;
}

@media (min-width: 768px) {
  .c-multimedia-box .c-multimedia-box__left .c-template-grid .b-grid__title {
    font-size: 22px;
  }
  .c-multimedia-tile.c-box .c-box__title {
    padding: 20px 20px 8px 20px;
  }
  .c-multimedia-tile.c-box .c-box__content {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .c-multimedia-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .c-multimedia-box .c-multimedia-box__left {
    margin-bottom: 0;
    width: calc(100% - 300px);
    padding-right: 20px;
  }
  .c-multimedia-box .c-multimedia-box__right {
    width: 300px;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list.is-small-pc .b-grid .b-grid__img {
    width: 80px;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list.is-small-pc .b-grid .b-grid__content {
    width: calc(100% - 80px);
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list.is-small-pc .b-grid .b-grid__title {
    font-size: 15px;
  }
  .c-multimedia-box .c-multimedia-box__scroll {
    height: 450px;
  }
  .c-multimedia-tile.c-box .c-box__title {
    padding: 15px 15px 8px 15px;
  }
  .c-multimedia-tile.c-box .c-box__content {
    padding: 15px;
  }
  .c-multimedia-tile .c-multimedia-box .c-multimedia-box__left .c-template-grid .b-grid .b-grid__content {
    padding: 0;
  }
  .c-multimedia-tile .c-multimedia-box .c-multimedia-box__right {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .c-multimedia-box .c-multimedia-box__left {
    padding-right: 30px;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list.is-small-pc > ul > li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list.is-small-pc > ul > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-multimedia-box .c-multimedia-box__scroll {
    height: 570px;
  }
  .c-multimedia-tile.c-box .c-box__title {
    padding: 20px 20px 8px 20px;
  }
  .c-multimedia-tile.c-box .c-box__content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .c-multimedia-box .c-multimedia-box__right {
    margin-left: -15px;
    margin-right: -15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-multimedia-box .c-multimedia-box__right::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list {
    padding: 0;
    background-color: transparent;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list .b-grid {
    display: block;
    width: 65vw;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list .b-grid .b-grid__img {
    width: auto;
    margin-bottom: 10px;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list .b-grid .b-grid__content {
    width: auto;
    padding-left: 0;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list .b-grid .b-grid__title {
    font-size: 16px;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  .c-multimedia-box .c-multimedia-box__right .c-template-list > ul > li {
    width: auto;
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
/*---------- end block multimedia css ----------*/
/*---------- block prism css ----------*/
.c-prism-list.c-template-list .b-grid {
  background-color: #EDFAED;
  padding: 14px;
  border: 1px solid #B9EDBA;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 10px;
}
.c-prism-list.c-template-list .b-grid .b-grid__img {
  overflow: inherit;
  width: 70px;
  height: auto;
  background-color: transparent;
}
.c-prism-list.c-template-list .b-grid .b-grid__img a {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.c-prism-list.c-template-list .b-grid .b-grid__content {
  width: calc(100% - 70px);
  padding-left: 0;
  padding-right: 10px;
}
.c-prism-list.c-template-list .b-grid .b-grid__name {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  line-height: 1.2;
  color: #555;
  font-size: 11px;
  margin-top: 10px;
}
.c-prism-list.c-template-list .b-grid .b-grid__title {
  font-size: 16px;
}
.c-prism-list.c-template-list > ul > li {
  margin-bottom: 0;
  border-bottom: none;
}

/*---------- end block prism css ----------*/
/*---------- block coffee css ----------*/
.c-coffee-grid.c-template-grid .b-grid {
  padding: 14px;
  border: 1px solid #99CC9A;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.c-coffee-grid.c-template-grid .b-grid .b-grid__img {
  width: 72px;
  height: 72px;
  border: 3px solid #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.c-coffee-grid.c-template-grid .b-grid .b-grid__img a {
  padding-top: 100%;
}
.c-coffee-grid.c-template-grid .b-grid .b-grid__row {
  text-align: center;
}
.c-coffee-grid.c-template-grid .b-grid .b-grid__title {
  font-size: 15px;
}
.c-coffee-grid.c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.c-coffee-grid.c-template-grid .b-grid .b-grid__title span {
  font-size: 13px;
  font-weight: 400;
}
.c-coffee-grid.c-template-grid .b-grid .b-grid__desc {
  display: none;
  font-size: 13px;
}
.c-coffee-grid.c-template-grid .b-grid .b-grid__desc a {
  color: #fff;
}
.c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__img {
  width: 110px;
  height: 110px;
}
.c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__desc {
  display: block;
}
.c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__title {
  font-size: 16px;
}
.c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__title span {
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .c-coffee-grid.c-template-grid .b-grid {
    height: 100%;
  }
  .c-coffee-grid.c-template-grid > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
    min-height: 20px;
    margin-bottom: -20px;
  }
  .c-coffee-grid.c-template-grid > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child {
    width: 100%;
  }
  .c-coffee-grid.c-template-grid > ul > li:last-child {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-coffee-grid.c-template-grid .b-grid {
    padding: 9px 4px;
  }
  .c-coffee-grid.c-template-grid > ul > li {
    width: 25%;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child {
    width: 50%;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child .b-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__img {
    min-width: 110px;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__content {
    width: calc(100% - 110px);
    padding-left: 10px;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__row {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .c-coffee-grid.c-template-grid > ul > li:first-child .b-grid {
    padding: 9px 14px;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__content {
    padding-left: 15px;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__row {
    margin-bottom: 10px;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
  }
  .c-coffee-grid.c-template-grid > ul > li:first-child .b-grid .b-grid__title span {
    margin-top: 7px;
  }
}
/*---------- end  block coffee css ----------*/
/*---------- block survey css ----------*/
.c-survey-item .c-survey-item__title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 15px;
}
.c-survey-item .c-survey-item__title:last-child {
  margin-bottom: 0;
}
.c-survey-item .c-survey-item__content {
  margin-bottom: 10px;
}
.c-survey-item .c-survey-item__content:last-child {
  margin-bottom: 0;
}
.c-survey-item .c-survey-item__content .form-check {
  margin-bottom: 7px;
  cursor: pointer;
}
.c-survey-item .c-survey-item__content .form-check:last-child {
  margin-bottom: 0;
}
.c-survey-item .c-survey-item__content .form-check .form-check-label {
  font-size: 15px;
  cursor: pointer;
}
.c-survey-item .c-survey-item__btn .btn {
  min-width: 150px;
}

.c-survey-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-survey-list > ul > li {
  padding-bottom: 20px;
}
.c-survey-list > ul > li:last-child {
  padding-bottom: 0;
}

/*---------- end block survey css ----------*/
/*---------- end home css ----------*/
/*---------- example css ----------*/
.c-cat-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-cat-list.is-margin-bottom {
  margin-bottom: 20px;
}
.c-cat-list__current {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: #2bb673;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.c-cat-list__current.is-tag {
  text-transform: none;
  padding-left: 27px;
  position: relative;
  z-index: 1;
  margin-left: 0;
}
.c-cat-list__current.is-tag:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -16px;
  background-image: url("../images/icons/icon20-tag.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.c-cat-list__desc {
  padding-bottom: 12px;
  line-height: 1.4;
  color: #555;
}
.c-cat-list__desc p {
  margin-bottom: 5px;
}
.c-cat-list__desc p:last-child {
  margin-bottom: 0;
}
.c-cat-list__sub {
  overflow-y: hidden;
  overflow-x: auto;
  margin-right: -15px;
}
.c-cat-list__sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.c-cat-list__sub ul li {
  margin-right: 15px;
}
.c-cat-list__sub ul li h2, .c-cat-list__sub ul li .h2 {
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.c-cat-list__sub ul li a {
  text-decoration: none;
  color: #555;
  display: block;
  padding: 10px 0;
  white-space: nowrap;
}
.c-cat-list__sub ul li.active a {
  color: #2bb673;
}
.c-cat-list__sub.scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.c-cat-list__sub.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #2bb673;
}
.c-cat-list__sub.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #2bb673;
  height: 6px;
  top: -8px;
}

.c-head-list {
  margin-bottom: 20px;
}
.c-head-list__left {
  margin-bottom: 20px;
}
.c-head-list__left .c-template-grid {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
}
.c-head-list__left .c-template-grid .b-grid .b-grid__img {
  margin-left: -15px;
  margin-right: -15px;
}
.c-head-list__left .c-template-grid .b-grid .b-grid__row {
  text-align: center;
}
.c-head-list__left .c-template-grid .b-grid .b-grid__title {
  font-size: 26px;
  line-height: 1.4;
}
.c-head-list__left .c-template-grid .b-grid .b-grid__desc {
  display: block;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 66px; /* Fallback for non-webkit */
  line-height: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-head-list__right {
  margin-bottom: 20px;
}
.c-head-list__right .c-template-grid {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
}

.c-cat-three__left {
  margin-bottom: 20px;
}
.c-cat-three__left .c-template-grid .b-grid .b-grid__title {
  font-size: 20px;
}
.c-cat-three__center {
  margin-bottom: 20px;
}
.c-cat-three__center .c-template-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #CECECE;
}

@media (min-width: 576px) {
  .c-cat-list__current {
    font-size: 28px;
  }
  .c-cat-three__left .c-template-grid .b-grid .b-grid__title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .c-cat-list {
    padding-top: 40px;
  }
  .c-cat-list.is-margin-bottom {
    margin-bottom: 30px;
  }
  .c-cat-list__current {
    font-size: 32px;
  }
  .c-cat-list__current.is-tag:before {
    margin-top: -14px;
  }
  .c-head-list__left .c-template-grid .b-grid .b-grid__title {
    font-size: 28px;
  }
  .c-cat-three__left .c-template-grid .b-grid .b-grid__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .c-cat-list {
    padding-bottom: 5px;
    border-bottom: 1px solid #CECECE;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 50px;
  }
  .c-cat-list__current {
    font-size: 36px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .c-cat-list__desc {
    font-size: 16px;
  }
  .c-cat-list__sub {
    margin-right: 0;
  }
  .c-cat-list__sub ul li {
    margin-right: 25px;
  }
  .c-cat-list__sub ul li a {
    font-size: 16px;
    transition: all 0.2s ease;
  }
  .c-cat-list__sub ul li a:hover {
    color: #2bb673;
  }
  .c-cat-list.is-center .c-cat-list__current {
    text-align: center;
  }
  .c-cat-list.is-center .c-cat-list__desc {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .c-head-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .c-head-list__left {
    width: 64.8148148148%;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-right: 14px;
    padding-bottom: 20px;
  }
  .c-head-list__left .c-template-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-head-list__left .c-template-grid .b-grid .b-grid__img {
    margin-left: 0;
    margin-right: 0;
  }
  .c-head-list__left .c-template-grid .b-grid .b-grid__title {
    font-size: 30px;
  }
  .c-head-list__right {
    width: 35.1851851852%;
    padding-left: 15px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
  }
  .c-head-list__right .c-template-grid {
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-head-list__right .c-template-grid .b-grid .b-grid__row {
    margin-bottom: 0;
    margin-top: 7px;
  }
  .c-head-list__right .c-template-grid .b-grid .b-grid__row:first-child {
    margin-top: 0;
  }
  .c-head-list__right .c-template-grid .b-grid .b-grid__title {
    font-size: 20px;
  }
  .c-head-list__bottom {
    width: 100%;
  }
  .c-cat-three {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-cat-three__left {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    margin-bottom: 0;
  }
  .c-cat-three__left .c-template-grid .b-grid .b-grid__title {
    font-size: 28px;
  }
  .c-cat-three__center {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    margin-bottom: 0;
  }
  .c-cat-three__center .c-template-list {
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-cat-three__right {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .c-cat-list__current {
    font-size: 40px;
  }
  .c-cat-list__current.is-tag:before {
    margin-top: -12px;
  }
  .c-cat-list:has(.is-tag) .c-cat-list__desc {
    padding-left: 27px;
  }
  .c-head-list__left {
    padding-right: 19px;
  }
  .c-head-list__left .c-template-grid .b-grid .b-grid__title {
    font-size: 32px;
  }
  .c-head-list__right {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .c-head-list__left .c-template-grid .b-grid .b-grid__img {
    border-radius: 0;
  }
  .c-cat-list__sub {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .c-cat-list__sub::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
}
/*---------- end example css ----------*/
/*---------- detail css ----------*/
.c-detail-thumb-full {
  overflow: hidden;
  max-height: 100vh;
}
.c-detail-thumb-full img {
  width: 100%;
  height: auto;
}

.bg-detail {
  background: #fcfaf6;
}

.c-detail-head {
  margin-bottom: 15px;
  position: relative;
}
.c-detail-head__row {
  margin-bottom: 10px;
  line-height: 1.3;
}
.c-detail-head__row:last-child {
  margin-bottom: 0;
}
.c-detail-head__row .c-detail-head__author {
  display: block;
}
.c-detail-head__row .space {
  display: none;
}
.c-detail-head__row .c-detail-head__time {
  display: block;
}
.c-detail-head__row.is-bar {
  position: relative;
}
.c-detail-head__title {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  color: #333;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  line-height: 1.4;
}
.c-detail-head__cat {
  color: #2bb673;
  font-size: 14px;
}
.c-detail-head a.c-detail-head__cat {
  text-decoration: none;
}
.c-detail-head__time {
  color: #555;
  font-size: 12px;
}
.c-detail-head__time span {
  color: #000;
}
.c-detail-head__author {
  color: #333;
  font-weight: 700;
  font-size: 12px;
}
.c-detail-head .space {
  margin: 0 5px;
  color: #555;
  font-size: 12px;
}
.c-detail-head .breadcrumb {
  padding: 0;
}

.c-article .b-maincontent {
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  line-height: 1.618;
  margin-bottom: 20px;
  font-weight: 400;
}
.c-article .b-maincontent * {
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-article .b-maincontent p {
  font-size: 18px;
}

.c-news-detail .b-maincontent {
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  line-height: 1.618;
  margin-bottom: 20px;
  font-weight: 400;
}
.c-news-detail .b-maincontent * {
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-news-detail .b-maincontent p {
  font-size: 18px;
}
.c-news-detail .b-maincontent .desc {
  font-weight: 700;
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-news-detail__line {
  height: 1px;
  background-color: #CECECE;
  margin-bottom: 15px;
}
.c-news-detail .c-template-grid {
  margin-bottom: 15px;
}
.c-news-detail .c-template-grid ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-news-other ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-news-other ul li {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.c-news-other ul li:last-child {
  margin-bottom: 0;
}
.c-news-other ul li:last-child:after {
  bottom: 0;
}
.c-news-other ul li:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #2bb673;
  border-radius: 100%;
}
.c-news-other ul li:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 8px;
  bottom: -20px;
  width: 1px;
  left: 3px;
  background-color: #E5E5E5;
}
.c-news-other ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.c-news-other ul li .c-news-other__time {
  color: #999;
  display: block;
  font-size: 13px;
  padding-top: 3px;
}

.c-share-scroll {
  position: absolute;
  right: 0;
  display: none;
}
@media (max-width: 991px) {
  .c-share-scroll {
    top: 0 !important;
  }
}
.c-share-scroll > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-share-scroll > ul > li {
  text-align: center;
  float: left;
  margin-left: 5px;
}
.c-share-scroll > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 50%;
}
.c-share-scroll > ul > li > a.bg-transparent {
  border-color: transparent;
}
.c-share-scroll > ul > li > a .dot {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background-color: #999;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.c-share-scroll > ul > li > a .dot:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: -6px;
}
.c-share-scroll > ul > li > a .dot:after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.c-share-scroll > ul > li > a.c-share-scroll__link {
  border: none;
  border-bottom: 1px solid #CECECE;
  background-color: transparent;
  font-size: 14px;
  color: #555;
  border-radius: 0;
}

.c-news-readmore {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-share-detail {
  min-height: 10px;
  margin-bottom: -10px;
}
.c-share-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-share-detail ul li {
  margin-right: 5px;
  margin-bottom: 10px;
}
.c-share-detail ul li:last-child {
  margin-right: 0;
}
.c-share-detail ul li a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  color: rgba(80, 61, 31, 0.6);
  height: 36px;
  padding: 0 10px;
  line-height: 34px;
  border: 1px solid rgba(80, 61, 31, 0.6);
  border-radius: 5px;
}
.c-share-detail ul li a [class*=icon] {
  margin-right: 5px;
}
.c-share-detail ul li a .icon16-zalo-white {
  width: 12px;
  height: 12px;
  background-size: contain;
}
.c-share-detail ul li a .icon12-link {
  margin-right: 0;
}
.c-share-detail ul li a .icon16-print {
  margin-right: 0;
}
.c-share-detail ul li a span {
  display: none;
}
.c-share-detail ul li a.btn-facebook {
  border-color: #215FA7;
  color: #fff;
  background-color: #215FA7;
}
.c-share-detail ul li a.btn-zalo {
  border-color: #029DED;
  color: #fff;
  background-color: #029DED;
}
.c-share-detail ul li a.is-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-share-detail ul li a .is-text-flex {
  display: inline-flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 1.1;
  padding-left: 5px;
}

.c-author-page {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid rgba(80, 61, 31, 0.2);
  position: relative;
  z-index: 1;
  border-radius: 18px;
}
.c-author-page__copy {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  font-style: italic;
  color: #555;
  padding: 6px 15px;
}
.c-author-page__copy .icon-left {
  margin-right: 4px;
}
.c-author-page__mobile-pop {
  position: absolute;
  z-index: -1;
  bottom: 90%;
  left: auto;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.c-author-page__mobile-pop label {
  text-align: center;
  font-weight: 700;
  padding: 7px 0;
  display: block;
}
.c-author-page__mobile-pop a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.c-author-page__mobile-pop.active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.c-author-page__pc-pop {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: none;
  width: 290px;
  text-align: left;
  line-height: 1.3;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.c-author-page__pc-pop:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
}
.c-author-page__pc-pop label {
  display: block;
  margin: 0 0 7px;
  font-size: 12px;
}
.c-author-page__pc-pop label span {
  float: right;
  cursor: pointer;
}
.c-author-page__pc-pop label span .icon-left {
  margin-right: 4px;
}
.c-author-page__pc-pop a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.c-homepage-repeat-content {
  padding: 15px 0 10px;
  border-bottom: 5px solid #CECECE;
}

.bg-detail.bg-dark .breadcrumb > li > a {
  color: #fff;
}
.bg-detail.bg-dark .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.bg-detail.bg-dark .c-box .c-box__title .c-box__title__name {
  color: #fff;
}
.bg-detail.bg-dark .c-news-topmore .b-grid {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-news-topmore .b-grid .b-grid__title a {
  color: #fff;
}
.bg-detail.bg-dark .c-template-list .b-grid .b-grid__row {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-template-list .b-grid .b-grid__title a {
  color: #fff;
}
.bg-detail.bg-dark .c-tags:before {
  background-image: url("../images/icons/icon20-tag-white.svg");
}
.bg-detail.bg-dark .c-tags a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-detail-head__title {
  color: #fff;
}
.bg-detail.bg-dark .c-detail-head__time {
  color: #fff;
}
.bg-detail.bg-dark .c-detail-head__author {
  color: #fff;
}
.bg-detail.bg-dark .c-detail-head .space {
  color: #fff;
}
.bg-detail.bg-dark .c-news-detail .b-maincontent {
  color: #fff;
}
.bg-detail.bg-dark .c-news-detail .b-maincontent .desc {
  color: #fff;
}
.bg-detail.bg-dark .c-news-detail .b-maincontent .caption, .bg-detail.bg-dark .c-news-detail .b-maincontent p.caption {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-news-detail__line {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-news-other ul li:before {
  background: #999;
}
.bg-detail.bg-dark .c-news-other ul li a {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-comment-bar__sort label {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-bar__sort ul li + li:before {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-bar__sort ul li a {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-bar__sort ul li.active a {
  color: #6c757d;
}
.bg-detail.bg-dark .c-comment-list .b-grid {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__row {
  color: #fff;
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__time {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__anwser {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__like {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__share {
  color: rgba(255, 255, 255, 0.6);
}
.bg-detail.bg-dark .c-comment-list .b-grid .b-grid__title {
  color: #2bb673;
}
.bg-detail.bg-dark .c-share-detail .icon12-link {
  background-image: url("../images/icons/icon12-link-white.svg");
}
.bg-detail.bg-dark .c-share-detail .icon16-print {
  background-image: url("../images/icons/icon16-print-white.svg");
}
.bg-detail.bg-dark .c-share-detail ul li a {
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

.c-font-box {
  width: 26px;
  background-color: #fff;
  border: 1px solid #CECECE;
  position: relative;
  border-radius: 13px;
}
.c-font-box__icon {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  color: #333;
}
.c-font-box__btn {
  padding: 0 37px 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  flex-direction: row-reverse;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  background-color: #fff;
  display: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.c-font-box__btn span.plus, .c-font-box__btn span.minus, .c-font-box__btn span.font {
  cursor: pointer;
}
.c-font-box__close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
}
.c-font-box__close:focus {
  outline: none;
}
.c-font-box.active .c-font-box__btn {
  display: flex;
}

@media (min-width: 360px) {
  .c-share-detail ul li a {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .c-detail-head__title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .c-detail-head__title {
    font-size: 32px;
  }
  .c-news-detail .b-maincontent {
    margin-bottom: 25px;
  }
  .c-news-detail .c-template-list .b-grid .b-grid__img {
    width: 240px;
  }
  .c-news-detail .c-template-list .b-grid .b-grid__content {
    width: calc(100% - 240px);
    padding-left: 15px;
  }
  .c-news-readmore {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .c-author-page {
    margin-bottom: 25px;
    background-color: transparent;
    border: none;
    text-align: right;
  }
  .c-author-page__pc-pop {
    width: 325px;
  }
  .c-author-page__mobile-pop {
    display: none !important;
  }
  .c-author-page__right {
    display: inline-block;
    vertical-align: middle;
  }
  .c-author-page__right:hover .c-author-page__pc-pop {
    display: block;
  }
  .c-author-page__right .btn-light {
    border-color: #CECECE;
    color: #555;
  }
  .c-author-page__copy {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-detail-head {
    padding-left: 60px;
  }
  .c-detail-head__row {
    margin-bottom: 15px;
  }
  .c-detail-head__row .space {
    display: inline;
    font-size: 15px;
  }
  .c-detail-head__row .c-detail-head__author {
    display: inline;
    font-size: 15px;
  }
  .c-detail-head__row .c-detail-head__time {
    display: inline;
    font-size: 15px;
  }
  .c-detail-head__row.is-bar {
    position: initial;
  }
  .c-detail-head__cat {
    font-size: 12px;
    color: #2bb673;
    transition: all 0.2s ease;
  }
  .c-detail-head__cat:hover {
    color: #000;
  }
  .c-detail-head__title {
    font-size: 24px;
  }
  .c-detail-head.is-full {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
  }
  .c-article .b-maincontent {
    font-size: 16px;
  }
  .c-article .b-maincontent img {
    max-width: 100%;
  }
  .c-article .b-maincontent p {
    font-size: 16px;
  }
  .c-article .b-maincontent .desc {
    font-size: 18px;
  }
  .c-article .b-maincontent table.picture[align=center] {
    max-width: 100%;
  }
  .c-news-detail {
    padding-left: 60px;
  }
  .c-news-detail .b-maincontent {
    font-size: 16px;
  }
  .c-news-detail .b-maincontent img {
    max-width: 100%;
  }
  .c-news-detail .b-maincontent p {
    font-size: 16px;
  }
  .c-news-detail .b-maincontent .desc {
    font-size: 18px;
  }
  .c-news-detail .b-maincontent table.picture[align=center] {
    max-width: 100%;
  }
  .c-news-detail.is-full {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 45px;
  }
  .c-news-detail.is-full table.picture[align=center] {
    width: 860px !important;
    margin-left: -100px !important;
    max-width: 860px;
  }
  .c-news-detail.is-full .c-box.h-show-mobile {
    display: block !important;
  }
  .c-news-detail.is-full .c-news-topmore .b-grid .b-grid__img {
    width: 130px;
  }
  .c-news-detail.is-full .c-news-topmore .b-grid .b-grid__content {
    margin-left: 142px;
  }
  .c-share-scroll {
    top: 8px;
    right: auto;
    margin-left: -60px;
    width: 32px;
    display: block;
  }
  .c-share-scroll > ul > li {
    margin-bottom: 10px;
    margin-left: 0;
    float: none;
  }
  .c-share-scroll > ul > li > a {
    width: 32px;
    height: 32px;
    line-height: 26px;
    margin: 0 auto;
    transition: all 0.2s ease;
  }
  .c-share-scroll > ul > li > a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .c-share-scroll.has-fixed {
    top: 10px;
    position: fixed;
  }
  .c-share-scroll.has-fixed.has-ab {
    position: absolute;
  }
  .c-news-other ul {
    margin-bottom: 15px;
  }
  .c-news-other ul li {
    margin-bottom: 8px;
  }
  .c-news-other ul li a {
    font-size: 15px;
    transition: all 0.2s ease;
  }
  .c-news-other ul li a:hover {
    color: #6c757d;
  }
  .bg-detail.is-single .c-news-detail__line.h-show-mobile {
    display: block !important;
  }
  .bg-detail.is-single .c-share-scroll {
    margin-left: -190px;
  }
  .c-author-page__right .btn {
    font-size: 12px;
  }
  .c-share-detail ul li {
    margin-right: 10px;
  }
  .c-share-detail ul li a {
    font-size: 14px;
  }
  .c-share-detail ul li a span {
    display: inline;
  }
  .c-share-detail ul li a .icon12-link {
    margin-right: 5px;
  }
  .c-news-readmore .l-main .c-box {
    border-bottom: none;
  }
  .c-homepage-repeat-content {
    padding: 15px 0 25px;
    border-bottom: none;
  }
  .bg-detail .c-news-detail .c-template-list .b-grid .b-grid__title a:hover {
    color: #2bb673;
  }
  .bg-detail .c-news-other ul li a:hover {
    color: #2bb673;
  }
  .bg-detail .c-news-topmore .b-grid .b-grid__title a:hover {
    color: #2bb673;
  }
  .c-font-box {
    width: 32px;
    border-radius: 16px;
  }
  .c-font-box__icon {
    display: none;
  }
  .c-font-box__btn {
    padding: 3px;
    height: auto;
    position: static;
    display: flex !important;
    flex-direction: column;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .c-font-box__btn span.font {
    margin: 10px auto;
  }
  .c-font-box__btn span.plus, .c-font-box__btn span.minus {
    transition: all 0.2s ease;
  }
  .c-font-box__btn span.plus:hover, .c-font-box__btn span.minus:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .c-font-box__close {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bg-detail .l-main {
    width: 720px !important;
    margin-left: 45px;
  }
  .bg-detail .l-sidebar {
    margin-right: 105px;
  }
  .bg-detail.is-single .c-share-scroll {
    margin-left: -288px;
  }
  .c-detail-head.is-full {
    padding-left: 45px;
  }
  .c-detail-head__title {
    font-size: 30px;
  }
  .c-detail-head__cat {
    font-size: 16px;
  }
  .c-detail-head__row .c-detail-head__author {
    font-size: 14px;
  }
  .c-detail-head__row .c-detail-head__time {
    font-size: 14px;
  }
  .c-detail-head__row .space {
    font-size: 14px;
  }
  .c-article .b-maincontent {
    font-size: 19px;
  }
  .c-article .b-maincontent p {
    font-size: 19px;
  }
  .c-article .b-maincontent .desc {
    font-size: 19px;
  }
  .c-news-detail.is-full {
    padding-left: 45px;
  }
  .c-news-detail.is-full .c-news-topmore {
    padding-bottom: 15px;
  }
  .c-news-detail.is-full .c-news-topmore .b-grid .b-grid__title {
    font-size: 18px;
  }
  .c-news-detail .b-maincontent {
    font-size: 19px;
  }
  .c-news-detail .b-maincontent p {
    font-size: 19px;
  }
  .c-news-detail .b-maincontent .desc {
    font-size: 19px;
  }
  .c-homepage-repeat-content {
    padding: 20px 0 30px;
  }
  .c-author-page__right .btn {
    font-size: 14px;
  }
  .c-share-detail ul li a {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .c-detail-head__row {
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-news-readmore .c-template-grid > ul > li {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 15px;
  }
  .c-news-readmore .c-template-grid > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
/*---------- end detail css ----------*/
/*---------- detail online css ----------*/
.c-detail-head__online {
  display: inline-block;
  vertical-align: middle;
  color: #555;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
.c-detail-head__online .c-live-action {
  border: none;
  color: #555;
  padding: 0;
}
.c-detail-head__online .c-live-action .ring-container .ringring {
  display: none;
}
.c-detail-head__online .c-live-action .ring-container .circle {
  background-color: #555;
}
.c-detail-head__online.active .c-live-action {
  color: #dc3545;
}
.c-detail-head__online.active .c-live-action .ring-container .ringring {
  display: block;
}
.c-detail-head__online.active .c-live-action .ring-container .circle {
  background-color: #dc3545;
}

.c-online-tabs {
  margin-bottom: 15px;
}
.c-online-tabs__title ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-online-tabs__title ul li {
  padding: 0 15px;
}
.c-online-tabs__title ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.4;
}
.c-online-tabs__title ul li a:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2bb673;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-online-tabs__title ul li.active a {
  color: #2bb673;
}
.c-online-tabs__title ul li.active a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.c-online-tabs__container {
  padding: 15px 0 0;
  border-top: 1px solid #E5E5E5;
}
.c-online-tabs__pane {
  display: none;
}
.c-online-tabs__pane.is-current {
  display: block;
}

.c-online-order {
  margin-bottom: 10px;
}
.c-online-order ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.c-online-order ul li {
  margin-left: -1px;
}
.c-online-order ul li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  border: 1px solid #CECECE;
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
}
.c-online-order ul li.active a {
  background-color: #CECECE;
}

.c-list-live > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-live > ul > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CECECE;
}
.c-list-live > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-list-live__time {
  color: #999;
  font-size: 14px;
  display: block;
  margin-right: 5px;
  font-family: "Inter", sans-serif;
}
.c-list-live__title {
  display: block;
  margin: 0 0 7px;
  color: #333;
  font-weight: 700;
}
.c-list-live__content > :first-child {
  margin-top: 0 !important;
}
.c-list-live__content > :last-child {
  margin-bottom: 0 !important;
}
.c-list-live.is-desc > ul {
  display: flex;
  flex-direction: column;
}
.c-list-live.is-desc > ul > li {
  width: 100%;
}
.c-list-live.is-asc > ul {
  display: flex;
  flex-direction: column-reverse;
}
.c-list-live.is-asc > ul > li {
  width: 100%;
}
.c-list-live.is-asc > ul > li:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-list-live.is-asc > ul > li:last-child {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CECECE;
}

@media (min-width: 992px) {
  .c-online-tabs__container {
    padding: 10px 0 0;
  }
}
/*---------- end detail online css ----------*/
/*---------- video css ----------*/
.c-video-over-outer-5 {
  overflow: hidden;
  margin-right: -15px;
}
.c-video-over-outer-5 .c-template-grid {
  margin-right: -47%;
}
.c-video-over-outer-5 .c-template-grid .b-grid .b-grid__title {
  font-size: 15px;
}
.c-video-over-outer-5 .c-template-grid .b-grid .b-grid__title a {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 40px; /* Fallback for non-webkit */
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
  margin-right: 32%;
}
.c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav {
  display: none;
}

.c-video-outer {
  padding: 0 0 15px;
}
.c-video-outer .l-main {
  margin-bottom: 15px;
}
.c-video-outer .c-share-detail {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
.c-video-outer .c-cat-list {
  margin-top: 0;
  padding-top: 10px;
}
.c-video-outer .c-cat-list .c-cat-list__current {
  font-family: "Inter", sans-serif;
}

.c-video-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 10;
}
.c-video-head__icon {
  width: 54px;
  height: 54px;
  border: none;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-video-head__icon:focus {
  outline: none;
  border: none;
}
.c-video-head__icon span {
  background-color: #fff;
  font-size: 0;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 2px;
  border-radius: 2px;
}
.c-video-head__icon span:before, .c-video-head__icon span:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  border-radius: 2px;
}
.c-video-head__icon span:before {
  transform: translateY(-6px);
  width: 100%;
}
.c-video-head__icon span:after {
  transform: translateY(6px);
  width: 100%;
}
.c-video-head__text {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
}
.c-video-head__text img {
  width: auto;
  height: auto;
  max-height: 30px;
}
.c-video-head__cat {
  background-color: #3D4A5E;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
.c-video-head__cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-video-head__cat ul li {
  width: 50%;
}
.c-video-head__cat ul li a {
  display: block;
  text-decoration: none;
  line-height: 1.4;
  padding: 5px 10px;
  color: #fff;
}
.c-video-head.active .c-video-head__icon {
  background-color: #3D4A5E;
}
.c-video-head.active .c-video-head__icon .icon24-menu-white2 {
  background-image: url("../images/icons/icon24-close-white.svg");
}
.c-video-head.active .c-video-head__cat {
  display: block;
}

.c-video-view {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.c-video-view iframe {
  width: 100%;
}
.c-video-view > img {
  width: 100%;
}

.c-video-detail__cat {
  margin-bottom: 10px;
}
.c-video-detail__cat a {
  text-decoration: none;
  text-transform: uppercase;
  color: #17a2b8;
}
.c-video-detail__title {
  margin-bottom: 10px;
}
.c-video-detail__title h1, .c-video-detail__title .h1 {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-video-detail__desc {
  color: rgba(255, 255, 255, 0.66);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.06);
  font-weight: 700;
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-video-detail__time {
  color: #999;
  margin-bottom: 10px;
}
.c-video-detail__author {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.c-video-detail .b-maincontent {
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
  line-height: 1.618;
  margin-bottom: 20px;
  font-weight: 400;
}
.c-video-detail .b-maincontent * {
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-video-detail .b-maincontent p {
  font-size: 18px;
}
.c-video-detail .b-maincontent .desc {
  font-weight: 700;
  font-size: 18px;
  font-family: "IBM Plex Serif", Arial, Helvetica, sans-serif;
}
.c-video-detail .entry:not(.longform) {
  color: #fff;
  max-width: none;
}
.c-video-detail .entry:not(.longform) > * {
  max-width: none;
}

.c-auto-play {
  padding-top: 2px;
}
.c-auto-play a {
  text-transform: uppercase;
  text-decoration: none;
  color: #999;
}

@media (min-width: 768px) {
  .c-video-over-outer-5 .c-template-grid {
    margin-right: -20%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
    margin-right: 16%;
  }
  .c-video-head__cat {
    right: auto;
    width: 620px;
  }
  .c-video-head__cat ul li {
    width: 33.3333333333%;
  }
  .c-video-head__cat ul li a {
    font-size: 16px;
  }
  .c-video-detail__title {
    margin-bottom: 20px;
  }
  .c-video-detail__title h1, .c-video-detail__title .h1 {
    font-size: 32px;
  }
  .c-video-detail__desc {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .c-video-detail__author {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-video-over-outer-5 {
    margin-right: 0;
  }
  .c-video-over-outer-5 .c-template-grid {
    margin-right: -18%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
    margin-right: 15%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav {
    display: block;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav .owl-next {
    right: calc(15% + 15px);
  }
  .c-video-outer {
    padding: 15px 0;
  }
  .c-video-outer .l-main {
    margin-bottom: 0;
  }
  .c-video-outer .c-share-detail {
    display: none;
  }
  .c-video-outer .c-cat-list {
    margin-top: 0;
    padding-top: 0;
  }
  .c-video-head {
    margin-top: -15px;
  }
  .c-video-head__cat > ul > li > a {
    transition: all 0.2s ease;
  }
  .c-video-head__cat > ul > li > a:hover {
    color: #2bb673;
  }
  .c-video-view {
    margin-left: 0;
    margin-right: 0;
  }
  .c-video-detail__title h1, .c-video-detail__title .h1 {
    font-size: 24px;
  }
  .c-video-detail__desc {
    font-size: 16px;
  }
  .c-video-detail .b-maincontent {
    font-size: 16px;
  }
  .c-video-detail .b-maincontent img {
    max-width: 100%;
  }
  .c-video-detail .b-maincontent p {
    font-size: 16px;
  }
  .c-video-detail .b-maincontent .desc {
    font-size: 18px;
  }
  .c-video-detail .b-maincontent table.picture[align=center] {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .c-video-over-outer-5 .c-template-grid {
    margin-right: -12%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
    margin-right: 10.5%;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav {
    display: block;
  }
  .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav .owl-next {
    right: calc(10.5% + 15px);
  }
  .c-video-detail__title h1, .c-video-detail__title .h1 {
    font-size: 30px;
  }
  .c-video-detail__desc {
    font-size: 19px;
  }
  .c-video-detail .b-maincontent {
    font-size: 19px;
  }
  .c-video-detail .b-maincontent p {
    font-size: 19px;
  }
  .c-video-detail .b-maincontent .desc {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .c-video-outer .c-comments {
    display: none;
  }
  .c-video-outer .c-comment-click {
    display: block;
  }
}
/*---------- end video css ----------*/
/*---------- fix entry css ----------*/
.entry:not(.longform) {
  padding-bottom: 0;
}

.entry:not(.longform) figcaption {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #555;
  font-style: italic;
}

.entry:not(.longform) figcaption p {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 992px) {
  .c-box.h-show-mobile:has(.c-news-topmore) {
    border-top: 1px solid #E5E5E5;
    padding-top: 12px;
    margin-top: -13px;
  }
  .c-box.h-show-mobile:has(.c-news-topmore):first-child {
    margin-top: 0;
  }
  .c-box.h-show-mobile:has(.c-news-topmore) .c-box__title {
    display: none;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img {
    width: 240px;
    height: auto;
    float: none;
    position: relative;
    z-index: 1;
    border-radius: 5px;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img a {
    display: block;
    padding-top: 66.6666666667%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__content {
    margin-left: 0;
    padding-left: 15px;
    width: calc(100% - 240px);
  }
}
@media (max-width: 991px) {
  .c-box.h-show-mobile:has(.c-news-topmore) {
    border-top: 1px solid #E5E5E5;
    padding-top: 12px;
    margin-top: -13px;
  }
  .c-box.h-show-mobile:has(.c-news-topmore):first-child {
    margin-top: 0;
  }
  .c-box.h-show-mobile:has(.c-news-topmore) .c-box__title {
    display: none;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img {
    width: 44.8275862069%;
    height: auto;
    float: none;
    position: relative;
    z-index: 1;
    border-radius: 5px;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img a {
    display: block;
    padding-top: 66.6666666667%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__content {
    margin-left: 0;
    padding-left: 15px;
    width: 55.1724137931%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img {
    width: 240px;
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__content {
    width: calc(100% - 240px);
  }
  .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__title {
    font-size: 18px;
  }
}
/*---------- end fix entry css ----------*/
/*---------- fix comment css ----------*/
.c-comments .message {
  padding: 15px 0 0;
  font-size: 16px;
}
.c-comments .message p {
  font-size: 14px;
}

@media (max-width: 991px) {
  body .popUp.binhLuan .popupContent {
    padding: 15px 20px 20px;
  }
  body .popUp.binhLuan .popupContent .form {
    margin: 15px -20px 0;
    padding: 15px 20px 5px;
  }
}
@media (max-width: 767px) {
  body .popUp.binhLuan .popupContent {
    width: 480px;
  }
}
@media (max-width: 414px) {
  body .popUp.binhLuan .popupContent {
    width: 384px;
  }
}
@media (max-width: 375px) {
  body .popUp.binhLuan .popupContent {
    width: 345px;
  }
}
@media (max-width: 360px) {
  body .popUp.binhLuan .popupContent {
    width: 330px;
  }
}
@media (max-width: 320px) {
  body .popUp.binhLuan .popupContent {
    width: 290px;
  }
}
/*---------- end fix comment css ----------*/
/*---------- theme video css ----------*/
.c-theme-video {
  background-color: #27303e;
}
.c-theme-video .c-powered {
  background-color: #27303e;
  color: #fff;
}
.c-theme-video .c-powered a {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-video .c-powered span {
  color: rgba(255, 255, 255, 0.5);
}
.c-theme-video .l-footer {
  background-color: #212832;
  border-top: none;
}
.c-theme-video .l-footer .c-menu-line {
  display: none;
}
.c-theme-video .l-footer .c-menu-outer {
  background-color: transparent;
}
.c-theme-video .l-footer .c-menu > ul > li > a {
  color: #fff;
}
.c-theme-video .c-partner-box {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.c-theme-video .c-partner-item {
  background-color: #fff;
}
.c-theme-video .c-footer-menu {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.c-theme-video .c-footer-menu ul li a {
  color: #fff;
}
.c-theme-video .c-footer-logo__text {
  color: #fff;
}
.c-theme-video .c-footer-main .b-maincontent {
  color: #fff;
}
.c-theme-video .c-footer-main .b-maincontent p {
  color: #fff;
}
.c-theme-video .c-footer-main .b-maincontent a {
  color: #fff;
}
.c-theme-video .c-footer-category > ul > li > a {
  color: #fff;
}
.c-theme-video .c-footer-category > ul > li > ul > li > a {
  color: #fff;
}
.c-theme-video .c-social label {
  color: #fff;
}
.c-theme-video .c-social ul li a {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.c-theme-video .c-box .c-box__title .c-box__title__name {
  color: #fff;
}
.c-theme-video .c-box .c-box__title .c-box__title__name a {
  color: #fff;
}
.c-theme-video .c-box .c-box__title a.c-box__title__name {
  color: #fff;
}
.c-theme-video .c-template-grid .b-grid {
  background-color: #212832;
  height: 100%;
}
.c-theme-video .c-template-grid .b-grid .b-grid__img {
  margin-bottom: 0;
}
.c-theme-video .c-template-grid .b-grid .b-grid__img a {
  padding-top: 56.25%;
}
.c-theme-video .c-template-grid .b-grid .b-grid__content {
  padding: 15px 15px 20px;
}
.c-theme-video .c-template-grid .b-grid .b-grid__row {
  color: #fff;
}
.c-theme-video .c-template-grid .b-grid .b-grid__title a {
  color: #fff;
}
.c-theme-video .c-template-grid .b-grid .b-grid__counttime {
  left: auto;
  right: 0;
  background-color: transparent;
  padding: 0 7px 0 28px;
  color: #fff;
}
.c-theme-video .c-template-grid .b-grid .b-grid__counttime .icon12-play-white {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-color: transparent;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 3px;
}
.c-theme-video .c-template-button .owl-carousel .owl-prev, .c-theme-video .c-template-button .owl-carousel .owl-next {
  background-color: #2bb673;
}
.c-theme-video .c-news-readmore {
  background-color: #242c39;
  padding-bottom: 20px;
}
.c-theme-video .c-news-readmore .c-box {
  border-bottom: none;
}
.c-theme-video .c-news-topmore .b-grid .b-grid__img {
  height: auto;
}
.c-theme-video .c-news-topmore .b-grid .b-grid__img a {
  padding-top: 56.25%;
  overflow: hidden;
}
.c-theme-video .c-comment-list .b-grid {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.c-theme-video .c-comment-list .b-grid .b-grid__row {
  color: rgba(255, 255, 255, 0.86);
}
.c-theme-video .c-comment-list .b-grid .b-grid__title {
  color: #fff;
}
.c-theme-video .c-comment-list .b-grid .b-grid__time {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-list .b-grid .b-grid__anwser {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-list .b-grid .b-grid__like {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-list .b-grid .b-grid__like [class*=icon] {
  margin-right: 5px;
}
.c-theme-video .c-comment-list .b-grid .b-grid__share {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-list .b-grid .b-grid__share [class*=icon] {
  margin-right: 5px;
}
.c-theme-video .c-comment-list .b-grid .c-comment-more a {
  color: #17a2b8;
}
.c-theme-video .c-comment-list .b-grid .icon16-facebook {
  background-image: url("../images/icons/icon12-facebook-f-white.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
}
.c-theme-video .c-comment-list .b-grid .icon16-heart-blue {
  background-image: url("../images/icons/icon12-heart-white.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
}
.c-theme-video .c-comment-bar {
  border-top-color: rgba(255, 255, 255, 0.06);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.c-theme-video .c-comment-bar__count {
  color: #17a2b8;
}
.c-theme-video .c-comment-bar__sort label {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-bar__sort ul li {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-bar__sort ul li a {
  color: rgba(255, 255, 255, 0.66);
}
.c-theme-video .c-comment-bar__sort ul li.active a {
  color: #17a2b8;
}
.c-theme-video .c-comment-input textarea {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}
.c-theme-video .c-comment-more a {
  color: #17a2b8;
}
.c-theme-video .c-news-readmore .c-box {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.c-theme-video .c-news-readmore .c-template-grid > ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.c-theme-video .c-news-topmore .b-grid {
  border-bottom: none;
}
.c-theme-video .c-news-topmore .b-grid .b-grid__title a {
  color: #fff;
}
.c-theme-video .c-cat-list {
  border-bottom: none;
}
.c-theme-video .c-cat-list__current {
  text-align: center;
}
.c-theme-video .c-more a {
  color: #fff;
}

@media (min-width: 768px) {
  .c-theme-video .c-template-grid.is-col-2-tablet .b-grid {
    height: 100%;
  }
  .c-theme-video .c-template-grid.is-col-2-tablet > ul > li:last-child {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-theme-video .c-footer-main:before {
    background-color: rgba(255, 255, 255, 0.06);
  }
  .c-theme-video .c-footer-category {
    border-top-color: rgba(255, 255, 255, 0.06);
  }
  .c-theme-video .c-template-grid.is-col-4-pc > ul > li:last-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .c-theme-video .c-footer-category > ul > li {
    border-top-color: rgba(255, 255, 255, 0.06);
    border-bottom-color: rgba(255, 255, 255, 0.06);
  }
}
/*---------- end theme video css ----------*/