@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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-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:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --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-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff; }

*, ::after, ::before {
  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: transparent; }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25; }

hr:not([size]) {
  height: 1px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem; } }

.h2, h2 {
  font-size: calc(1.325rem + .9vw); }

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem; } }

.h3, h3 {
  font-size: calc(1.3rem + .6vw); }

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem; } }

.h4, h4 {
  font-size: calc(1.275rem + .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[data-bs-original-title], 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; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

.small, small {
  font-size: .875em; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }

a:hover {
  color: #0a58ca; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img, svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

tbody, td, tfoot, th, thead, tr {
  border-color: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

select:disabled {
  opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button: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: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit; }

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem; } }

legend + * {
  clear: left; }

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::-webkit-file-upload-button {
  font: inherit; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: .5rem; }

.initialism {
  font-size: .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: .875em;
  color: #6c757d; }

.blockquote-footer::before {
  content: "— "; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

.figure-caption {
  font-size: .875em;
  color: #6c757d; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px; } }

.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333333%; }

.offset-2 {
  margin-left: 16.66666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333333%; }

.offset-5 {
  margin-left: 41.66666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333333%; }

.offset-8 {
  margin-left: 66.66666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333333%; }

.offset-11 {
  margin-left: 91.66666667%; }

.g-0, .gx-0 {
  --bs-gutter-x:0; }

.g-0, .gy-0 {
  --bs-gutter-y:0; }

.g-1, .gx-1 {
  --bs-gutter-x:0.25rem; }

.g-1, .gy-1 {
  --bs-gutter-y:0.25rem; }

.g-2, .gx-2 {
  --bs-gutter-x:0.5rem; }

.g-2, .gy-2 {
  --bs-gutter-y:0.5rem; }

.g-3, .gx-3 {
  --bs-gutter-x:1rem; }

.g-3, .gy-3 {
  --bs-gutter-y:1rem; }

.g-4, .gx-4 {
  --bs-gutter-x:1.5rem; }

.g-4, .gy-4 {
  --bs-gutter-y:1.5rem; }

.g-5, .gx-5 {
  --bs-gutter-x:3rem; }

.g-5, .gy-5 {
  --bs-gutter-y:3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0; }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0; }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem; }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem; }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem; }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem; }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem; }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem; }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem; }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem; }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem; }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0; }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0; }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem; }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem; }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem; }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem; }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem; }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem; }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem; }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem; }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem; }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0; }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0; }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem; }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem; }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem; }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem; }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem; }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem; }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem; }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem; }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem; }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0; }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0; }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem; }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem; }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem; }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem; }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem; }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem; }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem; }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem; }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem; }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0; }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0; }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem; }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem; }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem; }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem; }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem; }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem; }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem; }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem; }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem; }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem; } }

.table {
  --bs-table-bg:transparent;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }

.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }

.table > tbody {
  vertical-align: inherit; }

.table > thead {
  vertical-align: bottom; }

.table > :not(:first-child) {
  border-top: 2px solid currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6; }

.table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg:#f8d7da;
  --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: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: .5rem; }

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem; }

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .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: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.form-control::-webkit-date-and-time-value {
  height: 1.5em; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none; }
  .form-control::file-selector-button {
    transition: none; } }

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3; }

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3; }

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none; } }

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem; }

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem; }

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem; }

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem; }

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem; }

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: .375rem; }

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer; }

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem; }

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem; }

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none; } }

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none; }

.form-select:disabled {
  background-color: #e9ecef; }

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: .3rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem; }

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

.form-check-input[type=checkbox] {
  border-radius: .25em; }

.form-check-input[type=radio] {
  border-radius: 50%; }

.form-check-input:active {
  filter: brightness(90%); }

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd; }

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5; }

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .5; }

.form-switch {
  padding-left: 2.5em; }

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none; } }

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-range:focus {
  outline: 0; }

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.form-range::-moz-focus-outer {
  border: 0; }

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe; }

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe; }

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.form-range:disabled {
  pointer-events: none; }

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.form-floating {
  position: relative; }

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25; }

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none; } }

.form-floating > .form-control {
  padding: 1rem .75rem; }

.form-floating > .form-control::-moz-placeholder {
  color: transparent; }

.form-floating > .form-control:-ms-input-placeholder {
  color: transparent; }

.form-floating > .form-control::placeholder {
  color: transparent; }

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem; }

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: .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-select ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0; }

.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3; }

.input-group .btn {
  position: relative;
  z-index: 2; }

.input-group .btn:focus {
  z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem; }

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: .25rem; }

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #198754; }

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem); }

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #198754; }

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #198754; }

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
  z-index: 1; }

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
  z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block; }

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #dc3545; }

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem); }

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #dc3545; }

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #dc3545; }

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
  z-index: 2; }

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
  z-index: 3; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:hover {
  color: #212529; }

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65; }

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca; }

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be; }

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64; }

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e; }

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43; }

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f; }

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2; }

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2; }

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720; }

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720; }

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37; }

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834; }

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb; }

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb; }

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21; }

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f; }

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-success {
  color: #198754;
  border-color: #198754; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }

.btn-link:hover {
  color: #0a58ca; }

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d; }

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem; }

.fade {
  transition: opacity .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 .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none; } }

.dropdown, .dropend, .dropstart, .dropup {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem; }

.dropdown-menu-start {
  --bs-position:start; }

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0; }

.dropdown-menu-end {
  --bs-position:end; }

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position:start; }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-end {
    --bs-position:end; }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position:start; }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .dropdown-menu-md-end {
    --bs-position:end; }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position:start; }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-end {
    --bs-position:end; }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start; }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-end {
    --bs-position:end; }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start; }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position:end; }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6; }

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd; }

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd; }

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15); }

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6; }

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto; }

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropstart .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px; }

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none; } }

.nav-link:focus, .nav-link:hover {
  color: #0a58ca; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd; }

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between; }

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static; }

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none; } }

.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; }
  .navbar-expand-sm .offcanvas-header {
    display: none; }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; }
  .navbar-expand-md .offcanvas-header {
    display: none; }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; }
  .navbar-expand-lg .offcanvas-header {
    display: none; }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; }
  .navbar-expand-xl .offcanvas-header {
    display: none; }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-xxl .navbar-toggler {
    display: none; }
  .navbar-expand-xxl .offcanvas-header {
    display: none; }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }

.navbar-expand .navbar-nav {
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-expand .navbar-nav-scroll {
  overflow: visible; }

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-expand .offcanvas-header {
  display: none; }

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none; }

.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0; }

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: .5rem; }

.card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.card-header-tabs {
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -.5rem;
  margin-left: -.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px); }

.card-img, .card-img-bottom, .card-img-top {
  width: 100%; }

.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-group > .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0; } }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none; } }

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg); }

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none; } }

.accordion-button:hover {
  z-index: 2; }

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.accordion-item:not(:first-of-type) {
  border-top: 0; }

.accordion-item:last-of-type {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.accordion-flush .accordion-item:first-child {
  border-top: 0; }

.accordion-flush .accordion-item:last-child {
  border-bottom: 0; }

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/"); }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none; } }

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

.page-link {
  padding: .375rem .75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem; }

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }

.alert-primary .alert-link {
  color: #06357a; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }

.alert-secondary .alert-link {
  color: #34383c; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }

.alert-success .alert-link {
  color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }

.alert-info .alert-link {
  color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }

.alert-warning .alert-link {
  color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }

.alert-danger .alert-link {
  color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light .alert-link {
  color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }

.alert-dark .alert-link {
  color: #101214; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem; }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.list-group-item + .list-group-item {
  border-top-width: 0; }

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0; }

.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5; }

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1; }

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: .25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.toast.showing {
  opacity: 0; }

.toast:not(.show) {
  display: none; }

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }

.toast-container > :not(:last-child) {
  margin-bottom: .75rem; }

.toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem; }

.toast-body {
  padding: .75rem;
  word-wrap: break-word; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  transform: none; }

.modal.modal-static .modal-dialog {
  transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.modal-footer > * {
  margin: .25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0; }

.modal-fullscreen .modal-header {
  border-radius: 0; }

.modal-fullscreen .modal-body {
  overflow-y: auto; }

.modal-fullscreen .modal-footer {
  border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0; }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto; }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0; }

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 .4rem; }

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0; }

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 .4rem; }

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem; }

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-.5rem - 1px); }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff; }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem; }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff; }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-.5rem - 1px); }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem; }

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%); }

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none; } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none; } }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none; } }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.offcanvas-backdrop.fade {
  opacity: 0; }

.offcanvas-backdrop.show {
  opacity: .5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }

.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem; }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5; }

.placeholder.btn::before {
  display: inline-block;
  content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite; }

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2; } }

@keyframes placeholder-glow {
  50% {
    opacity: .2; } }

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite; }

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%; } }

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #0d6efd; }

.link-primary:focus, .link-primary:hover {
  color: #0a58ca; }

.link-secondary {
  color: #6c757d; }

.link-secondary:focus, .link-secondary:hover {
  color: #565e64; }

.link-success {
  color: #198754; }

.link-success:focus, .link-success:hover {
  color: #146c43; }

.link-info {
  color: #0dcaf0; }

.link-info:focus, .link-info:hover {
  color: #3dd5f3; }

.link-warning {
  color: #ffc107; }

.link-warning:focus, .link-warning:hover {
  color: #ffcd39; }

.link-danger {
  color: #dc3545; }

.link-danger:focus, .link-danger:hover {
  color: #b02a37; }

.link-light {
  color: #f8f9fa; }

.link-light:focus, .link-light:hover {
  color: #f9fafb; }

.link-dark {
  color: #212529; }

.link-dark:focus, .link-dark:hover {
  color: #1a1e21; }

.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; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: 1px solid #dee2e6 !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #dee2e6 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0d6efd !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #198754 !important; }

.border-info {
  border-color: #0dcaf0 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #212529 !important; }

.border-white {
  border-color: #fff !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

.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: #6c757d !important; }

.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  --bs-text-opacity:1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity:0.25; }

.text-opacity-50 {
  --bs-text-opacity:0.5; }

.text-opacity-75 {
  --bs-text-opacity:0.75; }

.text-opacity-100 {
  --bs-text-opacity:1; }

.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-opacity-10 {
  --bs-bg-opacity:0.1; }

.bg-opacity-25 {
  --bs-bg-opacity:0.25; }

.bg-opacity-50 {
  --bs-bg-opacity:0.5; }

.bg-opacity-75 {
  --bs-bg-opacity:0.75; }

.bg-opacity-100 {
  --bs-bg-opacity:1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
      user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
      user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: .9; }
  100% {
    opacity: 0; } }

@keyframes bs-notify-fadeOut {
  0% {
    opacity: .9; }
  100% {
    opacity: 0; } }

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px\0;
  vertical-align: middle; }

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px; }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999; }

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5); }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important; }

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto; }

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right; }

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0; }

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed; }

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: 0 !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto; }

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit; }

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none; }

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important; }

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none; }

.bootstrap-select .dropdown-menu li {
  position: relative; }

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important; }

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select .dropdown-menu li small {
  padding-left: .5em; }

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
  animation: .3s linear 750ms forwards bs-notify-fadeOut; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block; }

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing,10px)*2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing,10px)*-4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing,10px)*.7);
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing,10px)/4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing,10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing,10px)/2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top: var(--plyr-menu-arrow-size, 4px) solid rgba(255, 255, 255, 0.9);
  border-width: var(--plyr-menu-arrow-size, 4px);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing,10px)*.7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing,10px)*.7*4); }

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing,10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing,10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing,10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing,10px)*.7*2); }

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px)); }

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing,10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing,10px)*.7); }

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing,10px)*.7*3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height,13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height,13px)/2*-1 - var(--plyr-range-track-height,5px)/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
       user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height,5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time:before {
  content: "\2044";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing,10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size,4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height,13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress__buffer, .plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height,13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height,13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height,5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing,10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing,10px)/2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9; }

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; } }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing,10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing,10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing,10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing,10px)*1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads:after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing,10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1); }

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size,4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border: 0; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 40px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: auto;
  height: auto;
  line-height: 22px;
  font-size: 14px;
  padding: 2px 4px;
  float: left;
  margin: 4% 6.4%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #d7150e;
  color: #fff !important; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #d7150e;
  border-color: #d7150e; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #d7150e;
  border-color: #d7150e; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px;
  font-size: 15px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
  font-size: 15px; }

.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  color: #d7150e; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

html {
  height: 100%;
  font-size: 10px;
  overflow-x: hidden; }

@font-face {
  font-family: OpenSans;
  src: url("/cep/resource/resources/fonts/OpenSans-Bold.ttf");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: OpenSans;
  src: url("/cep/resource/resources/fonts/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: OpenSans;
  src: url("/cep/resource/resources/fonts/OpenSans-Regular.ttf");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: OpenSans;
  src: url("/cep/resource/resources/fonts/OpenSans-Light.ttf");
  font-weight: 300;
  font-display: swap; }

body {
  font-family: 'OpenSans',"Microsoft YaHei","Helvetica Neue","PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
  background-color: #fff;
  color: #333; }
  body::before {
    display: none;
    content: 'DESKTOP'; }
    @media (max-width: 991px) {
      body::before {
        content: 'MOBILE'; } }

.c-basic {
  color: #333 !important; }

.c-white {
  color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.bg-grey {
  background-color: #f5f5f5 !important; }

.link {
  color: #333;
  cursor: pointer;
  text-decoration: none; }

.link:hover {
  color: #333;
  text-decoration: none; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

input::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder {
  color: #999; }

input::placeholder {
  color: #999; }

input::-webkit-input-placeholder {
  color: #999; }

input::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder {
  color: #999; }

p {
  margin-bottom: 0; }

.g-file-icon::before {
  content: '';
  background: center/contain no-repeat url("/cep/resource/resources/icons/icon-other.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 100%; }

.g-file-icon.img::before {
  background-image: url("/cep/resource/resources/icons/icon-img.svg"); }

.g-file-icon.pdf::before {
  background-image: url("/cep/resource/resources/icons/icon-pdf.svg"); }

#global-loading {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.8);
  display: none; }

.global-loading {
  width: 200px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 10px); }

.global-loading span {
  display: inline-block;
  width: 20px;
  height: 100%;
  margin-right: 14px;
  background: red;
  transform-origin: right bottom;
  -webkit-animation: load 1s ease infinite;
          animation: load 1s ease infinite; }

.global-loading span:last-child {
  margin-right: 0px; }

@-webkit-keyframes load {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: rotate(90deg) scale(0.3); } }

@keyframes load {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: rotate(90deg) scale(0.3); } }

.global-loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s; }

.global-loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s; }

.global-loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s; }

.global-loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s; }

.global-loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s; }

.list-unstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

.wrap1310,
.wrap870,
.wrap-8c {
  position: relative;
  margin: 0 auto; }

.wrap1310 {
  max-width: 131rem; }

.wrap-8c {
  max-width: calc(131rem * 8 / 12 + 6rem);
  padding: 0 3rem; }

.wrap870 {
  max-width: 93rem;
  padding: 0 3rem; }

.common-title {
  font-size: 4rem;
  line-height: 5.5rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center; }

@media (max-width: 1439px) {
  .common-title {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-bottom: 3rem; } }

@media (max-width: 1370px) {
  .wrap1310 {
    margin-right: 3rem;
    margin-left: 3rem; } }

@media (max-width: 991px) {
  .wrap1310 {
    margin-right: 1.5rem;
    margin-left: 1.5rem; }
  .wrap870, .wrap-8c {
    max-width: 100% !important;
    padding: 0 1.5rem; }
  .common-title {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 1.6rem; } }

.hik-form {
  background-color: #fff;
  padding: 3rem 15%; }
  .hik-form .form-title {
    line-height: 2.2rem;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 2.4rem; }
  .hik-form .form-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .hik-form .form-info .form-group {
      margin-bottom: 2.4rem;
      flex: 0 0 100%; }
      .hik-form .form-info .form-group.half {
        flex: 0 0 44%; }
      .hik-form .form-info .form-group .topic {
        margin-bottom: .8rem;
        font-size: 1.6rem;
        line-height: 2.2rem; }
        .hik-form .form-info .form-group .topic.required::before {
          content: '*';
          color: #d7150e; }
      .hik-form .form-info .form-group .form-control {
        border: 1px solid #ced4da;
        padding: .9rem 1.2rem;
        font-size: 1.4rem;
        height: 4rem;
        box-shadow: none;
        background-color: #fff; }
        .hik-form .form-info .form-group .form-control:focus {
          border-color: #666; }
        .hik-form .form-info .form-group .form-control.has-error {
          border-color: #d7150e; }
    .hik-form .form-info .dropdown-wrapper {
      position: relative; }
      .hik-form .form-info .dropdown-wrapper .selector-label {
        position: relative; }
        .hik-form .form-info .dropdown-wrapper .selector-label::after {
          content: '';
          position: absolute;
          top: 40%;
          right: 1.6rem;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 8px solid #666;
          display: inline-block;
          transition: all 0.15s ease-in; }
      .hik-form .form-info .dropdown-wrapper .dropdown {
        background-color: #fff;
        max-height: 224px;
        overflow-y: auto;
        -ms-scroll-chaining: none;
            overscroll-behavior: contain;
        position: absolute;
        width: 100%;
        display: none;
        border-radius: 4px;
        border: 1px solid #666;
        z-index: 1; }
        .hik-form .form-info .dropdown-wrapper .dropdown::-webkit-scrollbar {
          background-color: transparent;
          width: 6px; }
        .hik-form .form-info .dropdown-wrapper .dropdown::-webkit-scrollbar-thumb {
          border-radius: 4px;
          background-color: rgba(0, 0, 0, 0.12);
          width: 6px; }
        .hik-form .form-info .dropdown-wrapper .dropdown .option {
          cursor: pointer;
          font-size: 1.4rem;
          padding: .6rem 1.2rem; }
          .hik-form .form-info .dropdown-wrapper .dropdown .option:hover {
            background-color: #f5f5f5; }
          .hik-form .form-info .dropdown-wrapper .dropdown .option.active {
            background-color: #fbe7e6; }
      .hik-form .form-info .dropdown-wrapper.remove-top-border .selector-label::after {
        border-bottom: 8px solid #666;
        border-top: 0; }
      .hik-form .form-info .dropdown-wrapper.remove-top-border .selector-label .selected-option {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
        border-right: 1px solid #666;
        border-bottom: 0; }
      .hik-form .form-info .dropdown-wrapper.remove-top-border .dropdown {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top: 0; }
    .hik-form .form-info .message-group {
      position: relative; }
      .hik-form .form-info .message-group .form-control {
        height: auto; }
      .hik-form .form-info .message-group .char-counter {
        position: absolute;
        right: 10px;
        bottom: 8px;
        color: #999;
        font-size: 14px; }
    .hik-form .form-info .verification-group .topic {
      display: block; }
    .hik-form .form-info .verification-group .form-control {
      width: 19rem;
      margin-right: 2rem;
      display: inline-block; }
    .hik-form .form-info .verification-group img {
      height: 4rem;
      vertical-align: top; }
    .hik-form .form-info .privacy-policy {
      font-size: 14px; }
      .hik-form .form-info .privacy-policy a {
        color: #007aff; }
    .hik-form .form-info .error {
      font-size: 1.2rem;
      color: #d7150e;
      font-style: normal; }
  .hik-form .hik-submit {
    box-shadow: none;
    width: 10rem;
    height: 3.2rem;
    background: #d7150e;
    border-radius: 16px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 3.2rem;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: center; }
    .hik-form .hik-submit .text {
      color: #fff;
      display: block; }
    .hik-form .hik-submit:disabled {
      opacity: .5;
      cursor: default; }
  .hik-form .help-block {
    display: block; }

@media (max-width: 992px) {
  .hik-support-form {
    background-color: #fff; }
  .hik-form {
    padding: 2rem 0; }
    .hik-form .form-title {
      padding-bottom: 1rem;
      margin-bottom: 1.6rem;
      font-size: 1.6rem;
      font-weight: 700; }
    .hik-form .form-info {
      display: block; }
      .hik-form .form-info .form-group {
        margin-bottom: 1.6rem; }
        .hik-form .form-info .form-group .topic {
          font-size: 1.4rem;
          line-height: 2rem;
          font-weight: 500; }
      .hik-form .form-info .message-group .char-counter {
        right: 8px;
        bottom: 8px;
        font-size: 1.2rem; }
      .hik-form .form-info .verification-group .form-control {
        width: 16rem;
        margin-right: 2rem;
        height: 3.2rem; }
      .hik-form .form-info .verification-group img {
        height: 3.2rem; }
    .hik-form .submit-group {
      text-align: center; }
    .hik-form .hik-submit {
      width: 29rem;
      height: 4rem;
      line-height: 4rem;
      border-radius: 20px; } }

#compare_oversize {
  position: fixed;
  z-index: 1030;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 3rem;
  width: 52rem;
  max-width: calc(100% - 3rem); }
  #compare_oversize span {
    display: inline-block;
    padding-left: 4.6rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.2rem;
    position: relative; }
    #compare_oversize span::before {
      content: '';
      width: 3rem;
      height: 3rem;
      position: absolute;
      left: 0;
      top: calc(50% - 1.5rem);
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-warn.svg"); }

#compare_icon {
  position: fixed;
  z-index: 999;
  right: 2rem;
  bottom: calc(20% + 5.8rem);
  padding: 8px 0;
  width: 5rem;
  height: 5rem;
  background-image: linear-gradient(180deg, #F8F8F8 0%, #FFFFFF 51%, #F8F8F8 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(55, 99, 170, 0.16);
  border-radius: 8px;
  font-size: 0;
  cursor: pointer;
  text-align: center; }
  #compare_icon .num {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #d7150e;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 2px; }
  #compare_icon .text {
    font-size: 1.2rem;
    color: #d7150e;
    line-height: 1.2rem;
    transform: scale(0.75);
    font-weight: 600; }

#compare_gallery {
  background-color: #fff;
  position: fixed;
  z-index: 1020;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.6rem 0;
  box-shadow: 0px -7px 20px 0px rgba(0, 0, 0, 0.09);
  display: none; }
  #compare_gallery.show {
    display: block; }
  #compare_gallery .gallery-wrapper {
    display: flex; }
    #compare_gallery .gallery-wrapper .product-section {
      flex: 1;
      display: flex; }
      #compare_gallery .gallery-wrapper .product-section .product {
        text-align: center;
        flex: 0 0 25%; }
        #compare_gallery .gallery-wrapper .product-section .product .img-box {
          width: 19.8rem;
          height: 10.5rem;
          background-color: #f5f5f5;
          position: relative;
          padding-top: 2rem;
          margin: 0 auto .6rem auto; }
          #compare_gallery .gallery-wrapper .product-section .product .img-box .remove-icon {
            cursor: pointer;
            position: absolute;
            right: .8rem;
            top: .8rem;
            width: 1.6rem;
            height: 1.6rem;
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-close.svg"); }
          #compare_gallery .gallery-wrapper .product-section .product .img-box img {
            max-height: 7.4rem;
            max-width: 7.4rem; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              #compare_gallery .gallery-wrapper .product-section .product .img-box img {
                height: 7.4rem;
                width: 7.4rem;
                -o-object-fit: contain;
                   object-fit: contain; } }
        #compare_gallery .gallery-wrapper .product-section .product .product-name {
          font-size: 1.4rem;
          line-height: 1.8rem;
          max-width: 96%; }
    #compare_gallery .gallery-wrapper .action-section {
      flex: 0 0 14rem;
      border-left: 1px solid #eaeaea;
      padding-left: 2.5rem; }
      #compare_gallery .gallery-wrapper .action-section .title {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 1.6rem; }
        #compare_gallery .gallery-wrapper .action-section .title .num {
          color: #d7150e; }
      #compare_gallery .gallery-wrapper .action-section .action-btn {
        cursor: pointer;
        display: inline-block;
        min-width: 9.2rem;
        font-size: 1.4rem;
        text-align: center;
        padding: .6rem;
        border-radius: 16px; }
      #compare_gallery .gallery-wrapper .action-section .link {
        background-color: #d7150e;
        color: #fff;
        margin-bottom: 1.6rem; }
      #compare_gallery .gallery-wrapper .action-section .clear-btn {
        border: 1px solid #eaeaea; }

@media (max-width: 991px) {
  #compare_oversize {
    text-align: left;
    padding: 2rem;
    border-radius: 8px; }
  #compare_icon {
    right: 1.5rem; }
  #compare_gallery {
    top: 0;
    left: auto;
    padding: 1.5rem 1.2rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    overflow-y: auto; }
    #compare_gallery .gallery-wrapper {
      display: block; }
      #compare_gallery .gallery-wrapper .product-section {
        display: block;
        margin-bottom: 1.2rem; }
        #compare_gallery .gallery-wrapper .product-section .product {
          margin-bottom: 1.5rem; }
          #compare_gallery .gallery-wrapper .product-section .product .img-box {
            width: 16.8rem;
            margin-bottom: .4rem; }
          #compare_gallery .gallery-wrapper .product-section .product .product-name {
            font-size: 1.2rem;
            max-width: 16.8rem; }
      #compare_gallery .gallery-wrapper .action-section {
        border-left: 0;
        padding-left: 0;
        text-align: center; }
        #compare_gallery .gallery-wrapper .action-section .title {
          margin-bottom: .9rem; }
        #compare_gallery .gallery-wrapper .action-section .action-btn {
          min-width: 0;
          padding: .6rem 1.2rem; }
        #compare_gallery .gallery-wrapper .action-section .link {
          margin-bottom: 0;
          margin-right: 1.2rem; }
  #compare_backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    display: none; }
    #compare_backdrop.show {
      display: block; } }

.hik-video-popup-container {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85); }
  .hik-video-popup-container .close-icon {
    cursor: pointer;
    position: absolute;
    right: 3rem;
    top: 3rem;
    width: 3rem;
    height: 3rem;
    background: center/contain no-repeat url("/cep/resource/resources/icons/icon-close-2-white.svg"); }
  .hik-video-popup-container .hik-media-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    min-width: 30rem; }

.paginationjs-pages ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.paginationjs-pages li {
  display: inline-block; }
  .paginationjs-pages li a {
    cursor: pointer;
    color: #333;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-right: 2rem;
    padding: 0 .5rem;
    text-decoration: none; }
    .paginationjs-pages li a:hover {
      color: #d7150e;
      text-decoration: none; }
  .paginationjs-pages li.paginationjs-page.active a {
    font-weight: 700;
    color: #d7150e; }
  .paginationjs-pages li.paginationjs-page.active a:hover {
    color: #d7150e; }

.paginationjs-pages .paginationjs-prev a,
.paginationjs-pages .paginationjs-next a {
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 2.8rem;
  height: 3rem;
  text-align: center;
  width: 3rem; }

.paginationjs-pages .paginationjs-prev.disabled,
.paginationjs-pages .paginationjs-next.disabled {
  color: #bbb; }
  .paginationjs-pages .paginationjs-prev.disabled a,
  .paginationjs-pages .paginationjs-next.disabled a {
    cursor: default; }

.item-num-for-pagination .dropdown {
  background-color: transparent;
  height: 3rem; }
  .item-num-for-pagination .dropdown .dropdown-toggle {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: transparent;
    font-size: 0;
    height: auto;
    padding: .5rem 3rem .5rem .8rem;
    position: relative; }
    .item-num-for-pagination .dropdown .dropdown-toggle:focus, .item-num-for-pagination .dropdown .dropdown-toggle:active {
      outline: none !important;
      box-shadow: none; }
    .item-num-for-pagination .dropdown .dropdown-toggle::after {
      border: 0;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      position: absolute;
      height: 7px;
      right: 14px;
      top: 10px;
      width: 7px;
      transform: rotate(135deg); }
    .item-num-for-pagination .dropdown .dropdown-toggle .filter-option .filter-option-inner-inner {
      color: #333;
      font-size: 1.4rem;
      line-height: 1.8rem; }
  .item-num-for-pagination .dropdown div.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.18);
    border-color: #ddd;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 0;
    margin-top: -1px; }
    .item-num-for-pagination .dropdown div.dropdown-menu[x-placement*="top-start"] {
      border-radius: 5px 5px 0 0;
      box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.18);
      border-top: 1px solid #ddd;
      border-bottom: 0;
      margin-top: 1px;
      margin-bottom: 0; }
    .item-num-for-pagination .dropdown div.dropdown-menu .dropdown-item {
      color: #333;
      font-size: 1.2rem;
      line-height: 1.8rem;
      padding: 2px 8px;
      white-space: normal; }
      .item-num-for-pagination .dropdown div.dropdown-menu .dropdown-item.active {
        background-color: rgba(254, 246, 246, 0.65);
        color: #333; }
      .item-num-for-pagination .dropdown div.dropdown-menu .dropdown-item:not(.active):hover {
        background-color: rgba(243, 245, 247, 0.65);
        color: #333; }
  .item-num-for-pagination .dropdown.show .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 0;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.18); }
    .item-num-for-pagination .dropdown.show .dropdown-toggle::after {
      top: 15px;
      transform: rotate(-45deg); }

.hik-rte {
  font-size: 1.6rem;
  overflow-x: auto; }
  .hik-rte p {
    margin-bottom: 1.2rem; }

@media (max-width: 991px) {
  .hik-rte {
    font-size: 1.4rem; }
    .hik-rte p {
      margin-bottom: 1rem; } }

.hik-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  line-height: 3.3rem; }

@media (max-width: 991px) {
  .hik-title {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 1.5rem; } }

.hik-image {
  text-align: center; }
  .hik-image .img {
    width: 71%; }
  .hik-image.detail-type .img {
    width: 68%;
    max-width: 90rem; }
  .hik-image.full-type .img {
    width: 100%; }
  .hik-image.wrap1310 .img {
    width: 100%; }

@media (max-width: 991px) {
  .hik-image .img {
    width: 100%; }
  .hik-image.detail-type .img {
    width: calc(100% - 3rem); } }

.about-us-wrapper .content-wrapper {
  display: flex; }
  .about-us-wrapper .content-wrapper .left-container {
    flex: 1;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    background-color: #f5f5f5; }
    .about-us-wrapper .content-wrapper .left-container .content-section {
      flex: 1; }
      .about-us-wrapper .content-wrapper .left-container .content-section .content-box {
        padding: 7.2%;
        width: 100%; }
      .about-us-wrapper .content-wrapper .left-container .content-section .title {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 2.2rem;
        line-height: 8.2rem;
        position: relative; }
        .about-us-wrapper .content-wrapper .left-container .content-section .title .strong-word {
          font-size: 6rem;
          color: #d6000f; }
        .about-us-wrapper .content-wrapper .left-container .content-section .title::after {
          content: '';
          position: absolute;
          width: 30%;
          height: 2px;
          background-color: #333;
          left: 0;
          bottom: 0; }
      .about-us-wrapper .content-wrapper .left-container .content-section .desc {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 1.2rem; }
      .about-us-wrapper .content-wrapper .left-container .content-section .link {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2.2rem;
        display: inline-block;
        position: relative; }
        .about-us-wrapper .content-wrapper .left-container .content-section .link:hover {
          text-decoration: underline;
          margin-right: 2.2rem; }
        .about-us-wrapper .content-wrapper .left-container .content-section .link::after {
          content: '';
          position: absolute;
          width: 1.4rem;
          height: 1.9rem;
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
          bottom: 0;
          right: -2.2rem; }
    .about-us-wrapper .content-wrapper .left-container .picture-section {
      flex: 1;
      height: 100%; }
      .about-us-wrapper .content-wrapper .left-container .picture-section .img-box {
        width: 100%;
        padding-bottom: 126.98%;
        min-height: 100%;
        position: relative; }
        .about-us-wrapper .content-wrapper .left-container .picture-section .img-box .img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .about-us-wrapper .content-wrapper .right-container {
    flex: 0 0 34.4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .about-us-wrapper .content-wrapper .right-container .section {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(50% - 1rem);
      background: center / cover no-repeat; }
      .about-us-wrapper .content-wrapper .right-container .section .link {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 1.6rem;
        color: #fff;
        line-height: 2.2rem; }
        .about-us-wrapper .content-wrapper .right-container .section .link .content-box {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 0 2rem; }
          .about-us-wrapper .content-wrapper .right-container .section .link .content-box .desc {
            margin-bottom: 1.2rem; }
          .about-us-wrapper .content-wrapper .right-container .section .link .content-box .view-more {
            max-height: 0;
            transition: all .3s;
            opacity: .6;
            margin-bottom: .4rem;
            overflow: hidden;
            position: relative; }
            .about-us-wrapper .content-wrapper .right-container .section .link .content-box .view-more::after {
              content: '';
              display: inline-block;
              width: 1.4rem;
              height: 1rem;
              background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-white.svg");
              bottom: -.1rem;
              right: -1rem;
              position: relative; }
        .about-us-wrapper .content-wrapper .right-container .section .link:hover .content-box .view-more {
          margin-bottom: 1.6rem;
          max-height: 5rem; }

@media (max-width: 991px) {
  .about-us-wrapper .content-wrapper {
    display: block; }
    .about-us-wrapper .content-wrapper .left-container {
      margin-right: 0;
      flex-direction: column-reverse;
      margin-bottom: 1rem; }
      .about-us-wrapper .content-wrapper .left-container .content-section {
        flex: 0 0 auto;
        padding: 1rem 1.5rem 2rem; }
        .about-us-wrapper .content-wrapper .left-container .content-section .content-box {
          padding: 0; }
        .about-us-wrapper .content-wrapper .left-container .content-section .title {
          font-size: 2rem;
          margin-bottom: 1.4rem;
          line-height: 5.5rem; }
          .about-us-wrapper .content-wrapper .left-container .content-section .title .strong-word {
            font-size: 4rem; }
      .about-us-wrapper .content-wrapper .left-container .picture-section {
        flex: 0 0 auto;
        height: auto; }
        .about-us-wrapper .content-wrapper .left-container .picture-section .img-box {
          padding: 0; }
          .about-us-wrapper .content-wrapper .left-container .picture-section .img-box .img {
            position: static;
            height: auto; }
    .about-us-wrapper .content-wrapper .right-container {
      display: block; }
      .about-us-wrapper .content-wrapper .right-container .section {
        margin-bottom: 1rem; }
        .about-us-wrapper .content-wrapper .right-container .section .link {
          height: 14rem;
          font-size: 1.5rem;
          line-height: 2rem; }
          .about-us-wrapper .content-wrapper .right-container .section .link .content-box {
            bottom: auto;
            top: 50%;
            transform: translateY(-50%);
            padding: 0 1.8rem;
            max-height: 6rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; }
            .about-us-wrapper .content-wrapper .right-container .section .link .content-box .desc {
              margin-bottom: 0; }
            .about-us-wrapper .content-wrapper .right-container .section .link .content-box .view-more {
              display: none; } }

.banner-carousel-wrapper {
  position: relative; }
  .banner-carousel-wrapper .banner {
    background: center / cover no-repeat; }
    .banner-carousel-wrapper .banner .content-wrapper {
      padding-bottom: 46%;
      position: relative; }
      .banner-carousel-wrapper .banner .content-wrapper .content-container {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        text-align: center;
        color: #fff; }
    .banner-carousel-wrapper .banner .content-box {
      flex: 0 0 100%; }
      .banner-carousel-wrapper .banner .content-box .title {
        line-height: 5.5rem;
        font-size: 4rem;
        font-weight: 700;
        letter-spacing: 4.62px; }
      .banner-carousel-wrapper .banner .content-box .description {
        line-height: 3rem;
        font-size: 2.2rem;
        margin-top: 1.6rem;
        letter-spacing: 2.54px; }
      .banner-carousel-wrapper .banner .content-box .action-btn {
        line-height: 2.6rem;
        font-size: 2rem;
        margin-top: 4rem; }
        .banner-carousel-wrapper .banner .content-box .action-btn .link {
          color: #fff;
          display: inline-block; }
          .banner-carousel-wrapper .banner .content-box .action-btn .link:hover {
            text-decoration: underline; }
        .banner-carousel-wrapper .banner .content-box .action-btn .link-btn {
          padding-right: 2.2rem;
          position: relative; }
          .banner-carousel-wrapper .banner .content-box .action-btn .link-btn::after {
            content: '';
            position: absolute;
            width: 1.4rem;
            height: 2.2rem;
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-white.svg");
            bottom: 0;
            right: 0; }
          .banner-carousel-wrapper .banner .content-box .action-btn .link-btn.c-basic::after {
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg"); }
        .banner-carousel-wrapper .banner .content-box .action-btn .video-btn {
          padding-left: 3.6rem;
          position: relative; }
          .banner-carousel-wrapper .banner .content-box .action-btn .video-btn::after {
            content: '';
            position: absolute;
            width: 2.7rem;
            height: 2.7rem;
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-play.svg");
            bottom: 0;
            left: 0; }
          .banner-carousel-wrapper .banner .content-box .action-btn .video-btn.c-basic::after {
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-play-black.svg"); }
  .banner-carousel-wrapper .carousel-dot-list {
    position: absolute;
    right: 0;
    bottom: 2rem;
    left: 0;
    text-align: center;
    z-index: 1; }
    .banner-carousel-wrapper .carousel-dot-list .slick-dots {
      list-style: none;
      text-align: center;
      padding: 0;
      margin: 0; }
      .banner-carousel-wrapper .carousel-dot-list .slick-dots li {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        margin: 0 2rem;
        overflow: hidden;
        height: 2rem;
        width: 2rem;
        position: relative;
        cursor: pointer; }
        .banner-carousel-wrapper .carousel-dot-list .slick-dots li::after {
          content: '';
          display: inline-block;
          position: absolute;
          height: 1.2rem;
          width: 1.2rem;
          top: .4rem;
          left: .4rem;
          border-radius: 50%;
          background-color: rgba(255, 255, 255, 0.5); }
        .banner-carousel-wrapper .carousel-dot-list .slick-dots li button {
          opacity: 0; }
        .banner-carousel-wrapper .carousel-dot-list .slick-dots li.slick-active {
          background-color: rgba(0, 0, 0, 0.3); }
          .banner-carousel-wrapper .carousel-dot-list .slick-dots li.slick-active:after {
            background-color: white; }

@media (max-width: 991px) {
  .banner-carousel-wrapper .banner .content-wrapper {
    padding-bottom: 136%; }
  .banner-carousel-wrapper .banner .content-box .title {
    line-height: 2.4rem;
    font-size: 1.8rem;
    letter-spacing: 2.08px; }
  .banner-carousel-wrapper .banner .content-box .description {
    line-height: 1.9rem;
    font-size: 1.4rem;
    letter-spacing: 1.62px; }
  .banner-carousel-wrapper .banner .content-box .action-btn {
    line-height: 1.9rem;
    font-size: 1.4rem;
    margin-top: 4.8rem; }
    .banner-carousel-wrapper .banner .content-box .action-btn .link {
      text-decoration: underline; }
    .banner-carousel-wrapper .banner .content-box .action-btn .link-btn {
      padding-right: 1.8rem; }
      .banner-carousel-wrapper .banner .content-box .action-btn .link-btn::after {
        width: 1.2rem;
        height: 1.4rem; }
    .banner-carousel-wrapper .banner .content-box .action-btn .video-btn {
      padding-left: 2.6rem; }
      .banner-carousel-wrapper .banner .content-box .action-btn .video-btn::after {
        width: 1.8rem;
        height: 1.8rem; }
  .banner-carousel-wrapper .carousel-dot-list .slick-dots li {
    margin: 0 1.6rem; } }

.bill-board-wrapper {
  position: relative; }
  .bill-board-wrapper.wrap1310 .content-wrapper .content-container {
    margin-left: 5.2vw; }
    .bill-board-wrapper.wrap1310 .content-wrapper .content-container.right-content {
      margin-left: 0;
      margin-right: 5.2vw; }
  .bill-board-wrapper.wrap1310 .content-wrapper .content-box {
    width: 40%; }
  .bill-board-wrapper .content-wrapper {
    background: center / cover no-repeat;
    height: 34rem; }
    .bill-board-wrapper .content-wrapper .content-container {
      display: flex;
      height: 100%;
      align-items: center; }
      .bill-board-wrapper .content-wrapper .content-container.center-content {
        justify-content: center;
        text-align: center; }
      .bill-board-wrapper .content-wrapper .content-container.right-content {
        justify-content: end; }
    .bill-board-wrapper .content-wrapper .content-box {
      width: 50.8%; }
      .bill-board-wrapper .content-wrapper .content-box.c-white .bta-box {
        color: #ffffff;
        border: 1px solid #ffffff; }
        .bill-board-wrapper .content-wrapper .content-box.c-white .bta-box:hover {
          background-color: rgba(255, 255, 255, 0.2); }
      .bill-board-wrapper .content-wrapper .content-box .title {
        line-height: 5.5rem;
        font-size: 4rem;
        font-weight: 700; }
        .bill-board-wrapper .content-wrapper .content-box .title.medium-size {
          font-size: 3.2rem;
          line-height: 4.2rem; }
        .bill-board-wrapper .content-wrapper .content-box .title.small-size {
          font-size: 2.4rem;
          line-height: 3.4rem; }
      .bill-board-wrapper .content-wrapper .content-box .description {
        line-height: 3.6rem;
        font-size: 2.4rem;
        margin-top: 2rem; }
        .bill-board-wrapper .content-wrapper .content-box .description.medium-size {
          font-size: 2rem;
          line-height: 3rem; }
        .bill-board-wrapper .content-wrapper .content-box .description.small-size {
          font-size: 1.6rem;
          line-height: 2.6rem; }
      .bill-board-wrapper .content-wrapper .content-box .bta-box {
        display: inline-block;
        padding: 0.5rem 1.6rem;
        cursor: pointer;
        margin-top: 2rem;
        font-size: 1.4rem;
        text-decoration: none;
        color: #333;
        border: 1px solid #333;
        border-radius: 10rem; }
        .bill-board-wrapper .content-wrapper .content-box .bta-box:hover {
          background-color: rgba(0, 0, 0, 0.05); }

@media (max-width: 991px) {
  .bill-board-wrapper.wrap1310 .content-wrapper .content-container {
    margin-left: 1.5rem; }
    .bill-board-wrapper.wrap1310 .content-wrapper .content-container.right-content {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
  .bill-board-wrapper.wrap1310 .content-wrapper .content-box {
    width: 100%; }
  .bill-board-wrapper .content-wrapper {
    height: 36rem; }
    .bill-board-wrapper .content-wrapper .content-container {
      display: block; }
    .bill-board-wrapper .content-wrapper .content-box {
      width: 100%;
      padding: 3rem 0;
      text-align: center; }
      .bill-board-wrapper .content-wrapper .content-box .title {
        line-height: 1.5;
        font-size: 2.4rem; }
        .bill-board-wrapper .content-wrapper .content-box .title.medium-size {
          font-size: 2rem;
          line-height: 3rem; }
        .bill-board-wrapper .content-wrapper .content-box .title.small-size {
          font-size: 1.6rem;
          line-height: 2.4rem; }
      .bill-board-wrapper .content-wrapper .content-box .description {
        line-height: 1.62;
        font-size: 1.6rem;
        margin-top: .8rem; }
        .bill-board-wrapper .content-wrapper .content-box .description.medium-size {
          font-size: 1.4rem;
          line-height: 2.4rem; }
        .bill-board-wrapper .content-wrapper .content-box .description.small-size {
          font-size: 1.2rem;
          line-height: 2.2rem; } }

.hik-bread-crumb {
  background-color: #f5f5f5; }
  .hik-bread-crumb .content-box {
    padding: 1.8rem 1.8rem;
    position: relative; }
    .hik-bread-crumb .content-box::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 1.8rem;
      height: 100%;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-home.svg"); }
    .hik-bread-crumb .content-box .nav-item {
      padding-left: 2.8rem;
      position: relative;
      display: inline-block; }
      .hik-bread-crumb .content-box .nav-item::before {
        content: '';
        position: absolute;
        left: 1.1rem;
        top: 0;
        width: .6rem;
        height: 100%;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-5.svg"); }
      .hik-bread-crumb .content-box .nav-item.active {
        font-weight: 600; }
      .hik-bread-crumb .content-box .nav-item .link {
        font-size: 1.2rem;
        line-height: 2rem; }
        .hik-bread-crumb .content-box .nav-item .link:hover {
          font-weight: 600; }

@media (max-width: 991px) {
  .hik-bread-crumb {
    display: none; } }

.hik-contact-info .content-wrapper {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  padding-bottom: 2rem;
  letter-spacing: 0; }
  .hik-contact-info .content-wrapper .title {
    line-height: 4.5rem;
    font-size: 3.2rem;
    font-weight: 600;
    padding-right: 1rem;
    flex: 0 0 30%; }
  .hik-contact-info .content-wrapper .detail-section {
    flex: 1; }
    .hik-contact-info .content-wrapper .detail-section .item {
      margin-bottom: 1.8rem; }
    .hik-contact-info .content-wrapper .detail-section .topic {
      line-height: 2.8rem;
      font-size: 2rem;
      font-weight: 600;
      padding-bottom: 1.2rem; }
    .hik-contact-info .content-wrapper .detail-section .detail, .hik-contact-info .content-wrapper .detail-section .link {
      line-height: 2.2rem;
      font-size: 1.6rem;
      padding-bottom: 1.2rem; }
    .hik-contact-info .content-wrapper .detail-section .link {
      color: #007AFF;
      display: block; }
      .hik-contact-info .content-wrapper .detail-section .link:hover {
        text-decoration: underline; }
  .hik-contact-info .content-wrapper .img-link-type {
    display: flex;
    flex-wrap: wrap; }
    .hik-contact-info .content-wrapper .img-link-type .item {
      flex: 0 0 50%;
      padding-right: 1rem;
      margin-bottom: 3rem; }
      .hik-contact-info .content-wrapper .img-link-type .item .img-box {
        display: inline-block;
        width: 4rem;
        height: 4rem;
        margin-right: 2rem; }
        .hik-contact-info .content-wrapper .img-link-type .item .img-box img {
          -o-object-fit: contain;
             object-fit: contain;
          max-width: 100%;
          max-height: 100%; }
      .hik-contact-info .content-wrapper .img-link-type .item .link {
        display: inline-block;
        padding-bottom: 0;
        vertical-align: middle; }

@media (max-width: 991px) {
  .hik-contact-info .content-wrapper {
    display: block;
    padding-bottom: .5rem; }
    .hik-contact-info .content-wrapper .title {
      line-height: 2.8rem;
      font-size: 2rem;
      margin-bottom: 1.5rem; }
    .hik-contact-info .content-wrapper .detail-section .item {
      margin-bottom: .7rem; }
    .hik-contact-info .content-wrapper .detail-section .topic {
      line-height: 2.1rem;
      font-size: 1.5rem;
      padding-bottom: .8rem; }
    .hik-contact-info .content-wrapper .detail-section .detail, .hik-contact-info .content-wrapper .detail-section .link {
      line-height: 2rem;
      font-size: 1.4rem;
      padding-bottom: .8rem; }
    .hik-contact-info .content-wrapper .detail-section .link:hover {
      text-decoration: none; }
    .hik-contact-info .content-wrapper .img-link-type {
      display: block; }
      .hik-contact-info .content-wrapper .img-link-type .item {
        margin-bottom: 2rem; }
        .hik-contact-info .content-wrapper .img-link-type .item .img-box {
          width: 3.2rem;
          height: 3.2rem;
          margin-right: 1.5rem; } }

.contact-us-wrapper {
  position: fixed;
  z-index: 999;
  right: 2rem;
  bottom: 20%;
  padding: 1rem;
  background-image: linear-gradient(180deg, #F8F8F8 0%, #FFFFFF 51%, #F8F8F8 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(55, 99, 170, 0.16);
  border-radius: 8px;
  font-size: 0; }
  .contact-us-wrapper .menu-btn {
    display: block; }
    .contact-us-wrapper .menu-btn .icon {
      width: 2.5rem;
      vertical-align: baseline; }
    .contact-us-wrapper .menu-btn .text {
      display: inline-block;
      overflow: hidden;
      max-width: 0;
      font-size: 1.6rem;
      line-height: 2.5rem;
      white-space: nowrap;
      font-weight: 600;
      transition: all .3s; }
  .contact-us-wrapper:hover .menu-btn .text {
    max-width: 20rem;
    padding-left: 1.2rem; }

@media (max-width: 991px) {
  .contact-us-wrapper {
    right: 1.5rem; }
    .contact-us-wrapper .menu-btn .text {
      display: none; } }

.hik-cookie-manage {
  margin-top: 3rem;
  margin-bottom: 4rem; }
  .hik-cookie-manage .content-wrapper {
    background-color: #fff;
    padding: 3rem 3rem 3rem 0; }
  .hik-cookie-manage .cookie-section {
    display: flex;
    align-items: center; }
    .hik-cookie-manage .cookie-section .operater {
      text-align: center;
      width: 15rem;
      margin-right: 1.6rem;
      font-size: 1.6rem;
      margin-left: 1rem; }
      .hik-cookie-manage .cookie-section .operater span {
        display: inline-block;
        padding-left: 2rem;
        position: relative; }
        .hik-cookie-manage .cookie-section .operater span::before {
          content: '';
          left: 0;
          top: 0;
          position: absolute;
          width: 1.6rem;
          height: 100%;
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-check-3.svg"); }
      .hik-cookie-manage .cookie-section .operater .btn-container {
        width: 15rem;
        white-space: nowrap;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #007bff;
        transition: all .3s;
        height: 3.8rem; }
        .hik-cookie-manage .cookie-section .operater .btn-container::after {
          content: '';
          position: absolute;
          z-index: 1;
          width: 1.6rem;
          height: 100%;
          background-color: #fff;
          top: 0;
          right: 0;
          border-radius: 16px;
          transition: all .3s;
          pointer-events: none; }
        .hik-cookie-manage .cookie-section .operater .btn-container .btn-group {
          position: relative;
          transition: all .3s; }
          .hik-cookie-manage .cookie-section .operater .btn-container .btn-group .btn {
            font-size: 1.6rem;
            min-width: 15.1rem;
            padding-top: .5rem;
            padding-bottom: .7rem; }
        .hik-cookie-manage .cookie-section .operater .btn-container.off {
          border-color: #6c757d; }
          .hik-cookie-manage .cookie-section .operater .btn-container.off::after {
            right: calc(100% - 1.6rem); }
          .hik-cookie-manage .cookie-section .operater .btn-container.off .btn-group {
            transform: translateX(-15rem); }
    .hik-cookie-manage .cookie-section .info {
      flex: 1;
      padding-bottom: 2rem;
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 2.4rem; }
      .hik-cookie-manage .cookie-section .info .title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1.4rem; }
      .hik-cookie-manage .cookie-section .info .description {
        font-size: 1.6rem;
        margin-bottom: 1.6rem; }
      .hik-cookie-manage .cookie-section .info table {
        background-color: grey;
        width: 100%;
        font-size: 1.6rem; }
        .hik-cookie-manage .cookie-section .info table td {
          background-color: #fff; }
          .hik-cookie-manage .cookie-section .info table td.topic {
            font-weight: 600; }

@media (max-width: 991px) {
  .hik-cookie-manage {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
    width: 100vw;
    overflow-x: auto; }
    .hik-cookie-manage .content-wrapper {
      padding: 0 1.5rem; }
    .hik-cookie-manage .cookie-section {
      flex-direction: column-reverse;
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 1.5rem; }
      .hik-cookie-manage .cookie-section .operater {
        margin-bottom: 1rem; }
      .hik-cookie-manage .cookie-section .info {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 1rem; }
        .hik-cookie-manage .cookie-section .info .title {
          font-size: 1.6rem;
          margin-bottom: 1rem; }
        .hik-cookie-manage .cookie-section .info .description {
          font-size: 1.4rem;
          margin-bottom: 1rem; }
        .hik-cookie-manage .cookie-section .info .cookie-list {
          max-width: calc(100vw - 3rem);
          overflow-x: auto; }
        .hik-cookie-manage .cookie-section .info table {
          font-size: 1.4rem; } }

.hik-cta-billboard .bg-box {
  height: 24rem;
  background: center / cover no-repeat; }

.hik-cta-billboard .content-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.hik-cta-billboard .title {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 2rem; }

.hik-cta-billboard .link {
  display: inline-block;
  background: #d7150e;
  border-radius: 22px;
  padding: .8rem 2rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 600; }

.hik-cta-billboard .content:last-child {
  margin-bottom: 0; }

@media (max-width: 991px) {
  .hik-cta-billboard .title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem; }
  .hik-cta-billboard .link {
    border-radius: 16px;
    padding: .5rem 1.6rem;
    font-size: 1.4rem; } }

.hik-distributor-inquiry {
  padding-top: 7rem;
  padding-bottom: 1.6rem; }
  .hik-distributor-inquiry .title {
    line-height: 3.3rem;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3.6rem; }
  .hik-distributor-inquiry .filter-bar {
    padding-bottom: 4rem; }
    .hik-distributor-inquiry .filter-bar .selector {
      text-align: center; }
    .hik-distributor-inquiry .filter-bar .dropdown {
      width: 100% !important;
      max-width: 48rem; }
      .hik-distributor-inquiry .filter-bar .dropdown .dropdown-toggle {
        font-size: 1.4rem;
        color: #333;
        padding: .9rem 1.2rem;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 4px; }
        .hik-distributor-inquiry .filter-bar .dropdown .dropdown-toggle.bs-placeholder {
          color: #999; }
        .hik-distributor-inquiry .filter-bar .dropdown .dropdown-toggle:focus {
          outline: none !important;
          box-shadow: none !important; }
        .hik-distributor-inquiry .filter-bar .dropdown .dropdown-toggle::after {
          border-top: 8px solid;
          border-right: 6px solid transparent;
          border-left: 6px solid transparent; }
      .hik-distributor-inquiry .filter-bar .dropdown.dropup .dropdown-toggle::after {
        border-right: 6px solid transparent;
        border-bottom: 8px solid;
        border-left: 6px solid transparent;
        border-top: 0; }
      .hik-distributor-inquiry .filter-bar .dropdown.show > .dropdown-toggle::after {
        transform: rotate(180deg); }
      .hik-distributor-inquiry .filter-bar .dropdown.show > .dropdown-toggle {
        background-color: #fff;
        border-color: #666;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0; }
      .hik-distributor-inquiry .filter-bar .dropdown.dropup.show > .dropdown-toggle {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom: 1px solid #666;
        border-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .hik-distributor-inquiry .filter-bar .dropdown .dropdown-menu {
        border-top: 0;
        border-color: #666;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        font-size: 1.4rem; }
        .hik-distributor-inquiry .filter-bar .dropdown .dropdown-menu .inner::-webkit-scrollbar {
          background-color: #fff;
          width: 6px; }
        .hik-distributor-inquiry .filter-bar .dropdown .dropdown-menu .inner::-webkit-scrollbar-thumb {
          border-radius: 4px;
          background-color: rgba(0, 0, 0, 0.12);
          width: 6px; }
        .hik-distributor-inquiry .filter-bar .dropdown .dropdown-menu .dropdown-item {
          padding: .5rem 1rem;
          color: #333; }
          .hik-distributor-inquiry .filter-bar .dropdown .dropdown-menu .dropdown-item:hover {
            background: #f5f5f5; }
          .hik-distributor-inquiry .filter-bar .dropdown .dropdown-menu .dropdown-item.active, .hik-distributor-inquiry .filter-bar .dropdown .dropdown-menu .dropdown-item:active {
            background: #fbe7e6; }
      .hik-distributor-inquiry .filter-bar .dropdown.dropup .dropdown-menu:not(.inner) {
        border-top: 1px solid #666;
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
  .hik-distributor-inquiry .distributor-list-container {
    min-height: 4.5rem; }
    .hik-distributor-inquiry .distributor-list-container .distributor-list {
      display: flex;
      flex-wrap: wrap; }
      .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(33.3333% - 1.6rem);
        margin-right: 2.4rem;
        margin-bottom: 2.4rem; }
        .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor:nth-of-type(3n+3) {
          margin-right: 0; }
        .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link {
          box-shadow: 0px 8px 26px 0px rgba(85, 85, 85, 0.07);
          border: 1px solid #eaeaea;
          background-color: #fff;
          display: flex;
          align-items: center;
          height: 12rem;
          padding: 3rem 3rem 3rem 11rem;
          position: relative; }
          .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link:hover {
            box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12); }
          .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link .icon-box {
            position: absolute;
            left: 3rem;
            top: 3rem;
            width: 6rem;
            height: 6rem;
            border: 1px solid #eaeaea; }
            .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link .icon-box img {
              max-height: 6rem;
              max-width: 6rem; }
              @supports ((-o-object-fit: contain) or (object-fit: contain)) {
                .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link .icon-box img {
                  height: 6rem;
                  width: 6rem;
                  -o-object-fit: contain;
                     object-fit: contain; } }
          .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link .distributor-name {
            font-size: 2rem;
            line-height: 2.4rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            max-height: 4.8rem;
            font-weight: 600; }
    .hik-distributor-inquiry .distributor-list-container .no-result-container {
      text-align: center;
      font-size: 1.6rem;
      color: #666;
      padding-bottom: 1.6%;
      display: none; }
      .hik-distributor-inquiry .distributor-list-container .no-result-container img {
        margin-bottom: 1.6rem; }
      .hik-distributor-inquiry .distributor-list-container .no-result-container .link {
        display: inline-block;
        background: #D7150E;
        border-radius: 18px;
        padding: .6rem 1.6rem;
        font-size: 1.4rem;
        color: #fff;
        margin-top: 3rem; }
  .hik-distributor-inquiry .distributor-list-pagination {
    align-items: center;
    justify-content: center;
    padding-top: 1.2rem;
    margin-bottom: 2.4rem;
    display: none; }
    .hik-distributor-inquiry .distributor-list-pagination.active {
      display: flex; }
  .hik-distributor-inquiry .mobile-view-more-btn {
    display: none; }
  .hik-distributor-inquiry.no-result .distributor-list-container .no-result-container {
    display: block; }
  .hik-distributor-inquiry.no-result .distributor-list-container .distributor-list {
    display: none; }
  .hik-distributor-inquiry.no-result .distributor-list-pagination {
    display: none; }
    .hik-distributor-inquiry.no-result .distributor-list-pagination.active {
      display: none; }

@media (max-width: 991px) {
  .hik-distributor-inquiry {
    padding-top: 1.5rem;
    padding-bottom: .5rem; }
    .hik-distributor-inquiry .title {
      display: none; }
    .hik-distributor-inquiry .filter-bar {
      background-color: #fff;
      padding-bottom: 2rem;
      position: sticky;
      top: 0;
      left: 0;
      z-index: 999; }
    .hik-distributor-inquiry .distributor-list-container {
      min-height: 2.5rem; }
      .hik-distributor-inquiry .distributor-list-container .distributor-list {
        display: block; }
        .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor {
          margin-right: 0;
          margin-bottom: 1rem; }
          .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link {
            box-shadow: 0px 8px 20px 0px rgba(85, 85, 85, 0.07);
            height: 9rem;
            padding: 1.5rem 1.5rem 1.5rem 9rem; }
            .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link:hover {
              box-shadow: 0px 8px 20px 0px rgba(85, 85, 85, 0.07); }
            .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link .icon-box {
              left: 1.5rem;
              top: 1.5rem; }
            .hik-distributor-inquiry .distributor-list-container .distributor-list .distributor .link .distributor-name {
              font-size: 1.5rem; }
      .hik-distributor-inquiry .distributor-list-container .no-result-container {
        font-size: 1.4rem;
        padding: 3rem 0; }
        .hik-distributor-inquiry .distributor-list-container .no-result-container img {
          margin-bottom: .4rem;
          max-width: 80%; }
    .hik-distributor-inquiry .mobile-view-more-btn.active {
      display: block;
      text-align: center;
      padding-top: 1rem;
      margin-bottom: 1rem; }
    .hik-distributor-inquiry .view-more {
      cursor: pointer;
      font-size: 1.4rem;
      font-weight: 600;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 16px;
      padding: 0.5rem 1.6rem; } }

.hik-download {
  padding-top: 3rem;
  padding-bottom: 1.6rem; }
  .hik-download .documents-container .documents-list {
    display: flex;
    flex-wrap: wrap; }
    .hik-download .documents-container .documents-list .document {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(33.3333% - 1.6rem);
      margin-right: 2.4rem;
      margin-bottom: 2.4rem; }
      .hik-download .documents-container .documents-list .document:nth-of-type(3n+3) {
        margin-right: 0; }
      .hik-download .documents-container .documents-list .document .link {
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.07);
        border: 1px solid #eaeaea;
        background-color: #fff;
        display: block;
        height: 13.8rem;
        padding: 2.3rem 2.4rem;
        letter-spacing: 0;
        position: relative; }
        .hik-download .documents-container .documents-list .document .link:hover {
          box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2); }
        .hik-download .documents-container .documents-list .document .link::after {
          content: '';
          position: absolute;
          right: 2rem;
          bottom: 2.3rem;
          width: 2.4rem;
          height: 2rem;
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-download.svg"); }
        .hik-download .documents-container .documents-list .document .link .doc-title {
          font-size: 2rem;
          line-height: 2.8rem;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: 5.6rem; }
        .hik-download .documents-container .documents-list .document .link .date {
          display: none;
          line-height: 1.9rem;
          font-size: 1.4rem;
          color: #666;
          position: absolute;
          bottom: 2.4rem;
          left: 2.4rem; }

@media (max-width: 991px) {
  .hik-download {
    padding-top: 1.5rem;
    padding-bottom: .5rem; }
    .hik-download .documents-container .documents-list {
      display: block; }
      .hik-download .documents-container .documents-list .document {
        margin-right: 0;
        margin-bottom: 1rem; }
        .hik-download .documents-container .documents-list .document .link {
          height: auto;
          padding: 1.6rem 1.5rem;
          box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06); }
          .hik-download .documents-container .documents-list .document .link:hover {
            box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06); }
          .hik-download .documents-container .documents-list .document .link::after {
            right: 1.5rem;
            bottom: 1.6rem;
            width: 1.8rem;
            height: 1.6rem; }
          .hik-download .documents-container .documents-list .document .link .doc-title {
            font-size: 1.5rem;
            line-height: 2rem;
            height: auto;
            display: block;
            margin-bottom: 1.2rem;
            font-weight: 600; }
          .hik-download .documents-container .documents-list .document .link .date {
            line-height: 1.7rem;
            font-size: 1.2rem;
            position: static; } }

.hik-download-list {
  padding-top: 3rem;
  padding-bottom: 1.6rem; }
  .hik-download-list .title {
    line-height: 3.3rem;
    font-size: 2.4rem;
    letter-spacing: 0.12px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 4rem; }
  .hik-download-list .search-container {
    text-align: center;
    margin-bottom: 6rem; }
    .hik-download-list .search-container .search-box {
      display: inline-block;
      max-width: 77rem;
      position: relative;
      width: 100%; }
    .hik-download-list .search-container .list-search {
      border: 1px solid #ddd;
      border-radius: 22px;
      width: 100%;
      color: #333;
      font-size: 1.4rem;
      line-height: 2rem;
      outline: none;
      padding: 1.2rem 7rem 1.2rem 2.5rem; }
      .hik-download-list .search-container .list-search:hover, .hik-download-list .search-container .list-search:focus {
        border: 1px solid #666; }
    .hik-download-list .search-container .search-btn {
      cursor: pointer;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search-3.svg");
      height: 100%;
      width: 2rem;
      outline: none;
      position: absolute;
      right: 2.5rem;
      top: 0; }
  .hik-download-list .document-list-container .filter-bar {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 2.4rem; }
    .hik-download-list .document-list-container .filter-bar .filter {
      cursor: pointer;
      display: none;
      padding-bottom: 1.7rem;
      margin-right: 8rem;
      line-height: 2.2rem;
      font-size: 1.6rem;
      letter-spacing: 0; }
      .hik-download-list .document-list-container .filter-bar .filter.active, .hik-download-list .document-list-container .filter-bar .filter:hover {
        border-bottom: 3px solid #d7150e;
        font-weight: 600; }
      .hik-download-list .document-list-container .filter-bar .filter.can-show {
        display: inline-block; }
  .hik-download-list .document-list-container .document-list {
    display: flex;
    flex-wrap: wrap; }
    .hik-download-list .document-list-container .document-list .document {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(33.3333% - 1.6rem);
      margin-right: 2.4rem;
      margin-bottom: 2.4rem; }
      .hik-download-list .document-list-container .document-list .document:nth-of-type(3n+3) {
        margin-right: 0; }
      .hik-download-list .document-list-container .document-list .document .link {
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.07);
        border: 1px solid #eaeaea;
        background-color: #fff;
        display: block;
        height: 13.8rem;
        padding: 2.3rem 2.4rem;
        letter-spacing: 0;
        position: relative; }
        .hik-download-list .document-list-container .document-list .document .link:hover {
          box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2); }
        .hik-download-list .document-list-container .document-list .document .link::after {
          content: '';
          position: absolute;
          right: 2rem;
          bottom: 2.3rem;
          width: 2.4rem;
          height: 2rem;
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-download.svg"); }
        .hik-download-list .document-list-container .document-list .document .link .doc-title {
          font-size: 2rem;
          line-height: 2.8rem;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: 5.6rem; }
        .hik-download-list .document-list-container .document-list .document .link .date {
          display: none;
          line-height: 1.9rem;
          font-size: 1.4rem;
          color: #666;
          position: absolute;
          bottom: 2.4rem;
          left: 2.4rem; }
  .hik-download-list .document-list-container .no-result-container {
    text-align: center;
    font-size: 1.6rem;
    color: #666;
    padding: 3% 0;
    display: none; }
    .hik-download-list .document-list-container .no-result-container img {
      margin-bottom: 1.6rem; }
  .hik-download-list .document-list-pagination {
    align-items: center;
    justify-content: center;
    padding-top: 1.2rem;
    margin-bottom: 2.4rem;
    display: none; }
    .hik-download-list .document-list-pagination.active {
      display: flex; }
  .hik-download-list .mobile-view-more-btn {
    display: none; }
  .hik-download-list.no-result .document-list-container .no-result-container {
    display: block; }
  .hik-download-list.no-result .document-list-container .document-list {
    display: none; }
  .hik-download-list.no-result .document-list-pagination {
    display: none; }
    .hik-download-list.no-result .document-list-pagination.active {
      display: none; }

@media (max-width: 991px) {
  .hik-download-list {
    padding-top: 1.5rem;
    padding-bottom: .5rem; }
    .hik-download-list .title {
      font-size: 2rem;
      letter-spacing: 0.1px;
      margin-bottom: 2rem; }
    .hik-download-list .search-container {
      margin-bottom: 1rem; }
      .hik-download-list .search-container .list-search {
        padding: 1rem 5rem 1rem 1.5rem; }
      .hik-download-list .search-container .search-btn {
        right: 1.5rem; }
    .hik-download-list .document-list-container {
      padding: 0; }
      .hik-download-list .document-list-container .filter-bar {
        margin-bottom: 1.5rem;
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
        overflow-x: auto;
        text-align: center;
        white-space: nowrap; }
        .hik-download-list .document-list-container .filter-bar .filter {
          padding: 1rem 0;
          margin: 0 1.5rem;
          line-height: 2.2rem;
          font-size: 1.6rem; }
          .hik-download-list .document-list-container .filter-bar .filter:hover {
            border-color: #fff;
            font-weight: 400; }
          .hik-download-list .document-list-container .filter-bar .filter.active {
            border-bottom: 3px solid #d7150e;
            font-weight: 600; }
      .hik-download-list .document-list-container .document-list {
        display: block;
        padding: 0 1.5rem; }
        .hik-download-list .document-list-container .document-list .document {
          margin-right: 0;
          margin-bottom: 1rem; }
          .hik-download-list .document-list-container .document-list .document .link {
            height: auto;
            padding: 1.6rem 1.5rem;
            box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06); }
            .hik-download-list .document-list-container .document-list .document .link:hover {
              box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06); }
            .hik-download-list .document-list-container .document-list .document .link::after {
              right: 1.5rem;
              bottom: 1.6rem;
              width: 1.8rem;
              height: 1.6rem; }
            .hik-download-list .document-list-container .document-list .document .link .doc-title {
              font-size: 1.5rem;
              line-height: 2rem;
              height: auto;
              display: block;
              margin-bottom: 1.2rem;
              font-weight: 600; }
            .hik-download-list .document-list-container .document-list .document .link .date {
              line-height: 1.7rem;
              font-size: 1.2rem;
              position: static; }
      .hik-download-list .document-list-container .no-result-container {
        font-size: 1.4rem;
        padding: 3rem 0; }
        .hik-download-list .document-list-container .no-result-container img {
          margin-bottom: .4rem;
          max-width: 80%; }
    .hik-download-list .mobile-view-more-btn.active {
      display: block;
      text-align: center;
      padding-top: 1rem;
      margin-bottom: 1rem; }
    .hik-download-list .view-more {
      cursor: pointer;
      font-size: 1.4rem;
      font-weight: 600;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 16px;
      padding: 0.5rem 1.6rem; } }

.hik-entry-card .description {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: -2.4rem;
  margin-bottom: 6rem; }

.hik-entry-card .content-list {
  display: flex;
  flex-wrap: wrap; }
  .hik-entry-card .content-list .item {
    flex: 1;
    min-width: 25%;
    margin-bottom: 4rem; }
  .hik-entry-card .content-list .item:nth-of-type(4n+4) {
    flex: 0 0 auto;
    min-width: 0; }
  .hik-entry-card .content-list .link {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 600; }
  .hik-entry-card .content-list .link:hover .link-text {
    text-decoration: underline; }
  .hik-entry-card .content-list .content-box {
    text-align: center;
    display: inline-block; }
  .hik-entry-card .content-list .img-box {
    width: 21.6rem;
    height: 10.8rem;
    background: center / contain no-repeat;
    margin: 0 auto 5rem auto; }
  .hik-entry-card .content-list .link-text {
    line-height: 2.7rem;
    font-size: 2rem;
    display: inline-block; }

.hik-entry-card .view-more {
  text-align: right;
  padding-bottom: 4rem; }
  .hik-entry-card .view-more .link {
    display: inline-block;
    position: relative;
    padding-right: 2.2rem;
    font-size: 1.6rem;
    font-weight: 600; }
    .hik-entry-card .view-more .link::after {
      content: '';
      position: absolute;
      width: 1.4rem;
      height: 100%;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
      bottom: 0;
      right: 0; }
    .hik-entry-card .view-more .link:hover {
      text-decoration: underline; }

@media (max-width: 991px) {
  .hik-entry-card {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .hik-entry-card .description {
      font-size: 1.8rem;
      margin-top: -.5rem;
      margin-bottom: 2.5rem; }
    .hik-entry-card .content-list {
      display: block; }
      .hik-entry-card .content-list .item {
        margin-bottom: 3rem;
        text-align: center; }
      .hik-entry-card .content-list .content-box {
        text-align: center;
        display: inline-block; }
      .hik-entry-card .content-list .img-box {
        margin-bottom: 1.2rem; }
      .hik-entry-card .content-list .link-text {
        line-height: 1.9rem;
        font-size: 1.4rem; }
    .hik-entry-card .view-more {
      text-align: center;
      padding-bottom: 0; }
      .hik-entry-card .view-more .link {
        display: inline-block;
        border: 1px solid #ddd;
        padding: .5rem 1.6rem;
        font-size: 1.4rem;
        border-radius: 18px; }
        .hik-entry-card .view-more .link::after {
          display: none; }
        .hik-entry-card .view-more .link:hover {
          text-decoration: none; } }

.hik-feature-billboard {
  max-width: 1920px;
  margin: 0 auto; }
  .hik-feature-billboard.wrap1310 {
    max-width: 131rem; }
    @media (max-width: 1370px) {
      .hik-feature-billboard.wrap1310 {
        margin-right: 3rem;
        margin-left: 3rem; } }
    .hik-feature-billboard.wrap1310 .content-container.p-top-center .content-box, .hik-feature-billboard.wrap1310 .content-container.p-center .content-box, .hik-feature-billboard.wrap1310 .content-container.p-bottom-center .content-box {
      width: 40%;
      margin-left: 0; }
    .hik-feature-billboard.wrap1310 .content-container.p-right-center .content-box {
      margin-right: 5.2vw; }
    .hik-feature-billboard.wrap1310 .content-container .content-box {
      margin-left: 5.2vw; }
  .hik-feature-billboard.wrap-8c {
    max-width: calc(131rem* 8 / 12 + 6rem); }
    .hik-feature-billboard.wrap-8c .content-container.p-top-center .content-box, .hik-feature-billboard.wrap-8c .content-container.p-center .content-box, .hik-feature-billboard.wrap-8c .content-container.p-bottom-center .content-box {
      width: 40%;
      margin-left: 0; }
    .hik-feature-billboard.wrap-8c .content-container.p-right-center .content-box {
      margin-right: 5.2vw; }
    .hik-feature-billboard.wrap-8c .content-container .content-box {
      margin-left: 5.2vw; }
  .hik-feature-billboard .bg-box {
    height: 46.875vw;
    background: center / cover no-repeat; }
    @media (min-width: 1920px) {
      .hik-feature-billboard .bg-box {
        height: 90rem; } }
    .hik-feature-billboard .bg-box.r-middle {
      height: 26.417vw; }
      @media (min-width: 1920px) {
        .hik-feature-billboard .bg-box.r-middle {
          height: 50.7rem; } }
  .hik-feature-billboard .content-wrap {
    height: 100%; }
  .hik-feature-billboard .content-container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 3.49vw 0; }
    @media (min-width: 1920px) {
      .hik-feature-billboard .content-container {
        padding: 6.7rem 0; } }
    .hik-feature-billboard .content-container .content-box {
      max-width: 41.3%; }
      .hik-feature-billboard .content-container .content-box .title {
        font-size: 1.6667vw;
        margin-bottom: 1.25vw;
        line-height: 1.56;
        font-weight: 700; }
        @media (min-width: 1920px) {
          .hik-feature-billboard .content-container .content-box .title {
            font-size: 3.2rem;
            margin-bottom: 2.4rem;
            line-height: 5rem; } }
      .hik-feature-billboard .content-container .content-box .description {
        font-size: 1.0417vw;
        margin-bottom: 0.5vw;
        line-height: 1.3; }
        @media (max-width: 1152px) {
          .hik-feature-billboard .content-container .content-box .description {
            font-size: 1.2rem; } }
        @media (min-width: 1920px) {
          .hik-feature-billboard .content-container .content-box .description {
            font-size: 2rem;
            line-height: 2.6rem;
            margin-bottom: 0.96rem; } }
      .hik-feature-billboard .content-container .content-box .content:last-child {
        margin-bottom: 0; }
    .hik-feature-billboard .content-container.p-top-center {
      align-items: flex-start;
      justify-content: center; }
      .hik-feature-billboard .content-container.p-top-center .content-box {
        text-align: center;
        width: 57.8334vw;
        max-width: 100%; }
        @media (min-width: 1920px) {
          .hik-feature-billboard .content-container.p-top-center .content-box {
            width: 111rem; } }
    .hik-feature-billboard .content-container.p-right-center {
      justify-content: flex-end; }
    .hik-feature-billboard .content-container.p-center {
      justify-content: center; }
      .hik-feature-billboard .content-container.p-center .content-box {
        text-align: center;
        width: 57.8334vw;
        max-width: 100%; }
        @media (min-width: 1920px) {
          .hik-feature-billboard .content-container.p-center .content-box {
            width: 111rem; } }
    .hik-feature-billboard .content-container.p-bottom-center {
      align-items: flex-end;
      justify-content: center; }
      .hik-feature-billboard .content-container.p-bottom-center .content-box {
        text-align: center;
        width: 57.8334vw;
        max-width: 100%; }
        @media (min-width: 1920px) {
          .hik-feature-billboard .content-container.p-bottom-center .content-box {
            width: 111rem; } }
  .hik-feature-billboard.video-sty .video-box {
    position: relative;
    font-size: 0; }
    .hik-feature-billboard.video-sty .video-box video {
      width: 100%;
      -o-object-fit: fill;
         object-fit: fill; }
    .hik-feature-billboard.video-sty .video-box .content-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }

@media (max-width: 991px) {
  .hik-feature-billboard.wrap1310 {
    margin-right: 1.5rem;
    margin-left: 1.5rem; }
  .hik-feature-billboard .bg-box {
    height: 143.466vw; }
    .hik-feature-billboard .bg-box.r-middle {
      height: 143.466vw; }
  .hik-feature-billboard.wrap-8c .content-container.p-top-center .content-box, .hik-feature-billboard.wrap-8c .content-container.p-center .content-box, .hik-feature-billboard.wrap-8c .content-container.p-bottom-center .content-box, .hik-feature-billboard.wrap1310 .content-container.p-top-center .content-box, .hik-feature-billboard.wrap1310 .content-container.p-center .content-box, .hik-feature-billboard.wrap1310 .content-container.p-bottom-center .content-box {
    width: 100%; }
  .hik-feature-billboard.wrap-8c .content-container.p-right-center .content-box, .hik-feature-billboard.wrap1310 .content-container.p-right-center .content-box {
    margin-right: 0; }
  .hik-feature-billboard.wrap-8c .content-container .content-box, .hik-feature-billboard.wrap1310 .content-container .content-box {
    margin-left: 0; }
  .hik-feature-billboard .content-container {
    padding: 8vw 0;
    align-items: flex-start; }
    .hik-feature-billboard .content-container .content-box {
      width: 100%;
      max-width: none;
      text-align: center; }
      .hik-feature-billboard .content-container .content-box .title {
        font-size: 6.4vw;
        margin-bottom: 3.2vw;
        line-height: 1.41; }
      .hik-feature-billboard .content-container .content-box .description {
        font-size: 3.733vw;
        margin-bottom: 0;
        line-height: 1.57; }
      .hik-feature-billboard .content-container .content-box .content:last-child {
        margin-bottom: 0; }
    .hik-feature-billboard .content-container.p-top-center .content-box {
      width: 100%; }
    .hik-feature-billboard .content-container.p-center {
      align-items: center; }
      .hik-feature-billboard .content-container.p-center .content-box {
        width: 100%; }
    .hik-feature-billboard .content-container.p-bottom-center .content-box {
      width: 100%; } }

.hik-feature-media {
  background-color: #fff;
  padding: 3rem 0 4rem; }
  .hik-feature-media.margin-hide {
    padding: 0rem; }
  .hik-feature-media.no-title {
    padding: 2rem 0; }
    .hik-feature-media.no-title.margin-hide {
      padding: 0rem; }
  .hik-feature-media .content-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .hik-feature-media .content-container.img-right {
      flex-direction: row-reverse; }
    .hik-feature-media .content-container .img-section {
      flex: 0 0 49%; }
      .hik-feature-media .content-container .img-section img {
        width: 100%; }
    .hik-feature-media .content-container .text-section {
      flex: 0 0 44%; }
      .hik-feature-media .content-container .text-section .title {
        font-size: 1.6667vw;
        font-weight: 700;
        margin-bottom: 1.0416vw; }
      .hik-feature-media .content-container .text-section .desc {
        font-size: 1.0417vw;
        margin-bottom: .5vw; }
        @media (max-width: 1152px) {
          .hik-feature-media .content-container .text-section .desc {
            font-size: 1.2rem; } }
      .hik-feature-media .content-container .text-section .bta-box {
        padding-top: 0.52vw;
        text-decoration: none;
        display: inline-block; }
        .hik-feature-media .content-container .text-section .bta-box .cta-content {
          color: #333333;
          font-weight: 600;
          font-size: 0.83vw;
          margin-right: 0.41vw;
          line-height: 1.3; }
          @media (max-width: 1446px) {
            .hik-feature-media .content-container .text-section .bta-box .cta-content {
              font-size: 1.2rem;
              margin-right: 0.6rem; } }
          .hik-feature-media .content-container .text-section .bta-box .cta-content:hover {
            text-decoration: underline; }
        .hik-feature-media .content-container .text-section .bta-box img {
          width: 0.78vw;
          margin-bottom: 0.36vw; }
          @media (max-width: 1446px) {
            .hik-feature-media .content-container .text-section .bta-box img {
              width: 1.2rem;
              height: 0.8rem; } }
        @media (max-width: 991px) {
          .hik-feature-media .content-container .text-section .bta-box {
            padding-top: 1.5rem; }
            .hik-feature-media .content-container .text-section .bta-box .cta-content {
              font-size: 14px;
              line-height: 19px; }
            .hik-feature-media .content-container .text-section .bta-box img {
              width: 12px;
              height: 8px;
              margin-bottom: 4px; } }
      .hik-feature-media .content-container .text-section .content:last-child {
        margin-bottom: 0; }

.hik-feature-media.type-company .content-container .text-section {
  flex: 0 0 44%; }
  .hik-feature-media.type-company .content-container .text-section .title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-bottom: 1.6rem; }
  .hik-feature-media.type-company .content-container .text-section .desc {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 1rem; }
  .hik-feature-media.type-company .content-container .text-section .bta-box {
    padding-top: 1rem; }
    .hik-feature-media.type-company .content-container .text-section .bta-box .cta-content {
      color: #333333;
      font-weight: 600;
      font-size: 16px;
      margin-right: 8px;
      line-height: 21px;
      text-decoration: none; }
      .hik-feature-media.type-company .content-container .text-section .bta-box .cta-content:hover {
        text-decoration: underline; }
    .hik-feature-media.type-company .content-container .text-section .bta-box img {
      width: 15px;
      height: 10px;
      margin-bottom: 7px; }
    @media (max-width: 991px) {
      .hik-feature-media.type-company .content-container .text-section .bta-box {
        padding-top: 1.5rem; }
        .hik-feature-media.type-company .content-container .text-section .bta-box .cta-content {
          font-size: 14px;
          line-height: 19px; }
        .hik-feature-media.type-company .content-container .text-section .bta-box img {
          width: 12px;
          height: 8px;
          margin-bottom: 4px; } }
  .hik-feature-media.type-company .content-container .text-section .content:last-child {
    margin-bottom: 0; }

@media (max-width: 991px) {
  .hik-feature-media {
    padding: 1.5rem 0 1.5rem; }
    .hik-feature-media .content-wrap .common-title {
      font-size: 6.4vw;
      line-height: 8.53vw;
      margin-bottom: 2rem; }
    .hik-feature-media.margin-hide {
      padding: 0rem; }
    .hik-feature-media.no-title {
      padding: 1.5rem 0 1.5rem; }
      .hik-feature-media.no-title.margin-hide {
        padding: 0rem; }
    .hik-feature-media .content-container {
      display: block; }
      .hik-feature-media .content-container .img-section {
        margin-bottom: 2.4rem; }
      .hik-feature-media .content-container .text-section {
        text-align: center; }
        .hik-feature-media .content-container .text-section .title {
          font-size: 6.4vw;
          margin-bottom: 1rem; }
        .hik-feature-media .content-container .text-section .desc {
          font-size: 3.733vw;
          margin-bottom: 0; }
  .hik-feature-media.type-company .content-wrap .common-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 2rem; }
  .hik-feature-media.type-company .content-container .img-section {
    margin-bottom: 1.6rem; }
  .hik-feature-media.type-company .content-container .text-section {
    text-align: left; }
    .hik-feature-media.type-company .content-container .text-section .title {
      font-size: 1.6rem;
      margin-bottom: .8rem; }
    .hik-feature-media.type-company .content-container .text-section .desc {
      font-size: 1.4rem;
      line-height: 2.2rem;
      margin-bottom: .8rem; }
    .hik-feature-media.type-company .content-container .text-section .bta-box {
      padding-top: .7rem; } }

.global-footer {
  background-color: #f2f2f2; }
  .global-footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 0;
    border-bottom: 1px solid #e2e2e2; }
    .global-footer .footer-top .logo-box img {
      height: 2.6rem; }
    .global-footer .footer-top .search-section .icon-box {
      cursor: pointer;
      height: 3rem;
      width: 3rem;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search-2.svg"); }
    .global-footer .footer-top .search-section .search-box {
      flex: 1;
      position: relative;
      display: none; }
      .global-footer .footer-top .search-section .search-box .search-input {
        width: 100%;
        outline: none;
        font-size: 1.4rem;
        line-height: 3rem;
        border: 0;
        background: transparent;
        padding: 0 2rem; }
      .global-footer .footer-top .search-section .search-box .search-close {
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 2rem;
        right: 0;
        top: 0;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-close.svg"); }
    .global-footer .footer-top .search-section.active {
      display: flex;
      width: 50%; }
      .global-footer .footer-top .search-section.active .search-box {
        display: block; }
    .global-footer .footer-top.search-box-active .search-section {
      display: flex;
      width: 50%; }
      .global-footer .footer-top.search-box-active .search-section .search-box {
        display: block; }
  .global-footer .footer-middle {
    padding: 2.4rem 0 .4rem 0;
    display: flex;
    border-bottom: 1px solid #e2e2e2; }
    .global-footer .footer-middle .category-title {
      font-size: 1.7rem;
      line-height: 1.8rem;
      font-weight: 700;
      margin-bottom: 3rem; }
    .global-footer .footer-middle .nav-list {
      flex: 1;
      display: flex; }
      .global-footer .footer-middle .nav-list .nav-item {
        flex: 1;
        padding-right: 1rem; }
        .global-footer .footer-middle .nav-list .nav-item .link {
          display: inline-block;
          font-size: 1.5rem;
          line-height: 1.6rem;
          padding-bottom: 2rem; }
          .global-footer .footer-middle .nav-list .nav-item .link:hover {
            text-decoration: underline; }
    .global-footer .footer-middle .contact-section {
      flex: 0 0 17.4%; }
      .global-footer .footer-middle .contact-section .selector {
        margin-bottom: 1.6rem; }
        .global-footer .footer-middle .contact-section .selector .dropdown-toggle {
          border: 1px solid #DDDDDD;
          border-radius: 4px;
          padding: .8rem 1.2rem;
          outline: none;
          background-color: transparent;
          color: #333;
          font-size: 1.3rem;
          line-height: 1.6rem; }
          .global-footer .footer-middle .contact-section .selector .dropdown-toggle:focus {
            outline: none !important;
            box-shadow: none; }
          .global-footer .footer-middle .contact-section .selector .dropdown-toggle::after {
            border: 0;
            width: 1.1rem;
            height: .6rem;
            transform: rotate(180deg);
            background: center/contain no-repeat url(/cep/resource/resources/icons/icon-arrow-3.svg); }
        .global-footer .footer-middle .contact-section .selector .dropdown-menu {
          color: #333;
          font-size: 1.2rem; }
      .global-footer .footer-middle .contact-section .info {
        font-size: 1.5rem; }
        .global-footer .footer-middle .contact-section .info .title, .global-footer .footer-middle .contact-section .info .phone {
          line-height: 1.7rem;
          margin-bottom: 1.6rem; }
        .global-footer .footer-middle .contact-section .info .title {
          color: #666;
          font-weight: 700; }
        .global-footer .footer-middle .contact-section .info .address {
          line-height: 2.3rem;
          margin-bottom: .7rem; }
  .global-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    font-size: 0; }
    .global-footer .footer-bottom .copy-right {
      font-size: 1.5rem;
      line-height: 1.7rem; }
      .global-footer .footer-bottom .copy-right .text {
        display: inline-block;
        padding-right: 3rem; }
      .global-footer .footer-bottom .copy-right .link {
        display: inline-block;
        padding: 0 1rem; }
        .global-footer .footer-bottom .copy-right .link:not(:last-child) {
          border-right: 1px solid #ccc; }
        .global-footer .footer-bottom .copy-right .link:hover {
          text-decoration: underline; }
    .global-footer .footer-bottom .social-media .link {
      display: inline-block; }
      .global-footer .footer-bottom .social-media .link:not(:last-child) {
        margin-right: 3rem; }
    .global-footer .footer-bottom .social-media .social-item {
      display: inline-block; }
      .global-footer .footer-bottom .social-media .social-item .icon {
        height: 2.4rem;
        width: 2.4rem;
        -o-object-fit: contain;
           object-fit: contain; }

@media (max-width: 991px) {
  .global-footer .footer-top {
    padding: .4rem 0 0 0;
    border-bottom: 0; }
    .global-footer .footer-top .logo-box {
      display: none; }
    .global-footer .footer-top .search-section {
      display: none; }
  .global-footer .footer-middle {
    padding: 0;
    display: block;
    border-bottom: 0; }
    .global-footer .footer-middle .category-title {
      font-size: 1.5rem;
      margin-bottom: 0;
      padding: 1.6rem 0;
      border-bottom: 1px solid #e2e2e2;
      position: relative; }
      .global-footer .footer-middle .category-title::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 1.1rem;
        height: 100%;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-3.svg");
        transform: rotate(180deg); }
      .global-footer .footer-middle .category-title[aria-expanded="true"]::after {
        transform: rotate(0); }
    .global-footer .footer-middle .nav-list {
      display: block; }
      .global-footer .footer-middle .nav-list .nav-item {
        padding-right: 0; }
        .global-footer .footer-middle .nav-list .nav-item .link {
          display: block;
          font-size: 1.2rem;
          padding-bottom: 0;
          padding-top: 1.2rem; }
          .global-footer .footer-middle .nav-list .nav-item .link:hover {
            text-decoration: none; }
    .global-footer .footer-middle .contact-section .selector {
      padding-top: 1.2rem;
      margin-bottom: 1.2rem; }
    .global-footer .footer-middle .contact-section .info {
      font-size: 1.2rem; }
      .global-footer .footer-middle .contact-section .info .title {
        margin-bottom: 1.2rem; }
      .global-footer .footer-middle .contact-section .info .phone {
        margin-bottom: 0; }
      .global-footer .footer-middle .contact-section .info .address {
        line-height: 1.8rem;
        margin-bottom: .5rem; }
  .global-footer .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start; }
    .global-footer .footer-bottom .copy-right .text {
      line-height: 2.2rem;
      font-size: 1.2rem;
      display: block;
      padding-right: 0;
      margin-bottom: 1rem; }
    .global-footer .footer-bottom .copy-right .link {
      font-size: 1.4rem;
      display: inline-block;
      padding: 0 1rem 0 0;
      margin-right: 1rem; }
      .global-footer .footer-bottom .copy-right .link:hover {
        text-decoration: none; }
    .global-footer .footer-bottom .social-media {
      margin-bottom: 1.6rem; }
      .global-footer .footer-bottom .social-media .link:not(:last-child) {
        margin-right: 5rem; } }

.hik-gdpr {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 5rem 0;
  box-shadow: 0 -7px 16px 0px rgba(0, 0, 0, 0.05);
  z-index: 2000;
  display: none; }
  .hik-gdpr .content-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .hik-gdpr .content-container .description {
      flex: 0 0 70%;
      font-size: 1.6rem;
      line-height: 2.4rem; }
    .hik-gdpr .content-container .action-group .action {
      cursor: pointer;
      display: inline-block;
      margin-right: 2.4rem;
      font-size: 1.4rem;
      min-width: 8.8rem;
      text-align: center;
      padding: 6px;
      border: 1px solid #ddd;
      border-radius: 22px; }
      .hik-gdpr .content-container .action-group .action:last-child {
        margin-right: 0; }
      .hik-gdpr .content-container .action-group .action:hover {
        background-color: #d7150e;
        border-color: #d7150e;
        color: #fff; }
  .hik-gdpr.no-reject .content-container .action-group .action.accept {
    background-color: #d7150e;
    border-color: #d7150e;
    color: #fff; }

@media (max-width: 991px) {
  .hik-gdpr {
    padding: 2rem 0; }
    .hik-gdpr .content-container {
      display: block; }
      .hik-gdpr .content-container .description {
        font-size: 1.3rem;
        text-align: center;
        line-height: 2.1rem;
        margin-bottom: 1.6rem; }
      .hik-gdpr .content-container .action-group {
        text-align: center; }
    .hik-gdpr.no-reject .content-container .action-group .action.accept {
      margin-right: 4rem; } }

.hik-global-search {
  min-height: 40rem;
  margin-bottom: 2.4rem; }
  .hik-global-search .search-container {
    padding: 4rem 0;
    background-color: #f5f5f5;
    margin-bottom: 2.8rem; }
    .hik-global-search .search-container .search-box {
      position: relative;
      width: 77rem;
      margin: 0 auto; }
    .hik-global-search .search-container .search-input {
      border: 1px solid #ddd;
      border-radius: 24px;
      width: 100%;
      color: #333;
      font-size: 1.4rem;
      line-height: 2rem;
      outline: none;
      padding: 1.2rem 6rem 1.2rem 2.5rem; }
      .hik-global-search .search-container .search-input:hover, .hik-global-search .search-container .search-input:focus {
        border: 1px solid #666; }
    .hik-global-search .search-container .search-btn {
      cursor: pointer;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search-3.svg");
      height: 100%;
      width: 2rem;
      outline: none;
      position: absolute;
      right: 2rem;
      top: 0; }
  .hik-global-search .category-container {
    margin-bottom: 2.4rem;
    position: relative;
    display: none; }
    .hik-global-search .category-container::after {
      content: '';
      position: absolute;
      left: 3rem;
      right: 3rem;
      height: 1px;
      bottom: 0;
      background-color: #eaeaea; }
    .hik-global-search .category-container .category {
      cursor: pointer;
      display: inline-block;
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2.2rem;
      padding-bottom: 2rem;
      margin-right: 8rem;
      position: relative; }
      .hik-global-search .category-container .category.active, .hik-global-search .category-container .category:hover {
        color: #d7150e;
        font-weight: 600; }
        .hik-global-search .category-container .category.active::after, .hik-global-search .category-container .category:hover::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 3px;
          background-color: #d7150e;
          left: 0;
          bottom: 1px; }
  .hik-global-search .result-list .result {
    display: block;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1.6rem; }
    .hik-global-search .result-list .result:hover {
      color: #d7150e; }
    .hik-global-search .result-list .result .title {
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2.2rem;
      font-weight: 600;
      margin-bottom: 1.6rem; }
    .hik-global-search .result-list .result .desc {
      font-size: 1.4rem;
      color: #505050;
      line-height: 2.4rem;
      overflow: hidden;
      max-height: 4.8rem;
      margin-bottom: 1.6rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .hik-global-search .result-list .result span {
      color: #d7150e; }
  .hik-global-search .result-list .no-result-container {
    text-align: center;
    font-size: 1.6rem;
    color: #666;
    padding: 3% 0;
    display: none; }
    .hik-global-search .result-list .no-result-container img {
      margin-bottom: 1.6rem; }
  .hik-global-search .result-list-pagination {
    align-items: center;
    justify-content: center;
    padding-top: .8rem;
    margin-bottom: 2.4rem;
    display: none; }
    .hik-global-search .result-list-pagination.active {
      display: flex; }
  .hik-global-search.no-result .result-list .no-result-container {
    display: block; }
  .hik-global-search.no-result .result-list .result-list-container {
    display: none; }
  .hik-global-search.no-result .result-list-pagination {
    display: none; }
    .hik-global-search.no-result .result-list-pagination.active {
      display: none; }
  .hik-global-search .mobile-view-more-btn {
    display: none; }

@media (max-width: 991px) {
  .hik-global-search {
    min-height: 30rem;
    margin-bottom: 0; }
    .hik-global-search .search-container {
      padding: 2rem 1.5rem;
      margin-bottom: 0; }
      .hik-global-search .search-container .search-box {
        width: auto; }
      .hik-global-search .search-container .search-input {
        line-height: 1.6rem;
        padding: 1.2rem 5rem 1.2rem 1.5rem; }
      .hik-global-search .search-container .search-btn {
        right: 1.6rem; }
    .hik-global-search .category-container {
      margin-bottom: 1.5rem;
      width: 100vw;
      overflow-x: auto;
      white-space: nowrap;
      border-bottom: 1px solid #eaeaea; }
      .hik-global-search .category-container::after {
        display: none; }
      .hik-global-search .category-container .category {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 1.4rem 0;
        margin-right: 3rem; }
        .hik-global-search .category-container .category:hover {
          color: #333;
          font-weight: 400; }
          .hik-global-search .category-container .category:hover::after {
            background-color: transparent; }
        .hik-global-search .category-container .category.active {
          color: #333;
          font-weight: 600; }
          .hik-global-search .category-container .category.active::after {
            height: 2px;
            background-color: #d7150e; }
    .hik-global-search .result-list .result {
      margin-bottom: 1.5rem;
      padding-bottom: .7rem; }
      .hik-global-search .result-list .result .title {
        margin-bottom: .8rem;
        line-height: 2.4rem; }
      .hik-global-search .result-list .result .desc {
        line-height: 2rem;
        max-height: 6rem;
        margin-bottom: 1.5rem;
        -webkit-line-clamp: 3; }
    .hik-global-search .result-list .no-result-container {
      font-size: 1.4rem;
      padding: 3rem 0; }
      .hik-global-search .result-list .no-result-container img {
        margin-bottom: .4rem;
        max-width: 80%; }
    .hik-global-search .mobile-view-more-btn.active {
      display: block;
      text-align: center;
      padding-top: .4rem;
      margin-bottom: 1.5rem; }
    .hik-global-search .view-more {
      font-size: 1.4rem;
      font-weight: 600;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 16px;
      padding: 0.5rem 1.6rem; } }

.global-header-mobile-block {
  height: 6.4rem; }

@media (max-width: 991px) {
  .global-header-mobile-block {
    height: 4.6rem; } }

.global-header {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: -6.4rem;
  right: 0;
  transition: top .3s; }
  .global-header.header-fixed {
    top: 0; }
  .global-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #eaeaea;
    height: 1px;
    bottom: 0; }
  .global-header .link {
    cursor: pointer; }
  .global-header .header-bar {
    display: flex;
    justify-content: space-between; }
    .global-header .header-bar .logo .link {
      height: 6.4rem;
      line-height: 6.4rem;
      width: 100%;
      display: block; }
      .global-header .header-bar .logo .link .icon {
        height: 2.6rem; }
    .global-header .header-bar .category-section {
      flex: 1; }
    .global-header .header-bar .nav-list {
      text-align: center; }
      .global-header .header-bar .nav-list .nav-item {
        cursor: pointer;
        padding-right: 8.45%;
        display: inline-block; }
        .global-header .header-bar .nav-list .nav-item .category {
          line-height: 6.4rem;
          height: 6.4rem;
          font-size: 1.6rem;
          font-weight: 600; }
        .global-header .header-bar .nav-list .nav-item .detail-wrapper {
          display: none;
          position: absolute;
          width: 100vw;
          left: 50%;
          transform: translate(-50%);
          top: calc(100% - 1px);
          border-top: 1px solid #eaeaea;
          background-color: #fff;
          cursor: auto;
          z-index: 1;
          max-height: calc(80vh - 6.4rem);
          overflow: auto;
          -ms-scroll-chaining: none;
              overscroll-behavior: contain; }
          .global-header .header-bar .nav-list .nav-item .detail-wrapper::-webkit-scrollbar {
            background-color: #fff;
            width: 7px; }
          .global-header .header-bar .nav-list .nav-item .detail-wrapper::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #949494;
            width: 7px; }
          .global-header .header-bar .nav-list .nav-item .detail-wrapper .mobile-title {
            display: none; }
        .global-header .header-bar .nav-list .nav-item.active .category {
          color: #d8000f;
          border-bottom: 3px solid #d8000f; }
        .global-header .header-bar .nav-list .nav-item.active .detail-wrapper {
          display: block; }
        .global-header .header-bar .nav-list .nav-item.default-highlight .category {
          color: #d8000f; }
      .global-header .header-bar .nav-list .mobile-lang-item {
        display: none; }
    .global-header .header-bar .company-wrapper .card-list {
      display: flex;
      flex-wrap: wrap;
      padding: 5rem 0 2rem 0; }
      .global-header .header-bar .company-wrapper .card-list .c-card {
        flex: 0 0 33.33%;
        margin-bottom: 3rem; }
        .global-header .header-bar .company-wrapper .card-list .c-card .link {
          display: inline-block;
          height: 100%;
          position: relative;
          width: 100%;
          max-width: 42rem; }
          .global-header .header-bar .company-wrapper .card-list .c-card .link:hover .img-box .img {
            width: 116%;
            height: 116%; }
        .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+1) {
          text-align: left; }
          .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+1) .link {
            padding-right: 2rem; }
        .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+2) {
          text-align: center; }
          .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+2) .link {
            padding: 0 1rem; }
        .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+3) {
          text-align: right; }
          .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+3) .link {
            padding-left: 2rem; }
        .global-header .header-bar .company-wrapper .card-list .c-card .img-box {
          width: 100%;
          padding-bottom: calc(100% * 9 / 16);
          margin-bottom: 2rem;
          position: relative;
          overflow: hidden; }
          .global-header .header-bar .company-wrapper .card-list .c-card .img-box .img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            transition: all .2s; }
        .global-header .header-bar .company-wrapper .card-list .c-card .title {
          font-size: 1.6rem;
          line-height: 1.8rem;
          font-weight: 600;
          text-align: center; }
    .global-header .header-bar .list-wrapper .content-container {
      display: flex;
      text-align: left;
      font-size: 1.4rem;
      line-height: 1.8rem;
      font-weight: 600; }
      .global-header .header-bar .list-wrapper .content-container .topic-list {
        padding: 3.5rem 0 3rem 0; }
        .global-header .header-bar .list-wrapper .content-container .topic-list .item .link {
          padding-bottom: 2.4rem;
          display: block; }
          .global-header .header-bar .list-wrapper .content-container .topic-list .item .link .text {
            display: inline-block;
            position: relative; }
        .global-header .header-bar .list-wrapper .content-container .topic-list .item.active .link {
          color: #d8000f; }
          .global-header .header-bar .list-wrapper .content-container .topic-list .item.active .link .text::after {
            content: '';
            position: absolute;
            background-color: #d8000f;
            height: 2px;
            bottom: -0.4rem;
            left: 0;
            right: 0; }
      .global-header .header-bar .list-wrapper .content-container .detail-list {
        position: relative; }
        .global-header .header-bar .list-wrapper .content-container .detail-list::before {
          content: '';
          background-color: #f8f8f8;
          position: absolute;
          width: 50vw;
          height: 100%;
          right: 100%;
          top: 0;
          z-index: -1; }
        .global-header .header-bar .list-wrapper .content-container .detail-list .item {
          display: none; }
          .global-header .header-bar .list-wrapper .content-container .detail-list .item.active {
            display: flex; }
    .global-header .header-bar .product-wrapper .content-container .topic-list {
      flex: 0 0 30%;
      font-size: 0; }
      .global-header .header-bar .product-wrapper .content-container .topic-list .item {
        display: inline-block;
        width: 50%;
        font-size: 1.4rem; }
        .global-header .header-bar .product-wrapper .content-container .topic-list .item .link {
          padding-right: 12px; }
    .global-header .header-bar .product-wrapper .content-container .detail-list {
      padding: 3.5rem 0 3rem 0;
      flex: 1; }
      .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper {
        border-right: 1px solid #eaeaea;
        flex: 0 0 68.3%; }
        .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .product-list-container {
          display: flex;
          flex-wrap: wrap;
          width: 100%; }
        .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link {
          margin: 0 9.6% 1rem 9.6%;
          display: block; }
          .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box {
            padding: 1.1rem;
            display: flex;
            align-items: center; }
            .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box:hover {
              background-color: #f5f5f5; }
            .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box .img-box {
              margin-right: 1.6rem;
              min-height: 4.8rem;
              min-width: 4.8rem;
              text-align: center; }
              .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box .img-box .img {
                max-height: 4.8rem;
                max-width: 4.8rem; }
                @supports ((-o-object-fit: contain) or (object-fit: contain)) {
                  .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box .img-box .img {
                    height: 4.8rem;
                    width: 4.8rem;
                    -o-object-fit: contain;
                       object-fit: contain; } }
      .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-container {
        flex: 0 0 50%; }
      .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links {
        flex: 0 0 31.7%; }
        .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links .title {
          font-size: 2rem;
          margin-bottom: 2rem;
          margin-left: 10.4%; }
        .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links .link {
          display: block;
          padding: 1.9rem 3.5rem 1.9rem 6.6rem;
          background-color: #f5f5f5;
          position: relative;
          margin-bottom: 2rem;
          margin-left: 10.4%; }
          .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links .link::after {
            content: '';
            position: absolute;
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
            width: 1.4rem;
            height: 100%;
            top: 0;
            right: 2rem; }
          .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links .link .img-box {
            position: absolute;
            left: 2rem;
            top: 50%;
            transform: translateY(-50%); }
            .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links .link .img-box img {
              height: 3.6rem;
              width: 3.6rem;
              -o-object-fit: contain;
                 object-fit: contain; }
          .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links .link:hover {
            background-color: #eaeaea; }
    .global-header .header-bar .support-wrapper .content-container .topic-list {
      flex: 0 0 16%; }
    .global-header .header-bar .support-wrapper .content-container .detail-list {
      flex: 1;
      padding: 3.5rem 0 3rem 4.3%; }
      .global-header .header-bar .support-wrapper .content-container .detail-list .item .content-section {
        flex: 1; }
        .global-header .header-bar .support-wrapper .content-container .detail-list .item .content-section .link-box {
          margin-bottom: 2.4rem; }
          .global-header .header-bar .support-wrapper .content-container .detail-list .item .content-section .link-box .link:hover {
            color: #d8000f; }
      .global-header .header-bar .support-wrapper .content-container .detail-list .item .picture-section {
        flex: 0 0 auto; }
        .global-header .header-bar .support-wrapper .content-container .detail-list .item .picture-section .link {
          display: block;
          padding-left: 2.6rem;
          border-left: 1px solid #eaeaea;
          text-align: center; }
          .global-header .header-bar .support-wrapper .content-container .detail-list .item .picture-section .link .picture-box {
            margin-bottom: 1.6rem;
            width: 262px;
            height: 262px;
            overflow: hidden; }
            .global-header .header-bar .support-wrapper .content-container .detail-list .item .picture-section .link .picture-box .img {
              width: 262px;
              height: 262px;
              -o-object-fit: cover;
                 object-fit: cover;
              transition: all .2s; }
          .global-header .header-bar .support-wrapper .content-container .detail-list .item .picture-section .link:hover .picture-box .img {
            width: 290px;
            height: 290px; }
    .global-header .header-bar .solution-wrapper .card-list {
      display: flex;
      flex-wrap: wrap;
      padding: 5rem 0 1rem;
      justify-content: center; }
      .global-header .header-bar .solution-wrapper .card-list.active::after {
        content: '';
        flex: auto; }
      .global-header .header-bar .solution-wrapper .card-list .c-card {
        width: calc((100% - 200px) / 5);
        margin: 0 5rem 4rem 0; }
        .global-header .header-bar .solution-wrapper .card-list .c-card:nth-child(5n+5) {
          margin-right: 0; }
        .global-header .header-bar .solution-wrapper .card-list .c-card .link:hover .img-box .img {
          width: 116%;
          height: 116%; }
        .global-header .header-bar .solution-wrapper .card-list .c-card .link .img-box {
          width: 100%;
          overflow: hidden;
          position: relative;
          padding-bottom: 56.31%; }
          .global-header .header-bar .solution-wrapper .card-list .c-card .link .img-box img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            transition: all .2s; }
            @media (max-width: 991px) {
              .global-header .header-bar .solution-wrapper .card-list .c-card .link .img-box img {
                height: 92.5px; } }
        .global-header .header-bar .solution-wrapper .card-list .c-card .link .title {
          font-size: 1.6rem;
          line-height: 2.4rem;
          margin-top: 1.6rem;
          font-weight: 600; }
        @media (max-width: 1280px) and (min-width: 991px) {
          .global-header .header-bar .solution-wrapper .card-list .c-card {
            width: calc((100% - 160px) / 4); }
            .global-header .header-bar .solution-wrapper .card-list .c-card:nth-child(4n+4) {
              margin-right: 0; }
            .global-header .header-bar .solution-wrapper .card-list .c-card:nth-child(5n+5) {
              margin-right: 5rem; } }
    .global-header .header-bar .tool-list {
      display: flex;
      justify-content: center;
      height: 100%; }
      .global-header .header-bar .tool-list .lang-section {
        padding-right: 4rem;
        position: relative; }
        .global-header .header-bar .tool-list .lang-section .icon-box {
          cursor: pointer;
          line-height: 6.4rem;
          height: 6.4rem;
          font-size: 1.2rem;
          position: relative;
          padding: 0 1.6rem 0 2.8rem; }
          .global-header .header-bar .tool-list .lang-section .icon-box::before, .global-header .header-bar .tool-list .lang-section .icon-box::after {
            content: '';
            position: absolute;
            height: 100%;
            background: center / contain no-repeat;
            top: 0; }
          .global-header .header-bar .tool-list .lang-section .icon-box::before {
            left: 0;
            width: 2rem;
            background-image: url("/cep/resource/resources/icons/icon-lang.svg"); }
          .global-header .header-bar .tool-list .lang-section .icon-box::after {
            right: 0;
            width: 1rem;
            background-image: url("/cep/resource/resources/icons/icon-arrow-2.svg"); }
        .global-header .header-bar .tool-list .lang-section .lang-dropdown {
          display: none;
          position: absolute;
          right: 4rem;
          top: 100%;
          background-color: #fff;
          padding: 2rem 4rem;
          font-size: 1.6rem;
          box-shadow: 0px 12px 14px 0px rgba(105, 105, 105, 0.06); }
          .global-header .header-bar .tool-list .lang-section .lang-dropdown .link {
            display: block;
            padding: .8rem 0;
            white-space: nowrap; }
            .global-header .header-bar .tool-list .lang-section .lang-dropdown .link:hover {
              color: #d8000f; }
        .global-header .header-bar .tool-list .lang-section.active .icon-box {
          color: #d8000f; }
          .global-header .header-bar .tool-list .lang-section.active .icon-box::before {
            background-image: url("/cep/resource/resources/icons/icon-lang-red.svg"); }
          .global-header .header-bar .tool-list .lang-section.active .icon-box::after {
            background-image: url("/cep/resource/resources/icons/icon-arrow-2-red.svg"); }
        .global-header .header-bar .tool-list .lang-section.active .lang-dropdown {
          display: block; }
      .global-header .header-bar .tool-list .search-section .icon-box {
        cursor: pointer;
        height: 100%;
        width: 2rem;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search.svg"); }
      .global-header .header-bar .tool-list .search-section .search-box {
        flex: 1;
        position: relative;
        display: none; }
        .global-header .header-bar .tool-list .search-section .search-box .search-input {
          width: 100%;
          outline: none;
          padding: 2rem 3rem 0 2.2rem;
          font-size: 1.8rem;
          line-height: 1.8rem;
          border: 0; }
        .global-header .header-bar .tool-list .search-section .search-box .search-close {
          cursor: pointer;
          position: absolute;
          height: 100%;
          width: 1.8rem;
          right: 0;
          top: 0;
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-close.svg"); }
    .global-header .header-bar.search-box-active .category-section {
      display: none; }
    .global-header .header-bar.search-box-active .tool-section {
      flex: 1; }
      .global-header .header-bar.search-box-active .tool-section .icon-box {
        width: 2.2rem; }
      .global-header .header-bar.search-box-active .tool-section .search-section {
        display: flex;
        width: 70%; }
        .global-header .header-bar.search-box-active .tool-section .search-section .search-box {
          display: block; }
    .global-header .header-bar.search-box-active .lang-section {
      display: none; }

.global-header .header-bar .header-with-secondary .content-container {
  display: block; }
  .global-header .header-bar .header-with-secondary .content-container .section-head {
    display: flex;
    top: 25px;
    left: 30px;
    position: absolute; }
  .global-header .header-bar .header-with-secondary .content-container .section-content {
    display: flex; }
  .global-header .header-bar .header-with-secondary .content-container .section-title {
    cursor: pointer;
    font-size: 2rem;
    color: #333333;
    font-weight: 700;
    margin-right: 40px; }
    .global-header .header-bar .header-with-secondary .content-container .section-title.active {
      color: #D8000F; }
  .global-header .header-bar .header-with-secondary .content-container .mobile-section-title {
    display: none; }
  .global-header .header-bar .header-with-secondary .content-container .sub-category-section {
    display: none; }
    .global-header .header-bar .header-with-secondary .content-container .sub-category-section.active {
      display: block; }
  .global-header .header-bar .header-with-secondary .content-container .topic-list {
    padding-top: 77px; }

.global-header-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4); }

@media (max-width: 991px) {
  .global-header {
    top: -4.6rem; }
    .global-header.header-fixed {
      top: 0; }
    .global-header .header-bar .mobile-menu-icon {
      height: 4.6rem;
      width: 1.6rem;
      margin-right: 1.6rem;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-menu-2.svg"); }
    .global-header .header-bar .logo .link {
      height: 4.6rem;
      line-height: 4.6rem; }
      .global-header .header-bar .logo .link .icon {
        height: 2.2rem; }
    .global-header .header-bar .category-section {
      display: none;
      background-color: #fff;
      position: fixed;
      top: 4.6rem;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      z-index: 1000; }
    .global-header .header-bar .nav-list {
      padding: 0 1.5rem;
      overflow: auto;
      -ms-scroll-chaining: none;
          overscroll-behavior: contain;
      height: 100%; }
      .global-header .header-bar .nav-list .nav-item {
        padding-right: 0;
        display: block; }
        .global-header .header-bar .nav-list .nav-item .category {
          line-height: 2.2rem;
          height: auto;
          font-size: 1.6rem;
          border-bottom: 1px solid #eaeaea;
          padding: 1.6rem 0;
          position: relative; }
        .global-header .header-bar .nav-list .nav-item .detail-wrapper {
          display: block;
          position: absolute;
          left: 100%;
          top: 0;
          transform: translateX(0);
          border-top: 0;
          bottom: 0;
          width: 100%;
          transition: all .3s;
          max-height: none;
          overflow: hidden; }
          .global-header .header-bar .nav-list .nav-item .detail-wrapper .mobile-title {
            display: block;
            padding: 1.6rem 3.6rem 1.6rem;
            border-bottom: 1px solid #eaeaea;
            position: relative;
            font-size: 16px;
            font-weight: 600; }
            .global-header .header-bar .nav-list .nav-item .detail-wrapper .mobile-title::before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 20px;
              height: 100%;
              background: center/contain no-repeat url("/cep/resource/resources/icons/icon-back.svg"); }
        .global-header .header-bar .nav-list .nav-item .content-container {
          height: 100%;
          overflow: auto;
          -ms-scroll-chaining: none;
              overscroll-behavior: contain; }
      .global-header .header-bar .nav-list .nav-item:not(.mobile-lang-item) {
        text-align: left; }
        .global-header .header-bar .nav-list .nav-item:not(.mobile-lang-item) .category::after {
          content: '';
          position: absolute;
          right: 0;
          top: 2.2rem;
          width: .9rem;
          height: .9rem;
          border-top: 2px solid #333;
          border-right: 2px solid #333;
          transform: rotate(45deg); }
      .global-header .header-bar .nav-list .mobile-lang-item .category {
        display: inline-block;
        padding: 1rem 0 1rem 3.2rem;
        border-color: #333;
        margin-top: 4rem; }
        .global-header .header-bar .nav-list .mobile-lang-item .category::before {
          content: '';
          height: 100%;
          width: 2rem;
          position: absolute;
          left: 0;
          top: 0;
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-lang.svg"); }
      .global-header .header-bar .nav-list .nav-item.active .category {
        color: #333;
        border-bottom: 1px solid #eaeaea; }
      .global-header .header-bar .nav-list .nav-item.active .detail-wrapper {
        left: 0; }
    .global-header .header-bar .company-wrapper .card-list {
      justify-content: space-between;
      padding: 1.6rem 0; }
      .global-header .header-bar .company-wrapper .card-list .c-card {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - .8rem); }
        .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+1) .link {
          padding-right: 0; }
        .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+2) {
          text-align: left; }
          .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+2) .link {
            padding: 0; }
        .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+3) {
          text-align: left; }
          .global-header .header-bar .company-wrapper .card-list .c-card:nth-child(3n+3) .link {
            padding-left: 0; }
        .global-header .header-bar .company-wrapper .card-list .c-card .img-box {
          margin-bottom: 1.2rem; }
        .global-header .header-bar .company-wrapper .card-list .c-card .title {
          font-size: 1.4rem; }
    .global-header .header-bar .solution-wrapper .card-list {
      justify-content: space-between;
      padding: 1.6rem 0; }
      .global-header .header-bar .solution-wrapper .card-list .c-card {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(50% - .8rem);
        margin: 0 0 3rem; }
        .global-header .header-bar .solution-wrapper .card-list .c-card:nth-child(3n+1) .link {
          padding-right: 0; }
        .global-header .header-bar .solution-wrapper .card-list .c-card:nth-child(3n+2) {
          text-align: left; }
          .global-header .header-bar .solution-wrapper .card-list .c-card:nth-child(3n+2) .link {
            padding: 0; }
        .global-header .header-bar .solution-wrapper .card-list .c-card:nth-child(3n+3) {
          text-align: left; }
          .global-header .header-bar .solution-wrapper .card-list .c-card:nth-child(3n+3) .link {
            padding-left: 0; }
        .global-header .header-bar .solution-wrapper .card-list .c-card .link .img-box {
          margin-bottom: 1.2rem; }
        .global-header .header-bar .solution-wrapper .card-list .c-card .link .title {
          font-size: 1.4rem;
          line-height: 1.8rem;
          font-weight: 600;
          text-align: center;
          margin-top: 0; }
    .global-header .header-bar .list-wrapper .content-container {
      display: block;
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 600;
      position: static; }
      .global-header .header-bar .list-wrapper .content-container .topic-list {
        padding: 0;
        display: block; }
        .global-header .header-bar .list-wrapper .content-container .topic-list .item {
          position: relative;
          border-bottom: 1px solid #eaeaea; }
          .global-header .header-bar .list-wrapper .content-container .topic-list .item .link {
            padding: 1.5rem 0;
            display: inline-block; }
          .global-header .header-bar .list-wrapper .content-container .topic-list .item::after {
            content: '';
            position: absolute;
            right: 0;
            top: 2.2rem;
            width: .9rem;
            height: .9rem;
            border-top: 2px solid #333;
            border-right: 2px solid #333;
            transform: rotate(45deg); }
          .global-header .header-bar .list-wrapper .content-container .topic-list .item.active .link {
            color: #333; }
            .global-header .header-bar .list-wrapper .content-container .topic-list .item.active .link .text::after {
              display: none; }
      .global-header .header-bar .list-wrapper .content-container .detail-list {
        position: absolute;
        width: 100%;
        left: 100%;
        transition: all .3s;
        top: 0;
        bottom: 0;
        z-index: 1;
        padding: 0 1.5rem;
        background-color: #fff;
        overflow: auto;
        -ms-scroll-chaining: none;
            overscroll-behavior: contain; }
        .global-header .header-bar .list-wrapper .content-container .detail-list::before {
          display: none; }
        .global-header .header-bar .list-wrapper .content-container .detail-list.active {
          left: 0; }
        .global-header .header-bar .list-wrapper .content-container .detail-list .item {
          display: none; }
          .global-header .header-bar .list-wrapper .content-container .detail-list .item.active {
            display: block; }
          .global-header .header-bar .list-wrapper .content-container .detail-list .item .link {
            font-weight: 400; }
    .global-header .header-bar .product-wrapper .content-container .topic-list .item {
      display: block;
      width: auto;
      font-size: 1.6rem; }
    .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper {
      border-right: 0; }
      .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .product-list-container {
        display: block; }
      .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link {
        margin: 0; }
        .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box {
          padding: 1rem 0;
          border-bottom: 1px solid #eaeaea; }
          .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box:hover {
            background-color: transparent; }
          .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box .img-box {
            min-height: 4.2rem;
            min-width: 4.2rem; }
            .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box .img-box .img {
              max-height: 4.2rem;
              max-width: 4.2rem; }
              @supports ((-o-object-fit: contain) or (object-fit: contain)) {
                .global-header .header-bar .product-wrapper .content-container .detail-list .item .product-list-wrapper .link .product-box .img-box .img {
                  height: 4.2rem;
                  width: 4.2rem; } }
    .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links .title {
      font-size: 1.5rem;
      padding: 1.5rem 0;
      margin: 0; }
    .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links .link {
      margin-left: 0;
      font-weight: 600;
      line-height: 18px; }
      .global-header .header-bar .product-wrapper .content-container .detail-list .item .quick-links .link:hover {
        background-color: #f5f5f5; }
    .global-header .header-bar .support-wrapper .content-container .detail-list .item .content-section .link-box {
      margin-bottom: 0;
      border-bottom: 1px solid #eaeaea;
      padding: 1.6rem 0; }
      .global-header .header-bar .support-wrapper .content-container .detail-list .item .content-section .link-box .link:hover {
        color: #333; }
    .global-header .header-bar .support-wrapper .content-container .detail-list .item .picture-section {
      display: none; }
    .global-header .header-bar .m-lang-wrapper {
      text-align: left; }
      .global-header .header-bar .m-lang-wrapper .link {
        display: block;
        padding: 1.6rem 0;
        font-size: 15px;
        line-height: 2.1rem;
        border-bottom: 1px solid #eaeaea; }
    .global-header .header-bar .tool-list .lang-section {
      display: none; }
    .global-header .header-bar .tool-list .search-section {
      position: relative;
      margin-left: 1.6rem; }
      .global-header .header-bar .tool-list .search-section .icon-box {
        width: 1.6rem;
        background-image: url("/cep/resource/resources/icons/icon-search-2.svg"); }
      .global-header .header-bar .tool-list .search-section .search-box .search-input {
        padding: 1.2rem 0 .6rem 2.4rem;
        border-bottom: 1px solid #eaeaea;
        font-size: 1.4rem;
        line-height: 2rem;
        border-radius: 0; }
      .global-header .header-bar .tool-list .search-section .search-box .search-close {
        background-image: url("/cep/resource/resources/icons/icon-close-2.svg");
        width: 1.4rem;
        right: -3rem; }
    .global-header .header-bar.search-box-active .logo {
      display: none; }
    .global-header .header-bar.search-box-active .tool-section .tool-list .search-section {
      width: 100%;
      padding-right: 3rem; }
      .global-header .header-bar.search-box-active .tool-section .tool-list .search-section .icon-box {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
    .global-header .header-bar.m-category-section-active .mobile-menu-icon {
      width: 1.4rem;
      background-image: url("/cep/resource/resources/icons/icon-close-2.svg"); }
    .global-header .header-bar.m-category-section-active .category-section {
      display: block; }
  .global-header .header-bar .header-with-secondary .content-container {
    display: block; }
    .global-header .header-bar .header-with-secondary .content-container .section-head {
      display: none; }
    .global-header .header-bar .header-with-secondary .content-container .section-content {
      display: block; }
    .global-header .header-bar .header-with-secondary .content-container .mobile-section-title {
      display: block;
      padding-top: 16px;
      padding-bottom: 5px;
      font-size: 1.6rem;
      color: #333333;
      font-weight: 700; }
    .global-header .header-bar .header-with-secondary .content-container .sub-category-section {
      display: block;
      margin-bottom: 18px; } }

.hik-left-menu-articles {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .hik-left-menu-articles .content-wrapper {
    display: flex; }
  .hik-left-menu-articles .sticky-container {
    flex: 0 0 17.6%;
    z-index: 999; }
  .hik-left-menu-articles .tab-section {
    position: sticky;
    top: 3rem;
    left: 0;
    border-right: 1px solid #eaeaea;
    padding-right: 1rem; }
    .hik-left-menu-articles .tab-section .tab-item {
      line-height: 2.2rem;
      font-size: 1.6rem;
      cursor: pointer; }
      .hik-left-menu-articles .tab-section .tab-item .text {
        padding-bottom: .8rem;
        margin-bottom: 3rem;
        display: inline-block;
        position: relative; }
      .hik-left-menu-articles .tab-section .tab-item.active, .hik-left-menu-articles .tab-section .tab-item:hover {
        color: #d7150e;
        font-weight: 600; }
        .hik-left-menu-articles .tab-section .tab-item.active .text::after, .hik-left-menu-articles .tab-section .tab-item:hover .text::after {
          content: '';
          height: 3px;
          width: 100%;
          background-color: #d7150e;
          position: absolute;
          bottom: 0;
          left: 0; }
  .hik-left-menu-articles .content-section {
    flex: 1;
    padding-left: 2.595%; }
    .hik-left-menu-articles .content-section .content-item {
      display: none; }
      .hik-left-menu-articles .content-section .content-item.active {
        display: block; }
    .hik-left-menu-articles .content-section .hik-image {
      margin: 3rem 0 4rem 0; }
    .hik-left-menu-articles .content-section table {
      margin-bottom: 4rem;
      table-layout: fixed !important;
      width: 100% !important;
      border: 0 !important; }
      .hik-left-menu-articles .content-section table tbody, .hik-left-menu-articles .content-section table td, .hik-left-menu-articles .content-section table tfoot, .hik-left-menu-articles .content-section table th, .hik-left-menu-articles .content-section table thead, .hik-left-menu-articles .content-section table tr {
        border-width: 0.5px !important;
        border-color: #ddd;
        border-style: solid; }
      .hik-left-menu-articles .content-section table th, .hik-left-menu-articles .content-section table thead tr {
        background: #474a50;
        color: #fff;
        text-align: center;
        padding: 1.6rem;
        line-height: 2.2rem;
        font-size: 1.6rem;
        font-weight: 600; }
      .hik-left-menu-articles .content-section table td {
        font-size: 1.4rem;
        padding: 1rem 1.6rem; }

@media (max-width: 991px) {
  .hik-left-menu-articles {
    padding: 2rem 0; }
    .hik-left-menu-articles .content-wrapper {
      display: block; }
    .hik-left-menu-articles .sticky-container {
      position: sticky;
      top: 0;
      overflow: hidden;
      background-color: #fff;
      padding: 0 1.5rem;
      box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
      margin-bottom: 2.5rem; }
    .hik-left-menu-articles .tab-section {
      position: static;
      border-right: 0;
      padding-right: 0;
      white-space: nowrap;
      width: 100%;
      overflow-x: scroll; }
      .hik-left-menu-articles .tab-section .tab-item {
        display: inline-block; }
        .hik-left-menu-articles .tab-section .tab-item .text {
          padding: 1rem 0 1.2rem 0;
          margin-bottom: 0;
          margin-right: 2.4rem; }
        .hik-left-menu-articles .tab-section .tab-item.active .text::after, .hik-left-menu-articles .tab-section .tab-item:hover .text::after {
          height: 2px; }
    .hik-left-menu-articles .content-section {
      padding-left: 0; }
      .hik-left-menu-articles .content-section .hik-title {
        padding: 0 1.5rem 0 1.5rem; }
      .hik-left-menu-articles .content-section .hik-rte {
        padding: 0 1.5rem; }
      .hik-left-menu-articles .content-section .hik-image {
        margin: 2rem 0 3rem 0; }
      .hik-left-menu-articles .content-section table {
        margin: 0 1.5rem 3rem 1.5rem;
        width: calc(100% - 3rem) !important; }
        .hik-left-menu-articles .content-section table th, .hik-left-menu-articles .content-section table thead tr {
          padding: 1.6rem 1.2rem;
          line-height: 1.9rem;
          font-size: 1.4rem; }
        .hik-left-menu-articles .content-section table td {
          font-size: 1.2rem;
          padding: .8rem; } }

.hik-locate-tab {
  background-color: #f5f5f5;
  transition: top .3s;
  transition-delay: .03s;
  top: 6.4rem;
  left: 0;
  width: 100%;
  z-index: 999; }
  .hik-locate-tab .tab-container {
    text-align: center; }
    .hik-locate-tab .tab-container .tab {
      cursor: pointer;
      line-height: 2.2rem;
      font-size: 1.6rem;
      padding: 2.2rem 3rem;
      display: inline-block; }
      .hik-locate-tab .tab-container .tab:hover, .hik-locate-tab .tab-container .tab.active {
        background-color: #d7150e;
        color: #fff; }
  .hik-locate-tab.ie-tab-fixed {
    position: fixed; }
  .hik-locate-tab.remove-top {
    top: 0;
    transition-delay: unset; }

@media (max-width: 991px) {
  .hik-locate-tab {
    background-color: #fff;
    overflow: hidden;
    width: 100%; }
    @supports (position: sticky) {
      .hik-locate-tab {
        top: 4.6rem; } }
    .hik-locate-tab .tab-container {
      white-space: nowrap;
      overflow-x: auto; }
      .hik-locate-tab .tab-container .tab {
        font-size: 1.4rem;
        padding: 1rem 1.5rem 1rem 1.5rem;
        position: relative; }
        .hik-locate-tab .tab-container .tab:hover {
          background-color: #fff;
          color: #333; }
        .hik-locate-tab .tab-container .tab.active {
          background-color: #fff;
          color: #333;
          font-weight: 600; }
          .hik-locate-tab .tab-container .tab.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 1.5rem;
            right: 1.5rem;
            height: 2px;
            background-color: #d7150e; } }

.hik-module-entries {
  padding-top: 7rem;
  padding-bottom: 4.4rem; }
  .hik-module-entries .card-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .hik-module-entries .card-section .item {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(50% - 1.3rem);
      margin-bottom: 2.6rem; }
      .hik-module-entries .card-section .item .link {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
        border: 1px solid #eaeaea;
        padding: 5rem 3rem;
        text-align: center; }
        .hik-module-entries .card-section .item .link:hover {
          background-color: #eaeaea; }
      .hik-module-entries .card-section .item .img-box {
        width: 9rem;
        height: 9rem;
        margin: 0 auto 4rem auto; }
        .hik-module-entries .card-section .item .img-box img {
          max-height: 9rem;
          max-width: 9rem; }
          @supports ((-o-object-fit: contain) or (object-fit: contain)) {
            .hik-module-entries .card-section .item .img-box img {
              height: 9rem;
              width: 9rem;
              -o-object-fit: contain;
                 object-fit: contain; } }
      .hik-module-entries .card-section .item .title {
        font-size: 2.4rem;
        line-height: 2.4rem;
        font-weight: 600;
        margin-bottom: 3rem; }
      .hik-module-entries .card-section .item .desc {
        font-size: 1.6rem;
        line-height: 2.4rem; }

@media (max-width: 991px) {
  .hik-module-entries {
    padding-top: 1.5rem;
    padding-bottom: .5rem; }
    .hik-module-entries .card-section {
      display: block; }
      .hik-module-entries .card-section .item {
        margin-bottom: 1rem; }
        .hik-module-entries .card-section .item .link {
          padding: 3rem 1.5rem; }
        .hik-module-entries .card-section .item .img-box {
          width: 4.6rem;
          height: 4.6rem;
          margin-bottom: 2rem; }
          .hik-module-entries .card-section .item .img-box img {
            max-height: 4.6rem;
            max-width: 4.6rem; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              .hik-module-entries .card-section .item .img-box img {
                height: 4.6rem;
                width: 4.6rem; } }
        .hik-module-entries .card-section .item .title {
          font-size: 1.6rem;
          margin-bottom: 1.2rem; }
        .hik-module-entries .card-section .item .desc {
          font-size: 1.4rem; } }

.hik-news-list {
  padding-top: 3rem;
  padding-bottom: 1.5rem; }
  .hik-news-list .filter-bar {
    margin-bottom: 4rem; }
    .hik-news-list .filter-bar .date-container {
      display: inline-block; }
      .hik-news-list .filter-bar .date-container .date-box {
        cursor: pointer;
        position: relative;
        min-width: 37rem;
        margin-right: 6rem; }
      .hik-news-list .filter-bar .date-container .date-picker {
        cursor: default;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
        color: #333;
        font-size: 1.6rem;
        line-height: 2.2rem;
        outline: none;
        padding: 0 3rem 1.2rem 0; }
        .hik-news-list .filter-bar .date-container .date-picker:hover, .hik-news-list .filter-bar .date-container .date-picker:focus {
          border-bottom: 1px solid #666; }
      .hik-news-list .filter-bar .date-container .clear-btn {
        height: 1rem;
        width: 1rem;
        position: absolute;
        right: 0;
        top: 4px;
        border-left: 2px solid #333;
        border-top: 2px solid #333;
        transform: rotate(-135deg);
        pointer-events: none; }
      .hik-news-list .filter-bar .date-container .date-box.has-date-filter .clear-btn {
        border: 0;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-close-2.svg");
        height: 1.6rem;
        width: 1.6rem;
        transform: rotate(0);
        pointer-events: auto; }
    .hik-news-list .filter-bar .search-container {
      display: inline-block; }
      .hik-news-list .filter-bar .search-container .search-box {
        position: relative;
        min-width: 37rem; }
      .hik-news-list .filter-bar .search-container .list-search {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
        color: #333;
        font-size: 1.6rem;
        line-height: 2.2rem;
        outline: none;
        padding: 0 0 1.2rem 2.4rem; }
        .hik-news-list .filter-bar .search-container .list-search:hover, .hik-news-list .filter-bar .search-container .list-search:focus {
          border-bottom: 1px solid #666; }
      .hik-news-list .filter-bar .search-container .search-btn {
        cursor: pointer;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search-3.svg");
        height: 1.4rem;
        width: 1.4rem;
        outline: none;
        position: absolute;
        left: 0;
        top: 5px; }
  .hik-news-list .news-list .news-list-container {
    display: flex;
    flex-wrap: wrap; }
  .hik-news-list .news-list .news {
    margin-right: 2.4rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3333% - 1.8rem);
    margin-bottom: 2.5rem;
    background-color: #fff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px; }
    .hik-news-list .news-list .news:nth-child(3n+3) {
      margin-right: 0; }
    .hik-news-list .news-list .news .link {
      display: block;
      width: 100%;
      height: 100%;
      padding-bottom: 4.4rem;
      position: relative; }
      .hik-news-list .news-list .news .link:hover .img-box {
        transform: scale(1.2); }
    .hik-news-list .news-list .news .img-section {
      overflow: hidden;
      margin-bottom: 2.2rem;
      padding-bottom: 56%;
      position: relative; }
      .hik-news-list .news-list .news .img-section .img-box {
        background: center / cover no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .2s; }
    .hik-news-list .news-list .news .title {
      font-size: 1.6rem;
      letter-spacing: 0.08px;
      line-height: 2.2rem;
      font-weight: 600;
      max-height: 4.4rem;
      margin-bottom: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      padding: 0 2.2rem; }
    .hik-news-list .news-list .news .time {
      font-size: 1.4rem;
      letter-spacing: 0.07px;
      line-height: 2.2rem;
      margin-bottom: 1rem;
      padding: 0 2.2rem;
      position: absolute;
      bottom: 1.2rem;
      left: 0;
      right: 0; }
  .hik-news-list .news-list .no-result-container {
    text-align: center;
    font-size: 1.6rem;
    color: #666;
    padding: 10% 2.5rem;
    display: none; }
    .hik-news-list .news-list .no-result-container img {
      margin-bottom: 1.6rem; }
  .hik-news-list .news-list-pagination {
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    display: none; }
    .hik-news-list .news-list-pagination.active {
      display: flex; }
  .hik-news-list.no-result .news-list .no-result-container {
    display: block; }
  .hik-news-list.no-result .news-list .news-list-container {
    display: none; }
  .hik-news-list.no-result .news-list-pagination {
    display: none; }
    .hik-news-list.no-result .news-list-pagination.active {
      display: none; }
  .hik-news-list .mobile-view-more-btn {
    display: none; }

@media (max-width: 991px) {
  .hik-news-list {
    padding: 0 0 2rem 0; }
    .hik-news-list .filter-bar {
      padding: 1.5rem 1.5rem 0 1.5rem;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      background-color: #fff;
      margin-bottom: 2rem; }
      .hik-news-list .filter-bar .date-container {
        display: block;
        margin-bottom: 2rem; }
        .hik-news-list .filter-bar .date-container .date-box {
          min-width: 0;
          margin-right: 0; }
      .hik-news-list .filter-bar .search-container {
        display: block; }
        .hik-news-list .filter-bar .search-container .search-box {
          min-width: 0; }
    .hik-news-list .news-list {
      padding: 0 1.5rem; }
      .hik-news-list .news-list .news-list-container {
        display: block; }
      .hik-news-list .news-list .news {
        margin-right: 0;
        margin-bottom: 1rem;
        background-color: #fff;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
        max-width: none;
        min-width: 0; }
        .hik-news-list .news-list .news .link {
          padding-bottom: .5rem; }
          .hik-news-list .news-list .news .link:hover .img-box {
            transform: scale(1); }
        .hik-news-list .news-list .news .img-section {
          margin-bottom: 1.5rem; }
        .hik-news-list .news-list .news .title {
          font-size: 1.5rem;
          padding: 0 1.5rem; }
        .hik-news-list .news-list .news .time {
          color: #666;
          font-size: 1.2rem;
          line-height: 1.7rem;
          padding: 0 1.5rem;
          position: static; }
      .hik-news-list .news-list .no-result-container {
        font-size: 1.4rem;
        padding: 3rem 0; }
        .hik-news-list .news-list .no-result-container img {
          margin-bottom: .4rem;
          max-width: 80%; }
    .hik-news-list .mobile-view-more-btn.active {
      display: block;
      text-align: center;
      padding-top: 1rem;
      margin-bottom: 1rem; }
    .hik-news-list .view-more {
      font-size: 1.4rem;
      font-weight: 600;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 16px;
      padding: 0.5rem 1.6rem; } }

.hik-news-detail {
  padding-top: 3rem;
  padding-bottom: 2.4rem; }
  .hik-news-detail .title-section {
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #eaeaea; }
    .hik-news-detail .title-section .title {
      font-size: 3.4rem;
      line-height: 4.4rem;
      font-weight: 600;
      margin-bottom: 1.1rem; }
    .hik-news-detail .title-section .time {
      font-size: 1.4rem;
      color: #666;
      margin-bottom: 1.1rem; }
  .hik-news-detail .content-container {
    padding: 4rem 0 2rem 0;
    border-bottom: 1px solid #eaeaea; }
  .hik-news-detail .link-section {
    padding-top: 3.2rem; }
    .hik-news-detail .link-section .title {
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 3.3rem;
      margin-bottom: 2rem; }
    .hik-news-detail .link-section .link {
      display: inline-block;
      font-size: 1.6rem;
      color: #007AFF;
      line-height: 2.4rem;
      margin-bottom: 1.6rem; }
      .hik-news-detail .link-section .link:hover {
        text-decoration: underline; }

@media (max-width: 991px) {
  .hik-news-detail {
    padding-top: 1.5rem;
    padding-bottom: .3rem; }
    .hik-news-detail .title-section {
      padding-bottom: .5rem; }
      .hik-news-detail .title-section .title {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: .7rem; }
      .hik-news-detail .title-section .time {
        margin-bottom: .7rem; }
    .hik-news-detail .content-container {
      line-height: 2.2rem;
      padding: 2rem 0 .5rem 0; }
    .hik-news-detail .link-section {
      padding-top: 1.8rem; }
      .hik-news-detail .link-section .title {
        font-size: 1.6rem;
        line-height: 2.2rem; }
      .hik-news-detail .link-section .link {
        font-size: 1.4rem;
        margin-bottom: 1.2rem; } }

.hik-online-channels {
  padding-top: 3rem;
  padding-bottom: 1.4rem; }
  .hik-online-channels .title {
    font-size: 3.2rem;
    line-height: 4.3rem;
    margin-bottom: 6rem;
    font-weight: 700;
    text-align: center; }
  .hik-online-channels .content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .hik-online-channels .content-list .item {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(50% - 1.3rem);
      background: #fff;
      border: 1px solid #eaeaea;
      box-shadow: 0px 8px 20px 0px rgba(85, 85, 85, 0.07);
      margin-bottom: 2.6rem; }
      .hik-online-channels .content-list .item:hover {
        box-shadow: 0px 8px 26px 0px rgba(85, 85, 85, 0.12); }
      .hik-online-channels .content-list .item .link {
        padding: 3rem;
        display: flex;
        align-items: center;
        position: relative; }
      .hik-online-channels .content-list .item .img-box {
        width: 6rem;
        height: 6rem;
        background: center / contain no-repeat;
        margin-right: 2rem;
        border: 1px solid #eaeaea; }
      .hik-online-channels .content-list .item .category-title {
        line-height: 2.4rem;
        font-size: 2.4rem;
        font-weight: 600; }

@media (max-width: 991px) {
  .hik-online-channels {
    padding-top: 1.5rem;
    padding-bottom: .5rem; }
    .hik-online-channels .title {
      font-size: 2rem;
      line-height: 2.7rem;
      margin-bottom: 1.6rem;
      font-weight: 600; }
    .hik-online-channels .content-list {
      display: block; }
      .hik-online-channels .content-list .item {
        box-shadow: 0px 8px 20px 0px rgba(85, 85, 85, 0.07);
        margin-bottom: 1rem; }
        .hik-online-channels .content-list .item:hover {
          box-shadow: 0px 8px 20px 0px rgba(85, 85, 85, 0.07); }
        .hik-online-channels .content-list .item .link {
          padding: 1.5rem; }
        .hik-online-channels .content-list .item .img-box {
          margin-right: 1.5rem; }
        .hik-online-channels .content-list .item .category-title {
          font-size: 1.5rem; } }

.hik-product-card {
  display: flex;
  flex-wrap: wrap; }
  .hik-product-card .product {
    margin-right: 3.5%;
    flex: 0 0 31%;
    margin-bottom: 1.6rem; }
    .hik-product-card .product .product-box {
      display: block;
      width: 100%;
      height: 100%; }
    .hik-product-card .product .img-bg {
      padding-bottom: 100%;
      position: relative;
      background-color: #f5f5f5;
      margin-bottom: 1.6rem; }
    .hik-product-card .product .img-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .hik-product-card .product .img-box img {
        max-height: 20rem;
        max-width: 20rem; }
        @supports ((-o-object-fit: contain) or (object-fit: contain)) {
          .hik-product-card .product .img-box img {
            height: 20rem;
            width: 20rem;
            -o-object-fit: contain;
               object-fit: contain; } }
    .hik-product-card .product .product-name {
      font-size: 1.6rem;
      line-height: 1.8rem;
      font-weight: 600;
      margin-bottom: 1.2rem; }
    .hik-product-card .product .desc-list {
      font-size: 1.4rem;
      line-height: 1.8rem; }
      .hik-product-card .product .desc-list .desc {
        position: relative;
        padding-left: .8rem;
        margin-bottom: .8rem; }
        .hik-product-card .product .desc-list .desc::before {
          content: '';
          background-color: #333;
          width: 3px;
          height: 3px;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 7px; }
  .hik-product-card .product:nth-child(3n + 3) {
    margin-right: 0; }
  .hik-product-card .product:nth-last-child(-n+3) {
    margin-bottom: 0; }

@media (max-width: 991px) {
  .hik-product-card {
    padding: 0 1.5rem; }
    .hik-product-card .product {
      margin-right: 4%;
      flex: 0 0 48%;
      margin-bottom: 1.2rem; }
      .hik-product-card .product .img-bg {
        margin-bottom: 1.2rem; }
      .hik-product-card .product .img-box img {
        max-height: 10.8rem;
        max-width: 10.8rem; }
        @supports ((-o-object-fit: contain) or (object-fit: contain)) {
          .hik-product-card .product .img-box img {
            height: 10.8rem;
            width: 10.8rem; } }
      .hik-product-card .product .product-name {
        font-size: 1.2rem;
        margin-bottom: .8rem; }
      .hik-product-card .product .desc-list {
        font-size: 1.2rem; }
        .hik-product-card .product .desc-list .desc {
          padding-left: .6rem;
          margin-bottom: .4rem; }
          .hik-product-card .product .desc-list .desc::before {
            top: 7px; }
    .hik-product-card .product:nth-child(3n + 3) {
      margin-right: 4%; }
    .hik-product-card .product:nth-child(2n + 2) {
      margin-right: 0; }
    .hik-product-card .product:nth-last-child(-n+3) {
      margin-bottom: 1.2rem; }
    .hik-product-card .product:nth-last-child(-n+2) {
      margin-bottom: 0; } }

.product-carousel-wrapper {
  padding: 3rem 2rem 4rem 2rem; }
  .product-carousel-wrapper.no-title {
    padding: 2rem; }
  .product-carousel-wrapper.short-product {
    padding: 3rem 3rem 4rem 3rem; }
    .product-carousel-wrapper.short-product.no-title {
      padding: 2rem 3rem; }
    .product-carousel-wrapper.short-product .product.slick-active .content-box {
      padding: 0 1.25rem; }
    .product-carousel-wrapper.short-product .product .link {
      background-color: transparent; }
      .product-carousel-wrapper.short-product .product .link .product-img {
        padding: 0; }
        .product-carousel-wrapper.short-product .product .link .product-img .img-box {
          min-height: auto;
          background-color: #f5f5f5;
          padding: 5rem 0; }
          .product-carousel-wrapper.short-product .product .link .product-img .img-box .img {
            width: 16rem;
            height: 16rem;
            transition: all .3s ease-in; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              .product-carousel-wrapper.short-product .product .link .product-img .img-box .img {
                height: 16rem;
                width: 16rem;
                -o-object-fit: contain;
                   object-fit: contain; } }
      .product-carousel-wrapper.short-product .product .link .content-box {
        position: unset; }
        .product-carousel-wrapper.short-product .product .link .content-box .product-name {
          font-size: 1.6rem;
          line-height: 2.4rem;
          font-weight: 700;
          margin-top: 2rem; }
        .product-carousel-wrapper.short-product .product .link .content-box .desc {
          max-height: 6.6rem;
          font-weight: 400;
          font-size: 1.4rem;
          line-height: 2.2rem;
          margin-top: 1.2rem;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
      .product-carousel-wrapper.short-product .product .link:hover .img {
        transform: scale(1.05); }
      .product-carousel-wrapper.short-product .product .link:hover .content-box .desc {
        max-height: 6.6rem;
        padding-top: 0;
        transition: all .3s ease-in; }
    .product-carousel-wrapper.short-product .carousel-list .arrow-btn {
      top: calc(50% - 9rem);
      opacity: 1; }
    .product-carousel-wrapper.short-product .carousel-dot-list {
      display: none; }
    .product-carousel-wrapper.short-product .view-more {
      position: unset;
      text-align: right;
      margin-top: 2.4rem; }
      .product-carousel-wrapper.short-product .view-more .link {
        position: relative; }
  .product-carousel-wrapper .product {
    text-align: center; }
    .product-carousel-wrapper .product.slick-active .content-box {
      padding: 0 1rem; }
    .product-carousel-wrapper .product .link {
      cursor: pointer;
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      background-color: #f5f5f5; }
      .product-carousel-wrapper .product .link .product-img {
        padding: 6rem 0 13rem; }
        .product-carousel-wrapper .product .link .product-img .img-box {
          margin: 0 auto;
          min-height: 25rem; }
          .product-carousel-wrapper .product .link .product-img .img-box .img {
            display: inline-block;
            max-height: 25rem;
            max-width: 25rem; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              .product-carousel-wrapper .product .link .product-img .img-box .img {
                height: 25rem;
                width: 25rem;
                -o-object-fit: contain;
                   object-fit: contain; } }
      .product-carousel-wrapper .product .link .content-box {
        width: 100%;
        bottom: 3rem;
        padding: 0 1rem;
        position: absolute; }
        .product-carousel-wrapper .product .link .content-box .product-name {
          line-height: 3.3rem;
          font-size: 2.4rem;
          font-weight: 600; }
        .product-carousel-wrapper .product .link .content-box .desc {
          font-size: 1.6rem;
          max-height: 0;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
      .product-carousel-wrapper .product .link:hover .content-box .desc {
        max-height: 5.4rem;
        padding-top: .6rem;
        transition: all .3s ease-in; }
  .product-carousel-wrapper .carousel-list {
    position: relative; }
    .product-carousel-wrapper .carousel-list .arrow-btn {
      cursor: pointer;
      width: 6rem;
      height: 6rem;
      position: absolute;
      top: calc(50% - 3rem);
      opacity: 0;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-4.svg");
      display: none; }
      .product-carousel-wrapper .carousel-list .arrow-btn.next {
        right: 0; }
      .product-carousel-wrapper .carousel-list .arrow-btn.pre {
        left: 0;
        transform: rotate(180deg); }
    .product-carousel-wrapper .carousel-list:hover .arrow-btn {
      opacity: 1; }
    .product-carousel-wrapper .carousel-list.next-arrow-active .next {
      display: block; }
    .product-carousel-wrapper .carousel-list.pre-arrow-active .pre {
      display: block; }
  .product-carousel-wrapper .carousel-dot-list {
    margin-top: 3rem; }
    .product-carousel-wrapper .carousel-dot-list .slick-dots {
      list-style: none;
      text-align: center;
      padding: 0;
      margin: 0; }
      .product-carousel-wrapper .carousel-dot-list .slick-dots li {
        display: inline-block;
        background-color: #999;
        border-radius: 50%;
        margin: 0 2rem;
        overflow: hidden;
        height: 1rem;
        width: 1rem;
        opacity: .6; }
        .product-carousel-wrapper .carousel-dot-list .slick-dots li button {
          opacity: 0; }
        .product-carousel-wrapper .carousel-dot-list .slick-dots li.slick-active {
          background-color: #666;
          opacity: 1; }
  .product-carousel-wrapper .view-more {
    position: relative; }
    .product-carousel-wrapper .view-more .link {
      position: absolute;
      line-height: 2.2rem;
      font-size: 1.6rem;
      font-weight: 600;
      bottom: 0;
      right: 1rem;
      padding-right: 2.2rem; }
      .product-carousel-wrapper .view-more .link::after {
        content: '';
        position: absolute;
        width: 1.4rem;
        height: 1.9rem;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
        bottom: 0;
        right: 0; }
      .product-carousel-wrapper .view-more .link:hover {
        text-decoration: underline; }

@media (max-width: 991px) {
  .product-carousel-wrapper {
    padding: 1.5rem 0; }
    .product-carousel-wrapper.no-title {
      padding: 1.5rem 0; }
    .product-carousel-wrapper.short-product {
      padding: 1.5rem 0; }
      .product-carousel-wrapper.short-product.no-title {
        padding: 1.5rem 0; }
      .product-carousel-wrapper.short-product .product-list {
        display: flex; }
        .product-carousel-wrapper.short-product .product-list .product {
          text-align: unset;
          display: block; }
          .product-carousel-wrapper.short-product .product-list .product .link .product-img {
            text-align: center; }
            .product-carousel-wrapper.short-product .product-list .product .link .product-img .img-box {
              padding: 4.2rem 6.2rem; }
              .product-carousel-wrapper.short-product .product-list .product .link .product-img .img-box .img {
                width: 13.5rem;
                height: 12.8rem;
                transition: all .3s ease-in; }
                @supports ((-o-object-fit: contain) or (object-fit: contain)) {
                  .product-carousel-wrapper.short-product .product-list .product .link .product-img .img-box .img {
                    width: 13.5rem;
                    height: 12.8rem;
                    -o-object-fit: contain;
                       object-fit: contain; } }
          .product-carousel-wrapper.short-product .product-list .product .link .content-box {
            max-width: 26rem;
            padding: 0; }
            .product-carousel-wrapper.short-product .product-list .product .link .content-box .product-name {
              margin-top: 1.5rem;
              white-space: normal; }
            .product-carousel-wrapper.short-product .product-list .product .link .content-box .desc {
              height: 6.6rem;
              white-space: normal; }
      .product-carousel-wrapper.short-product .carousel-list .arrow-btn {
        top: calc(50% - 9rem); }
      .product-carousel-wrapper.short-product .view-more {
        margin-top: 1.5rem;
        display: block; }
        .product-carousel-wrapper.short-product .view-more .link {
          font-size: 1.4rem;
          line-height: 1.9rem;
          right: 0; }
          .product-carousel-wrapper.short-product .view-more .link::after {
            width: 1.2rem;
            height: .8rem;
            top: 50%;
            transform: translateY(-50%); }
    .product-carousel-wrapper .carousel-list {
      overflow: hidden; }
      .product-carousel-wrapper .carousel-list.next-arrow-active .next {
        display: none; }
      .product-carousel-wrapper .carousel-list.pre-arrow-active .pre {
        display: none; }
      .product-carousel-wrapper .carousel-list .product-list {
        overflow: auto;
        white-space: nowrap; }
    .product-carousel-wrapper .product {
      display: inline-block;
      margin-right: 1.5rem; }
      .product-carousel-wrapper .product .link .product-img {
        padding: 5rem 4.5rem 8rem; }
        .product-carousel-wrapper .product .link .product-img .img-box {
          min-height: 22rem; }
          .product-carousel-wrapper .product .link .product-img .img-box .img {
            max-height: 22rem;
            max-width: 22rem; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              .product-carousel-wrapper .product .link .product-img .img-box .img {
                height: 22rem;
                width: 22rem; } }
      .product-carousel-wrapper .product .link .content-box {
        bottom: 2.4rem; }
        .product-carousel-wrapper .product .link .content-box .product-name {
          line-height: 2rem;
          font-size: 1.5rem; }
        .product-carousel-wrapper .product .link .content-box .desc {
          display: none; }
    .product-carousel-wrapper .carousel-dot-list {
      display: none; }
    .product-carousel-wrapper .view-more {
      display: none; } }

.hik-product-compare {
  padding-top: 3rem;
  padding-bottom: 4rem;
  font-size: 1.4rem;
  line-height: 2rem; }
  .hik-product-compare .header-section {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 4rem; }
    .hik-product-compare .header-section .title {
      font-size: 2.4rem;
      line-height: 3.2rem;
      font-weight: 600; }
    .hik-product-compare .header-section .download-btn {
      cursor: pointer;
      background: #d7150e;
      border-radius: 16px;
      font-size: 1.4rem;
      line-height: 3.2rem;
      padding: 0 1.5rem;
      color: #fff; }
  .hik-product-compare .compare-list {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  .hik-product-compare .header-row {
    display: flex;
    background: #f5f5f5; }
    .hik-product-compare .header-row .action-column {
      flex: 0 0 16.7%;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .hik-product-compare .header-row .action-column .radio-box {
        cursor: pointer;
        padding: 2rem 5% 2rem 10%; }
        .hik-product-compare .header-row .action-column .radio-box span {
          display: inline-block;
          padding-left: 2.4rem;
          position: relative; }
          .hik-product-compare .header-row .action-column .radio-box span::before {
            content: '';
            position: absolute;
            width: 1.6rem;
            height: 1.6rem;
            border-radius: 50%;
            border: 1px solid #999999;
            top: 2px;
            left: 0; }
        .hik-product-compare .header-row .action-column .radio-box.active span::after {
          content: '';
          position: absolute;
          width: 1rem;
          height: 1rem;
          border-radius: 50%;
          background-color: #999999;
          top: 5px;
          left: 3px; }
    .hik-product-compare .header-row .column {
      flex: 1;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 2.8rem 2rem;
      position: relative;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600; }
      .hik-product-compare .header-row .column .remove-btn {
        cursor: pointer;
        position: absolute;
        right: 1.2rem;
        top: 1.2rem;
        width: 1.6rem;
        height: 1.6rem;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-close.svg"); }
      .hik-product-compare .header-row .column .img-box {
        margin: 0 auto;
        width: 11rem;
        height: 11rem;
        margin-bottom: 2rem;
        background: center / contain no-repeat; }
      .hik-product-compare .header-row .column .link {
        display: block;
        padding-top: 13rem;
        position: relative; }
        .hik-product-compare .header-row .column .link::before {
          content: '';
          position: absolute;
          width: 4.8rem;
          height: 4.8rem;
          top: 4rem;
          left: calc(50% - 2.4rem);
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-add.svg"); }
        .hik-product-compare .header-row .column .link:hover::before {
          background-image: url("/cep/resource/resources/icons/icon-add-hover.svg"); }
  .hik-product-compare .specification-row {
    display: flex; }
    .hik-product-compare .specification-row.different-row.active {
      background-color: #fff7d9; }
    .hik-product-compare .specification-row .category-column {
      flex: 0 0 16.79%;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 2rem;
      font-weight: 600;
      display: flex;
      align-items: center; }
      .hik-product-compare .specification-row .category-column span {
        display: block; }
    .hik-product-compare .specification-row .column {
      flex: 1;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 2rem; }

@media (max-width: 991px) {
  .hik-product-compare {
    padding: 1.5rem 0;
    font-size: 1.2rem;
    line-height: 1.7rem; }
    .hik-product-compare .header-section {
      padding: 0 1.5rem;
      border-bottom: 0;
      margin-bottom: .8rem; }
      .hik-product-compare .header-section .title {
        font-size: 1.6rem; }
    .hik-product-compare .compare-list {
      overflow-x: auto;
      width: 100vw; }
    .hik-product-compare .header-row {
      min-width: 65rem; }
      .hik-product-compare .header-row .action-column {
        flex: 0 0 19%; }
        .hik-product-compare .header-row .action-column .radio-box {
          cursor: pointer;
          padding: 1.5rem; }
          .hik-product-compare .header-row .action-column .radio-box span::before {
            top: calc(50% - 8px); }
          .hik-product-compare .header-row .action-column .radio-box.active span::after {
            top: calc(50% - 5px);
            left: 3px; }
      .hik-product-compare .header-row .column {
        padding: 1.4rem 1.2rem;
        font-size: 1.2rem;
        font-weight: 400; }
        .hik-product-compare .header-row .column .remove-btn {
          right: .5rem;
          top: .5rem;
          width: 1.2rem;
          height: 1.2rem; }
        .hik-product-compare .header-row .column .img-box {
          width: 6rem;
          height: 6rem;
          margin-bottom: .4rem; }
        .hik-product-compare .header-row .column .link {
          padding-top: 6.4rem; }
          .hik-product-compare .header-row .column .link::before {
            content: '';
            position: absolute;
            width: 3.2rem;
            height: 3.2rem;
            top: 1.6rem;
            left: calc(50% - 1.6rem);
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-add.svg"); }
    .hik-product-compare .specification-row {
      min-width: 65rem; }
      .hik-product-compare .specification-row .category-column {
        flex: 0 0 19%;
        padding: 1.4rem; }
      .hik-product-compare .specification-row .column {
        padding: 1.4rem; } }

.hik-product-detail {
  padding: 3rem 0; }
  .hik-product-detail .detail-wrapper {
    display: flex; }
  .hik-product-detail .display-container {
    flex: 0 0 55%;
    width: 55%;
    text-align: center;
    position: relative; }
    .hik-product-detail .display-container .product-display {
      margin-bottom: 3rem;
      padding: 0 5%; }
      .hik-product-detail .display-container .product-display .img-box {
        display: inline-block;
        width: 32rem;
        height: 32rem; }
        .hik-product-detail .display-container .product-display .img-box img {
          max-height: 32rem;
          max-width: 32rem; }
          @supports ((-o-object-fit: contain) or (object-fit: contain)) {
            .hik-product-detail .display-container .product-display .img-box img {
              height: 32rem;
              width: 32rem;
              -o-object-fit: contain;
                 object-fit: contain; } }
    .hik-product-detail .display-container .img-carousel {
      padding: 0 15%; }
      .hik-product-detail .display-container .img-carousel .slick-slide {
        outline: none !important; }
      .hik-product-detail .display-container .img-carousel .img-box {
        cursor: pointer;
        display: inline-block;
        width: 6.8rem;
        height: 6.8rem;
        padding: .9rem;
        border: 1px solid #eaeaea; }
        .hik-product-detail .display-container .img-carousel .img-box img {
          max-height: 5rem;
          max-width: 5rem; }
          @supports ((-o-object-fit: contain) or (object-fit: contain)) {
            .hik-product-detail .display-container .img-carousel .img-box img {
              height: 5rem;
              width: 5rem;
              -o-object-fit: contain;
                 object-fit: contain; } }
      .hik-product-detail .display-container .img-carousel .slick-current .img-box {
        border-color: #d7150e; }
    .hik-product-detail .display-container .arrow-btn {
      position: absolute;
      bottom: 0;
      height: 6.8rem;
      width: 1.2rem; }
      .hik-product-detail .display-container .arrow-btn.pre {
        left: 7%;
        transform: rotate(180deg); }
      .hik-product-detail .display-container .arrow-btn.next {
        right: 7%; }
      .hik-product-detail .display-container .arrow-btn.active {
        cursor: pointer;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-6.svg"); }
      .hik-product-detail .display-container .arrow-btn.active:hover {
        background-image: url("/cep/resource/resources/icons/icon-arrow-6-red.svg"); }
  .hik-product-detail .info-container {
    flex: 0 0 45%;
    width: 45%;
    padding-top: 5rem; }
    .hik-product-detail .info-container .title {
      font-size: 2rem;
      letter-spacing: 0.33px;
      line-height: 2.4rem;
      margin-bottom: 1.6rem;
      font-weight: 600; }
    .hik-product-detail .info-container .desc {
      font-size: 1.6rem;
      letter-spacing: 0.27px;
      line-height: 2.4rem; }

@media (max-width: 991px) {
  .hik-product-detail {
    padding: 3rem 0 1rem 0; }
    .hik-product-detail .detail-wrapper {
      display: block; }
    .hik-product-detail .display-container {
      width: 100%; }
      .hik-product-detail .display-container .product-display {
        margin-bottom: 2rem; }
        .hik-product-detail .display-container .product-display .img-box {
          display: inline-block;
          width: 18rem;
          height: 18rem;
          padding: 0; }
          .hik-product-detail .display-container .product-display .img-box img {
            max-height: 18rem;
            max-width: 18rem; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              .hik-product-detail .display-container .product-display .img-box img {
                height: 18rem;
                width: 18rem;
                -o-object-fit: contain;
                   object-fit: contain; } }
      .hik-product-detail .display-container .img-carousel {
        padding: 0 8%; }
        .hik-product-detail .display-container .img-carousel .img-box {
          width: 5rem;
          height: 5rem;
          padding: .4rem; }
          .hik-product-detail .display-container .img-carousel .img-box img {
            max-height: 4.2rem;
            max-width: 4.2rem; }
            @supports ((-o-object-fit: contain) or (object-fit: contain)) {
              .hik-product-detail .display-container .img-carousel .img-box img {
                height: 4.2rem;
                width: 4.2rem; } }
      .hik-product-detail .display-container .arrow-btn {
        position: absolute;
        bottom: 0;
        height: 5rem;
        width: 1.2rem; }
        .hik-product-detail .display-container .arrow-btn.pre {
          left: 0; }
        .hik-product-detail .display-container .arrow-btn.next {
          right: 0; }
    .hik-product-detail .info-container {
      width: 100%;
      padding-top: 2rem; }
      .hik-product-detail .info-container .title {
        font-size: 1.6rem;
        letter-spacing: 0.27px;
        line-height: 2.4rem;
        font-weight: 500; }
      .hik-product-detail .info-container .desc {
        font-size: 1.4rem;
        letter-spacing: 0.23px; } }

.hik-product-list {
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap; }
  .hik-product-list .filter-bar {
    flex: 0 0 24%; }
    .hik-product-list .filter-bar .search-container .search-box {
      position: relative;
      width: 100%;
      margin-bottom: 2rem; }
    .hik-product-list .filter-bar .search-container .list-search {
      border: 1px solid #ddd;
      border-radius: 20px;
      width: 100%;
      color: #333;
      font-size: 1.4rem;
      line-height: 2rem;
      outline: none;
      padding: .4rem 3rem .4rem 1.2rem; }
      .hik-product-list .filter-bar .search-container .list-search:hover, .hik-product-list .filter-bar .search-container .list-search:focus {
        border: 1px solid #666; }
    .hik-product-list .filter-bar .search-container .search-btn {
      cursor: pointer;
      background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search-3.svg");
      height: 100%;
      width: 1.2rem;
      outline: none;
      position: absolute;
      right: 1.2rem;
      top: 0; }
    .hik-product-list .filter-bar .search-container .mobile-filter-btn {
      display: none; }
    .hik-product-list .filter-bar .filter-container {
      letter-spacing: 0;
      font-weight: 600; }
      .hik-product-list .filter-bar .filter-container .title-section {
        color: #505050;
        display: flex;
        justify-content: space-between;
        padding: 1.2rem 0;
        border-bottom: 1px solid #eaeaea; }
        .hik-product-list .filter-bar .filter-container .title-section .title {
          line-height: 2.2rem;
          font-size: 1.6rem; }
        .hik-product-list .filter-bar .filter-container .title-section .reset-btn {
          cursor: pointer;
          border: 1px solid #505050;
          border-radius: 12px;
          padding: .1rem 1.6rem;
          font-size: 1.4rem;
          line-height: 2rem; }
        .hik-product-list .filter-bar .filter-container .title-section .mobile-close-icon {
          display: none; }
      .hik-product-list .filter-bar .filter-container .filter-list {
        margin-bottom: 3rem; }
        .hik-product-list .filter-bar .filter-container .filter-list .item {
          border-bottom: 1px solid #eaeaea; }
          .hik-product-list .filter-bar .filter-container .filter-list .item .category {
            cursor: pointer;
            padding: 1.2rem 0;
            line-height: 2.2rem;
            font-size: 1.6rem;
            position: relative; }
            .hik-product-list .filter-bar .filter-container .filter-list .item .category::after {
              content: '';
              position: absolute;
              right: 0;
              width: 11px;
              height: 7px;
              top: 20px;
              background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-3.svg");
              transform: rotate(180deg); }
            .hik-product-list .filter-bar .filter-container .filter-list .item .category.expand::after {
              transform: rotate(0); }
          .hik-product-list .filter-bar .filter-container .filter-list .item .option-list {
            padding: 1.2rem 0 2.2rem 0;
            display: none; }
            .hik-product-list .filter-bar .filter-container .filter-list .item .option-list .option {
              cursor: pointer;
              margin-bottom: .8rem;
              position: relative;
              padding-left: 2.6rem;
              line-height: 2rem;
              font-size: 1.4rem;
              color: #757575; }
              .hik-product-list .filter-bar .filter-container .filter-list .item .option-list .option::before {
                content: '';
                position: absolute;
                left: 0;
                top: 4px;
                width: 1.4rem;
                height: 1.4rem;
                border-radius: 3px;
                border: 1px solid #a0a0a0;
                background-color: #fff; }
              .hik-product-list .filter-bar .filter-container .filter-list .item .option-list .option.active::before {
                background: center/cover no-repeat url("/cep/resource/resources/icons/icon-check-2.svg");
                border-color: #d7150e; }
          .hik-product-list .filter-bar .filter-container .filter-list .item.active .category::after {
            background-image: url("/cep/resource/resources/icons/icon-arrow-3-red.svg"); }
      .hik-product-list .filter-bar .filter-container .active-btn {
        display: none; }
  .hik-product-list .product-list {
    flex: 0 0 76%; }
    .hik-product-list .product-list .product-list-container {
      display: flex;
      flex-wrap: wrap; }
    .hik-product-list .product-list .product {
      margin-left: 2.5rem;
      flex: 1;
      max-width: calc(33.3333% - 2.5rem);
      min-width: calc(33.3333% - 3rem);
      margin-bottom: 3rem; }
      .hik-product-list .product-list .product .product-box {
        display: block;
        width: 100%;
        height: 100%; }
      .hik-product-list .product-list .product .img-bg {
        padding-bottom: 100%;
        position: relative;
        background-color: #f5f5f5;
        margin-bottom: 1.6rem; }
      .hik-product-list .product-list .product .tag-list {
        position: absolute;
        top: 1.1rem;
        right: 1.2rem;
        white-space: nowrap;
        display: inline-block;
        color: #d7150e;
        font-weight: 700;
        font-style: italic;
        font-size: 1.4rem;
        line-height: 1;
        text-shadow: 0px 0px 0px #d7150e; }
      .hik-product-list .product-list .product .img-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .hik-product-list .product-list .product .img-box img {
          max-height: 19rem;
          max-width: 19rem; }
          @supports ((-o-object-fit: contain) or (object-fit: contain)) {
            .hik-product-list .product-list .product .img-box img {
              height: 19rem;
              width: 19rem;
              -o-object-fit: contain;
                 object-fit: contain; } }
      .hik-product-list .product-list .product .global-compare {
        position: absolute;
        bottom: 1.2rem;
        left: 1.2rem;
        padding-left: 2.4rem;
        font-size: 1.4rem;
        line-height: 1.4rem;
        letter-spacing: 0;
        font-weight: 600; }
        .hik-product-list .product-list .product .global-compare::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 1.6rem;
          height: 1.6rem;
          border: 1px solid #a0a0a0;
          border-radius: 3px;
          background: #fff; }
        .hik-product-list .product-list .product .global-compare.active::before {
          background: center/cover no-repeat url("/cep/resource/resources/icons/icon-check-2.svg");
          border: 1px solid #d7150e; }
      .hik-product-list .product-list .product .product-name {
        font-size: 1.6rem;
        line-height: 1.8rem;
        font-weight: 600;
        margin-bottom: 1.2rem; }
      .hik-product-list .product-list .product .desc-list {
        font-size: 1.4rem;
        line-height: 1.8rem; }
        .hik-product-list .product-list .product .desc-list .desc {
          position: relative;
          padding-left: .8rem;
          margin-bottom: .8rem; }
          .hik-product-list .product-list .product .desc-list .desc::before {
            content: '';
            background-color: #333;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 7px; }
    .hik-product-list .product-list .no-result-container {
      text-align: center;
      font-size: 1.6rem;
      color: #666;
      padding: 10% 2.5rem;
      display: none; }
      .hik-product-list .product-list .no-result-container img {
        margin-bottom: 1.6rem; }
  .hik-product-list .product-list-pagination {
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    display: none; }
    .hik-product-list .product-list-pagination.active {
      display: flex; }
  .hik-product-list.no-result .product-list .no-result-container {
    display: block; }
  .hik-product-list.no-result .product-list .product-list-container {
    display: none; }
  .hik-product-list.no-result .product-list-pagination {
    display: none; }
    .hik-product-list.no-result .product-list-pagination.active {
      display: none; }
  .hik-product-list .mobile-view-more-btn {
    display: none; }

@media (max-width: 991px) {
  .hik-product-list {
    padding: 0;
    display: block; }
    .hik-product-list .filter-bar {
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
      .hik-product-list .filter-bar .search-container {
        padding: 1rem 1.5rem;
        background-color: #f5f5f5;
        margin-bottom: 1.5rem;
        display: flex; }
        .hik-product-list .filter-bar .search-container .search-box {
          margin-bottom: 0;
          flex: 1; }
        .hik-product-list .filter-bar .search-container .list-search {
          line-height: 2.2rem; }
        .hik-product-list .filter-bar .search-container .search-btn {
          cursor: pointer;
          background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search-3.svg");
          height: 100%;
          width: 1.2rem;
          outline: none;
          position: absolute;
          right: 1.2rem;
          top: 0; }
        .hik-product-list .filter-bar .search-container .mobile-filter-btn {
          min-width: 7.5rem;
          background: #fff;
          border: 1px solid #ddd;
          border-radius: 22px;
          font-size: 12px;
          color: #737373;
          line-height: 22px;
          padding: .4rem 1.4rem .4rem 3.2rem;
          position: relative;
          display: block;
          margin-left: 1.2rem; }
          .hik-product-list .filter-bar .search-container .mobile-filter-btn::before {
            content: '';
            width: 13px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 1.4rem;
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-filter.png"); }
      .hik-product-list .filter-bar .filter-container {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1011;
        background-color: #fff; }
        .hik-product-list .filter-bar .filter-container .title-section {
          color: #333;
          border-bottom: 0;
          position: relative;
          margin-bottom: 0;
          padding: 1.2rem 1.5rem 0 1.5rem; }
          .hik-product-list .filter-bar .filter-container .title-section .title {
            line-height: 2rem;
            font-size: 1.4rem; }
          .hik-product-list .filter-bar .filter-container .title-section .reset-btn {
            display: none; }
          .hik-product-list .filter-bar .filter-container .title-section .mobile-close-icon {
            display: block;
            position: absolute;
            right: 15px;
            top: 5px;
            height: 100%;
            width: 1.6rem;
            background: center/contain no-repeat url("/cep/resource/resources/icons/icon-close-2.svg"); }
        .hik-product-list .filter-bar .filter-container .filter-list {
          margin-bottom: 0;
          min-height: 50vh;
          max-height: 80vh;
          overflow-y: scroll;
          -ms-scroll-chaining: none;
              overscroll-behavior: contain;
          padding: 0 1.5rem; }
          .hik-product-list .filter-bar .filter-container .filter-list .item .category {
            padding: 1.5rem 0;
            line-height: 2rem;
            font-size: 1.4rem;
            font-weight: 400; }
            .hik-product-list .filter-bar .filter-container .filter-list .item .category::after {
              width: 10px;
              height: 6px; }
          .hik-product-list .filter-bar .filter-container .filter-list .item .option-list {
            padding: 1.5rem 1.2rem;
            background-color: #f5f5f5; }
            .hik-product-list .filter-bar .filter-container .filter-list .item .option-list .option {
              margin-bottom: 1.5rem;
              position: relative;
              padding-left: 0;
              padding-right: 2.6rem;
              color: #333; }
              .hik-product-list .filter-bar .filter-container .filter-list .item .option-list .option::before {
                right: 0;
                top: 1px;
                left: auto;
                width: 1.6rem;
                height: 1.6rem; }
              .hik-product-list .filter-bar .filter-container .filter-list .item .option-list .option:last-child {
                margin-bottom: 0; }
        .hik-product-list .filter-bar .filter-container .active-btn {
          display: flex;
          font-size: 1.5rem;
          text-align: center; }
          .hik-product-list .filter-bar .filter-container .active-btn .reset-btn {
            flex: 1;
            padding: 1rem 0;
            border-top: 1px solid #eaeaea; }
          .hik-product-list .filter-bar .filter-container .active-btn .submit-btn {
            background-color: #d7150e;
            color: #fff;
            flex: 1;
            padding: 1rem 0; }
      .hik-product-list .filter-bar.expand {
        position: static; }
        .hik-product-list .filter-bar.expand .filter-container {
          display: block; }
    .hik-product-list .product-list {
      padding: 15px 15px 0 15px; }
      .hik-product-list .product-list .product-list-container {
        justify-content: space-between; }
      .hik-product-list .product-list .product {
        margin-left: 0;
        max-width: calc(50% - .75rem);
        min-width: calc(50% - .75rem);
        margin-bottom: 2rem; }
        .hik-product-list .product-list .product .img-bg {
          margin-bottom: 1.2rem; }
        .hik-product-list .product-list .product .img-box img {
          max-height: 10.8rem;
          max-width: 10.8rem; }
          @supports ((-o-object-fit: contain) or (object-fit: contain)) {
            .hik-product-list .product-list .product .img-box img {
              height: 10.8rem;
              width: 10.8rem; } }
        .hik-product-list .product-list .product .global-compare {
          bottom: 1rem;
          left: 1rem;
          padding-left: 2.3rem;
          font-size: 1.2rem;
          font-weight: 600; }
          .hik-product-list .product-list .product .global-compare::before {
            left: 0;
            top: 0; }
        .hik-product-list .product-list .product .product-name {
          font-size: 1.2rem;
          line-height: 1.8rem;
          margin-bottom: .8rem; }
        .hik-product-list .product-list .product .desc-list {
          font-size: 1.2rem; }
          .hik-product-list .product-list .product .desc-list .desc {
            margin-bottom: .5rem; }
      .hik-product-list .product-list .no-result-container {
        font-size: 1.4rem;
        padding: 3rem 0; }
        .hik-product-list .product-list .no-result-container img {
          margin-bottom: .4rem;
          max-width: 80%; }
    .hik-product-list .mobile-view-more-btn.active {
      display: block;
      text-align: center;
      padding-top: .4rem;
      margin-bottom: 1.5rem; }
    .hik-product-list .view-more {
      font-size: 1.4rem;
      font-weight: 600;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 16px;
      padding: 0.5rem 1.6rem; }
  #product-list-backdrop {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1010; } }

.hik-profile-media {
  background: center / cover no-repeat;
  position: relative;
  min-height: 64rem; }
  .hik-profile-media .content-wrapper {
    display: flex;
    align-items: center;
    min-height: 64rem; }
  .hik-profile-media .content-section {
    flex: 0 0 50%;
    padding: 3rem 0; }
    .hik-profile-media .content-section .title {
      font-size: 3.4rem;
      line-height: 4.6rem;
      font-weight: 700;
      margin-bottom: 2.4rem;
      padding-right: 12%; }
    .hik-profile-media .content-section .desc {
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 400;
      margin-bottom: 1rem;
      padding-right: 12%; }
      .hik-profile-media .content-section .desc:last-child {
        margin-bottom: 0; }
  .hik-profile-media .img-box {
    height: 100%;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    background: center / cover no-repeat; }
  .hik-profile-media.media-type {
    min-height: 54rem; }
    .hik-profile-media.media-type .content-wrapper {
      min-height: 54rem; }
  .hik-profile-media.img-right .content-wrapper {
    flex-direction: row-reverse; }
  .hik-profile-media.img-right .content-section .title {
    padding-right: 0;
    padding-left: 12%; }
  .hik-profile-media.img-right .content-section .desc {
    padding-right: 0;
    padding-left: 12%; }
  .hik-profile-media.img-right .img-box {
    left: 0;
    right: auto; }

@media (max-width: 991px) {
  .hik-profile-media {
    min-height: 33rem;
    margin-bottom: 2rem; }
    .hik-profile-media .content-wrapper {
      min-height: 33rem; }
    .hik-profile-media .content-section {
      flex: 0 0 100%; }
      .hik-profile-media .content-section .title {
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 600;
        margin-bottom: 1.2rem;
        padding-right: 0; }
      .hik-profile-media .content-section .desc {
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding-right: 0; }
    .hik-profile-media .img-box {
      height: 21rem;
      position: static;
      width: 100%; }
    .hik-profile-media.media-type {
      min-height: auto; }
      .hik-profile-media.media-type .content-wrapper {
        min-height: auto;
        flex-direction: column-reverse; }
      .hik-profile-media.media-type .content-section {
        padding: 1.5rem 0 0 0; }
    .hik-profile-media.img-right .content-section .title {
      padding-left: 0; }
    .hik-profile-media.img-right .content-section .desc {
      padding-left: 0; } }

.hik-product-qa {
  padding-bottom: 2rem; }
  .hik-product-qa .qa-list .qa-section {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 2rem; }
    .hik-product-qa .qa-list .qa-section .title {
      cursor: pointer;
      line-height: 2.7rem;
      font-size: 2rem;
      letter-spacing: 0;
      margin-bottom: 2rem;
      position: relative; }
      .hik-product-qa .qa-list .qa-section .title::after {
        content: '';
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-2.svg");
        position: absolute;
        right: 0;
        height: 100%;
        width: 1rem;
        transform: rotate(-90deg); }
      .hik-product-qa .qa-list .qa-section .title.expand::after {
        transform: rotate(-180deg); }
    .hik-product-qa .qa-list .qa-section .detail-container {
      background-color: #f5f5f5;
      padding: 2.4rem 2rem 1rem 2rem;
      margin-bottom: 2rem;
      display: none; }
      .hik-product-qa .qa-list .qa-section .detail-container .desc {
        line-height: 2.2rem;
        font-size: 1.6rem;
        margin-bottom: 1.4rem; }
      .hik-product-qa .qa-list .qa-section .detail-container .assets .link {
        color: #007aff;
        display: block;
        margin-bottom: 1.4rem;
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2.4rem;
        padding-left: 3.2rem;
        position: relative; }
        .hik-product-qa .qa-list .qa-section .detail-container .assets .link:hover {
          text-decoration: underline; }
    .hik-product-qa .qa-list .qa-section:first-child .detail-container {
      display: block; }
  .hik-product-qa .view-more {
    text-align: right;
    padding-bottom: 2rem; }
    .hik-product-qa .view-more .link {
      display: inline-block;
      position: relative;
      padding-right: 2.2rem;
      font-size: 1.6rem;
      font-weight: 600; }
      .hik-product-qa .view-more .link::after {
        content: '';
        position: absolute;
        width: 1.4rem;
        height: 100%;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
        bottom: 0;
        right: 0; }
      .hik-product-qa .view-more .link:hover {
        text-decoration: underline; }

@media (max-width: 991px) {
  .hik-product-qa {
    padding-top: 1.5rem;
    padding-bottom: 0; }
    .hik-product-qa .qa-list .qa-section {
      margin-bottom: 1.6rem; }
      .hik-product-qa .qa-list .qa-section .title {
        line-height: 2.2rem;
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
        padding-right: 2rem;
        font-weight: 600; }
        .hik-product-qa .qa-list .qa-section .title::after {
          right: 0;
          top: 0; }
      .hik-product-qa .qa-list .qa-section .detail-container {
        background-color: #fff;
        padding: 0 0 .8rem 0;
        margin-bottom: 0; }
        .hik-product-qa .qa-list .qa-section .detail-container .desc {
          font-size: 1.4rem;
          line-height: 2.4rem; }
        .hik-product-qa .qa-list .qa-section .detail-container .assets .link {
          margin-bottom: .8rem; }
          .hik-product-qa .qa-list .qa-section .detail-container .assets .link:hover {
            text-decoration: none; }
    .hik-product-qa .view-more {
      text-align: center;
      padding-bottom: 1.5rem; }
      .hik-product-qa .view-more .link {
        display: inline-block;
        border: 1px solid #ddd;
        padding: .5rem 1.6rem;
        font-size: 1.4rem;
        border-radius: 18px; }
        .hik-product-qa .view-more .link::after {
          display: none; }
        .hik-product-qa .view-more .link:hover {
          text-decoration: none; } }

.hik-qa-list {
  padding-top: 3rem;
  padding-bottom: 2rem; }
  .hik-qa-list .filter-bar {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 4rem;
    position: relative; }
    .hik-qa-list .filter-bar::after {
      content: '';
      position: absolute;
      left: 3rem;
      right: 3rem;
      bottom: 0;
      height: 1px;
      background-color: #eaeaea; }
    .hik-qa-list .filter-bar .search-container {
      flex: 0 0 24%; }
      .hik-qa-list .filter-bar .search-container .search-box {
        position: relative;
        width: 100%;
        margin-bottom: 1rem; }
      .hik-qa-list .filter-bar .search-container .list-search {
        border: 1px solid #ddd;
        border-radius: 15px;
        width: 100%;
        color: #333;
        font-size: 1.4rem;
        line-height: 2rem;
        outline: none;
        padding: .5rem 3rem .5rem 1.2rem; }
        .hik-qa-list .filter-bar .search-container .list-search:hover, .hik-qa-list .filter-bar .search-container .list-search:focus {
          border: 1px solid #666; }
      .hik-qa-list .filter-bar .search-container .search-btn {
        cursor: pointer;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-search-3.svg");
        height: 100%;
        width: 1.2rem;
        outline: none;
        position: absolute;
        right: 1.2rem;
        top: 0; }
    .hik-qa-list .filter-bar .category-container {
      flex: 1; }
      .hik-qa-list .filter-bar .category-container .category {
        cursor: pointer;
        display: inline-block;
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2.2rem;
        padding-bottom: 2rem;
        margin-right: 8rem;
        position: relative; }
        .hik-qa-list .filter-bar .category-container .category.active, .hik-qa-list .filter-bar .category-container .category:hover {
          color: #d7150e;
          font-weight: 600; }
          .hik-qa-list .filter-bar .category-container .category.active::after, .hik-qa-list .filter-bar .category-container .category:hover::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #d7150e;
            left: 0;
            bottom: 1px; }
  .hik-qa-list .qa-list .qa-section {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 2rem; }
    .hik-qa-list .qa-list .qa-section .title {
      cursor: pointer;
      line-height: 2.7rem;
      font-size: 2rem;
      letter-spacing: 0;
      margin-bottom: 2rem;
      position: relative; }
      .hik-qa-list .qa-list .qa-section .title.has-asset::after {
        content: '';
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow-2.svg");
        position: absolute;
        right: 0;
        height: 100%;
        width: 1rem;
        transform: rotate(-90deg); }
      .hik-qa-list .qa-list .qa-section .title.has-asset.expand::after {
        transform: rotate(-180deg); }
    .hik-qa-list .qa-list .qa-section .detail-container {
      background-color: #f5f5f5;
      padding: 2.4rem 2rem 1rem 2rem;
      margin-bottom: 2rem; }
      .hik-qa-list .qa-list .qa-section .detail-container .desc {
        line-height: 2.2rem;
        font-size: 1.6rem;
        margin-bottom: 1.4rem; }
      .hik-qa-list .qa-list .qa-section .detail-container .assets {
        display: none; }
        .hik-qa-list .qa-list .qa-section .detail-container .assets .link {
          color: #007aff;
          display: block;
          margin-bottom: 1.4rem;
          font-size: 1.6rem;
          letter-spacing: 0;
          line-height: 2.4rem;
          padding-left: 3.2rem;
          position: relative; }
          .hik-qa-list .qa-list .qa-section .detail-container .assets .link:hover {
            text-decoration: underline; }
  .hik-qa-list .qa-list .no-result-container {
    text-align: center;
    font-size: 1.6rem;
    color: #666;
    padding: 3% 0;
    display: none; }
    .hik-qa-list .qa-list .no-result-container img {
      margin-bottom: 1.6rem; }
  .hik-qa-list .qa-list-pagination {
    align-items: center;
    justify-content: center;
    padding-top: 1.6rem;
    margin-bottom: 2rem;
    display: none; }
    .hik-qa-list .qa-list-pagination.active {
      display: flex; }
  .hik-qa-list.no-result .qa-list .no-result-container {
    display: block; }
  .hik-qa-list.no-result .qa-list .qa-list-container {
    display: none; }
  .hik-qa-list.no-result .qa-list-pagination {
    display: none; }
    .hik-qa-list.no-result .qa-list-pagination.active {
      display: none; }
  .hik-qa-list .mobile-view-more-btn {
    display: none; }

@media (max-width: 991px) {
  .hik-qa-list {
    padding-top: 1.5rem;
    padding-bottom: 0; }
    .hik-qa-list .filter-bar {
      display: block;
      margin-bottom: 2rem;
      box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
      position: sticky;
      top: 0;
      width: 100%;
      background-color: #fff;
      z-index: 1; }
      .hik-qa-list .filter-bar::after {
        display: none; }
      .hik-qa-list .filter-bar .search-container {
        padding: 1.5rem 0; }
        .hik-qa-list .filter-bar .search-container .search-box {
          margin-bottom: 0; }
        .hik-qa-list .filter-bar .search-container .list-search {
          border: 1px solid #ddd;
          border-radius: 23px;
          padding: .9rem 4rem .9rem 1.5rem; }
        .hik-qa-list .filter-bar .search-container .search-btn {
          width: 2rem;
          right: 1.6rem; }
      .hik-qa-list .filter-bar .category-container {
        overflow-x: auto;
        white-space: nowrap; }
        .hik-qa-list .filter-bar .category-container .category {
          padding: 1rem 0;
          margin-right: 2.4rem;
          font-size: 1.4rem; }
          .hik-qa-list .filter-bar .category-container .category:hover {
            color: #333;
            font-weight: 400; }
            .hik-qa-list .filter-bar .category-container .category:hover::after {
              background-color: transparent; }
          .hik-qa-list .filter-bar .category-container .category.active {
            color: #333;
            font-weight: 600; }
            .hik-qa-list .filter-bar .category-container .category.active::after {
              bottom: 0;
              background-color: #d7150e; }
    .hik-qa-list .qa-list .qa-section {
      margin-bottom: 1.6rem; }
      .hik-qa-list .qa-list .qa-section .title {
        line-height: 2.2rem;
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
        padding-right: 2rem;
        font-weight: 600; }
        .hik-qa-list .qa-list .qa-section .title.has-asset::after {
          right: 0;
          top: 0; }
      .hik-qa-list .qa-list .qa-section .detail-container {
        background-color: #fff;
        padding: 0 0 .8rem 0;
        margin-bottom: 0; }
        .hik-qa-list .qa-list .qa-section .detail-container .desc {
          font-size: 1.4rem;
          line-height: 2.4rem; }
        .hik-qa-list .qa-list .qa-section .detail-container .assets .link {
          margin-bottom: .8rem; }
          .hik-qa-list .qa-list .qa-section .detail-container .assets .link:hover {
            text-decoration: none; }
    .hik-qa-list .qa-list .no-result-container {
      font-size: 1.4rem;
      padding: 3rem 0; }
      .hik-qa-list .qa-list .no-result-container img {
        margin-bottom: .4rem;
        max-width: 80%; }
    .hik-qa-list .mobile-view-more-btn.active {
      display: block;
      text-align: center;
      padding-top: .4rem;
      margin-bottom: 1.5rem; }
    .hik-qa-list .view-more {
      font-size: 1.4rem;
      font-weight: 600;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 16px;
      padding: 0.5rem 1.6rem; } }

.quick-entries-wrapper {
  padding-top: 3rem;
  padding-bottom: 2rem; }
  .quick-entries-wrapper .content-list {
    display: flex; }
    .quick-entries-wrapper .content-list .link {
      cursor: pointer;
      width: 100%;
      height: 100%;
      display: block; }
  .quick-entries-wrapper .basic-type {
    font-weight: 600; }
    .quick-entries-wrapper .basic-type .item {
      flex: 0 0 33.333333%;
      margin-bottom: 2rem; }
    .quick-entries-wrapper .basic-type .item:nth-child(3n + 2) {
      display: flex;
      justify-content: center; }
    .quick-entries-wrapper .basic-type .item:nth-child(3n + 3) {
      display: flex;
      justify-content: flex-end; }
    .quick-entries-wrapper .basic-type .content-box {
      text-align: center;
      display: inline-block; }
    .quick-entries-wrapper .basic-type .link:hover .link-text {
      text-decoration: underline; }
    .quick-entries-wrapper .basic-type .img-box {
      width: 14rem;
      height: 14rem;
      border-radius: 50%;
      background: #f2f2f2 center / 6rem 6rem no-repeat;
      margin: 0 auto;
      margin-bottom: 1.6rem; }
    .quick-entries-wrapper .basic-type .category-title {
      line-height: 2.7rem;
      font-size: 2rem;
      margin-bottom: .8rem; }
    .quick-entries-wrapper .basic-type .link-text {
      line-height: 2.2rem;
      font-size: 1.6rem;
      display: inline-block;
      position: relative;
      padding-right: 2.2rem; }
      .quick-entries-wrapper .basic-type .link-text::after {
        content: '';
        position: absolute;
        width: 1.4rem;
        height: 1.9rem;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
        bottom: 0;
        right: 0; }
  .quick-entries-wrapper .oblong-type {
    flex-wrap: wrap;
    justify-content: space-between; }
    .quick-entries-wrapper .oblong-type .item {
      flex: 0 0 46%;
      background: #fff;
      border: 1px solid #eaeaea;
      box-shadow: 0px 8px 20px 0px rgba(85, 85, 85, 0.07);
      margin-bottom: 2rem; }
      .quick-entries-wrapper .oblong-type .item:hover {
        box-shadow: 0px 8px 20px 0px rgba(85, 85, 85, 0.2); }
    .quick-entries-wrapper .oblong-type .link {
      padding: 3rem;
      display: flex;
      align-items: center;
      position: relative; }
      .quick-entries-wrapper .oblong-type .link::after {
        content: '';
        position: absolute;
        width: 1.8rem;
        height: 100%;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
        top: 0;
        right: 3rem; }
    .quick-entries-wrapper .oblong-type .img-box {
      width: 6rem;
      height: 6rem;
      background: center / contain no-repeat;
      margin-right: 2.4rem; }
    .quick-entries-wrapper .oblong-type .category-title {
      line-height: 2.7rem;
      font-size: 2rem; }
    .quick-entries-wrapper .oblong-type.dark-type .item {
      box-shadow: none;
      background-color: #f5f5f5; }
      .quick-entries-wrapper .oblong-type.dark-type .item:hover {
        background-color: #eaeaea;
        box-shadow: none; }

@media (max-width: 991px) {
  .quick-entries-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 0; }
    .quick-entries-wrapper .content-list {
      display: block; }
    .quick-entries-wrapper .basic-type .item:nth-child(3n + 2) {
      display: block; }
    .quick-entries-wrapper .basic-type .item:nth-child(3n + 3) {
      display: block; }
    .quick-entries-wrapper .basic-type .content-box {
      text-align: left;
      display: block;
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
    .quick-entries-wrapper .basic-type .link {
      display: flex;
      align-items: center;
      position: relative;
      padding-right: 1.8rem; }
      .quick-entries-wrapper .basic-type .link::after {
        content: '';
        position: absolute;
        width: 1.4rem;
        height: 100%;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
        top: 0;
        right: 0; }
    .quick-entries-wrapper .basic-type .img-box {
      width: 6rem;
      height: 6rem;
      border-radius: 50%;
      background: #f2f2f2 center / 2.6rem 2.6rem no-repeat;
      margin-bottom: 0;
      margin-right: 1.6rem; }
    .quick-entries-wrapper .basic-type .category-title {
      flex: 1;
      line-height: 2rem;
      font-size: 1.5rem;
      margin-bottom: 0; }
    .quick-entries-wrapper .basic-type .link-text {
      display: none; }
    .quick-entries-wrapper .oblong-type .item {
      margin-bottom: 1.6rem; }
    .quick-entries-wrapper .oblong-type .link {
      padding: 2rem; }
      .quick-entries-wrapper .oblong-type .link::after {
        width: 1.6rem;
        right: 2rem; }
    .quick-entries-wrapper .oblong-type .img-box {
      width: 4rem;
      height: 4rem;
      margin-right: 1.6rem; }
    .quick-entries-wrapper .oblong-type .category-title {
      line-height: 2rem;
      font-size: 1.5rem; } }

.recommended-wrapper {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1.6rem; }
  .recommended-wrapper .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .recommended-wrapper .card-wrapper .card-item {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(50% - 1.2rem);
      margin-bottom: 2.4rem;
      background: center / cover no-repeat; }
      .recommended-wrapper .card-wrapper .card-item .link {
        display: block;
        padding-bottom: 56.17%;
        width: 100%;
        position: relative;
        color: #fff; }
      .recommended-wrapper .card-wrapper .card-item .content-box {
        width: 82%;
        max-width: 63rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .recommended-wrapper .card-wrapper .card-item .content-box .topic {
          line-height: 3.3rem;
          font-size: 2.4rem;
          font-weight: 600; }
        .recommended-wrapper .card-wrapper .card-item .content-box .desc {
          font-size: 1.6rem;
          line-height: 2.2rem;
          margin-top: 2rem; }
        .recommended-wrapper .card-wrapper .card-item .content-box .learn-more {
          color: #fff;
          display: inline-block;
          padding: .8rem 1.2rem;
          margin-top: 1.6rem;
          background: #d7150e;
          border-radius: 16px; }
          .recommended-wrapper .card-wrapper .card-item .content-box .learn-more .link-text {
            font-size: 1.4rem;
            line-height: 1.4rem; }
        .recommended-wrapper .card-wrapper .card-item .content-box .hover-display {
          max-height: 0;
          overflow: hidden; }
      .recommended-wrapper .card-wrapper .card-item:hover .content-box .hover-display {
        transition: all .3s ease-in;
        max-height: 40rem; }

@media (max-width: 991px) {
  .recommended-wrapper {
    padding: 1.5rem 1.5rem 0 1.5rem; }
    .recommended-wrapper .card-wrapper {
      display: block; }
      .recommended-wrapper .card-wrapper .card-item {
        margin-bottom: 1.5rem; }
        .recommended-wrapper .card-wrapper .card-item .link {
          padding-bottom: 130%; }
        .recommended-wrapper .card-wrapper .card-item .content-box {
          width: 100%;
          padding: 2.4rem 4.37% 0;
          top: 0;
          transform: translate(-50%, 0); }
          .recommended-wrapper .card-wrapper .card-item .content-box .topic {
            line-height: 2.7rem;
            font-size: 2rem; }
          .recommended-wrapper .card-wrapper .card-item .content-box .desc {
            font-size: 1.4rem;
            line-height: 2rem;
            margin-top: 1.5rem; }
          .recommended-wrapper .card-wrapper .card-item .content-box .learn-more {
            display: none; }
          .recommended-wrapper .card-wrapper .card-item .content-box .hover-display {
            max-height: none; }
        .recommended-wrapper .card-wrapper .card-item:hover .content-box .hover-display {
          max-height: none; } }

.hik-specification {
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .hik-specification .specification-container .item-box {
    display: flex;
    padding: 1.4rem 6.1%;
    font-size: 1.4rem; }
    .hik-specification .specification-container .item-box .topic {
      flex: 1;
      font-weight: 600; }
    .hik-specification .specification-container .item-box .info {
      flex: 1; }
  .hik-specification .specification-container .item-box:nth-child(odd) {
    background: #f5f5f5; }

@media (max-width: 991px) {
  .hik-specification {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .hik-specification .specification-container .item-box {
      display: block;
      padding: 0;
      margin-bottom: 1.4rem;
      border-bottom: 1px solid #eaeaea; }
      .hik-specification .specification-container .item-box .topic {
        font-size: 1.6rem;
        padding-bottom: 1rem; }
      .hik-specification .specification-container .item-box .info {
        padding-bottom: 1.4rem; }
    .hik-specification .specification-container .item-box:nth-child(odd) {
      background: #fff; }
    .hik-specification .specification-container .item-box:last-child {
      margin-bottom: 0; } }

.hik-title-and-description.full-bleeding {
  width: 100%; }
  .hik-title-and-description.full-bleeding .content-container.text-center {
    width: 100%; }

.hik-title-and-description.margin-block {
  margin: 30px auto 40px; }

@media (max-width: 1370px) {
  .hik-title-and-description.wrap1310.margin-block {
    margin: 30px 30px 40px; } }

.hik-title-and-description .content-container {
  max-width: 100%; }
  .hik-title-and-description .content-container.text-center {
    width: 57.8334vw;
    margin: 0 auto; }
  .hik-title-and-description .content-container.text-right {
    text-align: right; }

.hik-title-and-description .title {
  font-size: 1.66vw;
  margin-bottom: 2.084vw;
  font-weight: 700;
  line-height: 1.325; }
  .hik-title-and-description .title.big-size {
    font-size: 2.08vw;
    line-height: 1.325; }
  .hik-title-and-description .title.small-size {
    font-size: 1.25vw;
    line-height: 1.4; }

.hik-title-and-description .desc {
  font-size: 1.04vw;
  line-height: 1.5; }
  .hik-title-and-description .desc.big-size {
    font-size: 1.25vw;
    line-height: 1.5; }
    @media (max-width: 1155px) {
      .hik-title-and-description .desc.big-size {
        font-size: 1.2rem; } }
  .hik-title-and-description .desc.small-size {
    font-size: 0.83vw;
    line-height: 1.5; }
    @media (max-width: 1446px) {
      .hik-title-and-description .desc.small-size {
        font-size: 1.2rem; } }
  @media (max-width: 1152px) {
    .hik-title-and-description .desc {
      font-size: 1.2rem; } }

@media (max-width: 991px) {
  .hik-title-and-description.full-bleeding {
    width: 100%;
    padding: 0 1.5rem; }
  .hik-title-and-description.margin-block {
    margin: 15px auto 15px; } }

@media (max-width: 991px) and (max-width: 1370px) {
  .hik-title-and-description.wrap1310.margin-block {
    margin: 15px auto 15px; } }

@media (max-width: 991px) {
  .hik-title-and-description .content-container {
    text-align: left; }
    .hik-title-and-description .content-container.text-center {
      width: 100%;
      text-align: center; }
    .hik-title-and-description .content-container.text-right {
      text-align: center; }
  .hik-title-and-description .title {
    font-size: 5.3vw;
    margin-bottom: 5.35vw; }
    .hik-title-and-description .title.big-size {
      font-size: 6.4vw;
      line-height: 1.5; }
    .hik-title-and-description .title.small-size {
      font-size: 4.26vw;
      line-height: 1.4; }
  .hik-title-and-description .desc {
    font-size: 3.73vw;
    line-height: 1.71; }
    .hik-title-and-description .desc.big-size {
      font-size: 4.26vw;
      line-height: 1.62; }
    .hik-title-and-description .desc.small-size {
      font-size: 3.2vw;
      line-height: 1.5; } }

.hik-thank-you {
  padding-top: 3rem;
  padding-bottom: 4rem;
  text-align: center; }
  .hik-thank-you img {
    margin: 0 auto;
    width: 39.8rem;
    margin-bottom: 1rem; }
  .hik-thank-you .title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.2rem; }
  .hik-thank-you .desc {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 3rem; }
  .hik-thank-you .info-section {
    margin: 0 auto;
    max-width: 88rem;
    background-color: #f5f5f5;
    padding: 2.4rem;
    text-align: left;
    margin-bottom: 3rem; }
    .hik-thank-you .info-section p {
      font-size: 1.6rem;
      margin-bottom: .8rem; }
  .hik-thank-you .link {
    padding: .6rem 1.6rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: #d7150e;
    border-radius: 16px;
    display: inline-block; }

@media (max-width: 991px) {
  .hik-thank-you {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .hik-thank-you img {
      width: 24rem;
      margin-bottom: .8rem; }
    .hik-thank-you .title {
      font-size: 1.6rem;
      margin-bottom: 1.4rem; }
    .hik-thank-you .desc {
      font-weight: 600;
      margin-bottom: 2.4rem; }
    .hik-thank-you .info-section {
      padding: 1.2rem;
      margin-bottom: 4.5rem; }
      .hik-thank-you .info-section p {
        font-size: 1.4rem;
        margin-bottom: .6rem; }
    .hik-thank-you .link {
      width: 24rem;
      border-radius: 20px;
      padding: 1.2rem 0; } }

.hik-sn-code .error-message {
  font-size: 12px;
  color: #D7150E;
  font-weight: 400; }

.hik-sn-code .sn-title {
  font-size: 40px;
  color: #414141;
  font-weight: 700;
  text-align: center;
  margin-top: 70px; }

.hik-sn-code .sn-code-container {
  width: 458px;
  margin: 0 auto; }
  .hik-sn-code .sn-code-container .sn-code-form {
    padding-top: 40px; }
    .hik-sn-code .sn-code-container .sn-code-form .form-group {
      position: relative;
      margin-bottom: 24px; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group label {
        display: block;
        font-size: 1.6rem;
        color: #333333;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 8px; }
        .hik-sn-code .sn-code-container .sn-code-form .form-group label.required::before {
          content: "*";
          font-size: 1.6rem;
          color: #D7150E;
          line-height: 22px;
          font-weight: 400; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group input::-ms-clear, .hik-sn-code .sn-code-container .sn-code-form .form-group input::-ms-reveal {
        display: none; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group input::-webkit-search-cancel-button {
        -webkit-appearance: none; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group input::-moz-placeholder {
        color: #999; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group input:-ms-input-placeholder {
        color: #999; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group input::placeholder {
        color: #999; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group input::-webkit-input-placeholder {
        color: #999; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group input::-moz-placeholder {
        color: #999; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group input:-ms-input-placeholder {
        color: #999; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group input {
        width: 100%;
        outline: none;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 18px;
        padding: 11px 12px;
        background: #FFFFFF;
        border: 1px solid #ced4da;
        border-radius: 4px; }
        .hik-sn-code .sn-code-container .sn-code-form .form-group input:focus {
          border-color: #666666; }
        .hik-sn-code .sn-code-container .sn-code-form .form-group input.has-error {
          border-color: #D7150E; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group .tips {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        margin-top: 12px; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group .email-verifyCode {
        font-size: 12px;
        line-height: 18px;
        color: #094F9C;
        font-weight: 400;
        position: absolute;
        top: 43px;
        right: 12px;
        cursor: pointer;
        outline: none;
        border: none;
        padding: 0;
        background: #FFFFFF; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group .countdown {
        font-size: 14px;
        color: #666666;
        font-weight: 400;
        position: absolute;
        right: 12px;
        top: 41px;
        display: none; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group .verification-wrapper .verification-input {
        width: calc((100% - 20px) / 2);
        margin-right: 20px; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group .verification-wrapper .verification-img {
        height: 42px;
        cursor: pointer;
        vertical-align: top; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group.half {
        text-align: center;
        margin: 56px 0 40px; }
        .hik-sn-code .sn-code-container .sn-code-form .form-group.half .btn-submit {
          outline: none;
          border: none;
          font-size: 1.4rem;
          color: #fff;
          padding: 6px 52px;
          text-align: center;
          font-weight: 400;
          background: #D7150E;
          border-radius: 16px; }
          .hik-sn-code .sn-code-container .sn-code-form .form-group.half .btn-submit:disabled {
            opacity: 0.5;
            cursor: not-allowed; }

.hik-sn-code .search-result-container {
  margin-bottom: 63px;
  display: none; }
  .hik-sn-code .search-result-container.result-block {
    display: block; }
  .hik-sn-code .search-result-container .title {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600; }
  .hik-sn-code .search-result-container .result-list {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 25px 0 2px;
    margin-top: 24px;
    display: flex; }
    .hik-sn-code .search-result-container .result-list .form-head,
    .hik-sn-code .search-result-container .result-list .search-result {
      width: 50%;
      display: flex;
      flex-direction: column; }
      .hik-sn-code .search-result-container .result-list .form-head .sn-code,
      .hik-sn-code .search-result-container .result-list .form-head .is-product,
      .hik-sn-code .search-result-container .result-list .form-head .sn-code-price,
      .hik-sn-code .search-result-container .result-list .form-head .is-product-price,
      .hik-sn-code .search-result-container .result-list .search-result .sn-code,
      .hik-sn-code .search-result-container .result-list .search-result .is-product,
      .hik-sn-code .search-result-container .result-list .search-result .sn-code-price,
      .hik-sn-code .search-result-container .result-list .search-result .is-product-price {
        padding: 14px 50px;
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        background-color: #F5F5F5; }
      .hik-sn-code .search-result-container .result-list .form-head .sn-code-price,
      .hik-sn-code .search-result-container .result-list .form-head .is-product-price,
      .hik-sn-code .search-result-container .result-list .search-result .sn-code-price,
      .hik-sn-code .search-result-container .result-list .search-result .is-product-price {
        font-weight: 400;
        background-color: #FFFFFF; }
      .hik-sn-code .search-result-container .result-list .form-head .email-limit,
      .hik-sn-code .search-result-container .result-list .form-head .ip-limit,
      .hik-sn-code .search-result-container .result-list .search-result .email-limit,
      .hik-sn-code .search-result-container .result-list .search-result .ip-limit {
        opacity: 0; }

.hik-sn-code .warm-prompt-container {
  margin-bottom: 40px; }
  .hik-sn-code .warm-prompt-container .warm-prompt {
    width: 458px;
    margin: 0 auto; }
    .hik-sn-code .warm-prompt-container .warm-prompt p {
      margin-bottom: 10px; }

@media (max-width: 991px) {
  .hik-sn-code .sn-title {
    font-size: 24px;
    margin-top: 30px; }
  .hik-sn-code .sn-code-container {
    width: 100%; }
    .hik-sn-code .sn-code-container .sn-code-form {
      padding: 24px 15px 0; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group label {
        font-size: 14px;
        line-height: 20px; }
        .hik-sn-code .sn-code-container .sn-code-form .form-group label.required::before {
          font-size: 14px;
          line-height: 20px; }
      .hik-sn-code .sn-code-container .sn-code-form .form-group.half {
        margin: 24px 0 20px; }
        .hik-sn-code .sn-code-container .sn-code-form .form-group.half .btn-submit {
          padding: 13px 120px;
          border-radius: 20px;
          line-height: 14px; }
  .hik-sn-code .search-result-container {
    margin-bottom: 15px; }
    .hik-sn-code .search-result-container .result-list {
      margin-top: 12px;
      padding: 16px 0 0;
      display: block; }
      .hik-sn-code .search-result-container .result-list .form-head,
      .hik-sn-code .search-result-container .result-list .search-result {
        width: 100%; }
        .hik-sn-code .search-result-container .result-list .form-head .sn-code,
        .hik-sn-code .search-result-container .result-list .form-head .is-product,
        .hik-sn-code .search-result-container .result-list .form-head .sn-code-price,
        .hik-sn-code .search-result-container .result-list .form-head .is-product-price,
        .hik-sn-code .search-result-container .result-list .search-result .sn-code,
        .hik-sn-code .search-result-container .result-list .search-result .is-product,
        .hik-sn-code .search-result-container .result-list .search-result .sn-code-price,
        .hik-sn-code .search-result-container .result-list .search-result .is-product-price {
          padding: 15px 15px 0;
          font-size: 14px;
          line-height: 20px;
          background-color: #F5F5F5; }
        .hik-sn-code .search-result-container .result-list .form-head .sn-code-price,
        .hik-sn-code .search-result-container .result-list .form-head .is-product-price,
        .hik-sn-code .search-result-container .result-list .search-result .sn-code-price,
        .hik-sn-code .search-result-container .result-list .search-result .is-product-price {
          padding-top: 4px;
          font-size: 12px; }
        .hik-sn-code .search-result-container .result-list .form-head .is-product-price,
        .hik-sn-code .search-result-container .result-list .search-result .is-product-price {
          padding-bottom: 15px; }
  .hik-sn-code .warm-prompt-container {
    margin-bottom: 28px; }
    .hik-sn-code .warm-prompt-container .warm-prompt {
      width: 100%; } }

.text-over-image {
  margin: 2rem auto 2rem; }
  .text-over-image.has-title {
    margin: 3rem auto 4rem; }
  .text-over-image .text-over-image-wrapper .common-title {
    line-height: 5.3rem; }
  .text-over-image .text-over-image-wrapper .content-wrapper {
    display: flex;
    margin-bottom: 2.5rem; }
    .text-over-image .text-over-image-wrapper .content-wrapper.small3-box .content-item {
      width: calc((100% - 25px) / 3); }
      .text-over-image .text-over-image-wrapper .content-wrapper.small3-box .content-item:nth-child(3n) {
        margin-right: 0; }
      .text-over-image .text-over-image-wrapper .content-wrapper.small3-box .content-item a {
        padding-bottom: 71.5%; }
    .text-over-image .text-over-image-wrapper .content-wrapper.small2-box .content-item {
      width: calc((100% - 25px) / 2); }
      .text-over-image .text-over-image-wrapper .content-wrapper.small2-box .content-item:nth-child(2n) {
        margin-right: 0; }
      .text-over-image .text-over-image-wrapper .content-wrapper.small2-box .content-item a {
        padding-bottom: 46.7%; }
    .text-over-image .text-over-image-wrapper .content-wrapper.big-small-box .content-item:first-child {
      width: calc((100% - 50px) / 3 * 2 + 25.01px); }
      .text-over-image .text-over-image-wrapper .content-wrapper.big-small-box .content-item:first-child a {
        padding-bottom: 34.7%; }
    .text-over-image .text-over-image-wrapper .content-wrapper.big-small-box .content-item:nth-child(2n) {
      width: calc((100% - 50px) / 3);
      margin-right: 0; }
      .text-over-image .text-over-image-wrapper .content-wrapper.big-small-box .content-item:nth-child(2n) a {
        padding-bottom: 71.5%; }
    .text-over-image .text-over-image-wrapper .content-wrapper .content-item {
      margin-right: 25px; }
      .text-over-image .text-over-image-wrapper .content-wrapper .content-item:hover a .bg-box {
        transform: scale(1.1); }
      .text-over-image .text-over-image-wrapper .content-wrapper .content-item:hover a .mask-box {
        height: 100%; }
      .text-over-image .text-over-image-wrapper .content-wrapper .content-item:hover a .content-container-box {
        margin-bottom: 2.4rem;
        bottom: 0; }
        .text-over-image .text-over-image-wrapper .content-wrapper .content-item:hover a .content-container-box .desc {
          opacity: 1;
          max-height: 4.4rem; }
      .text-over-image .text-over-image-wrapper .content-wrapper .content-item a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .bg-box {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 0;
          transition: all .3s; }
        .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .mask-box {
          width: 100%;
          position: absolute;
          z-index: 10;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
          bottom: 0;
          height: 30%; }
        .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box {
          position: absolute;
          margin: 0 2.4rem;
          bottom: 1.2rem;
          z-index: 11;
          transition: all .3s; }
          .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .title {
            font-weight: 700;
            font-size: 2rem;
            line-height: 2.7rem;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 1.2rem; }
            .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .title.big-size {
              font-size: 2.4rem;
              line-height: 3.3rem; }
            .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .title.small-size {
              font-size: 1.6rem;
              line-height: 2.2rem; }
          .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .desc {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: all .3s ease-in;
            font-size: 1.4rem;
            line-height: 2.2rem;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .desc.big-size {
              font-size: 1.6rem;
              line-height: 2.4rem; }
            .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .desc.small-size {
              font-size: 1.2rem;
              line-height: 2rem; }

@media (max-width: 991px) {
  .text-over-image {
    margin: 1.5rem auto 1.5rem; }
    .text-over-image.has-title {
      margin: 1.5rem auto 1.5rem; }
    .text-over-image .text-over-image-wrapper .common-title {
      line-height: 3.2rem;
      margin-bottom: 2rem; }
    .text-over-image .text-over-image-wrapper .content-wrapper {
      display: block;
      margin-bottom: 0; }
      .text-over-image .text-over-image-wrapper .content-wrapper.small3-box .content-item a, .text-over-image .text-over-image-wrapper .content-wrapper.small2-box .content-item a, .text-over-image .text-over-image-wrapper .content-wrapper.big-small-box .content-item a {
        padding-bottom: 71.3%; }
      .text-over-image .text-over-image-wrapper .content-wrapper.big-small-box .content-item:first-child a, .text-over-image .text-over-image-wrapper .content-wrapper.big-small-box .content-item:nth-child(2n) a {
        padding-bottom: 71.3%; }
      .text-over-image .text-over-image-wrapper .content-wrapper .content-item {
        width: 100% !important;
        margin-bottom: 1.5rem;
        margin-right: 0; }
        .text-over-image .text-over-image-wrapper .content-wrapper .content-item:hover a .bg-box {
          transform: scale(1); }
        .text-over-image .text-over-image-wrapper .content-wrapper .content-item:hover a .content-container-box {
          margin-bottom: 0;
          bottom: 1.5rem; }
          .text-over-image .text-over-image-wrapper .content-wrapper .content-item:hover a .content-container-box .desc {
            opacity: 1;
            max-height: 4.8rem; }
        .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box {
          bottom: 1.5rem;
          margin: 0 1.5rem; }
          .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .title {
            font-size: 1.6rem;
            line-height: 2.4rem; }
            .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .title.big-size {
              font-size: 2rem;
              line-height: 2.4rem; }
            .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .title.small-size {
              font-size: 1.4rem;
              line-height: 2.2rem; }
          .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .desc {
            max-height: 4.8rem;
            opacity: 1; }
            .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .desc.big-size {
              font-size: 1.6rem;
              line-height: 2.4rem; }
            .text-over-image .text-over-image-wrapper .content-wrapper .content-item a .content-container-box .desc.small-size {
              font-size: 1.2rem;
              line-height: 2rem; } }

.split-banner {
  padding: 3rem 0 4rem; }
  .split-banner .common-title {
    line-height: 5.3rem; }
  .split-banner .split-banner-wrapper {
    display: flex;
    justify-content: center; }
    .split-banner .split-banner-wrapper.split3 .card-item {
      width: calc((100% - 50px) / 3);
      margin-right: 25px; }
      .split-banner .split-banner-wrapper.split3 .card-item:first-child {
        margin-right: 25px; }
      .split-banner .split-banner-wrapper.split3 .card-item:last-child {
        margin-right: 0; }
      .split-banner .split-banner-wrapper.split3 .card-item a .desc-box {
        margin-top: 2rem; }
        .split-banner .split-banner-wrapper.split3 .card-item a .desc-box .title {
          font-size: 1.6rem;
          line-height: 2.4rem;
          margin-bottom: 1.2rem; }
    .split-banner .split-banner-wrapper .card-item {
      width: calc((100% - 24px)/ 2); }
      .split-banner .split-banner-wrapper .card-item:first-child {
        margin-right: 24px; }
      .split-banner .split-banner-wrapper .card-item:hover a .bg-box-content .bg-box {
        transform: scale(1.1); }
      .split-banner .split-banner-wrapper .card-item a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none; }
        .split-banner .split-banner-wrapper .card-item a .bg-box-content {
          overflow: hidden; }
          .split-banner .split-banner-wrapper .card-item a .bg-box-content .bg-box {
            background: center / cover no-repeat;
            width: 100%;
            height: 100%;
            transition: all .5s;
            padding-bottom: 56.1%; }
        .split-banner .split-banner-wrapper .card-item a .desc-box {
          margin-top: 2.4rem; }
          .split-banner .split-banner-wrapper .card-item a .desc-box .title {
            font-weight: 700;
            font-size: 2rem;
            line-height: 3rem;
            color: #2A2E2E;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 1.6rem; }
          .split-banner .split-banner-wrapper .card-item a .desc-box .desc {
            font-size: 1.4rem;
            line-height: 2.2rem;
            color: #666666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
  .split-banner .view-more {
    text-align: right;
    margin-top: 2.4rem; }
    .split-banner .view-more .link {
      line-height: 2.2rem;
      font-size: 1.6rem;
      font-weight: 600;
      position: relative;
      padding-right: 2.2rem; }
      .split-banner .view-more .link:hover {
        text-decoration: underline; }
      .split-banner .view-more .link::after {
        content: '';
        position: absolute;
        width: 1.4rem;
        height: 1.9rem;
        background: center/contain no-repeat url("/cep/resource/resources/icons/icon-arrow.svg");
        bottom: 2px;
        right: 0; }

@media (max-width: 991px) {
  .split-banner {
    padding: 1.5rem 0; }
    .split-banner .common-title {
      line-height: 3.2rem;
      font-size: 2.4rem;
      margin-bottom: 2rem; }
    .split-banner .split-banner-wrapper {
      display: block; }
      .split-banner .split-banner-wrapper.split3 .card-item {
        width: 100%; }
        .split-banner .split-banner-wrapper.split3 .card-item a .desc-box {
          margin-top: 1.5rem; }
        .split-banner .split-banner-wrapper.split3 .card-item a .bg-box-content {
          height: 193.86px; }
      .split-banner .split-banner-wrapper .card-item {
        width: 100%;
        margin-bottom: 2rem; }
        .split-banner .split-banner-wrapper .card-item:hover a .bg-box-content .bg-box {
          transform: scale(1); }
        .split-banner .split-banner-wrapper .card-item:first-child {
          margin-right: 0; }
        .split-banner .split-banner-wrapper .card-item:last-child {
          margin-bottom: 0; }
        .split-banner .split-banner-wrapper .card-item a .bg-box-content {
          height: 193.86px; }
        .split-banner .split-banner-wrapper .card-item a .desc-box {
          margin-top: 1.5rem; }
          .split-banner .split-banner-wrapper .card-item a .desc-box .title {
            margin-bottom: 1.2rem;
            font-size: 1.6rem;
            line-height: 2.4rem; }
    .split-banner .view-more .link {
      margin-top: 1.5rem;
      font-size: 1.4rem;
      line-height: 1.9rem; }
      .split-banner .view-more .link::after {
        width: 1.2rem;
        height: .8rem;
        bottom: 5px; } }
