@charset "UTF-8";
select:focus {
  border: unset;
}
.fx-clear-block {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
:root {
  --bs-blue: #0059aa;
  --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: #4275e9;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-blue: #4275e9;
  --bs-light-blue: #e4effc;
  --bs-cyan: #49abdd;
  --bs-orange: #ee884c;
  --bs-dark-grey: #252525;
  --bs-main-grey: #d4dde6;
  --bs-light-grey: #fafaf9;
  --bs-divider-grey: #d2d2d2;
  --bs-light-rain-grey: #e9eff6;
  --bs-accent-dark-grey: #2a2a2a;
  --bs-very-dark-grey: #6b6b6b;
  --bs-primary-rgb: 66, 117, 233;
  --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-blue-rgb: 66, 117, 233;
  --bs-light-blue-rgb: 228, 239, 252;
  --bs-cyan-rgb: 73, 171, 221;
  --bs-orange-rgb: 238, 136, 76;
  --bs-dark-grey-rgb: 37, 37, 37;
  --bs-main-grey-rgb: 212, 221, 230;
  --bs-light-grey-rgb: 250, 250, 249;
  --bs-divider-grey-rgb: 210, 210, 210;
  --bs-light-rain-grey-rgb: 233, 239, 246;
  --bs-accent-dark-grey-rgb: 42, 42, 42;
  --bs-very-dark-grey-rgb: 107, 107, 107;
  --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: AliBaba Regular, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
  --bs-body-font-family: AliBaba Regular, sans-serif;
  --bs-body-font-size: 0.3rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --header-height: 54px;
  --announcement-bar-height: 0px;
  --menu-ky-height: 60px;
}
@media (max-width: 991px) {
  :root {
    --bs-body-font-size: 18px;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
p {
  margin-top: 0;
  margin-bottom: 0.2rem;
}
ol,
ul {
  padding-left: 0.2rem;
}
@media (max-width: 991px) {
  ol, ul {
    padding-left: 16px;
  }
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0.2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
a {
  color: #333333;
  text-decoration: unset;
}
a:hover {
  color: #333333;
  text-decoration: unset;
}
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: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.1rem;
}
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: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-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;
}
::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;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.link-primary {
  color: #4275e9;
}
.link-primary:focus,
.link-primary:hover {
  color: #6891ed;
}
.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;
}
.link-blue {
  color: #4275e9;
}
.link-blue:focus,
.link-blue:hover {
  color: #6891ed;
}
.link-light-blue {
  color: #e4effc;
}
.link-light-blue:focus,
.link-light-blue:hover {
  color: #e9f2fd;
}
.link-cyan {
  color: #49abdd;
}
.link-cyan:focus,
.link-cyan:hover {
  color: #6dbce4;
}
.link-orange {
  color: #ee884c;
}
.link-orange:focus,
.link-orange:hover {
  color: #f1a070;
}
.link-dark-grey {
  color: #252525;
}
.link-dark-grey:focus,
.link-dark-grey:hover {
  color: #1e1e1e;
}
.link-main-grey {
  color: #d4dde6;
}
.link-main-grey:focus,
.link-main-grey:hover {
  color: #dde4eb;
}
.link-light-grey {
  color: #fafaf9;
}
.link-light-grey:focus,
.link-light-grey:hover {
  color: #fbfbfa;
}
.link-divider-grey {
  color: #d2d2d2;
}
.link-divider-grey:focus,
.link-divider-grey:hover {
  color: #dbdbdb;
}
.link-black,
.link-black:focus,
.link-black:hover {
  color: #000;
}
.link-white,
.link-white:focus,
.link-white:hover {
  color: #fff;
}
.link-light-rain-grey {
  color: #e9eff6;
}
.link-light-rain-grey:focus,
.link-light-rain-grey:hover {
  color: #edf2f8;
}
.link-accent-dark-grey {
  color: #2a2a2a;
}
.link-accent-dark-grey:focus,
.link-accent-dark-grey:hover {
  color: #222;
}
.link-very-dark-grey {
  color: #6b6b6b;
}
.link-very-dark-grey:focus,
.link-very-dark-grey:hover {
  color: #565656;
}
.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.85714% ;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1750px) {
  .sticky-xxxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
}
.hstack,
.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  align-self: stretch;
}
.vstack {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: 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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  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: -webkit-sticky !important;
  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 {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  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: #4275e9 !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-blue {
  border-color: #4275e9 !important;
}
.border-light-blue {
  border-color: #e4effc !important;
}
.border-cyan {
  border-color: #49abdd !important;
}
.border-orange {
  border-color: #ee884c !important;
}
.border-dark-grey {
  border-color: #252525 !important;
}
.border-main-grey {
  border-color: #d4dde6 !important;
}
.border-light-grey {
  border-color: #fafaf9 !important;
}
.border-divider-grey {
  border-color: #d2d2d2 !important;
}
.border-light-rain-grey {
  border-color: #e9eff6 !important;
}
.border-accent-dark-grey {
  border-color: #2a2a2a !important;
}
.border-very-dark-grey {
  border-color: #6b6b6b !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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  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 {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  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.1rem !important;
  margin-bottom: 0.1rem !important;
}
.my-2 {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}
.my-3 {
  margin-top: 0.3rem !important;
  margin-bottom: 0.3rem !important;
}
.my-4 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}
.my-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !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.1rem !important;
}
.me-2 {
  margin-right: 0.2rem !important;
}
.me-3 {
  margin-right: 0.3rem !important;
}
.me-4 {
  margin-right: 0.4rem !important;
}
.me-5 {
  margin-right: 0.5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.1rem !important;
}
.mb-2 {
  margin-bottom: 0.2rem !important;
}
.mb-3 {
  margin-bottom: 0.3rem !important;
}
.mb-4 {
  margin-bottom: 0.4rem !important;
}
.mb-5 {
  margin-bottom: 0.5rem !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.1rem !important;
  padding-bottom: 0.1rem !important;
}
.py-2 {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.py-3 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.py-4 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
.py-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !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;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px), (min-width: 375px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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.1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .my-sm-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .my-sm-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }
  .my-sm-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !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: 0.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.1rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.2rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.3rem !important;
  }
  .ms-sm-4 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-5 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.1rem !important;
  }
  .p-sm-2 {
    padding: 0.2rem !important;
  }
  .p-sm-3 {
    padding: 0.3rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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: 1280px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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: 1440px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column,
  .flex-xxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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: 1750px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxxl-column,
  .flex-xxxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-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;
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 20px);
  padding-left: var(--bs-gutter-x, 20px);
  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: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1216px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1376px;
  }
}
@media (min-width: 1750px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .container-xxxl {
    max-width: 1556px;
  }
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row-cols-auto > * {
  width: auto;
}
.row-cols-1 > *,
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-cols-1 > * {
  width: 100%;
}
.row-cols-2 > * {
  width: 50%;
}
.row-cols-2 > *,
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-cols-3 > * {
  width: 33.33333%;
}
.row-cols-4 > * {
  width: 25%;
}
.row-cols-4 > *,
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-cols-5 > * {
  width: 20%;
}
.row-cols-6 > * {
  width: 16.66667%;
}
.col-auto,
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-auto {
  width: auto;
}
.col-1 {
  width: 8.33333%;
}
.col-1,
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-3,
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-5,
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-7,
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-9,
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-12 {
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0 ;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0 ;
}
.g-1,
.gx-1 {
  --bs-gutter-x: .25rem ;
}
.g-1,
.gy-1 {
  --bs-gutter-y: .25rem ;
}
.g-2,
.gx-2 {
  --bs-gutter-x: .5rem ;
}
.g-2,
.gy-2 {
  --bs-gutter-y: .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    width: auto;
  }
  .row-cols-sm-1 > *,
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-sm-1 > * {
    width: 100%;
  }
  .row-cols-sm-2 > * {
    width: 50%;
  }
  .row-cols-sm-2 > *,
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-sm-3 > * {
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    width: 25%;
  }
  .row-cols-sm-4 > *,
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-sm-5 > * {
    width: 20%;
  }
  .row-cols-sm-6 > * {
    width: 16.66667%;
  }
  .col-sm-auto,
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-1,
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-5,
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-7,
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-9,
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .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: .25rem ;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: .25rem ;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: .5rem ;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    width: auto;
  }
  .row-cols-md-1 > *,
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-md-1 > * {
    width: 100%;
  }
  .row-cols-md-2 > * {
    width: 50%;
  }
  .row-cols-md-2 > *,
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-md-3 > * {
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    width: 25%;
  }
  .row-cols-md-4 > *,
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-md-5 > * {
    width: 20%;
  }
  .row-cols-md-6 > * {
    width: 16.66667%;
  }
  .col-md-auto,
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-1,
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-5,
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-9,
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .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: .25rem ;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: .25rem ;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: .5rem ;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    width: auto;
  }
  .row-cols-lg-1 > *,
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-lg-1 > * {
    width: 100%;
  }
  .row-cols-lg-2 > * {
    width: 50%;
  }
  .row-cols-lg-2 > *,
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-lg-3 > * {
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    width: 25%;
  }
  .row-cols-lg-4 > *,
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-lg-5 > * {
    width: 20%;
  }
  .row-cols-lg-6 > * {
    width: 16.66667%;
  }
  .col-lg-auto,
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-1,
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-5,
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-7,
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-9,
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .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: .25rem ;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: .25rem ;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: .5rem ;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: .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: 1280px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    width: auto;
  }
  .row-cols-xl-1 > *,
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xl-1 > * {
    width: 100%;
  }
  .row-cols-xl-2 > * {
    width: 50%;
  }
  .row-cols-xl-2 > *,
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xl-3 > * {
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    width: 25%;
  }
  .row-cols-xl-4 > *,
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xl-5 > * {
    width: 20%;
  }
  .row-cols-xl-6 > * {
    width: 16.66667%;
  }
  .col-xl-auto,
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-1,
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-3,
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-5,
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-7,
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-9,
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .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: .25rem ;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: .25rem ;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: .5rem ;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: .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: 1440px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    width: auto;
  }
  .row-cols-xxl-1 > *,
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxl-1 > * {
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    width: 50%;
  }
  .row-cols-xxl-2 > *,
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxl-3 > * {
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    width: 25%;
  }
  .row-cols-xxl-4 > *,
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxl-5 > * {
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    width: 16.66667%;
  }
  .col-xxl-auto,
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-auto {
    width: auto;
  }
  .col-xxl-1 {
    width: 8.33333%;
  }
  .col-xxl-1,
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-2 {
    width: 16.66667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-3,
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-4 {
    width: 33.33333%;
  }
  .col-xxl-5 {
    width: 41.66667%;
  }
  .col-xxl-5,
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.33333%;
  }
  .col-xxl-7,
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-8 {
    width: 66.66667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-9,
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-10 {
    width: 83.33333%;
  }
  .col-xxl-11 {
    width: 91.66667%;
  }
  .col-xxl-11,
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .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: .25rem ;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: .25rem ;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: .5rem ;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: .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 ;
  }
}
@media (min-width: 1750px) {
  .col-xxxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    width: auto;
  }
  .row-cols-xxxl-1 > *,
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxxl-1 > * {
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    width: 50%;
  }
  .row-cols-xxxl-2 > *,
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxxl-3 > * {
    width: 33.33333%;
  }
  .row-cols-xxxl-4 > * {
    width: 25%;
  }
  .row-cols-xxxl-4 > *,
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row-cols-xxxl-5 > * {
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    width: 16.66667%;
  }
  .col-xxxl-auto,
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-auto {
    width: auto;
  }
  .col-xxxl-1 {
    width: 8.33333%;
  }
  .col-xxxl-1,
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-2 {
    width: 16.66667%;
  }
  .col-xxxl-3 {
    width: 25%;
  }
  .col-xxxl-3,
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-4 {
    width: 33.33333%;
  }
  .col-xxxl-5 {
    width: 41.66667%;
  }
  .col-xxxl-5,
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-6 {
    width: 50%;
  }
  .col-xxxl-7 {
    width: 58.33333%;
  }
  .col-xxxl-7,
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-8 {
    width: 66.66667%;
  }
  .col-xxxl-9 {
    width: 75%;
  }
  .col-xxxl-9,
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-10 {
    width: 83.33333%;
  }
  .col-xxxl-11 {
    width: 91.66667%;
  }
  .col-xxxl-11,
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xxxl-12 {
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0 ;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0 ;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: .25rem ;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: .25rem ;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: .5rem ;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: .5rem ;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem ;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  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: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.075rem 0.075rem;
  font-size: 0.16rem;
  border-radius: 0.1rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #000;
  background-color: #4275e9;
  border-color: #4275e9;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  color: #000;
  background-color: #5e8aec;
  border-color: #5583eb;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(56, 99, 198, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(56, 99, 198, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #6891ed;
  border-color: #5583eb;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(56, 99, 198, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(56, 99, 198, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000;
  background-color: #4275e9;
  border-color: #4275e9;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  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-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  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-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  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-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  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-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  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-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  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-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  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-blue {
  color: #fff;
  background-color: #4275e9;
  border-color: #4275e9;
}
.btn-blue:focus,
.btn-blue:hover,
.btn-check:focus + .btn-blue {
  color: #fff;
  background-color: #5e8aec;
  border-color: #5583eb;
}
.btn-blue:focus,
.btn-check:focus + .btn-blue {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(56, 99, 198, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(56, 99, 198, 0.5);
}
.btn-blue.active,
.btn-blue:active,
.btn-check:active + .btn-blue,
.btn-check:checked + .btn-blue,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #6891ed;
  border-color: #5583eb;
}
.btn-blue.active:focus,
.btn-blue:active:focus,
.btn-check:active + .btn-blue:focus,
.btn-check:checked + .btn-blue:focus,
.show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(56, 99, 198, 0.5);
  box-shadow: 0 0 0 0.1rem rgba(56, 99, 198, 0.5);
}
.btn-blue.disabled,
.btn-blue:disabled {
  color: #000;
  background-color: #4275e9;
  border-color: #4275e9;
}
.btn-light-blue {
  color: #000;
  border-color: #e4effc;
}
.btn-check:focus + .btn-light-blue,
.btn-light-blue:focus,
.btn-light-blue:hover {
  color: #000;
  background-color: #e8f1fc;
  border-color: #e7f1fc;
}
.btn-check:focus + .btn-light-blue,
.btn-light-blue:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(194, 203, 214, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(194, 203, 214, 0.5);
}
.btn-check:active + .btn-light-blue,
.btn-check:checked + .btn-light-blue,
.btn-light-blue.active,
.btn-light-blue:active,
.show > .btn-light-blue.dropdown-toggle {
  color: #000;
  background-color: #e9f2fd;
  border-color: #e7f1fc;
}
.btn-check:active + .btn-light-blue:focus,
.btn-check:checked + .btn-light-blue:focus,
.btn-light-blue.active:focus,
.btn-light-blue:active:focus,
.show > .btn-light-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(194, 203, 214, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(194, 203, 214, 0.5);
}
.btn-light-blue.disabled,
.btn-light-blue:disabled {
  color: #000;
  background-color: #e4effc;
  border-color: #e4effc;
}
.btn-cyan {
  color: #000;
  background-color: #49abdd;
  border-color: #49abdd;
}
.btn-check:focus + .btn-cyan,
.btn-cyan:focus,
.btn-cyan:hover {
  color: #000;
  background-color: #64b8e2;
  border-color: #5bb3e0;
}
.btn-check:focus + .btn-cyan,
.btn-cyan:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(62, 145, 188, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(62, 145, 188, 0.5);
}
.btn-check:active + .btn-cyan,
.btn-check:checked + .btn-cyan,
.btn-cyan.active,
.btn-cyan:active,
.show > .btn-cyan.dropdown-toggle {
  color: #000;
  background-color: #6dbce4;
  border-color: #5bb3e0;
}
.btn-check:active + .btn-cyan:focus,
.btn-check:checked + .btn-cyan:focus,
.btn-cyan.active:focus,
.btn-cyan:active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(62, 145, 188, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(62, 145, 188, 0.5);
}
.btn-cyan.disabled,
.btn-cyan:disabled {
  color: #000;
  background-color: #49abdd;
  border-color: #49abdd;
}
.btn-orange {
  color: #000;
  background-color: #ee884c;
  border-color: #ee884c;
}
.btn-check:focus + .btn-orange,
.btn-orange:focus,
.btn-orange:hover {
  color: #000;
  background-color: #f19a67;
  border-color: #f0945e;
}
.btn-check:focus + .btn-orange,
.btn-orange:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 116, 65, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(202, 116, 65, 0.5);
}
.btn-check:active + .btn-orange,
.btn-check:checked + .btn-orange,
.btn-orange.active,
.btn-orange:active,
.show > .btn-orange.dropdown-toggle {
  color: #000;
  background-color: #f1a070;
  border-color: #f0945e;
}
.btn-check:active + .btn-orange:focus,
.btn-check:checked + .btn-orange:focus,
.btn-orange.active:focus,
.btn-orange:active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(202, 116, 65, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(202, 116, 65, 0.5);
}
.btn-orange.disabled,
.btn-orange:disabled {
  color: #000;
  background-color: #ee884c;
  border-color: #ee884c;
}
.btn-check:focus + .btn-dark-grey,
.btn-dark-grey:focus,
.btn-dark-grey:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1e1e1e;
}
.btn-check:focus + .btn-dark-grey,
.btn-dark-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(70, 70, 70, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(70, 70, 70, 0.5);
}
.btn-check:active + .btn-dark-grey,
.btn-check:checked + .btn-dark-grey,
.btn-dark-grey.active,
.btn-dark-grey:active,
.show > .btn-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1c1c1c;
}
.btn-check:active + .btn-dark-grey:focus,
.btn-check:checked + .btn-dark-grey:focus,
.btn-dark-grey.active:focus,
.btn-dark-grey:active:focus,
.show > .btn-dark-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(70, 70, 70, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(70, 70, 70, 0.5);
}
.btn-dark-grey.disabled,
.btn-dark-grey:disabled {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-main-grey {
  color: #000;
  background-color: #d4dde6;
  border-color: #d4dde6;
}
.btn-check:focus + .btn-main-grey,
.btn-main-grey:focus,
.btn-main-grey:hover {
  color: #000;
  background-color: #dae2ea;
  border-color: #d8e0e9;
}
.btn-check:focus + .btn-main-grey,
.btn-main-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(180, 188, 196, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(180, 188, 196, 0.5);
}
.btn-check:active + .btn-main-grey,
.btn-check:checked + .btn-main-grey,
.btn-main-grey.active,
.btn-main-grey:active,
.show > .btn-main-grey.dropdown-toggle {
  color: #000;
  background-color: #dde4eb;
  border-color: #d8e0e9;
}
.btn-check:active + .btn-main-grey:focus,
.btn-check:checked + .btn-main-grey:focus,
.btn-main-grey.active:focus,
.btn-main-grey:active:focus,
.show > .btn-main-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(180, 188, 196, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(180, 188, 196, 0.5);
}
.btn-main-grey.disabled,
.btn-main-grey:disabled {
  color: #000;
  background-color: #d4dde6;
  border-color: #d4dde6;
}
.btn-light-grey {
  color: #000;
  background-color: #fafaf9;
  border-color: #fafaf9;
}
.btn-check:focus + .btn-light-grey,
.btn-light-grey:focus,
.btn-light-grey:hover {
  color: #000;
  background-color: #fbfbfa;
  border-color: #fbfbfa;
}
.btn-check:focus + .btn-light-grey,
.btn-light-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 213, 212, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(213, 213, 212, 0.5);
}
.btn-check:active + .btn-light-grey,
.btn-check:checked + .btn-light-grey,
.btn-light-grey.active,
.btn-light-grey:active,
.show > .btn-light-grey.dropdown-toggle {
  color: #000;
  background-color: #fbfbfa;
  border-color: #fbfbfa;
}
.btn-check:active + .btn-light-grey:focus,
.btn-check:checked + .btn-light-grey:focus,
.btn-light-grey.active:focus,
.btn-light-grey:active:focus,
.show > .btn-light-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 213, 212, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(213, 213, 212, 0.5);
}
.btn-light-grey.disabled,
.btn-light-grey:disabled {
  color: #000;
  background-color: #fafaf9;
  border-color: #fafaf9;
}
.btn-divider-grey {
  color: #000;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-divider-grey:hover {
  color: #000;
  background-color: #d9d9d9;
  border-color: #d7d7d7;
}
.btn-check:focus + .btn-divider-grey,
.btn-divider-grey:focus {
  color: #000;
  background-color: #d9d9d9;
  border-color: #d7d7d7;
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 70.2%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 70.2%, 0.5);
}
.btn-check:active + .btn-divider-grey,
.btn-check:checked + .btn-divider-grey,
.btn-divider-grey.active,
.btn-divider-grey:active,
.show > .btn-divider-grey.dropdown-toggle {
  color: #000;
  background-color: #dbdbdb;
  border-color: #d7d7d7;
}
.btn-check:active + .btn-divider-grey:focus,
.btn-check:checked + .btn-divider-grey:focus,
.btn-divider-grey.active:focus,
.btn-divider-grey:active:focus,
.show > .btn-divider-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 70.2%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 70.2%, 0.5);
}
.btn-divider-grey.disabled,
.btn-divider-grey:disabled {
  color: #000;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-black,
.btn-black:focus,
.btn-black:hover,
.btn-check:focus + .btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:focus,
.btn-check:focus + .btn-black {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black.active,
.btn-black:active,
.btn-check:active + .btn-black,
.btn-check:checked + .btn-black,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black.active:focus,
.btn-black:active:focus,
.btn-check:active + .btn-black:focus,
.btn-check:checked + .btn-black:focus,
.show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.1rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-white,
.btn-white,
.btn-white:focus,
.btn-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-white,
.btn-white:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 85.1%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 85.1%, 0.5);
}
.btn-check:active + .btn-white,
.btn-check:checked + .btn-white,
.btn-white.active,
.btn-white:active,
.show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:active + .btn-white:focus,
.btn-check:checked + .btn-white:focus,
.btn-white.active:focus,
.btn-white:active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 85.1%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 85.1%, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-light-rain-grey {
  color: #000;
  background-color: #e9eff6;
  border-color: #e9eff6;
}
.btn-light-rain-grey:hover {
  color: #000;
  background-color: #ecf1f7;
  border-color: #ebf1f7;
}
.btn-check:focus + .btn-light-rain-grey,
.btn-light-rain-grey:focus {
  color: #000;
  background-color: #ecf1f7;
  border-color: #ebf1f7;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 203, 209, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(198, 203, 209, 0.5);
}
.btn-check:active + .btn-light-rain-grey,
.btn-check:checked + .btn-light-rain-grey,
.btn-light-rain-grey.active,
.btn-light-rain-grey:active,
.show > .btn-light-rain-grey.dropdown-toggle {
  color: #000;
  background-color: #edf2f8;
  border-color: #ebf1f7;
}
.btn-check:active + .btn-light-rain-grey:focus,
.btn-check:checked + .btn-light-rain-grey:focus,
.btn-light-rain-grey.active:focus,
.btn-light-rain-grey:active:focus,
.show > .btn-light-rain-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 203, 209, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(198, 203, 209, 0.5);
}
.btn-light-rain-grey.disabled,
.btn-light-rain-grey:disabled {
  color: #000;
  background-color: #e9eff6;
  border-color: #e9eff6;
}
.btn-accent-dark-grey {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.btn-accent-dark-grey:hover {
  color: #fff;
  background-color: #242424;
  border-color: #222;
}
.btn-accent-dark-grey:focus,
.btn-check:focus + .btn-accent-dark-grey {
  color: #fff;
  background-color: #242424;
  border-color: #222;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(74, 74, 74, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(74, 74, 74, 0.5);
}
.btn-accent-dark-grey.active,
.btn-accent-dark-grey:active,
.btn-check:active + .btn-accent-dark-grey,
.btn-check:checked + .btn-accent-dark-grey,
.show > .btn-accent-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #222;
  border-color: #202020;
}
.btn-accent-dark-grey.active:focus,
.btn-accent-dark-grey:active:focus,
.btn-check:active + .btn-accent-dark-grey:focus,
.btn-check:checked + .btn-accent-dark-grey:focus,
.show > .btn-accent-dark-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(74, 74, 74, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(74, 74, 74, 0.5);
}
.btn-accent-dark-grey.disabled,
.btn-accent-dark-grey:disabled {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.btn-very-dark-grey {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}
.btn-very-dark-grey:hover {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #565656;
}
.btn-check:focus + .btn-very-dark-grey,
.btn-very-dark-grey:focus {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #565656;
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 50.6%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 50.6%, 0.5);
}
.btn-check:active + .btn-very-dark-grey,
.btn-check:checked + .btn-very-dark-grey,
.btn-very-dark-grey.active,
.btn-very-dark-grey:active,
.show > .btn-very-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #565656;
  border-color: #505050;
}
.btn-check:active + .btn-very-dark-grey:focus,
.btn-check:checked + .btn-very-dark-grey:focus,
.btn-very-dark-grey.active:focus,
.btn-very-dark-grey:active:focus,
.show > .btn-very-dark-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 50.6%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 50.6%, 0.5);
}
.btn-very-dark-grey.disabled,
.btn-very-dark-grey:disabled {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}
.btn-outline-primary {
  color: #4275e9;
  border-color: #4275e9;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #4275e9;
  border-color: #4275e9;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 117, 233, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 117, 233, 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: #000;
  background-color: #4275e9;
  border-color: #4275e9;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 117, 233, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 117, 233, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #4275e9;
  background-color: rgba(0, 0, 0, 0);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  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: rgba(0, 0, 0, 0);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  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: rgba(0, 0, 0, 0);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  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: rgba(0, 0, 0, 0);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  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: rgba(0, 0, 0, 0);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  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: rgba(0, 0, 0, 0);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  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: rgba(0, 0, 0, 0);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  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: rgba(0, 0, 0, 0);
}
.btn-outline-blue:hover {
  color: #000;
  background-color: #4275e9;
  border-color: #4275e9;
}
.btn-check:focus + .btn-outline-blue,
.btn-outline-blue:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 117, 233, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 117, 233, 0.5);
}
.btn-check:active + .btn-outline-blue,
.btn-check:checked + .btn-outline-blue,
.btn-outline-blue.active,
.btn-outline-blue.dropdown-toggle.show,
.btn-outline-blue:active {
  color: #000;
  background-color: #4275e9;
  border-color: #4275e9;
}
.btn-check:active + .btn-outline-blue:focus,
.btn-check:checked + .btn-outline-blue:focus,
.btn-outline-blue.active:focus,
.btn-outline-blue.dropdown-toggle.show:focus,
.btn-outline-blue:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 117, 233, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 117, 233, 0.5);
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #4275e9;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light-blue {
  color: #e4effc;
  border-color: #e4effc;
}
.btn-outline-light-blue:hover {
  color: #000;
  background-color: #e4effc;
  border-color: #e4effc;
}
.btn-check:focus + .btn-outline-light-blue,
.btn-outline-light-blue:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(228, 239, 252, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(228, 239, 252, 0.5);
}
.btn-check:active + .btn-outline-light-blue,
.btn-check:checked + .btn-outline-light-blue,
.btn-outline-light-blue.active,
.btn-outline-light-blue.dropdown-toggle.show,
.btn-outline-light-blue:active {
  color: #000;
  background-color: #e4effc;
  border-color: #e4effc;
}
.btn-check:active + .btn-outline-light-blue:focus,
.btn-check:checked + .btn-outline-light-blue:focus,
.btn-outline-light-blue.active:focus,
.btn-outline-light-blue.dropdown-toggle.show:focus,
.btn-outline-light-blue:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(228, 239, 252, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(228, 239, 252, 0.5);
}
.btn-outline-light-blue.disabled,
.btn-outline-light-blue:disabled {
  color: #e4effc;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-cyan {
  color: #49abdd;
  border-color: #49abdd;
}
.btn-outline-cyan:hover {
  color: #000;
  background-color: #49abdd;
  border-color: #49abdd;
}
.btn-check:focus + .btn-outline-cyan,
.btn-outline-cyan:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 171, 221, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(73, 171, 221, 0.5);
}
.btn-check:active + .btn-outline-cyan,
.btn-check:checked + .btn-outline-cyan,
.btn-outline-cyan.active,
.btn-outline-cyan.dropdown-toggle.show,
.btn-outline-cyan:active {
  color: #000;
  background-color: #49abdd;
  border-color: #49abdd;
}
.btn-check:active + .btn-outline-cyan:focus,
.btn-check:checked + .btn-outline-cyan:focus,
.btn-outline-cyan.active:focus,
.btn-outline-cyan.dropdown-toggle.show:focus,
.btn-outline-cyan:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 171, 221, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(73, 171, 221, 0.5);
}
.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
  color: #49abdd;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-orange {
  color: #ee884c;
  border-color: #ee884c;
}
.btn-outline-orange:hover {
  color: #000;
  background-color: #ee884c;
  border-color: #ee884c;
}
.btn-check:focus + .btn-outline-orange,
.btn-outline-orange:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(238, 136, 76, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(238, 136, 76, 0.5);
}
.btn-check:active + .btn-outline-orange,
.btn-check:checked + .btn-outline-orange,
.btn-outline-orange.active,
.btn-outline-orange.dropdown-toggle.show,
.btn-outline-orange:active {
  color: #000;
  background-color: #ee884c;
  border-color: #ee884c;
}
.btn-check:active + .btn-outline-orange:focus,
.btn-check:checked + .btn-outline-orange:focus,
.btn-outline-orange.active:focus,
.btn-outline-orange.dropdown-toggle.show:focus,
.btn-outline-orange:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(238, 136, 76, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(238, 136, 76, 0.5);
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #ee884c;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-dark-grey {
  color: #252525;
  border-color: #252525;
}
.btn-outline-dark-grey:hover {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-check:focus + .btn-outline-dark-grey,
.btn-outline-dark-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(37, 37, 37, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(37, 37, 37, 0.5);
}
.btn-check:active + .btn-outline-dark-grey,
.btn-check:checked + .btn-outline-dark-grey,
.btn-outline-dark-grey.active,
.btn-outline-dark-grey.dropdown-toggle.show,
.btn-outline-dark-grey:active {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-check:active + .btn-outline-dark-grey:focus,
.btn-check:checked + .btn-outline-dark-grey:focus,
.btn-outline-dark-grey.active:focus,
.btn-outline-dark-grey.dropdown-toggle.show:focus,
.btn-outline-dark-grey:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(37, 37, 37, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(37, 37, 37, 0.5);
}
.btn-outline-dark-grey.disabled,
.btn-outline-dark-grey:disabled {
  color: #252525;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-main-grey {
  color: #d4dde6;
  border-color: #d4dde6;
}
.btn-outline-main-grey:hover {
  color: #000;
  background-color: #d4dde6;
  border-color: #d4dde6;
}
.btn-check:focus + .btn-outline-main-grey,
.btn-outline-main-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 221, 230, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(212, 221, 230, 0.5);
}
.btn-check:active + .btn-outline-main-grey,
.btn-check:checked + .btn-outline-main-grey,
.btn-outline-main-grey.active,
.btn-outline-main-grey.dropdown-toggle.show,
.btn-outline-main-grey:active {
  color: #000;
  background-color: #d4dde6;
  border-color: #d4dde6;
}
.btn-check:active + .btn-outline-main-grey:focus,
.btn-check:checked + .btn-outline-main-grey:focus,
.btn-outline-main-grey.active:focus,
.btn-outline-main-grey.dropdown-toggle.show:focus,
.btn-outline-main-grey:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 221, 230, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(212, 221, 230, 0.5);
}
.btn-outline-main-grey.disabled,
.btn-outline-main-grey:disabled {
  color: #d4dde6;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light-grey {
  color: #fafaf9;
  border-color: #fafaf9;
}
.btn-outline-light-grey:hover {
  color: #000;
  background-color: #fafaf9;
  border-color: #fafaf9;
}
.btn-check:focus + .btn-outline-light-grey,
.btn-outline-light-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(250, 250, 249, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(250, 250, 249, 0.5);
}
.btn-check:active + .btn-outline-light-grey,
.btn-check:checked + .btn-outline-light-grey,
.btn-outline-light-grey.active,
.btn-outline-light-grey.dropdown-toggle.show,
.btn-outline-light-grey:active {
  color: #000;
  background-color: #fafaf9;
  border-color: #fafaf9;
}
.btn-check:active + .btn-outline-light-grey:focus,
.btn-check:checked + .btn-outline-light-grey:focus,
.btn-outline-light-grey.active:focus,
.btn-outline-light-grey.dropdown-toggle.show:focus,
.btn-outline-light-grey:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(250, 250, 249, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(250, 250, 249, 0.5);
}
.btn-outline-light-grey.disabled,
.btn-outline-light-grey:disabled {
  color: #fafaf9;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-divider-grey {
  color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-outline-divider-grey:hover {
  color: #000;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-check:focus + .btn-outline-divider-grey,
.btn-outline-divider-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 82.4%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 82.4%, 0.5);
}
.btn-check:active + .btn-outline-divider-grey,
.btn-check:checked + .btn-outline-divider-grey,
.btn-outline-divider-grey.active,
.btn-outline-divider-grey.dropdown-toggle.show,
.btn-outline-divider-grey:active {
  color: #000;
  background-color: #d2d2d2;
  border-color: #d2d2d2;
}
.btn-check:active + .btn-outline-divider-grey:focus,
.btn-check:checked + .btn-outline-divider-grey:focus,
.btn-outline-divider-grey.active:focus,
.btn-outline-divider-grey.dropdown-toggle.show:focus,
.btn-outline-divider-grey:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 82.4%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 82.4%, 0.5);
}
.btn-outline-divider-grey.disabled,
.btn-outline-divider-grey:disabled {
  color: #d2d2d2;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-black,
.btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:active + .btn-outline-black,
.btn-check:checked + .btn-outline-black,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show,
.btn-outline-black:active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:active + .btn-outline-black:focus,
.btn-check:checked + .btn-outline-black:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus,
.btn-outline-black:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
}
.btn-check:active + .btn-outline-white,
.btn-check:checked + .btn-outline-white,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show,
.btn-outline-white:active {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:active + .btn-outline-white:focus,
.btn-check:checked + .btn-outline-white:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus,
.btn-outline-white:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light-rain-grey {
  color: #e9eff6;
  border-color: #e9eff6;
}
.btn-outline-light-rain-grey:hover {
  color: #000;
  background-color: #e9eff6;
  border-color: #e9eff6;
}
.btn-check:focus + .btn-outline-light-rain-grey,
.btn-outline-light-rain-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 239, 246, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(233, 239, 246, 0.5);
}
.btn-check:active + .btn-outline-light-rain-grey,
.btn-check:checked + .btn-outline-light-rain-grey,
.btn-outline-light-rain-grey.active,
.btn-outline-light-rain-grey.dropdown-toggle.show,
.btn-outline-light-rain-grey:active {
  color: #000;
  background-color: #e9eff6;
  border-color: #e9eff6;
}
.btn-check:active + .btn-outline-light-rain-grey:focus,
.btn-check:checked + .btn-outline-light-rain-grey:focus,
.btn-outline-light-rain-grey.active:focus,
.btn-outline-light-rain-grey.dropdown-toggle.show:focus,
.btn-outline-light-rain-grey:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 239, 246, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(233, 239, 246, 0.5);
}
.btn-outline-light-rain-grey.disabled,
.btn-outline-light-rain-grey:disabled {
  color: #e9eff6;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-accent-dark-grey {
  color: #2a2a2a;
  border-color: #2a2a2a;
}
.btn-outline-accent-dark-grey:hover {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.btn-check:focus + .btn-outline-accent-dark-grey,
.btn-outline-accent-dark-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(42, 42, 42, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(42, 42, 42, 0.5);
}
.btn-check:active + .btn-outline-accent-dark-grey,
.btn-check:checked + .btn-outline-accent-dark-grey,
.btn-outline-accent-dark-grey.active,
.btn-outline-accent-dark-grey.dropdown-toggle.show,
.btn-outline-accent-dark-grey:active {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
.btn-check:active + .btn-outline-accent-dark-grey:focus,
.btn-check:checked + .btn-outline-accent-dark-grey:focus,
.btn-outline-accent-dark-grey.active:focus,
.btn-outline-accent-dark-grey.dropdown-toggle.show:focus,
.btn-outline-accent-dark-grey:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(42, 42, 42, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(42, 42, 42, 0.5);
}
.btn-outline-accent-dark-grey.disabled,
.btn-outline-accent-dark-grey:disabled {
  color: #2a2a2a;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-very-dark-grey {
  color: #6b6b6b;
  border-color: #6b6b6b;
}
.btn-outline-very-dark-grey:hover {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}
.btn-check:focus + .btn-outline-very-dark-grey,
.btn-outline-very-dark-grey:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 42%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 42%, 0.5);
}
.btn-check:active + .btn-outline-very-dark-grey,
.btn-check:checked + .btn-outline-very-dark-grey,
.btn-outline-very-dark-grey.active,
.btn-outline-very-dark-grey.dropdown-toggle.show,
.btn-outline-very-dark-grey:active {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}
.btn-check:active + .btn-outline-very-dark-grey:focus,
.btn-check:checked + .btn-outline-very-dark-grey:focus,
.btn-outline-very-dark-grey.active:focus,
.btn-outline-very-dark-grey.dropdown-toggle.show:focus,
.btn-outline-very-dark-grey:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem hsla(0, 0%, 42%, 0.5);
  box-shadow: 0 0 0 0.25rem hsla(0, 0%, 42%, 0.5);
}
.btn-outline-very-dark-grey.disabled,
.btn-outline-very-dark-grey:disabled {
  color: #6b6b6b;
  background-color: rgba(0, 0, 0, 0);
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content,
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .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: 1279.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: 1439.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;
  }
}
@media (max-width: 1749.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start ;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end ;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start ;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end ;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start ;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end ;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start ;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end ;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .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: 1440px) {
  .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;
  }
}
@media (min-width: 1750px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start ;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end ;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0.3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 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;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: 0.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: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.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 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid rgba(0, 0, 0, 0);
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: 0.3s opacity;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s transform, 0.2s top;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s transform, 0.2s left;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s transform, 0.2s right;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.has-primary-color {
  color: #4275e9;
}
.has-primary-background-color {
  background-color: #4275e9;
}
.has-blue-color {
  color: #4275e9;
}
.has-blue-background-color {
  background-color: #4275e9;
}
.has-light-blue-color {
  color: #e4effc;
}
.has-light-blue-background-color {
  background-color: #e4effc;
}
.has-cyan-color {
  color: #49abdd;
}
.has-cyan-background-color {
  background-color: #49abdd;
}
.has-orange-color {
  color: #ee884c;
}
.has-orange-background-color {
  background-color: #ee884c;
}
.has-dark-grey-color {
  color: #252525;
}
.has-dark-grey-background-color {
  background-color: #252525;
}
.has-main-grey-color {
  color: #d4dde6;
}
.has-main-grey-background-color {
  background-color: #d4dde6;
}
.has-light-grey-color {
  color: #fafaf9;
}
.has-light-grey-background-color {
  background-color: #fafaf9;
}
.has-divider-grey-color {
  color: #d2d2d2;
}
.has-divider-grey-background-color {
  background-color: #d2d2d2;
}
.has-black-color {
  color: #000;
}
.has-aliceblue-background-color {
  background-color: #f6f7f9;
}
.has-lightgray-background-color {
  background-color: #f5f5f5;
}
.has-black-background-color {
  background-color: #000;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.has-light-rain-grey-color {
  color: #e9eff6;
}
.has-light-rain-grey-background-color {
  background-color: #e9eff6;
}
.has-accent-dark-grey-color {
  color: #2a2a2a;
}
.has-accent-dark-grey-background-color {
  background-color: #2a2a2a;
}
.has-very-dark-grey-color {
  color: #6b6b6b;
}
.has-very-dark-grey-background-color {
  background-color: #6b6b6b;
}
.has-xs-font-size {
  font-size: 12px;
}
.has-s-font-size {
  font-size: 16px;
}
.has-m-font-size {
  font-size: 20px;
}
.has-l-font-size {
  font-size: 28px;
}
.has-xl-font-size {
  font-size: 36px;
}
br.xs {
  display: none;
}
@media (max-width: 575.98px) {
  br.xs {
    display: inline;
  }
}
br.xs-down,
br.xs-up {
  display: none;
  display: inline;
}
.br--xs br {
  display: none;
}
@media (max-width: 575.98px) {
  .br--xs br {
    display: inline;
  }
}
.br--xs-down br,
.br--xs-up br {
  display: none;
  display: inline;
}
br.sm {
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  br.sm {
    display: inline;
  }
}
br.sm-up {
  display: none;
}
@media (min-width: 576px) {
  br.sm-up {
    display: inline;
  }
}
br.sm-down {
  display: none;
}
@media (max-width: 575.98px) {
  br.sm-down {
    display: inline;
  }
}
.br--sm br {
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .br--sm br {
    display: inline;
  }
}
.br--sm-up br {
  display: none;
}
@media (min-width: 576px) {
  .br--sm-up br {
    display: inline;
  }
}
.br--sm-down br {
  display: none;
}
@media (max-width: 575.98px) {
  .br--sm-down br {
    display: inline;
  }
}
br.md {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  br.md {
    display: inline;
  }
}
br.md-up {
  display: none;
}
@media (min-width: 768px) {
  br.md-up {
    display: inline;
  }
}
br.md-down {
  display: none;
}
@media (max-width: 767.98px) {
  br.md-down {
    display: inline;
  }
}
.br--md br {
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .br--md br {
    display: inline;
  }
}
.br--md-up br {
  display: none;
}
@media (min-width: 768px) {
  .br--md-up br {
    display: inline;
  }
}
.br--md-down br {
  display: none;
}
@media (max-width: 767.98px) {
  .br--md-down br {
    display: inline;
  }
}
br.lg {
  display: none;
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  br.lg {
    display: inline;
  }
}
br.lg-up {
  display: none;
}
@media (min-width: 992px) {
  br.lg-up {
    display: inline;
  }
}
br.lg-down {
  display: none;
}
@media (max-width: 991.98px) {
  br.lg-down {
    display: inline;
  }
}
.br--lg br {
  display: none;
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .br--lg br {
    display: inline;
  }
}
.br--lg-up br {
  display: none;
}
@media (min-width: 992px) {
  .br--lg-up br {
    display: inline;
  }
}
.br--lg-down br {
  display: none;
}
@media (max-width: 991.98px) {
  .br--lg-down br {
    display: inline;
  }
}
br.xl {
  display: none;
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  br.xl {
    display: inline;
  }
}
br.xl-up {
  display: none;
}
@media (min-width: 1280px) {
  br.xl-up {
    display: inline;
  }
}
br.xl-down {
  display: none;
}
@media (max-width: 1279.98px) {
  br.xl-down {
    display: inline;
  }
}
.br--xl br {
  display: none;
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .br--xl br {
    display: inline;
  }
}
.br--xl-up br {
  display: none;
}
@media (min-width: 1280px) {
  .br--xl-up br {
    display: inline;
  }
}
.br--xl-down br {
  display: none;
}
@media (max-width: 1279.98px) {
  .br--xl-down br {
    display: inline;
  }
}
br.xxl {
  display: none;
}
@media (min-width: 1440px) and (max-width: 1749.98px) {
  br.xxl {
    display: inline;
  }
}
br.xxl-up {
  display: none;
}
@media (min-width: 1440px) {
  br.xxl-up {
    display: inline;
  }
}
br.xxl-down {
  display: none;
}
@media (max-width: 1439.98px) {
  br.xxl-down {
    display: inline;
  }
}
.br--xxl br {
  display: none;
}
@media (min-width: 1440px) and (max-width: 1749.98px) {
  .br--xxl br {
    display: inline;
  }
}
.br--xxl-up br {
  display: none;
}
@media (min-width: 1440px) {
  .br--xxl-up br {
    display: inline;
  }
}
.br--xxl-down br {
  display: none;
}
@media (max-width: 1439.98px) {
  .br--xxl-down br {
    display: inline;
  }
}
br.xxxl {
  display: none;
}
@media (min-width: 1750px) {
  br.xxxl {
    display: inline;
  }
}
br.xxxl-up {
  display: none;
}
@media (min-width: 1750px) {
  br.xxxl-up {
    display: inline;
  }
}
br.xxxl-down {
  display: none;
}
@media (max-width: 1749.98px) {
  br.xxxl-down {
    display: inline;
  }
}
.br--xxxl br {
  display: none;
}
@media (min-width: 1750px) {
  .br--xxxl br {
    display: inline;
  }
}
.br--xxxl-up br {
  display: none;
}
@media (min-width: 1750px) {
  .br--xxxl-up br {
    display: inline;
  }
}
.br--xxxl-down br {
  display: none;
}
@media (max-width: 1749.98px) {
  .br--xxxl-down br {
    display: inline;
  }
}
@media (max-width: 575.98px) {
  .btn-white-transparent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.btn--type-arrow.btn-white-transparent {
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn-white-transparent:hover {
  background: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}
.btn-outline-blue {
  border-color: #4275e9;
  border-radius: 1000px;
  color: #4275e9;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .btn-outline-blue {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.btn--type-arrow.btn-outline-blue {
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn-outline-blue:hover {
  background: #4275e9;
  color: #fff;
}
@media (min-width: 768px) {
  .btn--show-mobile-only {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .btn--show-desktop-only {
    display: none;
  }
}
.btn-blue-gradient,
.btn-dark-grey,
.btn-light-blue,
.btn-orange-blue,
.btn-orange-gradient,
.btn-orange-orange,
.btn-outline,
.btn-outline-blue,
.btn-outline-dark-grey {
  font-family: Montserrat, sans-serif;
}
.btn-blue-link,
.btn-grey-link,
.btn-white-link {
  font-weight: 500;
}
.btn-blue-link:hover,
.btn-grey-link:hover,
.btn-white-link:hover {
  text-decoration: underline;
}
.btn--type-play-icon {
  gap: 10px;
}
.btn--type-play-icon .ico-play__circle,
.btn--type-play-icon .ico-play__play {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.btn--type-play-icon:hover .ico-play__circle {
  fill: #4275e9;
}
.btn--type-play-icon:hover .ico-play__play {
  fill: #fff;
}
.btn.btn--size-small {
  border-radius: 100px;
  padding: 2px 8px;
}
.btn.btn--size-medium {
  padding: 10px 20px;
}
.btn.btn--size-large {
  padding: 20px 30px;
}
.btn[class*=af-p0] {
  border-radius: 0;
  gap: 10px;
  padding: 0;
}
.btn-nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #252525;
  display: none;
  font-size: 0;
  line-height: 0;
  margin-right: 8px;
  padding-top: 14px;
  position: relative;
  width: 20px;
  z-index: 15;
}
@media (max-width: 1024.98px) {
  .btn-nav {
    display: block;
  }
}
.btn-nav:focus {
  outline: 0;
}
.btn-nav span {
  background: currentColor;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, left, opacity, width, -webkit-transform;
  transition-property: top, left, opacity, width, -webkit-transform;
  -o-transition-property: top, left, transform, opacity, width;
  transition-property: top, left, transform, opacity, width;
  transition-property: top, left, transform, opacity, width, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 100%;
}
.btn-nav span:first-child {
  top: 0;
}
.btn-nav span:nth-child(2),
.btn-nav span:nth-child(3) {
  top: 7px;
}
.btn-nav span:nth-child(4) {
  top: 14px;
}
.btn-nav.active span:first-child,
.btn-nav.active span:nth-child(4) {
  left: 50%;
  top: 7px;
  width: 0;
}
.btn-nav.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-nav.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-cta--style-default {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1280px) {
  .c-cta--style-default {
    padding-top: 80px;
  }
}
@media (min-width: 1750px) {
  .c-cta--style-default {
    padding-top: 98px;
  }
}
@media (min-width: 1280px) {
  .c-cta--style-default {
    padding-bottom: 80px;
  }
}
@media (min-width: 1750px) {
  .c-cta--style-default {
    padding-bottom: 98px;
  }
}
.c-cta--style-default .container {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .c-cta--style-default .container {
    grid-template-columns: fit-content(768px) 293px;
    grid-template-rows: repeat(1, -webkit-max-content);
    grid-template-rows: repeat(1, max-content);
  }
}
@media (max-width: 991.98px) {
  .c-cta--style-default .c-background__image {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-cta--style-default .c-cta__header {
    grid-row: 1;
  }
}
@media (min-width: 992px) {
  .c-cta--style-default .c-cta__text {
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  .c-cta--style-default .c-cta__btn-form {
    grid-row: 1;
  }
}
.c-cta--style-big-bg {
  padding-top: 40px;
  padding-bottom: 191px;
}
@media (min-width: 1280px) {
  .c-cta--style-big-bg {
    padding-top: 80px;
  }
}
@media (min-width: 1750px) {
  .c-cta--style-big-bg {
    padding-top: 98px;
  }
}
@media (min-width: 992px) {
  .c-cta--style-big-bg {
    padding-bottom: 380px;
  }
}
@media (min-width: 1750px) {
  .c-cta--style-big-bg {
    padding-bottom: 398px;
  }
}
.c-cta--style-big-bg .container {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .c-cta--style-big-bg .container {
    grid-template-columns: fit-content(768px) 293px;
    grid-template-rows: repeat(1, -webkit-max-content);
    grid-template-rows: repeat(1, max-content);
  }
}
@media (min-width: 992px) {
  .c-cta--style-big-bg .c-cta__header {
    grid-row: 1;
  }
}
@media (min-width: 992px) {
  .c-cta--style-big-bg .c-cta__text {
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  .c-cta--style-big-bg .c-cta__btn-form {
    grid-row: 1;
  }
}
.c-cta--style-big-bg-with-left-aligned-content {
  padding-bottom: 191px;
  padding-top: 50px;
}
@media (max-width: 575.98px) {
  .c-cta--style-big-bg-with-left-aligned-content {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .c-cta--style-big-bg-with-left-aligned-content {
    padding-bottom: 380px;
    padding-top: 60px;
  }
}
@media (min-width: 1750px) {
  .c-cta--style-big-bg-with-left-aligned-content {
    padding-bottom: 398px;
    padding-top: 72px;
  }
}
.c-cta--style-big-bg-with-left-aligned-content .container {
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr;
}
.c-cta--style-subscribe {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .c-cta--style-subscribe {
    padding-bottom: 100px;
    padding-top: 67px;
  }
}
@media (max-width: 991.98px) {
  .c-cta--style-subscribe .c-background__image {
    display: none;
  }
}
.c-cta--style-subscribe .container {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .c-cta--style-subscribe .container {
    gap: 20px;
  }
}
.c-cta--style-subscribe .c-cta__text {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .c-cta--style-subscribe .c-cta__text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .c-form-saleforce .c-cta__text,
  .c-form-saleforce .c-section-header__title,
  .c-form .c-cta__text,
  .c-form .c-section-header__title {
    color: #000;
  }
}
.c-form-style-default .hs-form-required {
  display: none;
}
.c-form-style-default .hs-form {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
.c-form-style-default .hs-form-field input {
  background: hsla(0, 0%, 100%, 0.2);
  border: 1px solid #252525;
  border-radius: 1000px;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
}
.c-form-style-default .hs-form-field input::-webkit-input-placeholder {
  color: #252525;
}
.c-form-style-default .hs-form-field input::-moz-placeholder {
  color: #252525;
}
.c-form-style-default .hs-form-field input:-ms-input-placeholder {
  color: #252525;
}
.c-form-style-default .hs-form-field input::-ms-input-placeholder {
  color: #252525;
}
.c-form-style-default .hs-form-field input::placeholder {
  color: #252525;
}
.c-form-style-default .hs-submit input {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #4275e9;
  height: 50px;
  width: 100%;
}
.c-form-style-default .hs-submit input:hover {
  background: #4275e9;
}
.c-form-style-default .hs-form-field,
.c-form-style-default .hs-submit {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.c-form-style-default label {
  margin-bottom: 15px;
}
.c-form-style-default .legal-consent-container {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}
.c-form-style-default .legal-consent-container a {
  color: #4275e9;
}
.c-form-style-default .c-error-messages {
  color: #ee884c;
  font-size: 10px;
  letter-spacing: -0.1px;
  line-height: 160%;
  list-style: none;
  margin-top: 5px;
  padding-left: 20px;
}
.c-form-style-default .c-error-messages label {
  display: block;
}
.c-form-style-subscribe .hs-form {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-form-style-subscribe .hs-form {
    grid-template-columns: 525px 228px;
  }
}
.c-form-style-subscribe .hs-form-field input {
  background: hsla(0, 0%, 100%, 0.2);
  border: 1px solid var(--greys-stroke, hsla(0, 0%, 65.5%, 0.41));
  border-radius: 1000px;
  color: #fff;
  height: 60px;
  padding: 10px 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .c-form-style-subscribe .hs-form-field input {
    color: #000;
  }
}
.c-form-style-subscribe .hs-form-field input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}
.c-form-style-subscribe .hs-form-field input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}
.c-form-style-subscribe .hs-form-field input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}
.c-form-style-subscribe .hs-form-field input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}
.c-form-style-subscribe .hs-form-field input::placeholder {
  color: hsla(0, 0%, 100%, 0.75);
}
@media (max-width: 767.98px) {
  .c-form-style-subscribe .hs-form-field input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.75);
  }
  .c-form-style-subscribe .hs-form-field input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.75);
  }
  .c-form-style-subscribe .hs-form-field input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.75);
  }
  .c-form-style-subscribe .hs-form-field input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.75);
  }
  .c-form-style-subscribe .hs-form-field input::placeholder {
    color: rgba(0, 0, 0, 0.75);
  }
}
.c-form-style-subscribe .hs-submit {
  position: relative;
}
.c-form-style-subscribe .hs-submit:after {
  background-image: var(--wpr-bg-a914d962-a026-4734-8398-145a4beb575e);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 34px;
}
.c-form-style-subscribe .hs-submit input {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #4275e9;
  height: 60px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}
.c-form-style-subscribe .hs-submit input:hover {
  background: #4275e9;
}
.c-form-style-subscribe .hs-form-field,
.c-form-style-subscribe .hs-submit {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.c-form-style-subscribe label {
  display: none;
}
.c-form-style-subscribe .legal-consent-container {
  color: #fff;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}
@media (max-width: 767.98px) {
  .c-form-style-subscribe .legal-consent-container {
    color: #000;
  }
}
.c-form-style-subscribe .legal-consent-container a {
  color: #fff;
}
@media (max-width: 767.98px) {
  .c-form-style-subscribe .legal-consent-container a {
    color: #000;
  }
}
.c-form-style-subscribe .c-error-messages {
  color: #ee884c;
  font-size: 10px;
  letter-spacing: -0.1px;
  line-height: 160%;
  list-style: none;
  margin-top: 5px;
  padding-left: 20px;
}
.c-form-style-subscribe .c-error-messages label {
  display: block;
}
.c-form-style-white {
  color: #fff;
}
@media (max-width: 767.98px) {
  .c-form-hubspot .submitted-message p {
    color: #000;
  }
}
.c-form-style-rma-support {
  text-align: left;
}
.c-form-style-rma-support form {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.c-form-style-rma-support form > fieldset:first-child .hs-richtext,
.c-form-style-rma-support form > fieldset:first-child legend {
  margin-top: 0;
}
.c-form-style-rma-support .hs-form-field {
  margin-bottom: 0 !important;
}
.c-form-style-rma-support .hs-form-field legend,
.c-form-style-rma-support .hs-richtext {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  margin-top: 24px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .c-form-style-rma-support .hs-form-field legend,
  .c-form-style-rma-support .hs-richtext {
    white-space: nowrap;
  }
}
.c-form-style-rma-support .hs-rma_purchase_date {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-form-style-rma-support .hs-rma_purchase_date label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.c-form-style-rma-support .hs-rma_purchase_date legend {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 30px);
  flex: 0 1 calc(100% - 30px);
  margin-top: 0;
  padding-left: 10px;
}
.c-form-style-rma-support .hs-rma_purchase_date .input,
.c-form-style-rma-support .hs-rma_purchase_date ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (max-width: 991.98px) {
  .c-form-style-rma-support .hs-form-field,
  .c-form-style-rma-support .hs-form-field .hs-input {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .c-form-style-rma-support .form-columns-2 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.c-form-style-rma-support .c-error-messages {
  color: #ee884c;
  font-size: 10px;
  letter-spacing: -0.1px;
  line-height: 160%;
  list-style: none;
  margin-top: 5px;
  padding-left: 20px;
}
.c-form-style-rma-support .c-error-messages label {
  display: block;
}
.c-form-saleforce .fields-group-title {
  margin-bottom: 0;
  margin-top: 24px;
  text-transform: uppercase;
}
.c-form-saleforce .contact-support-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-form-saleforce .fields-wrap .row {
  --bs-gutter-x: 20px ;
}
.c-form-saleforce .fields-wrap .col-md-4,
.c-form-saleforce .fields-wrap .col-md-6,
.c-form-saleforce .fields-wrap .col-md-12 {
  margin-bottom: 16px;
}
.c-form-saleforce .fields-wrap label {
  display: none;
}
.c-form-saleforce [type=number],
.c-form-saleforce input[type=email],
.c-form-saleforce input[type=tel],
.c-form-saleforce input[type=text],
.c-form-saleforce select,
.c-form-saleforce textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #252525;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  padding: 9px 16px;
  width: 100%;
}
.c-form-saleforce [type=number]::-webkit-input-placeholder,
.c-form-saleforce input[type=email]::-webkit-input-placeholder,
.c-form-saleforce input[type=tel]::-webkit-input-placeholder,
.c-form-saleforce input[type=text]::-webkit-input-placeholder,
.c-form-saleforce select::-webkit-input-placeholder,
.c-form-saleforce textarea::-webkit-input-placeholder {
  color: currentColor;
  opacity: 1;
}
.c-form-saleforce [type=number]::-moz-placeholder,
.c-form-saleforce input[type=email]::-moz-placeholder,
.c-form-saleforce input[type=tel]::-moz-placeholder,
.c-form-saleforce input[type=text]::-moz-placeholder,
.c-form-saleforce select::-moz-placeholder,
.c-form-saleforce textarea::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}
.c-form-saleforce [type=number]:-ms-input-placeholder,
.c-form-saleforce input[type=email]:-ms-input-placeholder,
.c-form-saleforce input[type=tel]:-ms-input-placeholder,
.c-form-saleforce input[type=text]:-ms-input-placeholder,
.c-form-saleforce select:-ms-input-placeholder,
.c-form-saleforce textarea:-ms-input-placeholder {
  color: currentColor;
  opacity: 1;
}
.c-form-saleforce [type=number]::-ms-input-placeholder,
.c-form-saleforce input[type=email]::-ms-input-placeholder,
.c-form-saleforce input[type=tel]::-ms-input-placeholder,
.c-form-saleforce input[type=text]::-ms-input-placeholder,
.c-form-saleforce select::-ms-input-placeholder,
.c-form-saleforce textarea::-ms-input-placeholder {
  color: currentColor;
  opacity: 1;
}
.c-form-saleforce [type=number]::placeholder,
.c-form-saleforce input[type=email]::placeholder,
.c-form-saleforce input[type=tel]::placeholder,
.c-form-saleforce input[type=text]::placeholder,
.c-form-saleforce select::placeholder,
.c-form-saleforce textarea::placeholder {
  color: currentColor;
  opacity: 1;
}
.c-form-saleforce input:-moz-read-only {
  background: hsla(0, 0%, 100%, 0.1);
}
.c-form-saleforce input:read-only {
  background: hsla(0, 0%, 100%, 0.1);
}
.c-form-saleforce textarea {
  min-height: 110px;
}
.c-form-saleforce select {
  background: #252525 var(--wpr-bg-47898d4f-3f53-47dd-80ad-e5c404bc955d) no-repeat center right 20px;
  cursor: pointer;
}
.c-form-saleforce select option {
  background-color: #e4effc;
  color: #252525;
}
.c-form-saleforce .actions {
  margin-left: auto;
  margin-top: 20px;
  max-width: 190px;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .c-form-saleforce .actions {
    max-width: 100%;
  }
}
.c-form-saleforce .actions input {
  background: -webkit-gradient(linear, left top, right top, from(#4275e9), to(#49afdb));
  background: -o-linear-gradient(left, #4275e9 0, #49afdb 100%);
  background: linear-gradient(90deg, #4275e9, #49afdb);
  border: 0;
  border-radius: 1000px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 30px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.c-form-saleforce .actions:after {
  background: var(--wpr-bg-19718fae-dbc9-45ae-8d4c-7724135b80a8) no-repeat 50%;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  width: 35px;
}
.c-image {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.c-margin--bottom-none {
  margin-bottom: 0 !important;
}
.c-margin--bottom-small {
  margin-bottom: 2rem !important;
}
.c-margin--bottom-medium {
  margin-bottom: 6rem !important;
}
.c-margin--bottom-large {
  margin-bottom: 12rem !important;
}
.c-margin--top-none {
  margin-top: 0 !important;
}
.c-margin--top-small {
  margin-top: 2rem !important;
}
.c-margin--top-medium {
  margin-top: 6rem !important;
}
.c-margin--top-large {
  margin-top: 12rem !important;
}
.c-margin--left-none {
  margin-left: 0 !important;
}
.c-margin--left-small {
  margin-left: 2rem !important;
}
.c-margin--left-medium {
  margin-left: 6rem !important;
}
.c-margin--left-large {
  margin-left: 12rem !important;
}
.c-margin--right-none {
  margin-right: 0 !important;
}
.c-margin--right-small {
  margin-right: 2rem !important;
}
.c-margin--right-medium {
  margin-right: 6rem !important;
}
.c-margin--right-large {
  margin-right: 12rem !important;
}
.c-padding--bottom-none {
  padding-bottom: 0 !important;
}
.c-padding--bottom-small {
  padding-bottom: 2rem !important;
}
.c-padding--bottom-medium {
  padding-bottom: 6rem !important;
}
.c-padding--bottom-large {
  padding-bottom: 12rem !important;
}
.c-padding--top-none {
  padding-top: 0 !important;
}
.c-padding--top-small {
  padding-top: 2rem !important;
}
.c-padding--top-medium {
  padding-top: 6rem !important;
}
.c-padding--top-large {
  padding-top: 12rem !important;
}
.c-padding--left-none {
  padding-left: 0 !important;
}
.c-padding--left-small {
  padding-left: 2rem !important;
}
.c-padding--left-medium {
  padding-left: 6rem !important;
}
.c-padding--left-large {
  padding-left: 12rem !important;
}
.c-padding--right-none {
  padding-right: 0 !important;
}
.c-padding--right-small {
  padding-right: 2rem !important;
}
.c-padding--right-medium {
  padding-right: 6rem !important;
}
.c-padding--right-large {
  padding-right: 12rem !important;
}
.c-modal--style-lightbox .modal-header {
  border-bottom: 0;
  padding: 0;
}
.c-modal--style-lightbox .modal-header .modal-title {
  display: none;
}
.c-modal--style-lightbox .modal-body {
  padding: 0;
}
.c-modal--style-lightbox .modal-content {
  background: rgba(0, 0, 0, 0);
  border: 0;
}
.c-modal--style-lightbox .modal-content .btn-close {
  border: 0;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: -27px;
  text-shadow: none;
  top: -27px;
}
@media (max-width: 991.98px) {
  .c-modal--style-lightbox .modal-content .btn-close {
    right: 0;
  }
}
.c-modal--style-lightbox .modal-content .btn-close svg {
  height: 20px;
  width: 20px;
}
.c-modal--style-lightbox .modal-dialog {
  width: 100%;
  padding-right: var(--bs-gutter-x, 20px);
  padding-left: var(--bs-gutter-x, 20px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .c-modal--style-lightbox .modal-dialog {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .c-modal--style-lightbox .modal-dialog {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .c-modal--style-lightbox .modal-dialog {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .c-modal--style-lightbox .modal-dialog {
    max-width: 1216px;
  }
}
@media (min-width: 1440px) {
  .c-modal--style-lightbox .modal-dialog {
    max-width: 1376px;
  }
}
@media (min-width: 1750px) {
  .c-modal--style-lightbox .modal-dialog {
    max-width: 1666px;
  }
}
@media (min-width: 1280px) {
  .c-modal--style-lightbox .modal-dialog {
    max-width: 1164px;
  }
}
.c-modal--style-lightbox .modal-dialog .container {
  padding-left: 0;
  padding-right: 0;
}
.c-picture {
  display: inline-block;
}
.c-share__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-share__list li {
  display: inline-block;
}
.c-share__list li:not(:last-child) {
  margin-right: 0.5rem;
}
.c-share li:not(:last-child) {
  margin-right: 0;
}
.c-share__btn {
  border: 0;
  color: #252525;
  display: inline-block;
  height: 32px;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  width: 32px;
}
.c-share__btn:hover {
  color: #252525;
}
.c-social {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-social li {
  display: inline-block;
}
.c-social li:not(:last-child) {
  margin-right: 0.5rem;
  margin-right: 0;
}
.c-social__link {
  cursor: pointer;
  height: 37px;
  width: 37px;
}
.c-social__item {
  position: relative;
}
.c-social__popup {
  aspect-ratio: 1;
  background-color: #42454b;
  border-radius: 4px;
  display: none;
  height: 300px;
  min-width: 300px;
  padding: 8px;
  position: absolute;
  text-align: left;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .c-social__popup {
    left: -140px;
    top: -300px;
  }
}
@media (min-width: 992px) {
  .c-social__popup {
    right: 0;
    top: -300px;
  }
}
.c-social__checkbox {
  display: none;
}
.c-social__checkbox:checked ~ .c-social__popup {
  display: block;
}
@media (max-width: 991.98px) {
  .c-title.no-line-breaks-below-tablet br,
  .c-title.no-line-breaks-below-tablet br:after {
    content: " ";
    display: none;
  }
}
@media (max-width: 767.98px) {
  .c-title.no-line-breaks-below-mobile br,
  .c-title.no-line-breaks-below-mobile br:after {
    content: " ";
    display: none;
  }
}
.c-video-file__video {
  max-width: 100%;
}
.c-footer {
  border-top: 1px solid #d2d2d2;
  padding: 40px 0 0;
}
.c-footer__body {
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .c-footer__body {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 80px;
  }
}
.c-footer__foot {
  padding: 24px 0 40px;
}
@media (min-width: 992px) {
  .c-footer__foot {
    padding-top: 40px;
  }
}
.c-footer__foot-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 107px;
}
@media (max-width: 991.98px) {
  .c-footer__foot-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-footer__logo {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (max-width: 991.98px) {
  .c-footer .c-social {
    margin-top: 16px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 992px) {
  .c-footer .c-social {
    margin-left: auto;
  }
}
.c-footer .c-social__link {
  height: 31px;
  width: 31px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer .c-social__link svg path {
  fill: #252525;
}
.c-footer__copyright-text.default {
  color: #252525;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.83333;
}
@media (min-width: 768px) {
  .c-footer__copyright-text.default {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.78571;
  }
}
.nav-main {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1025px) {
  .nav-main {
    margin: 0;
    max-width: none;
    width: auto;
  }
}
@media (max-width: 1024.98px) {
  .nav-main {
    display: block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-bottom: 9px;
    padding-top: 9px;
  }
}
@media (max-width: 575.98px) {
  .nav-main {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .nav-main > li + li {
    margin-left: 29px;
  }
}
@media (max-width: 1024.98px) {
  .nav-main > li + li > a {
    padding-top: 21px;
  }
}
.nav-main > .menu-item-has-children {
  position: relative;
}
@media (max-width: 1024.98px) {
  .nav-main > .menu-item-has-children {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .nav-main > .menu-item-has-children {
    padding-right: 12px;
  }
}
.nav-main .menu-item__arrow {
  position: absolute;
  right: 0;
  top: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1024.98px) {
  .nav-main .menu-item__arrow {
    display: inline-block;
    padding: 3.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid;
    border-width: 0 1px 1px 0;
    margin-top: 18px;
  }
  .nav-main .menu-item__arrow:before {
    bottom: -5px;
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
  }
}
@media (min-width: 1025px) {
  .nav-main .menu-item__arrow {
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid;
    border-width: 0 1px 1px 0;
  }
  .nav-main .menu-item__arrow:before {
    bottom: -5px;
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
  }
}
.nav-main .menu-item > a {
  position: relative;
}
@media (min-width: 1025px) {
  .nav-main .menu-item > a .menu-item__arrow {
    margin-right: -11px;
  }
}
@media (min-width: 1025px) {
  .nav-main .menu-item:hover {
    color: #4275e9;
  }
  .nav-main .menu-item:hover .menu-item__arrow {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.nav-main .menu-item--mega-menu {
  cursor: pointer;
}
@media (min-width: 1025px) {
  .nav-main .menu-item--mega-menu {
    position: static;
  }
  .nav-main .menu-item--mega-menu .sub-menu--mega-menu {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    cursor: default;
    left: 0;
    margin-top: -38px;
    padding: 20px 0 0;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 1024.98px) {
  .nav-main .menu-item--active .menu-item__arrow {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media (max-width: 1024.98px) {
  .nav-main .menu-item--active > .sub-menu {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1025px) {
  .nav-main > li > .sub-menu {
    background-color: #000;
    left: 0;
    min-width: 220px;
    padding: 30px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.nav-main > li:hover {
  pointer-events: all;
}
@media (min-width: 1025px) {
  .nav-main > li:hover:before {
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .nav-main > li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
}
.c-navbar .navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}
.c-navbar__logo {
  height: 40px;
  width: auto;
}
.c-navbar--position-scrolled,
.c-navbar--position-top {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-navbar--position-scrolled .nav-link,
.c-navbar--position-top .nav-link {
  color: #fff;
}
.c-navbar--position-top {
  background-color: #ced4da;
}
.c-navbar--position-scrolled {
  background-color: #4275e9;
}
.header {
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
  color: #fff;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, background, -webkit-box-shadow, -webkit-transform;
  transition-property: top, background, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: top, background, box-shadow, transform;
  transition-property: top, background, box-shadow, transform;
  transition-property: top, background, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 999;
}
.header--enabled-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.header__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
}
@media (max-width: 1279.98px) {
  .header__body {
    height: 54px;
  }
}
.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  height: 100%;
}
@media (min-width: 1440px) {
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 20px;
    margin-right: 40px;
    height: 100%;
  }
}
.header__menu {
  align-items: center;
  display: flex;
  flex: 1 1;
}
@media (max-width: 1024.98px) {
  .header__menu {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(var(--viewport-height) - var(--header-height));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 0 20px 30px;
    position: fixed;
    right: 0;
    top: 55px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    visibility: hidden;
    z-index: 1000;
  }
}
@media (min-width: 1025px) {
  .header__actions-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    max-width: none;
    padding: 0;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .header__actions-wrap {
    padding: 0;
  }
}
.header__actions {
  gap: 0;
}
@media (max-width: 1024.98px) {
  .header__actions {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header__actions,
  .header__actions .c-button-collection__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .header__actions .c-button-collection__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .header__actions .c-button-collection__item .c-button {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .header__actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header__actions .c-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 0.1rem;
  text-transform: capitalize;
}
@media (max-width: 1024.98px) {
  .header__actions .c-button.btn-grey-link {
    border-bottom: 1px solid #d2d2d2;
    color: #252525;
    font-size: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: normal;
    margin: 0;
    padding: 11px 0 20px;
    text-transform: capitalize;
  }
  .header__actions .c-button.btn-grey-link:hover {
    text-decoration: none;
  }
}
.header__actions .c-button.btn-dark-grey {
  border: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024.98px) {
  .header__actions .c-button.btn-dark-grey {
    background: -webkit-gradient(linear, left top, right top, from(#4275e9), to(#49afdb));
    background: -o-linear-gradient(left, #4275e9 0, #49afdb 100%);
    background: linear-gradient(90deg, #4275e9, #49afdb);
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: normal;
    margin: 20px auto 0;
    max-width: 335px;
    padding: 20px 30px;
    text-transform: uppercase;
  }
  .header__actions .c-button.btn-dark-grey:after {
    background: var(--wpr-bg-f86928b9-7a5a-4932-b083-d0edfe3bd3cc) no-repeat 50%;
    content: "";
    display: block;
    height: 20px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 34px;
  }
}
@media (min-width: 1025px) {
  .header__actions .c-button.btn-dark-grey {
    background: #252525;
  }
  .header__actions .c-button.btn-dark-grey:before {
    background: -webkit-gradient(linear, left top, right top, from(#4275e9), to(#49afdb));
    background: -o-linear-gradient(left, #4275e9 0, #49afdb 100%);
    background: linear-gradient(90deg, #4275e9, #49afdb);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
  }
}
.header__actions .c-button.btn-dark-grey:hover {
  color: #fff;
}
.header__actions .c-button.btn-dark-grey:hover:before {
  opacity: 1;
}
.header .language-switcher {
  color: #252525;
}
.header .btn-nav {
  margin-left: auto;
}
.header__search-toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  color: #252525;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30px;
}
@media (max-width: 1024.98px) {
  .header__search-toggle {
    display: none;
  }
}
.header--dev-zone {
  background: #252525;
  border-bottom: 1px solid #d2d2d2;
  color: #fff;
  z-index: 1;
}
.header--dev-zone .header__title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 34px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .header--dev-zone .header__title {
    font-size: 14px;
    letter-spacing: 0.91px;
  }
}
@media (min-width: 768px) {
  .header--dev-zone .header__title {
    font-size: 18px;
    letter-spacing: 1.17px;
  }
}
.header--dev-zone .header__menu {
  background: #252525;
}
@media (max-width: 767.98px) {
  .header--dev-zone .header__menu {
    bottom: auto;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 30px 20px 20px;
    top: 122px;
  }
  .header--dev-zone .header__menu .nav-dev-zone {
    margin: 11px 0;
  }
  .header--dev-zone .header__menu .menu-item {
    border-bottom: 1px solid #d2d2d2;
    padding: 18px 0;
  }
}
.mobile-nav-visible-dev-zone .header--dev-zone .header__menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .header--dev-zone .header__actions-wrap {
    margin-top: 17px;
  }
}
@media (max-width: 767.98px) {
  .header--dev-zone .header__user-wrap--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .header--dev-zone .header__user-wrap--mobile {
    display: none;
  }
}
.header--dev-zone .header__user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 24px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}
.header--dev-zone .header__user:before {
  background: var(--wpr-bg-0553635f-31ef-4964-a8a2-f7b0deba65c9) no-repeat 50%;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}
.header--dev-zone .header__user-dropdown {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-top: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  left: 0;
  min-width: 164px;
  opacity: 0;
  padding: 14px;
  position: absolute;
  top: calc(100% + 19px);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  visibility: hidden;
}
.header--dev-zone .header__user-dropdown-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  text-decoration: none;
}
.header--dev-zone .header__user-dropdown-item:after {
  background: var(--wpr-bg-b7a185df-536b-4743-91ec-4ad36a34e91a) no-repeat 50%;
  content: "";
  display: block;
  height: 11px;
  opacity: 0;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 11px;
}
.header--dev-zone .header__user-dropdown-item:hover {
  color: #0a58ca;
}
.header--dev-zone .header__user-dropdown-item:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header--dev-zone .header__user:hover:after {
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.header--dev-zone .header__user:hover .header__user-dropdown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.header--dev-zone .btn-nav {
  background: var(--wpr-bg-142842f2-f8df-416b-9ab1-694044078d5d) no-repeat 50%;
  height: 5px;
  width: 10px;
}
.header--dev-zone .nav-dev-zone {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  gap: 28px;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .header.header--sticky {
    top: 0;
  }
}
@media (max-width: 1024.98px) {
  .admin-bar .header:not(.header--sticky) .header__menu {
    top: 87px;
  }
}
@media (max-width: 1279.98px) {
  .admin-bar .header:not(.header--sticky) .header__menu {
    top: 107px;
  }
}
.admin-bar.is-dev-zone-page .header--main {
  top: auto;
}
.mobile-nav-visible .header--main .header__menu {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-visible .header[data-hide-on-scroll=true].header--sticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header[data-hide-on-scroll=true].header--sticky {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header[data-hide-on-scroll=true].header--sticky.header--visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.document-has-bar .c-announcement-bar--stuck + .header[data-hide-on-scroll=true] {
  top: var(--announcement-bar-height);
}
.document-has-bar .c-announcement-bar:not(.c-announcement-bar--stuck) + .header[data-hide-on-scroll=true] {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.c-video {
  position: relative;
}
.c-video .video-external:before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #000;
  content: "";
  opacity: 0.3;
  z-index: 16;
}
.c-video .video__placeholder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 15;
}
.c-video .video-external--wistia {
  height: 0;
  position: relative;
}
.c-video .video-external--wistia:before {
  display: none;
}
.c-video .btn-play {
  height: 90px;
  width: 90px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  z-index: 18;
}
@media (max-width: 991.98px) {
  .c-video .btn-play {
    height: 60px;
    width: 60px;
  }
}
.c-video .btn-play svg {
  height: 100%;
  width: 100%;
}
.c-video.playing .btn-play,
.c-video.playing .video-external:before,
.c-video.playing .video__placeholder {
  display: none;
}
.video--responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 13;
}
.nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav {
    padding-left: inherit;
  }
}
.nav a {
  color: inherit;
  display: block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav a,
.nav a:hover {
  text-decoration: none;
}
.nav ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.nav-main > li {
  cursor: pointer;
}
@media (max-width: 1024.98px) {
  .nav-main > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.nav-main > li > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024.98px) {
  .nav-main > li > a {
    padding: 21px 0;
  }
}
.nav-main > li > .sub-menu {
  color: #252525;
  font-style: normal;
  font-weight: 500;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  visibility: hidden;
}
@media (max-width: 1024.98px) {
  .nav-main > li > .sub-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 1025px) {
  .nav-main > li > .sub-menu {
    font-size: 14px;
    line-height: 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-top: 0;
    left: -16px;
    min-width: 100px;
    padding: 14px;
    position: absolute;
    top: calc(100% + 19px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media (max-width: 1024.98px) {
  .nav-main > li > .sub-menu {
    max-height: 0;
    overflow: hidden;
  }
}
.nav-main > li > .sub-menu li {
  margin-bottom: 25px;
}
.nav-main > li > .sub-menu li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.nav-main > li > .sub-menu li a:after {
  background: var(--wpr-bg-03a10fc9-2a64-4cae-b24f-099d381be17f) no-repeat 50%;
  content: "";
  display: block;
  height: 11px;
  opacity: 0;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 11px;
}
.nav-main > li > .sub-menu li:hover a:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1024.98px) {
  .nav-main > li > .sub-menu li:last-child {
    margin-bottom: 21px;
  }
}
@media (min-width: 1025px) {
  .nav-main > li > .sub-menu li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .nav-main > li:hover:before {
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 991.98px) {
  .nav-main > li:hover > .sub-menu {
    max-height: 800px;
    opacity: 1;
    padding-bottom: 8px;
    padding-top: 16px;
    visibility: visible;
  }
}
.nav-footer a {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, color;
  -o-transition-property: opacity, color;
  transition-property: opacity, color;
}
.nav-footer a:hover {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .nav-footer a:hover {
    color: #4275e9;
  }
}
.nav-footer .sub-menu {
  letter-spacing: 0.01em;
}
@media (max-width: 991.98px) {
  .nav-footer .sub-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: 0;
    opacity: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    overflow: auto;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: padding, opacity, visibility, max-height;
    -o-transition-property: padding, opacity, visibility, max-height;
    transition-property: padding, opacity, visibility, max-height;
    visibility: hidden;
  }
}
@media (max-width: 991.98px) {
  .nav-footer .menu-item-has-children {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .nav-footer .menu-item__arrow {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .nav-footer .menu-item--active .menu-item__arrow,
  .nav-footer .menu-item--active > a {
    color: #4275e9;
  }
}
@media (max-width: 991.98px) {
  .nav-footer .menu-item--active > .sub-menu {
    max-height: 800px;
    opacity: 1;
    padding-bottom: 8px;
    padding-top: 22px;
    visibility: visible;
  }
}
.c-announcement-bar {
  left: 0;
  position: fixed;
  right: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .c-announcement-bar {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .c-announcement-bar {
    padding-bottom: 34px;
    padding-top: 49px;
  }
}
@media (max-width: 991.98px) {
  .c-announcement-bar .container {
    position: static;
  }
}
.c-announcement-bar--top {
  top: 0;
}
.c-announcement-bar--bottom {
  bottom: 0;
}
.c-announcement-bar__body {
  font-size: 16px;
}
@media (min-width: 992px) {
  .c-announcement-bar__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 66px;
    padding-right: 20px;
  }
}
.c-announcement-bar__close {
  height: 24px;
  width: 24px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .c-announcement-bar__close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.c-announcement-bar__close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
@media (min-width: 992px) {
  .c-announcement-bar .c-button-collection,
  .c-announcement-bar .c-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
  }
}
.c-announcement-bar .c-text {
  position: relative;
}
@media (min-width: 992px) {
  .c-announcement-bar .c-text {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    padding-right: 20px;
  }
}
.c-announcement-bar .c-button-collection {
  text-align: center;
}
@media (max-width: 991.98px) {
  .c-announcement-bar .c-button-collection {
    margin-top: 23px;
  }
}
@media (min-width: 992px) {
  .c-announcement-bar .c-button-collection {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 20px;
    padding-right: 18px;
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .c-announcement-bar .c-button-collection {
    margin-right: 40px;
  }
}
.c-announcement-bar--hidden {
  opacity: 0;
  visibility: hidden;
}
.c-announcement-bar--top.c-announcement-bar--hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.c-announcement-bar--bottom.c-announcement-bar--hidden {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.b-mega-menu {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.b-mega-menu .c-background,
.b-mega-menu .c-background__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-mega-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__container {
    max-width: 100%;
    padding: 0;
  }
}
.b-mega-menu__tab-headers {
  border-right: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 30px 24px 30px 0;
  width: 129px;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-headers {
    display: none;
  }
}
.b-mega-menu__tab-header-title,
.nav .b-mega-menu__tab-header-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  color: #252525;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 24px;
  margin-right: 8px;
  padding-bottom: 12px;
}
.b-mega-menu__tab-header-title:after,
.nav .b-mega-menu__tab-header-title:after {
  font-family: "iconfont" !important;
  content: "\e624";
  display: block;
  height: 20px;
  opacity: 0;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 11px;
}
.b-mega-menu__tab-header-title--selected,
.b-mega-menu__tab-header-title:hover,
.nav .b-mega-menu__tab-header-title--selected,
.nav .b-mega-menu__tab-header-title:hover {
  color: #4275e9;
}
.b-mega-menu__tab-header-title--selected:after,
.b-mega-menu__tab-header-title:hover:after,
.nav .b-mega-menu__tab-header-title--selected:after,
.nav .b-mega-menu__tab-header-title:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.b-mega-menu__tabs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1025px) {
  .b-mega-menu__tabs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.b-mega-menu__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 9px;
    position: relative;
  }
  .b-mega-menu__tab:after {
    background: #4275e9;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
  }
  .b-mega-menu__tab:last-child {
    margin-bottom: -20px;
  }
  .b-mega-menu__tab:last-child:after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .b-mega-menu__tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column: 1;
    grid-row: 1;
    visibility: hidden;
  }
}
.b-mega-menu__tab-label,
.nav .b-mega-menu__tab-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4275e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  gap: 5px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 1025px) {
  .b-mega-menu__tab-label,
  .nav .b-mega-menu__tab-label {
    display: none;
  }
}
.b-mega-menu__tab-label:after,
.nav .b-mega-menu__tab-label:after {
  background: var(--wpr-bg-80864469-52a5-456a-a27f-86d29a439864) no-repeat 50%;
  content: "";
  display: block;
  height: 11px;
  width: 11px;
}
.b-mega-menu__tab--selected {
  visibility: visible;
}
.b-mega-menu__tab-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0;
  }
}
@media (min-width: 1025px) {
  .b-mega-menu__tab-columns--separators .b-mega-menu__tab-column {
    border-right: 1px solid #d2d2d2;
  }
}
.b-mega-menu__tab-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-column {
    border: 0;
    gap: 16px;
    margin: 10px 0;
  }
  .b-mega-menu__tab-column:first-child {
    margin-top: 0;
  }
  .b-mega-menu__tab-column:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .b-mega-menu__tab-column {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    gap: 0px;
    padding: 25px 24px 0;
  }
}
.b-mega-menu__tab-column:last-child {
  border-right: 0;
}
.b-mega-menu__tab-column:first-child:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-column:first-child:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .b-mega-menu__tab-column:first-child:last-child {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    row-gap: 60px;
  }
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-column:first-child:last-child > * {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.b-mega-menu__tab-column-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-column-items {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .b-mega-menu__tab-column-items {
    gap: 14px;
  }
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-column-items--image {
    display: none;
  }
}
.b-mega-menu__tab-column-items--image img,
.b-mega-menu__tab-column-items--image picture {
  aspect-ratio: 211/140;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.b-mega-menu__tab-column-item-image {
  aspect-ratio: 211/140;
  background-size: cover;
}
.b-mega-menu__tab-column-item-image--hidden {
  display: none;
}
.b-mega-menu__tab-column-item-link {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-column-item-link {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .b-mega-menu__tab-column-item-link {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .nav .b-mega-menu__tab-column-item-link--selected {
    color: #4275e9;
  }
  .nav .b-mega-menu__tab-column-item-link--selected .b-mega-menu__tab-column-item-link-arrow:after {
    opacity: 0;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
  .nav .b-mega-menu__tab-column-item-link--selected .b-mega-menu__tab-column-item-link-arrow:before {
    opacity: 1;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-column-item-link--style-default {
    margin-left: 20px;
  }
}
.afa-global--airfleet .b-mega-menu__tab-column-item-link,
.b-mega-menu__tab-column-item-link {
  color: #252525;
  text-decoration: none;
}
.b-mega-menu__tab-column-item-link span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.b-mega-menu__tab-column-item-link img,
.b-mega-menu__tab-column-item-link picture {
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 18px;
}
.b-mega-menu__tab-column-item-link--style-gray {
  font-weight: 500;
  opacity: 0.7;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-column-item-link--style-gray {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .b-mega-menu__tab-column-item-link--style-gray {
    font-size: 16px;
  }
}
.b-mega-menu__tab-column-item-link--style-gray[href="#"] {
  cursor: default;
  pointer-events: none;
}
.b-mega-menu__tab-column-item-link--style-main {
  margin-top: 6px;
  opacity: 1;
}
@media (min-width: 1025px) {
  .b-mega-menu__tab-column-item-link--style-main {
    font-weight: 500;
  }
}
.afa-global--airfleet .b-mega-menu__tab-column-item-link--style-main,
.b-mega-menu__tab-column-item-link--style-main {
  color: #252525;
  text-decoration: none;
}
.b-mega-menu__tab-column-item-link--style-main span {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.b-mega-menu__tab-column-item-link--style-main .b-mega-menu__tab-column-item-link-arrow {
  margin-top: 6px;
  position: relative;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-column-item-link--style-main .b-mega-menu__tab-column-item-link-arrow {
    display: none;
  }
}
@media (min-width: 1025px) {
  .b-mega-menu__tab-column-item-link--style-main .b-mega-menu__tab-column-item-link-arrow {
    font-weight: 500;
  }
}
.b-mega-menu__tab-column-item-link--style-main .b-mega-menu__tab-column-item-link-arrow:after {
  background: var(--wpr-bg-ae2138fc-1a8b-4dff-a06e-87e2760754db) no-repeat 50%;
}
.b-mega-menu__tab-column-item-link--style-main .b-mega-menu__tab-column-item-link-arrow:after,
.b-mega-menu__tab-column-item-link--style-main .b-mega-menu__tab-column-item-link-arrow:before {
  content: "";
  display: block;
  height: 11px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 11px;
}
.b-mega-menu__tab-column-item-link--style-main .b-mega-menu__tab-column-item-link-arrow:before {
  background: var(--wpr-bg-ce1a637a-77d7-49a2-ab26-ac080e9b2162) no-repeat 50%;
  opacity: 0;
  position: absolute;
}
.b-mega-menu__tab-column-item-link:hover {
  color: #4275e9;
}
.b-mega-menu__tab-column-item-link:hover .b-mega-menu__tab-column-item-link-arrow:after {
  opacity: 0;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.b-mega-menu__tab-column-item-link:hover .b-mega-menu__tab-column-item-link-arrow:before {
  opacity: 1;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.b-mega-menu__tab-column-item-subitem-link {
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
.b-mega-menu__tab-column-item-subitem-link:hover {
  color: #4275e9;
}
.b-mega-menu__tab-column-item-subitem-link:before {
  background: var(--wpr-bg-b1064508-7b31-435f-8f12-5b31be0b8e7b);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
}
.b-mega-menu__tab-cta {
  border-left: 1px solid #d2d2d2;
  padding: 30px 0 0 24px;
  width: 344px;
}
@media (max-width: 1024.98px) {
  .b-mega-menu__tab-cta {
    display: none;
  }
}
.b-mega-menu__tab-cta-card {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 29px 26px 26px;
  position: relative;
}
.b-mega-menu__tab-cta-card-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.b-mega-menu__tab-cta-card-image,
.b-mega-menu__tab-cta-card-image img,
.b-mega-menu__tab-cta-card-image picture {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.b-mega-menu__tab-cta-card-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.b-mega-menu__tab-cta-card-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  gap: 4px;
  line-height: 18.697px;
  margin: 6px 8px;
  position: relative;
}
.afa-global--airfleet .b-mega-menu__tab-cta-card-link,
.b-mega-menu__tab-cta-card-link {
  color: #fff !important;
  text-decoration: none;
}
.b-mega-menu__tab-cta-card-link:after {
  background: var(--wpr-bg-6e1fd35a-bb34-4dcb-833f-4ffba06328e2) no-repeat 50%;
  content: "";
  display: block;
  height: 11px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 11px;
}
.b-mega-menu__tab-cta-card-link:hover {
  color: #fff;
}
.b-mega-menu__tab-cta-card-link:hover:after {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.b-mega-menu__tab-cta-card-link-over {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.b-mega-menu__tab-cta-posts {
  margin-bottom: 23px;
}
.b-mega-menu__tab-cta-posts-title {
  color: #252525;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 15px;
}
.b-mega-menu__tab-cta-posts-list {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.b-mega-menu__tab-cta-post,
.b-mega-menu__tab-cta-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.b-mega-menu__tab-cta-post {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Inter, sans-serif;
  font-style: normal;
  gap: 14px;
  position: relative;
}
.b-mega-menu__tab-cta-post-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.b-mega-menu__tab-cta-post-image,
.b-mega-menu__tab-cta-post-image img,
.b-mega-menu__tab-cta-post-image picture {
  height: 84px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 160px;
}
.b-mega-menu__tab-cta-post-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-mega-menu__tab-cta-post-title {
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  font-size: 12px;
  font-weight: 500;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: color 0.3s ease-in-out;
}
.afa-global--airfleet .b-mega-menu__tab-cta-post-title,
.b-mega-menu__tab-cta-post-title {
  color: #252525 !important;
  text-decoration: none;
}
.b-mega-menu__tab-cta-post-title--event {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.b-mega-menu__tab-cta-post-date {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.7;
}
.c-background .container,
.c-block,
.c-block > .container,
.c-with-background,
.c-with-background > .container {
  position: relative;
}
.b-content-menu {
  left: 0;
  padding-block: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.admin-bar .b-content-menu {
  top: 32px;
}
.b-content-menu__toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .b-content-menu__toggle {
    display: none;
  }
}
.b-content-menu__toggle-open {
  display: block;
  pointer-events: none;
}
.b-content-menu__toggle-close {
  display: none;
  pointer-events: none;
}
.b-content-menu__toggle.active .b-content-menu__toggle-open {
  display: none;
}
.b-content-menu__toggle.active .b-content-menu__toggle-close {
  display: block;
}
@media (max-width: 991.98px) {
  .b-content-menu__toggle.active + .b-content-menu__inner {
    max-height: var(--acc-original-height) !important;
  }
}
@media (max-width: 991.98px) {
  .b-content-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    background-color: #fff;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 992px) {
  .b-content-menu__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-content-menu__items,
.b-content-menu__menu-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .b-content-menu__items,
  .b-content-menu__menu-nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .b-content-menu__items,
  .b-content-menu__menu-nav {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .b-content-menu__items,
  .b-content-menu__menu-nav {
    gap: 30px;
  }
}
.b-content-menu__buttons {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .b-content-menu__buttons {
    margin-bottom: 0;
    margin-left: auto;
  }
}
.b-content-menu__language-switcher {
  display: none;
}
@media (min-width: 1440px) {
  .b-content-menu__language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-content-menu__language-switcher--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .b-content-menu__language-switcher--mobile {
    display: none;
  }
}
.b-content-menu__item a,
.b-content-menu__menu-nav .menu-item a {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #252525;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .b-content-menu__item a,
  .b-content-menu__menu-nav .menu-item a {
    padding-block: 10px;
  }
}
.b-content-menu__item a span:after,
.b-content-menu__menu-nav .menu-item a span:after {
  content: attr(data-content);
  display: block;
  font-weight: 500;
  height: 0;
  overflow: hidden;
}
.b-content-menu__item.active a,
.b-content-menu__item.current-menu-item a,
.b-content-menu__item a:hover,
.b-content-menu__menu-nav .menu-item.active a,
.b-content-menu__menu-nav .menu-item.current-menu-item a,
.b-content-menu__menu-nav .menu-item a:hover {
  border-bottom-color: var(--bs-blue);
  font-weight: 500;
  opacity: 1;
  color: #0059aa;
}
.b-content-menu-theme-white {
  background-color: #fff;
}
.b-content-menu-theme-grey {
  background-color: #d4dde6;
}
.b-content-menu-theme-black {
  background-color: #252525;
}
.b-content-menu-theme-black .b-content-menu__item a,
.b-content-menu-theme-black .b-content-menu__toggle,
.b-content-menu-theme-black .language-switcher,
.b-content-menu-theme-black__menu-nav .menu-item a {
  color: #fff;
}
.b-content-menu-theme-black .b-content-menu__toggle svg path,
.b-content-menu-theme-black .language-switcher svg path {
  fill: #fff;
}
.header--visible + .page .page__content .b-content-menu {
  top: 60px;
}
@media (min-width: 992px) {
  .header--visible + .page .page__content .b-content-menu {
    top: 55px;
  }
}
@media (min-width: 992px) {
  .admin-bar .header--visible + .page .page__content .b-content-menu {
    top: 87px;
  }
}
.document-has-bar .b-content-menu {
  top: var(--announcement-bar-height, 0);
}
.admin-bar.--header--visible .b-content-menu {
  top: calc(var(--header-height) + var(--announcement-bar-height, 0) + 32px);
}
.admin-bar.--header--visible .b-content-menu {
  top: calc(var(--header-height) + var(--announcement-bar-height, 0) + 32px);
}
.b-content-menu {
  top: calc(var(--header-height) + var(--announcement-bar-height, 0));
}
.admin-bar .header--visible {
  top: 32px;
}
.c-table,
.wp-block-table {
  margin-bottom: -20px;
  padding-bottom: 20px;
}
@media (max-width: 1279.98px) {
  .c-table,
  .wp-block-table {
    overflow-x: auto;
  }
}
.c-table table,
.wp-block-table table {
  width: 100%;
}
@media (min-width: 992px) {
  .c-table table,
  .wp-block-table table {
    min-width: 1100px;
  }
}
.c-table thead,
.wp-block-table thead {
  border: 0;
}
.c-table th,
.wp-block-table th {
  border: 0;
  -webkit-box-shadow: inset 0 -1px 0 0 #000;
  box-shadow: inset 0 -1px 0 0 #000;
  color: #4275e9;
  font-weight: 600;
  padding: 16px 24px 16px 0;
}
@media (max-width: 767.98px) {
  .c-table th,
  .wp-block-table th {
    padding: 10px 24px 10px 0;
  }
}
.c-table tbody,
.wp-block-table tbody {
  color: #252525;
}
.c-table td,
.wp-block-table td {
  border: 0;
  padding: 16px 16px 16px 0;
}
@media (max-width: 767.98px) {
  .c-table td,
  .wp-block-table td {
    padding: 10px 16px 10px 0;
  }
}
.c-table td:not([colspan="1"]):not([colspan="2"])[colspan],
.wp-block-table td:not([colspan="1"]):not([colspan="2"])[colspan] {
  text-align: center;
}
.c-table .c-table__tr--inner-heading > td,
.wp-block-table .c-table__tr--inner-heading > td {
  border-bottom: 1px solid #d2d2d2;
  font-weight: 600;
  padding: 40px 0 16px;
  text-align: left !important;
}
@media (max-width: 767.98px) {
  .c-table .c-table__tr--inner-heading > td,
  .wp-block-table .c-table__tr--inner-heading > td {
    padding: 20px 0 10px;
  }
}
.c-table--striped tbody tr:nth-child(odd),
.wp-block-table--striped tbody tr:nth-child(odd) {
  background-color: #e9eff6;
}
.c-table--sticky-header thead,
.wp-block-table--sticky-header thead {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
.c-table--with-borders-striped td,
.c-table--with-borders-striped th,
.c-table--with-borders td,
.c-table--with-borders th,
.wp-block-table--with-borders-striped td,
.wp-block-table--with-borders-striped th,
.wp-block-table--with-borders td,
.wp-block-table--with-borders th {
  border: 1px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 16px;
}
@media (max-width: 767.98px) {
  .c-table--with-borders-striped td,
  .c-table--with-borders-striped th,
  .c-table--with-borders td,
  .c-table--with-borders th,
  .wp-block-table--with-borders-striped td,
  .wp-block-table--with-borders-striped th,
  .wp-block-table--with-borders td,
  .wp-block-table--with-borders th {
    padding-left: 10px;
  }
}
.c-table--with-borders-striped tbody tr:nth-child(odd),
.wp-block-table--with-borders-striped tbody tr:nth-child(odd) {
  background-color: #e9eff6;
}
.c-background__color,
.c-background__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-background__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .c-background__image--desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .c-background__image--desktop-tablet {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .c-background__image--desktop-mobile {
    display: block;
  }
}
.c-background__image--tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .c-background__image--tablet {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-background__image--mobile {
    display: none;
  }
}
.c-background--fill {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 7%, 0);
    transform: translate3d(0, 7%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes loader-animation {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes loader-animation {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.c-button-collection {
  padding-left: 0;
  list-style: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .c-button-collection {
    display: none;
  }
}
html {
  font-size: 5.2083333333vw;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: auto !important;
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
h1 {
  font-size: 1rem !important;
}
h2 {
  font-size: 0.5rem !important;
}
h3 {
  font-size: 0.4rem !important;
}
h4 {
  font-size: 0.3rem !important;
}
h5 {
  font-size: 0.2rem !important;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 16px !important;
  }
}
textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px;
}
input[type=button], input[type=reset], input[type=submit] {
  border: none;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 10px 30px;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.5;
}
input[type=submit] {
  border-radius: 3px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: AliBaba Regular, sans-serif !important;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.items-center {
  align-items: center;
}
.fx-links-wrapper {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 3em;
}
@media (max-width: 991px) {
  .fx-links-wrapper {
    padding: 0.5em;
  }
}
.fx-no-results {
  text-align: center;
}
.fx-no-results .text {
  color: var(--bs-gray-500);
}
/* 通用标签样式 */
.fx-links .fx-link-item {
  color: #a9a9a9;
}
.fx-links .fx-link-item.active {
  color: #000;
}
.fx-select {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  line-height: 28px;
  padding: 9px 20px;
  background: black;
  border: none;
  color: #fff;
}
.b-mega-news {
  width: 100%;
}
.fx-news-category {
  width: 100%;
  height: 48px;
}
.fx-news-category .fx-news-category-type {
  background: #252525;
  border: 1px solid #252525;
  height: 48px;
  position: relative;
  margin-right: 2px;
  display: inline-block;
  width: 200px;
  font-weight: normal;
}
.fx-news-category .fx-news-category-tag {
  background: #252525;
  border: 1px solid #252525;
  height: 48px;
  position: relative;
  display: inline-block;
  width: 200px;
  font-weight: normal;
}
.fx-news-category .fx-news-category-search {
  float: right;
  height: 48px;
  width: 378px;
  display: flex;
  overflow: hidden;
  font-size: 18px;
  justify-content: flex-end;
}
.fx-news-category .fx-news-category-search .fx-query-search {
  align-items: center;
  width: 100%;
}
.fx-news-category .fx-news-category-search .fx-query-search .fx-query-input {
  height: 100%;
  padding-left: 52px;
  background: transparent;
  border: 0;
  font-style: normal;
  font-weight: 400;
  outline: none;
  width: 100%;
  z-index: 1;
  position: relative;
  border: 1px solid #252525;
}
.fx-news-category .fx-news-category-search .fx-query-search .fx-query-input input {
  border: 0;
  padding: 9px 0;
  height: 100%;
}
.fx-news-category .fx-news-category-search .fx-query-search .fx-query-input input:focus-visible {
  outline: unset;
}
.fx-news-category .fx-news-category-search .fx-query-search .fx-query-input::before {
  background: url(../../images/fx_search.svg) no-repeat 50%;
  background-size: 24px 24px;
  bottom: 0;
  content: "";
  display: block;
  left: 18px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 24px;
}
.fx-news-category .fx-news-category-search .fx-query-search .fx-query-button {
  margin-left: 10px;
  flex: 0 0 60px;
  height: 100%;
  padding: 0;
  line-height: 30px;
  padding: 9px 4px;
  font-weight: normal;
  font-size: 18px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .fx-news-category .fx-news-category-type, .fx-news-category .fx-news-category-tag {
    width: 100%;
    margin-bottom: 10px;
  }
  .fx-news-category .fx-news-category-type .fx-select, .fx-news-category .fx-news-category-tag .fx-select {
    width: 100%;
  }
  .fx-news-category .fx-news-category-search {
    width: 100%;
  }
  .fx-news-category .fx-news-category-search .fx-query-search {
    width: 100%;
  }
  .fx-news-category .fx-news-category-search .fx-query-search .fx-query-input {
    width: calc(100% - 60px);
  }
  .fx-news-category .fx-news-category-search .fx-query-search .fx-query-input input {
    width: calc(100% - 52px);
  }
}
.fw-image {
  width: 100%;
  height: auto;
}
.fh-image {
  width: auto;
  max-width: none;
  height: 100%;
}
.fx-margin-block-0 {
  margin-block-start: 0;
  margin-block-end: 0;
}
.fx-padding-block-0 {
  padding-block: 0;
}
.admin-bar .fx-toast {
  top: 90px;
}
.fx-toast {
  position: fixed;
  top: 54px;
  right: 10px;
  font-size: 18px;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 2px 1px #ddd;
  border-radius: 2px;
}
.fx-toast .toast-header {
  padding: 0.1rem 0.2rem;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-radius: 10px;
}
.fx-toast .toast-header .title {
  color: var(--bs-dark);
}
.fx-toast .toast-body {
  padding: 0.1rem 0.2rem;
  color: var(--bs-gray-600);
}
.fx-toast .close {
  font-size: 18px;
  right: 10px;
  position: absolute;
}
.mt-sm-80 {
  margin-top: 0.4rem !important;
}
.my-sm-80 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}
.pd-sm-80 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
.pd-sm-height {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
@media (max-width: 991px) {
  .pd-sm-height {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
  }
}
.margin-auto {
  margin: 0 auto;
}
label {
  margin: 0;
}
.wow {
  visibility: hidden;
}
.biaozhu::after {
  content: "*";
  color: #d94242;
  margin-left: 2px;
}
.gray-filter {
  filter: brightness(0.8);
}
.medium-gray-filter {
  filter: brightness(0.6);
}
.fx-category {
  display: flex;
  margin-top: 0.5rem;
}
.fx-category .left {
  width: calc(66% - 80px);
  margin-right: 80px;
}
.fx-category .left .fx-category-list .fx-news-list-item {
  padding: 10px 20px;
  margin-bottom: 0.2rem;
  font-size: 22px;
  font-weight: normal;
  box-shadow: 0px 1px 0px 1px var(--bs-gray-400);
}
.fx-category .left .fx-category-list .fx-news-list-item-title {
  margin-bottom: 0rem;
}
.fx-category .right {
  width: 30%;
  padding-top: 0.65rem;
}
@media (max-width: 991px) {
  .fx-category {
    flex-direction: column;
  }
  .fx-category .left {
    width: 100%;
    margin-right: 0px;
  }
  .fx-category .right {
    width: 100%;
  }
}
.fx-tag-list .fx-tag-item {
  margin-bottom: 20px;
}
.fx-tag-list .fx-tag-item .wp-block-post-title {
  font-size: 22px !important;
  font-weight: normal;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.fx-single-post {
  margin: 20px 0;
}
.fx-pagination {
  justify-content: center;
  margin-top: 20px;
}
.fx-pagination .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
}
.fx-pagination .wp-block-query-pagination-next, .fx-pagination .wp-block-query-pagination-previous {
  color: #007bff;
  background-color: #fff;
  display: block;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #dee2e6;
}
.fx-pagination .page-numbers {
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.25;
  color: #b6b6b6;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.fx-pagination .page-numbers.current {
  color: #007bff;
}
.text-indent-2 {
  text-indent: 2em; /* 设置段落首行缩进为2em */
}
.fx-mozu-table .c-table__tr--default td:first-child {
  width: 160px;
}
.search-box {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  transition: all 0.3s;
  transform-origin: 100% center;
  background-color: #fff;
  padding-right: 50px;
  padding-left: 20px;
  padding-top: 9px;
  left: 0;
  top: 0;
  z-index: 98;
}
.search-box .js-search-header-input-popup {
  height: 100%;
  padding: 0 10px;
  width: 90%;
  border: 1px solid #d4d4d4;
  line-height: 48px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  padding-right: 50px;
  background-color: #fff;
}
.search-box.search-hide {
  visibility: hidden;
}
.search-box a.btn-close {
  position: absolute;
  right: 15px;
  color: #86807f;
  text-decoration: none;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.search-box a.btn-search {
  position: absolute;
  right: 60px;
  color: #86807f;
  text-decoration: none;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .search-box {
    width: 500px;
    height: 100%;
    padding: 6px 0;
    right: 1.2rem;
    position: absolute;
    transform: scale(1);
    left: auto;
  }
  .search-box.search-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    left: auto;
  }
  .search-box a.btn-close, .search-box a.btn-search {
    top: 0px;
    bottom: 0px;
  }
}
.header__actions-wrap .hidden {
  transform: scale(0);
  visibility: hidden;
}
footer {
  background-color: #f2f2f2;
  padding-top: 20px;
  overflow: hidden;
  text-align: left;
}
footer .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.fx-footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fx-footer .footer-nav h5 {
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 5px;
  margin-bottom: 0;
}
.fx-footer .footer-nav h5 span.iconfont {
  float: right;
  transform: rotate(180deg);
}
.fx-footer .footer-nav h5.collapsed span.iconfont {
  transform: rotate(0);
}
.fx-footer .footer-nav ul li {
  font-size: 14px;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 5px;
}
.fx-footer .footer-nav ul li a {
  width: 100%;
  display: block;
}
.fx-footer .footer-nav .col-md-2 {
  width: 100%;
  max-width: 100%;
  float: left;
}
.fx-footer .footer-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
}
.share-link {
  position: relative;
  display: flex;
  padding: 10px 0;
}
.share-link .qrcode {
  width: 88px;
  height: 88px;
  margin-right: 10px;
}
.share-link .qrcode img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .fx-footer {
    width: 85.652%;
    max-width: 1556px;
  }
  .fx-footer .footer-nav {
    padding: 48px 0 34px 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 38px;
  }
  .fx-footer .footer-nav::after {
    clear: both;
    content: " ";
    display: table;
  }
  .fx-footer .footer-nav h5 {
    border: none;
    line-height: 25px;
    margin: 0;
    padding: 0;
  }
  .fx-footer .footer-nav ul li {
    border: none;
    padding: 0;
  }
  .fx-footer .footer-nav ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #595757;
  }
  .fx-footer .footer-nav .col-md-2 {
    width: 16.6%;
    max-width: 16.6%;
    float: left;
  }
  .fx-footer .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
}
.fx-contact-us {
  padding: 80px 0;
}
.copy-text {
  font-size: 14px;
  color: var(--bs-secondary);
}
.copy-text a {
  color: var(--bs-secondary);
}
.fx-subscribe {
  max-width: 1180px;
  margin: 0 auto;
}
.fx-subscribe .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.fx-subscribe .fx-form-field {
  padding: 0 4px 0;
}
.fx-subscribe .fx-form-field .label {
  font-size: 18px;
  margin-bottom: 4px;
}
.fx-subscribe .fx-submit {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .fx-subscribe .fx-form-field .label {
    font-size: 14px;
  }
}
.fx-subscribe .fx-form-field input::-webkit-input-placeholder,
.fx-subscribe .fx-form-field textarea::-webkit-input-placeholder {
  font-size: 0.175rem;
  font-weight: 400;
  line-height: 1.71429;
  color: #a9a9a9;
}
.fx-subscribe .fx-form-field input::-webkit-input-placeholder,
.fx-subscribe .fx-form-field textarea::-webkit-input-placeholder {
  font-size: 0.175rem;
  font-weight: 400;
  line-height: 1.71429;
  color: #a9a9a9;
}
.fx-subscribe .fx-form-field input::-webkit-input-placeholder,
.fx-subscribe .fx-form-field textarea::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 0.175rem;
  font-weight: 400;
  line-height: 1.71429;
}
.fx-form-field input[type=submit] {
  background: #000000;
}
.fx-submit {
  position: relative;
}
.fx-submit .wpcf7-spinner {
  position: absolute;
}
/* news */
.fx-news-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
}
.fx-news-list .fx-news-list-item {
  width: 100%;
  margin: 8px;
  padding: 8px;
  font-size: 16px;
  border-bottom: 1px solid var(--bs-gray-400);
}
.fx-news-list .fx-news-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fx-news-list .fx-news-list-item .fx-news-list-item-ct {
  display: flex;
}
.fx-news-list .fx-news-list-item .fx-news-list-item-image {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.fx-news-list .fx-news-list-item .fx-news-list-item-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  line-height: 28px;
  padding: 6px 10px;
  margin: 0 0 0 0;
}
.fx-news-list .fx-news-list-item .fx-news-list-item-author {
  margin-bottom: 0.1rem;
}
.fx-news-list .fx-news-list-item .fx-news-list-category {
  background-color: var(--bs-gray-dark);
  padding: 6px 6px;
  color: #fff;
  line-height: 28px;
  height: 40px;
  border-radius: 20px;
  margin-right: 6px;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
  text-align: center;
}
.fx-news-list .fx-news-list-item .fx-news-list-tag {
  background-color: var(--bs-teal);
  padding: 6px 6px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
}
@media (max-width: 991px) {
  .fx-news-list .fx-news-list-item .fx-news-list-item-ct {
    display: none;
  }
  .fx-news-list .fx-news-list-item .fx-news-list-category, .fx-news-list .fx-news-list-item .fx-news-list-tag {
    width: 80px;
  }
}
.b-hero {
  height: 36vw;
  position: relative;
}
@media (max-width: 991.98px) {
  .b-hero {
    height: 142px;
    padding-top: 40px;
  }
}
.b-hero .c-background--container,
.b-hero .c-background--container .c-background__content {
  height: 100%;
}
.b-hero .c-background--container .c-background__content .b-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.fx-slogan {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 40px);
  z-index: 10;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .fx-slogan {
    position: absolute;
    left: 100px;
    bottom: 200px;
    z-index: 10;
    top: unset;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-slide img.mask {
  filter: brightness(0.8);
}
.swiper-slide img.cover {
  object-fit: cover;
}
.swiper-slide img.contain {
  object-fit: contain;
}
.fx-product-list-warp {
  position: relative;
}
.fx-product-list-warp .page-scroll {
  position: absolute;
  width: calc(100% + 60px);
  left: -30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  top: 0;
  bottom: 0;
}
.fx-product-list-warp .page-scroll .left .iconfont, .fx-product-list-warp .page-scroll .right .iconfont {
  font-size: 36px;
  color: var(--bs-gray-100);
}
.fx-product-list-warp .page-scroll .left.active .iconfont, .fx-product-list-warp .page-scroll .right.active .iconfont {
  color: var(--bs-blue);
}
@media (max-width: 991px) {
  .fx-product-list-warp .page-scroll {
    display: none;
  }
}
.fx-product-list {
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  z-index: 10;
  scrollbar-width: none;
  position: relative;
  padding: 10px 0;
}
.fx-product-list .fx-product-link {
  font-size: 16px;
  color: var(--bs-blue);
}
@media (max-width: 991px) {
  .fx-product-list {
    flex-direction: column;
  }
}
.fx-product-list .fx-product-item {
  box-shadow: 1px 1px 4px 1px #dbdbdb;
  margin: 8px 16px;
  border-radius: 8px;
  flex: 0 0 calc(25% - 32px);
  width: calc(25% - 32px);
  background-color: #fff;
  height: 4.8rem;
  transition: all ease 0.3s;
}
.fx-product-list .fx-product-item .fx-product-image {
  height: 2.4rem;
  padding: 10px 20px;
}
.fx-product-list .fx-product-item .fx-product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.fx-product-list .fx-product-item .fx-product-detail {
  font-size: 0.17rem;
  color: #a6a6a6;
  list-style: disc;
  padding: 0 16px;
  margin: 10px auto;
  transition: all 0.2s ease;
  text-align: left;
}
.fx-product-list .fx-product-item .fx-product-detail .fx-pd-title {
  margin-bottom: 0.1rem;
}
.fx-product-list .fx-product-item .fx-product-detail ul li .text {
  white-space: nowrap; /* 禁止文本换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  margin-bottom: 0;
}
.fx-product-list .fx-product-item .wp-block-buttons {
  padding: 0 16px;
}
.fx-product-list .fx-product-item .wp-block-buttons .fx-product-link {
  vertical-align: bottom;
}
.fx-product-list .fx-product-item .fx-subtitle {
  line-height: 28px;
  position: absolute;
  bottom: 10px;
  left: 24px;
  transition: all 0.2s ease;
  transform: translateY(0);
  opacity: 1;
  margin-bottom: 0px;
  display: none;
}
.fx-product-list .fx-product-item .fx-product-info {
  position: relative;
  height: 2.4rem;
  overflow: hidden;
}
.fx-product-list .fx-product-item:hover {
  box-shadow: 0 12px 10px 1px rgba(0, 0, 0, 0.08);
  margin-top: -8px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .fx-product-list .fx-product-item {
    display: flex;
    margin: 8px;
    flex: 0 0 calc(100% - 16px);
    width: calc(100% - 16px);
    align-items: center;
    height: 6rem;
  }
  .fx-product-list .fx-product-item .fx-product-image {
    flex: 0 0 40%;
    height: 100%;
  }
  .fx-product-list .fx-product-item .fx-product-info {
    height: 100%;
  }
  .fx-product-list .fx-product-item .fx-product-info .fx-product-detail {
    font-size: 10px;
  }
  .fx-product-list .fx-product-item:hover {
    margin: 0;
  }
}
.fx-industy-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
  justify-content: space-between;
}
.fx-industy-list .fx-industy-item {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 0.3rem;
}
.fx-industy-list .fx-industy-item:hover .fx-industy-image {
  transform: scale(1.05);
}
.fx-industy-list .fx-industy-item .fx-industy-title {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.fx-industy-list .fx-industy-item .fx-industy-image {
  width: 100%;
  height: 4rem;
  max-height: 200px;
  border-radius: 4px;
  object-fit: cover;
  transition: all 0.4s linear;
}
.fx-industy-list .fx-industy-item .fx-industy-desc {
  margin-bottom: 2rem;
}
.fx-industy-list .fx-industy-item .fx-industy-item-desc {
  height: 72px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 0.2rem;
  font-size: 16px;
  color: #a6a6a6;
}
@media (max-width: 991px) {
  .fx-industy-list {
    padding: 0;
  }
  .fx-industy-list .fx-industy-item {
    margin: 1rem 0;
    width: 50%;
    padding: 0 7.5px;
    flex: 0 0 calc(50% - 18px);
  }
}
.fx-hp-company {
  color: #fff;
  position: relative;
}
.fx-hp-company .fx-hp-company-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fx-hp-company h2 {
  color: #fff;
}
.fx-company-desc {
  text-align: center;
}
.fx-company-desc .fx-link-overview {
  background-color: #0059aa;
  padding: 10px 20px;
}
.fx-company-desc .fx-company-button {
  font-size: 18px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 177px;
  height: 52px;
  border: 1px solid var(--bs-blue);
  color: var(--bs-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx-company-desc .fx-company-button:hover {
  color: #fff;
}
.fx-company-desc .fx-company-button:hover::before {
  width: 100%;
}
.fx-company-desc .fx-company-button::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background-color: var(--bs-blue);
  width: 0%;
  height: 100%;
  transition: 0.3s;
}
.fx-company-desc .fx-company-desc-left {
  width: 30%;
  flex: 0 0 30%;
}
.fx-company-desc .fx-company-desc-left .text {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fx-company-desc .fx-company-desc-right {
  width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 991px) {
  .fx-company-desc {
    padding: 0;
  }
  .fx-company-desc .fx-company-button {
    width: 5rem;
    height: 28px;
    font-size: 14px;
  }
}
.fx-advantage {
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.fx-advantage .fx-advantage-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.fx-advantage .fx-advantage-list .fx-advantage-item {
  width: calc(25% - 20px);
  margin: 10px 10px;
  padding: 0.2rem 20px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s linear;
  margin-bottom: 0;
  color: var(--bs-blue);
}
.fx-advantage .fx-advantage-list .fx-advantage-item:hover {
  color: #fff;
  background-color: #0059aa;
  transform: translateY(-10px);
}
.fx-advantage .fx-advantage-list .fx-advantage-item:hover .iconfont {
  color: #fff;
}
.fx-advantage .fx-advantage-list .fx-advantage-item .iconfont {
  font-size: 50px;
  color: var(--bs-blue);
}
@media (max-width: 991px) {
  .fx-advantage {
    flex-wrap: wrap;
  }
  .fx-advantage-item {
    flex: 0 0 calc(50% - 20px);
    margin: 2px 8px;
  }
}
.fx-link {
  font-size: 18px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 127px;
  height: 42px;
  border: 1px solid var(--bs-blue);
  color: var(--bs-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx-link:hover {
  color: #fff;
}
.fx-link:hover::before {
  width: 100%;
}
.fx-link::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background-color: var(--bs-blue);
  width: 0%;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .fx-link {
    width: 100px;
    height: 28px;
    font-size: 14px;
  }
}
.fx-hp-block {
  padding: 0.4rem 0;
}
.fx-product-tx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fx-product-tx .fx-product-tx-item {
  display: flex;
  align-items: flex-start;
  height: 200px;
}
.fx-product-tx .fx-product-tx-item .iconfont {
  font-size: 40px;
  color: var(--bs-blue);
}
.fx-product-tx .fx-product-tx-item .fx-product-tx-item-content {
  width: auto;
}
.fx-product-cj {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fx-product-cj .fx-product-cj-item {
  text-align: center;
}
.fx-product-cj .fx-product-cj-item .fx-product-cj-image {
  height: 300px;
}
@media (max-width: 991px) {
  .fx-product-tx {
    flex-direction: column;
  }
  .fx-product-tx .fx-product-tx-item {
    margin-bottom: 4px;
    align-items: center;
    height: 120px;
  }
  .fx-product-cj .fx-product-cj-item .fx-product-cj-image {
    height: 100px;
  }
}
.fx-product-menu-ky-container {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.fx-product-menu-ky-container .fx-product-menu-ky .breadcrumb {
  background-color: #fff;
}
.fx-product-menu-ky-container .b-content-menu__items {
  height: 100%;
}
.fx-product-menu-ky-container .b-content-menu__items .b-content-menu__item, .fx-product-menu-ky-container .b-content-menu__items a, .fx-product-menu-ky-container .b-content-menu__items span {
  height: 100%;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
}
.fx-product-menu-sn {
  border-bottom: 1px solid #ccc;
  height: 80px;
}
@media (max-width: 991px) {
  .fx-product-menu-sn {
    border-bottom: unset;
  }
  .b-content-menu-title {
    display: none;
  }
}
.fx-product-desc-sn {
  display: flex;
  align-items: center;
}
.fx-product-desc-sn .fx-product-desc-image {
  width: calc(40% - 8px);
  flex: 0 0 calc(40% - 8px);
  margin-right: 8px;
  text-align: center;
}
@media (max-width: 991px) {
  .fx-product-desc-sn .fx-product-desc-image {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}
.fx-product-tx-sn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.fx-product-tx-sn .sn-image {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.fx-product-tx-sn .sn-image .c-image {
  max-width: 60%;
}
.fx-product-tx-sn .sn-left, .fx-product-tx-sn .sn-right {
  flex: 0 0 30%;
  background-color: unset;
  z-index: 2;
}
.fx-product-tx-sn .fx-product-tx-item {
  display: flex;
  align-items: center;
  height: 200px;
}
.fx-product-tx-sn .fx-product-tx-item .desc {
  font-size: 0.2rem;
}
.fx-product-tx-sn .fx-product-tx-item .iconfont {
  font-size: 40px;
  color: var(--bs-blue);
}
.fx-product-tx-sn .fx-product-tx-item .fx-product-tx-item-content {
  width: auto;
}
@media (max-width: 991px) {
  .fx-product-tx-sn {
    flex-direction: column;
    align-items: baseline;
  }
  .fx-product-tx-sn .sn-image {
    margin: 0 auto;
    left: unset;
    position: relative;
  }
  .fx-product-tx-sn .sn-image .c-image {
    max-width: 100%;
  }
  .fx-product-tx-sn .fx-product-tx-item {
    height: 110px;
  }
  .fx-product-tx-sn .fx-product-tx-item .iconfont {
    font-size: 28px;
  }
  .fx-product-tx-sn .fx-product-tx-item .wp-block-heading {
    font-size: 1rem;
  }
  .fx-product-tx-sn .fx-product-tx-item .desc {
    font-size: 14px;
  }
}
.fx-sence-ky {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fx-sence-ky::after {
  content: "";
  clear: both;
  display: block;
}
.fx-sence-ky .fx-sence-ky-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fx-sence-ky .fx-sence-ky-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.fx-sence-ky .fx-sence-ky-item {
  display: block;
  width: 33.3333%;
  float: left;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.fx-sence-ky .fx-sence-ky-item .icon {
  font-size: 42px;
}
.fx-sence-ky .fx-sence-ky-item .fx-sence-ky-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.4rem 1rem;
  color: #fff;
}
.fx-sence-ky .fx-sence-ky-item .fx-sence-ky-hover {
  position: relative;
  z-index: 2;
  padding: 0.4rem 1rem;
  color: #fff;
  opacity: 0;
  transition: all 0.3s linear;
  background-color: #0059aa;
}
.fx-sence-ky .fx-sence-ky-item .fx-sence-ky-hover .img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
}
.fx-sence-ky .fx-sence-ky-item .fx-sence-ky-hover .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fx-sence-ky .fx-sence-ky-item .fx-sence-ky-hover .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  height: 100%;
  object-fit: cover;
}
.fx-sence-ky .fx-sence-ky-item .fx-sence-ky-hover .text {
  position: relative;
  z-index: 3;
  opacity: 0.7;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  height: 72px;
  margin-bottom: 10px;
  overflow: hidden;
}
.fx-sence-ky .fx-sence-ky-item .fx-sence-ky-hover .title, .fx-sence-ky .fx-sence-ky-item .fx-sence-ky-hover .button {
  z-index: 3;
  position: relative;
}
.fx-sence-ky .fx-sence-ky-item:hover .fx-sence-ky-content {
  display: none;
}
.fx-sence-ky .fx-sence-ky-item:hover .fx-sence-ky-hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .fx-sence-ky .fx-sence-ky-bg {
    display: none;
  }
  .fx-sence-ky .fx-sence-ky-item {
    width: 50%;
  }
  .fx-sence-ky .fx-sence-ky-item .fx-sence-ky-content {
    display: none;
  }
  .fx-sence-ky .fx-sence-ky-item .fx-sence-ky-hover {
    opacity: 1;
  }
  .fx-sence-ky .fx-sence-ky-item .fx-sence-ky-hover .img {
    display: block;
  }
}
.fx-apply-zy {
  font-size: 18px;
  text-align: left;
}
.b-post-lobby__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .b-post-lobby__header {
    margin: 50px 0 56px;
  }
}
@media (max-width: 991.98px) {
  .b-post-lobby__header {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px 0 40px;
  }
}
.b-post-lobby__filters {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .b-post-lobby__filters {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .b-post-lobby__filters {
    gap: 20px;
  }
}
.b-post-lobby__filter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: AliBaba Regular, sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-items: flex-end;
  letter-spacing: 0.14px;
  line-height: 26px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .b-post-lobby__filter {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .b-post-lobby__filter {
    gap: 20px;
  }
}
.acf-block-body .b-post-lobby__filter-label,
.b-post-lobby__filter-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: AliBaba Regular, sans-serif;
  font-style: normal;
  font-weight: 600;
  gap: 11px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .acf-block-body .b-post-lobby__filter-label,
  .b-post-lobby__filter-label {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .acf-block-body .b-post-lobby__filter-label,
  .b-post-lobby__filter-label {
    font-size: 18px;
    line-height: 28px;
  }
}
.acf-block-body .b-post-lobby__filter-label:before,
.b-post-lobby__filter-label:before {
  background: var(--wpr-bg-4f4506e7-577f-4b7a-b41a-b6305dbbe57b) no-repeat 50%;
  background-size: 14px 8px;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  pointer-events: none;
  top: 0;
  width: 14px;
}
.b-post-lobby__filter-query {
  border: 1px solid #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .b-post-lobby__filter-query {
    height: 58px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .b-post-lobby__filter-query {
    height: 58px;
    width: 378px;
  }
}
.b-post-lobby__filter-query-input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  font-style: normal;
  font-weight: 400;
  outline: none;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .b-post-lobby__filter-query-input {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .b-post-lobby__filter-query-input {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991.98px) {
  .b-post-lobby__filter-query-input {
    padding-left: 42px;
  }
}
@media (min-width: 992px) {
  .b-post-lobby__filter-query-input {
    padding-left: 52px;
  }
}
.b-post-lobby__filter-query:before {
  background: var(--wpr-bg-4132ce52-f4ba-42b0-81c4-9cb1f4372a8a) no-repeat 50%;
  background-size: 24px 24px;
  bottom: 0;
  content: "";
  display: block;
  left: 18px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 24px;
}
.b-post-lobby__title {
  color: #252525;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .b-post-lobby__title {
    font-size: 26px;
    letter-spacing: -0.936px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .b-post-lobby__title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
  }
}
.b-post-lobby__body {
  margin-top: 40px;
}
.b-post-lobby__post-item > * {
  height: 100%;
}
.b-post-lobby__posts-body {
  display: grid;
}
@media (max-width: 991.98px) {
  .b-post-lobby__posts-body {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media (min-width: 992px) {
  .b-post-lobby__posts-body {
    -webkit-column-gap: 29px;
    -moz-column-gap: 29px;
    column-gap: 29px;
    grid-template-columns: 1fr 1fr;
    row-gap: 80px;
  }
}
@media (min-width: 1280px) {
  .b-post-lobby__posts-body {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fx-mozu-background {
  background: #dbe3eb;
}
.fx-mozu-header {
  display: flex;
  justify-content: space-between;
  height: 420px;
  padding: 20px 0;
  align-items: center;
}
.fx-mozu-header .fx-mozu-header-title {
  font-size: 42px;
}
.fx-mozu-header .fx-mozu-header-desc {
  font-size: 16px;
}
.fx-mozu-header .fx-mozu-header-image {
  max-height: 265px;
}
.fx-mozu-menu-background {
  background: #d4dde6;
}
.fx-mozu-params {
  color: #333;
  font-size: 18px;
}
@media (max-width: 991px) {
  .fx-mozu-header .fx-mozu-header-title {
    font-size: 20px;
  }
  .fx-mozu-header .fx-mozu-header-image {
    float: right;
  }
}
.industry-background-gray-color {
  background-color: #44546a;
}
.industry-background-blue-color {
  background-color: #2e75b6;
}
.industry-background-light-blue-color {
  background-color: #5b9bd5;
}
.industry-background-deep-blue-color {
  background-color: #2f5597;
}
.industry-background-cyan-color {
  background-color: #feffff;
}
.fx-industy-header {
  height: 520px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.fx-industy-header .title {
  font-size: 52px;
  font-weight: normal;
  color: #fff;
}
.fx-industy-header .subtitle {
  font-size: 24px;
}
.fx-industy-header .fx-industy-header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.fx-industy-header .fx-industy-header-bg img {
  width: 100%;
}
.fx-industy-header .fx-industy-header-content {
  color: #fff;
}
.fx-industy-overview {
  height: 540px;
}
.fx-industy-overview .fx-industy-image {
  border-radius: 4px;
}
.fx-industy-overview .fx-industy-overview-title {
  font-size: 52px;
  font-weight: normal;
}
.fx-industy-overview .fx-industy-overview-content {
  margin-left: 10px;
}
.fx-industy-overview .fx-industy-overview-detail {
  color: #8d8d8d;
}
@media (max-width: 991px) {
  .fx-industy-overview {
    flex-wrap: wrap-reverse;
    height: auto;
  }
  .fx-industy-overview .fx-industy-image {
    text-align: center;
    margin-right: 0 !important;
  }
  .fx-industy-overview .fx-industy-image .fh-image {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.fx-industy-functions {
  display: flex;
  justify-content: space-between;
}
.fx-industy-functions .fx-industy-function {
  width: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  border: 1px solid var(--bs-gray-200);
}
.fx-industy-functions .fx-industy-function .title {
  top: -20px;
  font-size: 24px;
  font-weight: bold;
  height: 48px;
}
.fx-industy-functions .fx-industy-function .iconfont {
  font-size: 72px;
  color: var(--bs-blue);
}
.fx-industy-functions .fx-industy-function .desc {
  font-size: 18px;
  margin-top: 24px;
}
.fx-industy-functions .fx-industy-function:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .fx-industy-functions {
    flex-direction: column;
  }
  .fx-industy-functions .fx-industy-function {
    width: 100%;
    margin: 10px 0;
  }
}
.fx-industy-examples {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
  justify-content: space-between;
}
.fx-industy-examples .fx-industy-example {
  margin: 0 10px;
}
.fx-plan-desc1 .text {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.fx-plan-download {
  display: flex;
  padding: 0.3rem;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  background-color: #f5f5f5;
}
.fx-plan-download .left .iconfont {
  font-size: 48px;
  color: var(--bs-blue);
  vertical-align: middle;
}
.fx-plan-download .right .iconfont {
  font-size: 24px;
  color: var(--bs-blue);
  vertical-align: middle;
}
.fx-community-case-vertical {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.fx-community-case-vertical .left {
  font-size: 18px;
  padding: 0.3rem 0.6rem;
}
.fx-community-case-horizontal {
  display: flex;
  align-items: center;
}
.fx-community-case-horizontal .left {
  width: 50%;
  flex: 0 0 50%;
  font-size: 18px;
  padding: 0.3rem 0.6rem;
}
@media (max-width: 991px) {
  .fx-community-case-horizontal {
    flex-direction: column;
  }
  .fx-community-case-horizontal .left {
    width: 100%;
    flex: 0 0 100%;
  }
}
.fx-industry-gn {
  position: relative;
  height: 540px;
  align-items: center;
  display: flex;
}
.fx-industry-gn .fx-industry-gn-bg {
  height: 400px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.fx-industry-gn .fx-industry-gn-content {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: 100%;
}
.fx-industry-gn .fx-industry-gn-content .left-20 {
  left: -20px;
}
.fx-industry-gn .fx-industry-gn-content .right-20 {
  right: -20px;
}
.fx-industry-gn .fx-industry-gn-content .content {
  margin-bottom: 20px;
}
.fx-industry-gn .fx-industry-gn-content .content .iconfont {
  font-size: 32px;
  margin: 0 8px;
}
.fx-industry-gn .fx-industry-gn-content .content.text-left {
  text-align: left;
}
.fx-industry-gn .fx-industry-gn-content .content.text-left .title {
  text-align: left;
}
.fx-industry-gn .fx-industry-gn-content .content.text-right {
  text-align: right;
}
.fx-industry-gn .fx-industry-gn-content .content.text-right .title {
  text-align: right;
}
.fx-industry-gn .fx-industry-gn-content .content .desc {
  position: relative;
  font-size: 18px;
}
.fx-industry-gn .fx-industry-gn-content .content .title {
  position: relative;
  margin-bottom: 10px;
  color: var(--bs-blue);
}
.fx-industry-gn .fx-industry-gn-content .left {
  height: 100%;
  width: 30%;
  flex: 0 0 30%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.fx-industry-gn .fx-industry-gn-content .right {
  height: 100%;
  width: 30%;
  flex: 0 0 30%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .fx-industry-gn {
    height: auto;
    flex-direction: column;
  }
  .fx-industry-gn .fx-industry-gn-bg {
    position: relative;
    height: 200px;
    margin-bottom: 10px;
  }
  .fx-industry-gn .fx-industry-gn-content {
    flex-direction: column;
  }
  .fx-industry-gn .fx-industry-gn-content .right-20 {
    right: 0px;
  }
  .fx-industry-gn .fx-industry-gn-content .left-20 {
    left: 0px;
  }
  .fx-industry-gn .fx-industry-gn-content .left, .fx-industry-gn .fx-industry-gn-content .right {
    width: 100%;
  }
  .fx-industry-gn .fx-industry-gn-content .left .content {
    flex-direction: row-reverse;
  }
  .fx-industry-gn .fx-industry-gn-content .left .content.text-right {
    text-align: left;
  }
  .fx-industry-gn .fx-industry-gn-content .left .content.text-right .title {
    text-align: left;
  }
}
.fx-community-hexin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fx-community-hexin .fx-community-hexin-item {
  width: calc(50% - 32px);
  margin: 16px 16px;
  flex: 0 0 calc(50% - 32px);
  box-shadow: 0px 0px 8px 4px #f2f4f6;
  padding: 8px 12px;
}
.fx-community-hexin .fx-community-hexin-item .num {
  margin-bottom: -20px;
  font-size: 60px;
  font-weight: bold;
  z-index: 0;
  position: relative;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(to bottom, #bbcbec, #fdfdfd);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fx-community-hexin .fx-community-hexin-item .title {
  z-index: 1;
  margin-bottom: 0.1rem;
  position: relative;
  color: var(--bs-blue);
}
@media (max-width: 991px) {
  .fx-community-hexin .fx-community-hexin-item {
    height: 200px;
    width: calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
  }
}
.fx-energy-case {
  display: flex;
}
.fx-energy-case .fx-energy-case-item {
  width: 50%;
  flex: 0 0 50%;
  position: relative;
}
.fx-energy-case .fx-energy-case-item .logo {
  width: 80px;
  height: 80px;
  margin-left: calc(50% - 40px);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.fx-energy-case .fx-energy-case-item .bg {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: 0;
  height: calc(100% - 20px);
}
.fx-energy-case .fx-energy-case-item .detail {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.fx-energy-case .fx-energy-case-item .detail .title {
  font-weight: bold;
}
.fx-energy-case .fx-energy-case-item:last-child .bg {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .fx-energy-case {
    flex-direction: column;
  }
  .fx-energy-case .fx-energy-case-item {
    width: 100%;
    margin-top: 10px;
  }
  .fx-energy-case .fx-energy-case-item .logo {
    width: 40px;
    height: 40px;
    margin-left: calc(50% - 20px);
  }
  .fx-energy-case .fx-energy-case-item .bg {
    top: 20px;
  }
}
.fx-industry-en-gn {
  font-size: 18px;
  margin-bottom: 0.2rem;
  padding: 0 40px;
}
.fx-industry-en-gn .fx-industry-gn-content {
  margin-bottom: 0.2rem;
  position: relative;
}
.fx-industry-en-gn .fx-industry-gn-content .title {
  font-weight: bold;
}
.fx-industry-en-gn .fx-industry-gn-content .title::before {
  left: -26px;
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/visualblocks/assets/images/fx_jiantou.png");
  width: 36px;
  height: 36px;
}
.fx-industry-en-gn .fx-industry-gn-content .desc {
  color: var(--bs-gray);
}
.fx-cases {
  display: flex;
  justify-content: center;
}
.fx-cases .fx-case-block {
  width: 32%;
  padding: 0px 2px 0px 2px;
}
.fx-cases .fx-case-block img {
  height: 100px;
  max-width: 100%;
}
.fx-cases .fx-case-block-bd {
  width: 32%;
  padding: 15px 2px 0px 2px;
  height: 100%;
}
.fx-cases .fx-case-block-bd .content {
  position: relative;
  border: 1.5px solid #375b9a;
  padding-top: 18px;
  height: 100%;
}
.fx-cases .fx-case-block-bd .content .title {
  position: absolute;
  background-color: #fff;
  top: -16px;
  left: 30px;
  color: #2f5597;
  font-size: 18px;
  z-index: 1;
}
.fx-cases .fx-case-block-bd .content .items {
  position: relative;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
}
.fx-cases .fx-case-block-bd .content .items .item {
  width: calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  position: relative;
  margin: 4px;
}
.fx-cases .fx-case-block-bd .content .items .item .type {
  position: absolute;
  background-color: rgba(32, 32, 32, 0.34);
  bottom: 0;
  left: 0;
  font-size: 10px;
  color: #fff;
  right: 0;
  text-align: center;
  line-height: 18px;
  height: 18px;
}
.fx-cases .fx-case-block-bd .content .items .item .image {
  width: 100%;
  height: 100px;
}
.fx-cases .fx-case-block-bd .content .items .item .image img, .fx-cases .fx-case-block-bd .content .items .item .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .fx-cases {
    flex-direction: column;
    height: auto;
  }
  .fx-cases .fx-case-block-bd, .fx-cases .fx-case-block {
    width: 100%;
  }
  .fx-cases .fx-case-block-bd .content .title {
    font-size: 22px;
  }
}
.fx-em-cases .fx-em-case {
  position: relative;
  box-shadow: 0 0 0 0 inset;
  margin-bottom: 20px;
}
.fx-em-cases .fx-em-case .title {
  position: absolute;
  left: calc(50% - 75px);
  height: 36px;
  top: -10px;
  border-radius: 18px;
  padding: 0 6px;
  text-align: center;
  box-shadow: 0px 0px 6px 2px #c9c9c9;
  width: 150px;
  font-weight: bold;
  color: #fff;
  background-color: #143479;
}
.fx-em-cases .fx-em-case .title p {
  margin-bottom: 0;
}
.fx-em-cases .fx-em-case .items {
  padding: 50px 0 10px 0;
  display: flex;
  box-shadow: 0px 0px 11px 4px #cacaca;
  justify-content: center;
  flex-wrap: wrap;
}
.fx-em-cases .fx-em-case .items .item {
  width: calc(25% - 8px);
  margin: 4px;
  flex: 0 0 calc(25% - 8px);
  position: relative;
}
.fx-em-cases .fx-em-case .items .item .text {
  position: absolute;
  background-color: rgba(32, 32, 32, 0.34);
  bottom: 0;
  left: 0;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  right: 0;
  text-align: center;
  line-height: 52px;
  height: 52px;
}
.fx-em-cases .fx-em-case .items .item .image {
  width: 100%;
  height: 215px;
}
.fx-em-cases .fx-em-case .items .item .image img, .fx-em-cases .fx-em-case .items .item .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .fx-em-cases .fx-em-case .items .item {
    width: calc(100% - 8px);
    flex: 0 0 calc(100% - 8px);
  }
}
.fx-community-cases {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fx-community-cases .fx-community-case {
  width: calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  margin: 0 4px 20px 4px;
  position: relative;
  box-shadow: 0 0 0 0 inset;
}
.fx-community-cases .fx-community-case .title {
  position: absolute;
  left: calc(50% - 75px);
  height: 36px;
  top: -10px;
  border-radius: 18px;
  padding: 0 6px;
  text-align: center;
  box-shadow: 0px 0px 6px 2px #c9c9c9;
  width: 150px;
  font-weight: bold;
  color: #fff;
  background-color: #143479;
}
.fx-community-cases .fx-community-case .title p {
  margin-bottom: 0;
}
.fx-community-cases .fx-community-case .items {
  padding: 50px 0 10px 0;
  display: flex;
  box-shadow: 0px 0px 11px 4px #cacaca;
  justify-content: center;
  flex-wrap: wrap;
}
.fx-community-cases .fx-community-case .items .item {
  width: calc(33% - 8px);
  margin: 4px;
  flex: 0 0 calc(33% - 8px);
  position: relative;
}
.fx-community-cases .fx-community-case .items .item .text {
  position: absolute;
  background-color: rgba(32, 32, 32, 0.34);
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  right: 0;
  text-align: center;
  line-height: 32px;
  height: 32px;
}
.fx-community-cases .fx-community-case .items .item .image {
  width: 100%;
  height: 160px;
}
.fx-community-cases .fx-community-case .items .item .image img, .fx-community-cases .fx-community-case .items .item .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .fx-community-cases .fx-community-case {
    width: calc(100% - 8px);
    flex: 0 0 calc(100% - 8px);
  }
  .fx-community-cases .fx-community-case .items .item {
    width: calc(100% - 8px);
    flex: 0 0 calc(100% - 8px);
  }
}
.fx-community-demos {
  display: flex;
}
.fx-community-demos .fx-community-demo {
  flex: 0 0 calc(50% - 8px);
  margin: 4px;
  width: calc(50% - 8px);
}
.fx-community-demos .fx-community-demo .title {
  width: 80%;
  margin: 10px auto;
  background-color: #4472c4;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 4px 0;
}
.fx-community-demos .fx-community-demo .items {
  display: flex;
  flex-wrap: wrap;
}
.fx-community-demos .fx-community-demo .items .item {
  width: calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  margin: 4px;
}
.fx-community-demos .fx-community-demo .items .item .text {
  text-align: center;
}
.fx-community-demos .fx-community-demo .items .item .image {
  width: 100%;
  height: 160px;
  text-align: center;
}
.fx-community-demos .fx-community-demo .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fx-community-demos .fx-community-demo .items .item .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .fx-community-demos {
    flex-direction: column;
  }
  .fx-community-demos .fx-community-demo {
    width: calc(100% - 8px);
    flex: 0 0 calc(100% - 8px);
  }
}
.fx-hardware-bg {
  height: 520px;
  overflow: hidden;
  position: relative;
  margin-block-start: 0rem;
}
.fx-hardware-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fx-hardware-bg .fx-hardware-bg-title {
  height: 30px;
  line-height: 30px;
  top: calc(50% - 15px);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
}
.fx-hardware-bg .fx-hardware-bg-title h2 {
  color: #fff;
}
.fx-hardware-bg .fx-hardware-bg-title .subtitle {
  color: #fff;
}
@media (max-width: 991px) {
  .fx-hardware-bg {
    height: 360px;
  }
}
.fx-hardware-header .sub-text {
  font-size: 22px;
}
.fx-menu-ky-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.fx-hardwares {
  margin: 10px 0;
}
.fx-hardwares .fx-hardware-item .fx-hardware-item-title {
  text-align: center;
  padding: 0.4rem 0;
}
.fx-hardwares .fx-hardware-item .fx-hardware-item-content {
  display: flex;
  background-color: #f5f7f9;
  padding: 20px 40px;
}
.fx-hardwares .fx-hardware-item .fx-hardware-item-list {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.fx-hardwares .fx-hardware-item .fx-hardware-item-list .desc {
  font-size: 0.2rem;
  color: #333;
}
.fx-hardwares .fx-hardware-item .fx-hardware-item-list .fx-hardware-highlight {
  flex: 0 0 50%;
  padding: 8px;
  width: 50%;
}
.fx-hardwares .fx-hardware-item .fx-hardware-item-right {
  width: 50%;
}
.fx-hardwares .fx-hardware-item .fx-hardware-item-right img {
  height: 100%;
  object-fit: contain;
}
.fx-hardwares .fx-hardware-item .fx-hardware-link {
  background-color: #0052b3;
  padding: 16px 24px;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 991px) {
  .fx-hardwares .fx-hardware-item .fx-hardware-item-content {
    padding: 10px 20px;
    flex-direction: column-reverse;
    height: 280px;
  }
  .fx-hardwares .fx-hardware-item .fx-hardware-item-right {
    width: 50%;
    flex: 0 1 50%;
    height: 100px;
  }
  .fx-hardwares .fx-hardware-item .fx-hardware-item-list {
    width: 100%;
    flex: 0 1 100%;
  }
  .fx-hardwares .fx-hardware-item .fx-hardware-item-list .desc {
    font-size: 16px;
  }
  .fx-hardwares .fx-hardware-item .fx-hardware-link {
    padding: 4px 8px;
    font-size: 20px;
  }
}
.fx-software-rh-youshi {
  background-color: #f2f2f2;
}
.fx-software-rh-youshi .fx-software-rh-youshi-item {
  padding: 40px 80px;
  display: flex;
  align-items: center;
  height: 240px;
  border-bottom: 1px solid #c9c9c9;
}
.fx-software-rh-youshi .fx-software-rh-youshi-item .fx-software-rh-youshi-item-content {
  flex: 0 0 60%;
}
.fx-software-rh-youshi .fx-software-rh-youshi-item .fx-software-rh-youshi-item-content .desc {
  font-size: 0.2rem;
  color: #9e9e9e;
}
.fx-software-rh-youshi .fx-software-rh-youshi-item .fx-software-rh-youshi-item-icon {
  flex: 0 0 30%;
  text-align: center;
  height: 100%;
}
.fx-software-rh-youshi .fx-software-rh-youshi-item .fx-software-rh-youshi-item-icon .c-image {
  height: 100%;
  object-fit: contain;
}
.fx-software-rh-youshi .fx-software-rh-youshi-item .end {
  text-align: center;
  font-size: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .fx-software-rh-youshi .fx-software-rh-youshi-item {
    padding: 4px 8px;
    align-items: center;
  }
  .fx-software-rh-youshi .fx-software-rh-youshi-item .fx-software-rh-youshi-item-content .desc {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    max-height: 60px;
    display: -webkit-box;
  }
}
.fx-sofrware-collecion {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fx-sofrware-collecion .fx-sofrware-collecion-item {
  width: calc(33% - 20px);
  flex: 0 0 calc(33% - 20px);
  margin: 10px;
  height: 150px;
  text-align: center;
}
.fx-sofrware-collecion .fx-sofrware-collecion-item .c-image {
  height: calc(100% - 30px);
}
.fx-sofrware-collecion .fx-sofrware-collecion-item p {
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .fx-sofrware-collecion .fx-sofrware-collecion-item .c-image {
    height: auto;
  }
}
.fx-about-header {
  height: 360px;
  position: relative;
  overflow: hidden;
}
.fx-about-header .fx-about-header-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.fx-about-header .fx-about-header-title {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20px;
}
.fx-about-block .desc {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.fx-about-block .fx-paragraph {
  text-align: center;
  margin: 0.5rem auto;
  width: 60%;
}
@media (max-width: 991px) {
  .fx-about-block .desc {
    font-size: 12px;
  }
  .fx-about-block .fx-paragraph {
    width: 100%;
  }
}
.fx-about-features {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.fx-about-features .fx-about-feature {
  text-align: center;
}
.fx-about-features .fx-about-feature h3 {
  font-weight: normal;
  font-size: 32px;
  color: var(--bs-blue);
}
@media (max-width: 991px) {
  .fx-about-features {
    flex-direction: column;
  }
}
.fx-about-business {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 300px;
}
.fx-about-business .fx-about-business-image {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: -1;
  height: 100%;
}
.fx-about-business .fx-about-business-image img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .fx-about-business {
    flex-direction: column;
    height: auto;
  }
  .fx-about-business .fx-about-business-image {
    position: relative;
  }
  .fx-about-business .fx-about-business-left, .fx-about-business .fx-about-business-right {
    text-align: center;
  }
}
.fx-address-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx-address-list .fx-address-list-item {
  padding: 40px 40px;
  width: 30%;
  margin: 20px;
  box-shadow: 0 3px 11px 1px rgba(197, 202, 223, 0.3);
}
@media (max-width: 991px) {
  .fx-address-list {
    flex-direction: column;
  }
  .fx-address-list .fx-address-list-item {
    width: 100%;
  }
}
.fx-careers-list .fx-careers-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
  border: 1px solid var(--bs-gray-300);
  padding: 16px 32px;
}
.fx-careers-list .fx-careers-item .fx-careers-item-title {
  font-weight: bold;
  font-size: 20px;
}
.fx-careers-list .fx-careers-item .wp-block-post-title {
  margin-bottom: 0;
  width: 100%;
}
.fx-careers-list .fx-careers-item .wp-block-post-title a {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fx-careers-no-results {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 991px) {
  .fx-about-header {
    height: 185px;
  }
}
.fx-about-news-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  margin: 6px 0;
}
.fx-about-news-filter .filter-item {
  padding: 18px 0px;
  border: 1px solid #dcdcdc;
  margin-right: 10px;
  height: 100%;
  width: 80px;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.fx-about-news-filter .filter-item.active a {
  color: var(--bs-blue);
}
.fx-about-news-filter .filter-input {
  height: 100%;
  display: flex;
}
.fx-about-news-filter .filter-input .input-group {
  height: 100%;
  display: flex;
  border: 1px solid var(--bs-gray-400);
}
.fx-about-news-filter .filter-input .input-group input {
  width: calc(100% - 60px);
  height: 100%;
  border: unset;
}
.fx-about-news-filter .filter-input .input-group input:focus-visible {
  outline: none;
}
.fx-about-news-filter .filter-input .input-group button {
  width: 60px;
  border: unset;
  font-size: 22px;
}
@media (max-width: 991px) {
  .fx-about-news-filter {
    height: 36px;
  }
  .fx-about-news-filter .filter-item {
    width: 60px;
    padding: 8px 0px;
  }
}
.fx-about-news-list .wp-block-post-template .wp-block-post {
  display: flex;
  margin-bottom: 20px;
}
.fx-about-news-list .wp-block-post-template .wp-block-post .wp-block-post-featured-image {
  width: 33%;
}
.fx-about-news-list .fx-about-news-list-item {
  position: relative;
  width: 66%;
  font-size: 18px;
}
.fx-about-news-list .fx-about-news-list-item .wp-block-post-excerpt {
  font-size: 18px;
}
.fx-about-news-list .fx-about-news-list-item .fx-about-news-list-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #8a8a8a;
}
.fx-about-news-list .fx-about-news-list-item .fx-about-news-list-bottom a {
  font-size: 14px;
  color: #8a8a8a;
}
@media (max-width: 991px) {
  .fx-about-news-list {
    flex-direction: column;
  }
  .fx-about-news-list .fx-about-news-list-item {
    width: 66%;
  }
  .fx-about-news-list .fx-about-news-list-item .wp-block-post-title a {
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis;
    font-size: 20px;
  }
  .fx-about-news-list .fx-about-news-list-item .wp-block-post-excerpt {
    display: none;
  }
  .fx-about-news-list .fx-about-news-list-item .fx-about-news-list-bottom {
    position: relative;
  }
}
select,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  width: 100%;
  background: var(--wp--preset--color--input-field);
  border: 1px solid #e9e9e9;
  line-height: 1.75;
  padding: 7px 15px;
  color: var(--wp--preset--color--foreground);
}
select::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  font-size: 17px;
}
body {
  --wp--preset--font-size--large: 0.32rem;
  --wp--preset--font-size--extra-large: 0.4rem;
  --wp--custom--typography--font-size--tiny: 0.16rem;
}
@media (max-width: 991px) {
  body {
    --wp--preset--font-size--large: 32px;
    --wp--preset--font-size--extra-large: 40px;
    --wp--custom--typography--font-size--tiny: 16px;
  }
}
.wp-block-categories {
  list-style: none;
}
.b-gated-inner__title {
  margin: 20px 0;
}
.fx-post-detail {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.fx-post-detail .fx-post-detail-left {
  width: 66%;
}
.fx-post-detail .fx-post-detail-right {
  width: 30%;
}
@media (max-width: 991px) {
  .fx-post-detail {
    flex-direction: column;
  }
  .fx-post-detail .fx-post-detail-left {
    width: 100%;
  }
  .fx-post-detail .fx-post-detail-right {
    width: 100%;
  }
  .fx-post-detail .fx-post-detail-right .fx-sidebar {
    margin-top: 10px;
  }
}
.fx-sidebar .wp-block-categories .cat-item {
  font-size: 18px;
  margin-bottom: 10px;
}
.fx-sidebar .wp-block-categories .cat-item::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  content: "\e799";
  display: inline-block;
  margin-right: 10px;
}
.fx-sidebar .wp-block-categories .cat-item:hover, .fx-sidebar .wp-block-categories .cat-item a:hover {
  color: var(--bs-blue);
}
.fx-sidebar .fx-sidebar-block {
  padding: 20px;
  box-shadow: 0px 0px 1px 1px var(--bs-gray-400);
  overflow: hidden;
}
.fx-sidebar .wp-block-latest-posts__list li {
  height: 48px;
  border-bottom: 1px solid var(--bs-gray-300);
  line-height: 48px;
}
.fx-sidebar .wp-block-latest-posts__list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.fx-sidebar .wp-block-latest-posts__list li a:hover {
  color: var(--bs-blue);
}
.fx-sidebar .tag-cloud-link {
  border: 1px solid var(--bs-gray-300);
  padding: 4px 10px;
}
.fx-sidebar .tag-cloud-link:hover {
  color: var(--bs-blue);
}
.fx-button {
  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: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}