:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #5f5f5f;
  --bs-gray-dark: #323232;
  --bs-gray-100: #f2f2f2;
  --bs-gray-200: #e8e8e8;
  --bs-gray-300: #dedede;
  --bs-gray-400: #d4d4d4;
  --bs-gray-500: #cbcbcb;
  --bs-gray-600: #5f5f5f;
  --bs-gray-700: #414141;
  --bs-gray-800: #323232;
  --bs-gray-900: #1a1a1a;
  --bs-primary: #ff6700;
  --bs-secondary: #14b5d0;
  --bs-success: #17c671;
  --bs-info: #3bafda;
  --bs-warning: #f6bb42;
  --bs-danger: #da4453;
  --bs-light: #dedede;
  --bs-dark: #414141;
  --bs-primary-rgb: 255, 103, 0;
  --bs-secondary-rgb: 20, 181, 208;
  --bs-success-rgb: 23, 198, 113;
  --bs-info-rgb: 59, 175, 218;
  --bs-warning-rgb: 246, 187, 66;
  --bs-danger-rgb: 218, 68, 83;
  --bs-light-rgb: 222, 222, 222;
  --bs-dark-rgb: 65, 65, 65;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 26, 26, 26;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1a1a1a;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dedede;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #ff6700;
  --bs-link-hover-color: #cc5200;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.bs5-wrap .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.bs5-wrap .text-bg-primary {
  color: #000 !important;
  background-color: RGBA(255, 103, 0, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(20, 181, 208, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-success {
  color: #000 !important;
  background-color: RGBA(23, 198, 113, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-info {
  color: #000 !important;
  background-color: RGBA(59, 175, 218, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(246, 187, 66, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-danger {
  color: #000 !important;
  background-color: RGBA(218, 68, 83, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-light {
  color: #000 !important;
  background-color: RGBA(222, 222, 222, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(65, 65, 65, var(--bs-bg-opacity, 1)) !important;
}

.bs5-wrap .link-primary {
  color: #ff6700 !important;
}

.bs5-wrap .link-primary:hover, .bs5-wrap .link-primary:focus {
  color: #ff8533 !important;
}

.bs5-wrap .link-secondary {
  color: #14b5d0 !important;
}

.bs5-wrap .link-secondary:hover, .bs5-wrap .link-secondary:focus {
  color: #43c4d9 !important;
}

.bs5-wrap .link-success {
  color: #17c671 !important;
}

.bs5-wrap .link-success:hover, .bs5-wrap .link-success:focus {
  color: #45d18d !important;
}

.bs5-wrap .link-info {
  color: #3bafda !important;
}

.bs5-wrap .link-info:hover, .bs5-wrap .link-info:focus {
  color: #62bfe1 !important;
}

.bs5-wrap .link-warning {
  color: #f6bb42 !important;
}

.bs5-wrap .link-warning:hover, .bs5-wrap .link-warning:focus {
  color: #f8c968 !important;
}

.bs5-wrap .link-danger {
  color: #da4453 !important;
}

.bs5-wrap .link-danger:hover, .bs5-wrap .link-danger:focus {
  color: #e16975 !important;
}

.bs5-wrap .link-light {
  color: #dedede !important;
}

.bs5-wrap .link-light:hover, .bs5-wrap .link-light:focus {
  color: #e5e5e5 !important;
}

.bs5-wrap .link-dark {
  color: #414141 !important;
}

.bs5-wrap .link-dark:hover, .bs5-wrap .link-dark:focus {
  color: #343434 !important;
}

.bs5-wrap .ratio {
  width: 100%;
  position: relative;
}

.bs5-wrap .ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.bs5-wrap .ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bs5-wrap .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.bs5-wrap .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.bs5-wrap .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.bs5-wrap .ratio-21x9 {
  --bs-aspect-ratio: 42.8571%;
}

.bs5-wrap .fixed-top {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bs5-wrap .fixed-bottom {
  z-index: 1030;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.bs5-wrap .sticky-top {
  z-index: 1020;
  position: sticky;
  top: 0;
}

.bs5-wrap .sticky-bottom {
  z-index: 1020;
  position: sticky;
  bottom: 0;
}

@media (min-width: 576px) {
  .bs5-wrap .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .bs5-wrap .sticky-sm-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .bs5-wrap .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .bs5-wrap .sticky-md-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .bs5-wrap .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .bs5-wrap .sticky-lg-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .bs5-wrap .sticky-xl-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

@media (min-width: 1400px) {
  .bs5-wrap .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

  .bs5-wrap .sticky-xxl-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}

.bs5-wrap .hstack {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.bs5-wrap .vstack {
  flex-direction: column;
  flex: auto;
  align-self: stretch;
  display: flex;
}

.bs5-wrap .visually-hidden, .bs5-wrap .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.bs5-wrap .stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

.bs5-wrap .text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bs5-wrap .vr {
  width: 1px;
  min-height: 1em;
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  display: inline-block;
}

.bs5-wrap .align-baseline {
  vertical-align: baseline !important;
}

.bs5-wrap .align-top {
  vertical-align: top !important;
}

.bs5-wrap .align-middle {
  vertical-align: middle !important;
}

.bs5-wrap .align-bottom {
  vertical-align: bottom !important;
}

.bs5-wrap .align-text-bottom {
  vertical-align: text-bottom !important;
}

.bs5-wrap .align-text-top {
  vertical-align: text-top !important;
}

.bs5-wrap .float-start {
  float: left !important;
}

.bs5-wrap .float-end {
  float: right !important;
}

.bs5-wrap .float-none {
  float: none !important;
}

.bs5-wrap .opacity-0 {
  opacity: 0 !important;
}

.bs5-wrap .opacity-25 {
  opacity: .25 !important;
}

.bs5-wrap .opacity-50 {
  opacity: .5 !important;
}

.bs5-wrap .opacity-75 {
  opacity: .75 !important;
}

.bs5-wrap .opacity-100 {
  opacity: 1 !important;
}

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

.bs5-wrap .overflow-hidden {
  overflow: hidden !important;
}

.bs5-wrap .overflow-visible {
  overflow: visible !important;
}

.bs5-wrap .overflow-scroll {
  overflow: scroll !important;
}

.bs5-wrap .d-inline {
  display: inline !important;
}

.bs5-wrap .d-inline-block {
  display: inline-block !important;
}

.bs5-wrap .d-block {
  display: block !important;
}

.bs5-wrap .d-grid {
  display: grid !important;
}

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

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

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

.bs5-wrap .d-flex {
  display: flex !important;
}

.bs5-wrap .d-inline-flex {
  display: inline-flex !important;
}

.bs5-wrap .d-none {
  display: none !important;
}

.bs5-wrap .shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.bs5-wrap .shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.bs5-wrap .shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

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

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

.bs5-wrap .position-relative {
  position: relative !important;
}

.bs5-wrap .position-absolute {
  position: absolute !important;
}

.bs5-wrap .position-fixed {
  position: fixed !important;
}

.bs5-wrap .position-sticky {
  position: sticky !important;
}

.bs5-wrap .top-0 {
  top: 0 !important;
}

.bs5-wrap .top-50 {
  top: 50% !important;
}

.bs5-wrap .top-100 {
  top: 100% !important;
}

.bs5-wrap .bottom-0 {
  bottom: 0 !important;
}

.bs5-wrap .bottom-50 {
  bottom: 50% !important;
}

.bs5-wrap .bottom-100 {
  bottom: 100% !important;
}

.bs5-wrap .start-0 {
  left: 0 !important;
}

.bs5-wrap .start-50 {
  left: 50% !important;
}

.bs5-wrap .start-100 {
  left: 100% !important;
}

.bs5-wrap .end-0 {
  right: 0 !important;
}

.bs5-wrap .end-50 {
  right: 50% !important;
}

.bs5-wrap .end-100 {
  right: 100% !important;
}

.bs5-wrap .translate-middle {
  transform: translate(-50%, -50%) !important;
}

.bs5-wrap .translate-middle-x {
  transform: translateX(-50%) !important;
}

.bs5-wrap .translate-middle-y {
  transform: translateY(-50%) !important;
}

.bs5-wrap .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bs5-wrap .border-0 {
  border: 0 !important;
}

.bs5-wrap .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bs5-wrap .border-top-0 {
  border-top: 0 !important;
}

.bs5-wrap .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bs5-wrap .border-end-0 {
  border-right: 0 !important;
}

.bs5-wrap .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bs5-wrap .border-bottom-0 {
  border-bottom: 0 !important;
}

.bs5-wrap .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bs5-wrap .border-start-0 {
  border-left: 0 !important;
}

.bs5-wrap .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.bs5-wrap .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.bs5-wrap .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.bs5-wrap .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.bs5-wrap .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.bs5-wrap .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.bs5-wrap .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.bs5-wrap .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.bs5-wrap .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.bs5-wrap .border-1 {
  --bs-border-width: 1px;
}

.bs5-wrap .border-2 {
  --bs-border-width: 2px;
}

.bs5-wrap .border-3 {
  --bs-border-width: 3px;
}

.bs5-wrap .border-4 {
  --bs-border-width: 4px;
}

.bs5-wrap .border-5 {
  --bs-border-width: 5px;
}

.bs5-wrap .border-opacity-10 {
  --bs-border-opacity: .1;
}

.bs5-wrap .border-opacity-25 {
  --bs-border-opacity: .25;
}

.bs5-wrap .border-opacity-50 {
  --bs-border-opacity: .5;
}

.bs5-wrap .border-opacity-75 {
  --bs-border-opacity: .75;
}

.bs5-wrap .border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

.bs5-wrap .w-100 {
  width: 100% !important;
}

.bs5-wrap .w-auto {
  width: auto !important;
}

.bs5-wrap .mw-100 {
  max-width: 100% !important;
}

.bs5-wrap .vw-100 {
  width: 100vw !important;
}

.bs5-wrap .min-vw-100 {
  min-width: 100vw !important;
}

.bs5-wrap .h-25 {
  height: 25% !important;
}

.bs5-wrap .h-50 {
  height: 50% !important;
}

.bs5-wrap .h-75 {
  height: 75% !important;
}

.bs5-wrap .h-100 {
  height: 100% !important;
}

.bs5-wrap .h-auto {
  height: auto !important;
}

.bs5-wrap .mh-100 {
  max-height: 100% !important;
}

.bs5-wrap .vh-100 {
  height: 100vh !important;
}

.bs5-wrap .min-vh-100 {
  min-height: 100vh !important;
}

.bs5-wrap .flex-fill {
  flex: auto !important;
}

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

.bs5-wrap .flex-column {
  flex-direction: column !important;
}

.bs5-wrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}

.bs5-wrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}

.bs5-wrap .flex-grow-0 {
  flex-grow: 0 !important;
}

.bs5-wrap .flex-grow-1 {
  flex-grow: 1 !important;
}

.bs5-wrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}

.bs5-wrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}

.bs5-wrap .flex-wrap {
  flex-wrap: wrap !important;
}

.bs5-wrap .flex-nowrap {
  flex-wrap: nowrap !important;
}

.bs5-wrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.bs5-wrap .justify-content-start {
  justify-content: flex-start !important;
}

.bs5-wrap .justify-content-end {
  justify-content: flex-end !important;
}

.bs5-wrap .justify-content-center {
  justify-content: center !important;
}

.bs5-wrap .justify-content-between {
  justify-content: space-between !important;
}

.bs5-wrap .justify-content-around {
  justify-content: space-around !important;
}

.bs5-wrap .justify-content-evenly {
  justify-content: space-evenly !important;
}

.bs5-wrap .align-items-start {
  align-items: flex-start !important;
}

.bs5-wrap .align-items-end {
  align-items: flex-end !important;
}

.bs5-wrap .align-items-center {
  align-items: center !important;
}

.bs5-wrap .align-items-baseline {
  align-items: baseline !important;
}

.bs5-wrap .align-items-stretch {
  align-items: stretch !important;
}

.bs5-wrap .align-content-start {
  align-content: flex-start !important;
}

.bs5-wrap .align-content-end {
  align-content: flex-end !important;
}

.bs5-wrap .align-content-center {
  align-content: center !important;
}

.bs5-wrap .align-content-between {
  align-content: space-between !important;
}

.bs5-wrap .align-content-around {
  align-content: space-around !important;
}

.bs5-wrap .align-content-stretch {
  align-content: stretch !important;
}

.bs5-wrap .align-self-auto {
  align-self: auto !important;
}

.bs5-wrap .align-self-start {
  align-self: flex-start !important;
}

.bs5-wrap .align-self-end {
  align-self: flex-end !important;
}

.bs5-wrap .align-self-center {
  align-self: center !important;
}

.bs5-wrap .align-self-baseline {
  align-self: baseline !important;
}

.bs5-wrap .align-self-stretch {
  align-self: stretch !important;
}

.bs5-wrap .order-first {
  order: -1 !important;
}

.bs5-wrap .order-0 {
  order: 0 !important;
}

.bs5-wrap .order-1 {
  order: 1 !important;
}

.bs5-wrap .order-2 {
  order: 2 !important;
}

.bs5-wrap .order-3 {
  order: 3 !important;
}

.bs5-wrap .order-4 {
  order: 4 !important;
}

.bs5-wrap .order-5 {
  order: 5 !important;
}

.bs5-wrap .order-last {
  order: 6 !important;
}

.bs5-wrap .m-0 {
  margin: 0 !important;
}

.bs5-wrap .m-1 {
  margin: .25rem !important;
}

.bs5-wrap .m-2 {
  margin: .5rem !important;
}

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

.bs5-wrap .m-4 {
  margin: 1.5rem !important;
}

.bs5-wrap .m-5 {
  margin: 3rem !important;
}

.bs5-wrap .m-auto {
  margin: auto !important;
}

.bs5-wrap .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bs5-wrap .mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.bs5-wrap .mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

.bs5-wrap .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.bs5-wrap .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.bs5-wrap .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.bs5-wrap .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bs5-wrap .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bs5-wrap .my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.bs5-wrap .my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.bs5-wrap .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bs5-wrap .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.bs5-wrap .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.bs5-wrap .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.bs5-wrap .mt-0 {
  margin-top: 0 !important;
}

.bs5-wrap .mt-1 {
  margin-top: .25rem !important;
}

.bs5-wrap .mt-2 {
  margin-top: .5rem !important;
}

.bs5-wrap .mt-3 {
  margin-top: 1rem !important;
}

.bs5-wrap .mt-4 {
  margin-top: 1.5rem !important;
}

.bs5-wrap .mt-5 {
  margin-top: 3rem !important;
}

.bs5-wrap .mt-auto {
  margin-top: auto !important;
}

.bs5-wrap .me-0 {
  margin-right: 0 !important;
}

.bs5-wrap .me-1 {
  margin-right: .25rem !important;
}

.bs5-wrap .me-2 {
  margin-right: .5rem !important;
}

.bs5-wrap .me-3 {
  margin-right: 1rem !important;
}

.bs5-wrap .me-4 {
  margin-right: 1.5rem !important;
}

.bs5-wrap .me-5 {
  margin-right: 3rem !important;
}

.bs5-wrap .me-auto {
  margin-right: auto !important;
}

.bs5-wrap .mb-0 {
  margin-bottom: 0 !important;
}

.bs5-wrap .mb-1 {
  margin-bottom: .25rem !important;
}

.bs5-wrap .mb-2 {
  margin-bottom: .5rem !important;
}

.bs5-wrap .mb-3 {
  margin-bottom: 1rem !important;
}

.bs5-wrap .mb-4 {
  margin-bottom: 1.5rem !important;
}

.bs5-wrap .mb-5 {
  margin-bottom: 3rem !important;
}

.bs5-wrap .mb-auto {
  margin-bottom: auto !important;
}

.bs5-wrap .ms-0 {
  margin-left: 0 !important;
}

.bs5-wrap .ms-1 {
  margin-left: .25rem !important;
}

.bs5-wrap .ms-2 {
  margin-left: .5rem !important;
}

.bs5-wrap .ms-3 {
  margin-left: 1rem !important;
}

.bs5-wrap .ms-4 {
  margin-left: 1.5rem !important;
}

.bs5-wrap .ms-5 {
  margin-left: 3rem !important;
}

.bs5-wrap .ms-auto {
  margin-left: auto !important;
}

.bs5-wrap .p-0 {
  padding: 0 !important;
}

.bs5-wrap .p-1 {
  padding: .25rem !important;
}

.bs5-wrap .p-2 {
  padding: .5rem !important;
}

.bs5-wrap .p-3 {
  padding: 1rem !important;
}

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

.bs5-wrap .p-5 {
  padding: 3rem !important;
}

.bs5-wrap .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bs5-wrap .px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.bs5-wrap .px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.bs5-wrap .px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.bs5-wrap .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.bs5-wrap .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.bs5-wrap .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bs5-wrap .py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.bs5-wrap .py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.bs5-wrap .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bs5-wrap .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.bs5-wrap .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.bs5-wrap .pt-0 {
  padding-top: 0 !important;
}

.bs5-wrap .pt-1 {
  padding-top: .25rem !important;
}

.bs5-wrap .pt-2 {
  padding-top: .5rem !important;
}

.bs5-wrap .pt-3 {
  padding-top: 1rem !important;
}

.bs5-wrap .pt-4 {
  padding-top: 1.5rem !important;
}

.bs5-wrap .pt-5 {
  padding-top: 3rem !important;
}

.bs5-wrap .pe-0 {
  padding-right: 0 !important;
}

.bs5-wrap .pe-1 {
  padding-right: .25rem !important;
}

.bs5-wrap .pe-2 {
  padding-right: .5rem !important;
}

.bs5-wrap .pe-3 {
  padding-right: 1rem !important;
}

.bs5-wrap .pe-4 {
  padding-right: 1.5rem !important;
}

.bs5-wrap .pe-5 {
  padding-right: 3rem !important;
}

.bs5-wrap .pb-0 {
  padding-bottom: 0 !important;
}

.bs5-wrap .pb-1 {
  padding-bottom: .25rem !important;
}

.bs5-wrap .pb-2 {
  padding-bottom: .5rem !important;
}

.bs5-wrap .pb-3 {
  padding-bottom: 1rem !important;
}

.bs5-wrap .pb-4 {
  padding-bottom: 1.5rem !important;
}

.bs5-wrap .pb-5 {
  padding-bottom: 3rem !important;
}

.bs5-wrap .ps-0 {
  padding-left: 0 !important;
}

.bs5-wrap .ps-1 {
  padding-left: .25rem !important;
}

.bs5-wrap .ps-2 {
  padding-left: .5rem !important;
}

.bs5-wrap .ps-3 {
  padding-left: 1rem !important;
}

.bs5-wrap .ps-4 {
  padding-left: 1.5rem !important;
}

.bs5-wrap .ps-5 {
  padding-left: 3rem !important;
}

.bs5-wrap .gap-0 {
  gap: 0 !important;
}

.bs5-wrap .gap-1 {
  gap: .25rem !important;
}

.bs5-wrap .gap-2 {
  gap: .5rem !important;
}

.bs5-wrap .gap-3 {
  gap: 1rem !important;
}

.bs5-wrap .gap-4 {
  gap: 1.5rem !important;
}

.bs5-wrap .gap-5 {
  gap: 3rem !important;
}

.bs5-wrap .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.bs5-wrap .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.bs5-wrap .fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.bs5-wrap .fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.bs5-wrap .fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.bs5-wrap .fs-5 {
  font-size: 1.25rem !important;
}

.bs5-wrap .fs-6 {
  font-size: 1rem !important;
}

.bs5-wrap .fst-italic {
  font-style: italic !important;
}

.bs5-wrap .fst-normal {
  font-style: normal !important;
}

.bs5-wrap .fw-light {
  font-weight: 300 !important;
}

.bs5-wrap .fw-lighter {
  font-weight: lighter !important;
}

.bs5-wrap .fw-normal {
  font-weight: 400 !important;
}

.bs5-wrap .fw-bold {
  font-weight: 700 !important;
}

.bs5-wrap .fw-semibold {
  font-weight: 600 !important;
}

.bs5-wrap .fw-bolder {
  font-weight: bolder !important;
}

.bs5-wrap .lh-1 {
  line-height: 1 !important;
}

.bs5-wrap .lh-sm {
  line-height: 1.25 !important;
}

.bs5-wrap .lh-base {
  line-height: 1.5 !important;
}

.bs5-wrap .lh-lg {
  line-height: 2 !important;
}

.bs5-wrap .text-start {
  text-align: left !important;
}

.bs5-wrap .text-end {
  text-align: right !important;
}

.bs5-wrap .text-center {
  text-align: center !important;
}

.bs5-wrap .text-decoration-none {
  text-decoration: none !important;
}

.bs5-wrap .text-decoration-underline {
  text-decoration: underline !important;
}

.bs5-wrap .text-decoration-line-through {
  text-decoration: line-through !important;
}

.bs5-wrap .text-lowercase {
  text-transform: lowercase !important;
}

.bs5-wrap .text-uppercase {
  text-transform: uppercase !important;
}

.bs5-wrap .text-capitalize {
  text-transform: capitalize !important;
}

.bs5-wrap .text-wrap {
  white-space: normal !important;
}

.bs5-wrap .text-nowrap {
  white-space: nowrap !important;
}

.bs5-wrap .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.bs5-wrap .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.bs5-wrap .text-muted {
  --bs-text-opacity: 1;
  color: #5f5f5f !important;
}

.bs5-wrap .text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.bs5-wrap .text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

.bs5-wrap .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.bs5-wrap .text-opacity-25 {
  --bs-text-opacity: .25;
}

.bs5-wrap .text-opacity-50 {
  --bs-text-opacity: .5;
}

.bs5-wrap .text-opacity-75 {
  --bs-text-opacity: .75;
}

.bs5-wrap .text-opacity-100 {
  --bs-text-opacity: 1;
}

.bs5-wrap .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bs5-wrap .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: #0000 !important;
}

.bs5-wrap .bg-opacity-10 {
  --bs-bg-opacity: .1;
}

.bs5-wrap .bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.bs5-wrap .bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.bs5-wrap .bg-opacity-75 {
  --bs-bg-opacity: .75;
}

.bs5-wrap .bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bs5-wrap .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.bs5-wrap .user-select-all {
  user-select: all !important;
}

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

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

.bs5-wrap .pe-none {
  pointer-events: none !important;
}

.bs5-wrap .pe-auto {
  pointer-events: auto !important;
}

.bs5-wrap .rounded {
  border-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-0 {
  border-radius: 0 !important;
}

.bs5-wrap .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.bs5-wrap .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.bs5-wrap .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.bs5-wrap .rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.bs5-wrap .rounded-circle {
  border-radius: 50% !important;
}

.bs5-wrap .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.bs5-wrap .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.bs5-wrap .visible {
  visibility: visible !important;
}

.bs5-wrap .invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .bs5-wrap .float-sm-start {
    float: left !important;
  }

  .bs5-wrap .float-sm-end {
    float: right !important;
  }

  .bs5-wrap .float-sm-none {
    float: none !important;
  }

  .bs5-wrap .d-sm-inline {
    display: inline !important;
  }

  .bs5-wrap .d-sm-inline-block {
    display: inline-block !important;
  }

  .bs5-wrap .d-sm-block {
    display: block !important;
  }

  .bs5-wrap .d-sm-grid {
    display: grid !important;
  }

  .bs5-wrap .d-sm-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-sm-flex {
    display: flex !important;
  }

  .bs5-wrap .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .bs5-wrap .d-sm-none {
    display: none !important;
  }

  .bs5-wrap .flex-sm-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-sm-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-sm-column {
    flex-direction: column !important;
  }

  .bs5-wrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bs5-wrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bs5-wrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bs5-wrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .bs5-wrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .bs5-wrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bs5-wrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .bs5-wrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .bs5-wrap .justify-content-sm-center {
    justify-content: center !important;
  }

  .bs5-wrap .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .bs5-wrap .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .bs5-wrap .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .bs5-wrap .align-items-sm-start {
    align-items: flex-start !important;
  }

  .bs5-wrap .align-items-sm-end {
    align-items: flex-end !important;
  }

  .bs5-wrap .align-items-sm-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .bs5-wrap .align-content-sm-start {
    align-content: flex-start !important;
  }

  .bs5-wrap .align-content-sm-end {
    align-content: flex-end !important;
  }

  .bs5-wrap .align-content-sm-center {
    align-content: center !important;
  }

  .bs5-wrap .align-content-sm-between {
    align-content: space-between !important;
  }

  .bs5-wrap .align-content-sm-around {
    align-content: space-around !important;
  }

  .bs5-wrap .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-sm-auto {
    align-self: auto !important;
  }

  .bs5-wrap .align-self-sm-start {
    align-self: flex-start !important;
  }

  .bs5-wrap .align-self-sm-end {
    align-self: flex-end !important;
  }

  .bs5-wrap .align-self-sm-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-sm-first {
    order: -1 !important;
  }

  .bs5-wrap .order-sm-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-sm-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-sm-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-sm-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-sm-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-sm-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-sm-last {
    order: 6 !important;
  }

  .bs5-wrap .m-sm-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-sm-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-sm-2 {
    margin: .5rem !important;
  }

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

  .bs5-wrap .m-sm-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-sm-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-sm-auto {
    margin: auto !important;
  }

  .bs5-wrap .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bs5-wrap .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bs5-wrap .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bs5-wrap .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs5-wrap .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs5-wrap .mt-sm-0 {
    margin-top: 0 !important;
  }

  .bs5-wrap .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-sm-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .bs5-wrap .mt-sm-auto {
    margin-top: auto !important;
  }

  .bs5-wrap .me-sm-0 {
    margin-right: 0 !important;
  }

  .bs5-wrap .me-sm-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-sm-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-sm-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-sm-5 {
    margin-right: 3rem !important;
  }

  .bs5-wrap .me-sm-auto {
    margin-right: auto !important;
  }

  .bs5-wrap .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .bs5-wrap .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-sm-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .bs5-wrap .ms-sm-0 {
    margin-left: 0 !important;
  }

  .bs5-wrap .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-sm-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .bs5-wrap .ms-sm-auto {
    margin-left: auto !important;
  }

  .bs5-wrap .p-sm-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-sm-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-sm-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-sm-3 {
    padding: 1rem !important;
  }

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

  .bs5-wrap .p-sm-5 {
    padding: 3rem !important;
  }

  .bs5-wrap .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bs5-wrap .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bs5-wrap .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs5-wrap .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .pt-sm-0 {
    padding-top: 0 !important;
  }

  .bs5-wrap .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-sm-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .bs5-wrap .pe-sm-0 {
    padding-right: 0 !important;
  }

  .bs5-wrap .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-sm-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .bs5-wrap .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .bs5-wrap .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .ps-sm-0 {
    padding-left: 0 !important;
  }

  .bs5-wrap .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-sm-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-sm-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-sm-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-sm-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-sm-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-sm-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-sm-start {
    text-align: left !important;
  }

  .bs5-wrap .text-sm-end {
    text-align: right !important;
  }

  .bs5-wrap .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .bs5-wrap .float-md-start {
    float: left !important;
  }

  .bs5-wrap .float-md-end {
    float: right !important;
  }

  .bs5-wrap .float-md-none {
    float: none !important;
  }

  .bs5-wrap .d-md-inline {
    display: inline !important;
  }

  .bs5-wrap .d-md-inline-block {
    display: inline-block !important;
  }

  .bs5-wrap .d-md-block {
    display: block !important;
  }

  .bs5-wrap .d-md-grid {
    display: grid !important;
  }

  .bs5-wrap .d-md-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-md-flex {
    display: flex !important;
  }

  .bs5-wrap .d-md-inline-flex {
    display: inline-flex !important;
  }

  .bs5-wrap .d-md-none {
    display: none !important;
  }

  .bs5-wrap .flex-md-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-md-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-md-column {
    flex-direction: column !important;
  }

  .bs5-wrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bs5-wrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bs5-wrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bs5-wrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .bs5-wrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .bs5-wrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bs5-wrap .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .bs5-wrap .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .bs5-wrap .justify-content-md-center {
    justify-content: center !important;
  }

  .bs5-wrap .justify-content-md-between {
    justify-content: space-between !important;
  }

  .bs5-wrap .justify-content-md-around {
    justify-content: space-around !important;
  }

  .bs5-wrap .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .bs5-wrap .align-items-md-start {
    align-items: flex-start !important;
  }

  .bs5-wrap .align-items-md-end {
    align-items: flex-end !important;
  }

  .bs5-wrap .align-items-md-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-md-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-md-stretch {
    align-items: stretch !important;
  }

  .bs5-wrap .align-content-md-start {
    align-content: flex-start !important;
  }

  .bs5-wrap .align-content-md-end {
    align-content: flex-end !important;
  }

  .bs5-wrap .align-content-md-center {
    align-content: center !important;
  }

  .bs5-wrap .align-content-md-between {
    align-content: space-between !important;
  }

  .bs5-wrap .align-content-md-around {
    align-content: space-around !important;
  }

  .bs5-wrap .align-content-md-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-md-auto {
    align-self: auto !important;
  }

  .bs5-wrap .align-self-md-start {
    align-self: flex-start !important;
  }

  .bs5-wrap .align-self-md-end {
    align-self: flex-end !important;
  }

  .bs5-wrap .align-self-md-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-md-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-md-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-md-first {
    order: -1 !important;
  }

  .bs5-wrap .order-md-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-md-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-md-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-md-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-md-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-md-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-md-last {
    order: 6 !important;
  }

  .bs5-wrap .m-md-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-md-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-md-2 {
    margin: .5rem !important;
  }

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

  .bs5-wrap .m-md-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-md-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-md-auto {
    margin: auto !important;
  }

  .bs5-wrap .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bs5-wrap .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bs5-wrap .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bs5-wrap .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs5-wrap .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs5-wrap .mt-md-0 {
    margin-top: 0 !important;
  }

  .bs5-wrap .mt-md-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-md-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-md-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-md-5 {
    margin-top: 3rem !important;
  }

  .bs5-wrap .mt-md-auto {
    margin-top: auto !important;
  }

  .bs5-wrap .me-md-0 {
    margin-right: 0 !important;
  }

  .bs5-wrap .me-md-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-md-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-md-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-md-5 {
    margin-right: 3rem !important;
  }

  .bs5-wrap .me-md-auto {
    margin-right: auto !important;
  }

  .bs5-wrap .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .bs5-wrap .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-md-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .mb-md-auto {
    margin-bottom: auto !important;
  }

  .bs5-wrap .ms-md-0 {
    margin-left: 0 !important;
  }

  .bs5-wrap .ms-md-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-md-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-md-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-md-5 {
    margin-left: 3rem !important;
  }

  .bs5-wrap .ms-md-auto {
    margin-left: auto !important;
  }

  .bs5-wrap .p-md-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-md-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-md-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-md-3 {
    padding: 1rem !important;
  }

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

  .bs5-wrap .p-md-5 {
    padding: 3rem !important;
  }

  .bs5-wrap .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bs5-wrap .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bs5-wrap .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs5-wrap .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .pt-md-0 {
    padding-top: 0 !important;
  }

  .bs5-wrap .pt-md-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-md-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-md-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-md-5 {
    padding-top: 3rem !important;
  }

  .bs5-wrap .pe-md-0 {
    padding-right: 0 !important;
  }

  .bs5-wrap .pe-md-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-md-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-md-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-md-5 {
    padding-right: 3rem !important;
  }

  .bs5-wrap .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .bs5-wrap .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .ps-md-0 {
    padding-left: 0 !important;
  }

  .bs5-wrap .ps-md-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-md-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-md-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-md-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-md-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-md-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-md-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-md-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-md-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-md-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-md-start {
    text-align: left !important;
  }

  .bs5-wrap .text-md-end {
    text-align: right !important;
  }

  .bs5-wrap .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .bs5-wrap .float-lg-start {
    float: left !important;
  }

  .bs5-wrap .float-lg-end {
    float: right !important;
  }

  .bs5-wrap .float-lg-none {
    float: none !important;
  }

  .bs5-wrap .d-lg-inline {
    display: inline !important;
  }

  .bs5-wrap .d-lg-inline-block {
    display: inline-block !important;
  }

  .bs5-wrap .d-lg-block {
    display: block !important;
  }

  .bs5-wrap .d-lg-grid {
    display: grid !important;
  }

  .bs5-wrap .d-lg-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-lg-flex {
    display: flex !important;
  }

  .bs5-wrap .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .bs5-wrap .d-lg-none {
    display: none !important;
  }

  .bs5-wrap .flex-lg-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-lg-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-lg-column {
    flex-direction: column !important;
  }

  .bs5-wrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bs5-wrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bs5-wrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bs5-wrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .bs5-wrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .bs5-wrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bs5-wrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .bs5-wrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .bs5-wrap .justify-content-lg-center {
    justify-content: center !important;
  }

  .bs5-wrap .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .bs5-wrap .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .bs5-wrap .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .bs5-wrap .align-items-lg-start {
    align-items: flex-start !important;
  }

  .bs5-wrap .align-items-lg-end {
    align-items: flex-end !important;
  }

  .bs5-wrap .align-items-lg-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .bs5-wrap .align-content-lg-start {
    align-content: flex-start !important;
  }

  .bs5-wrap .align-content-lg-end {
    align-content: flex-end !important;
  }

  .bs5-wrap .align-content-lg-center {
    align-content: center !important;
  }

  .bs5-wrap .align-content-lg-between {
    align-content: space-between !important;
  }

  .bs5-wrap .align-content-lg-around {
    align-content: space-around !important;
  }

  .bs5-wrap .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-lg-auto {
    align-self: auto !important;
  }

  .bs5-wrap .align-self-lg-start {
    align-self: flex-start !important;
  }

  .bs5-wrap .align-self-lg-end {
    align-self: flex-end !important;
  }

  .bs5-wrap .align-self-lg-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-lg-first {
    order: -1 !important;
  }

  .bs5-wrap .order-lg-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-lg-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-lg-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-lg-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-lg-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-lg-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-lg-last {
    order: 6 !important;
  }

  .bs5-wrap .m-lg-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-lg-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-lg-2 {
    margin: .5rem !important;
  }

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

  .bs5-wrap .m-lg-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-lg-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-lg-auto {
    margin: auto !important;
  }

  .bs5-wrap .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bs5-wrap .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bs5-wrap .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bs5-wrap .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs5-wrap .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs5-wrap .mt-lg-0 {
    margin-top: 0 !important;
  }

  .bs5-wrap .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .bs5-wrap .mt-lg-auto {
    margin-top: auto !important;
  }

  .bs5-wrap .me-lg-0 {
    margin-right: 0 !important;
  }

  .bs5-wrap .me-lg-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-lg-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-lg-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-lg-5 {
    margin-right: 3rem !important;
  }

  .bs5-wrap .me-lg-auto {
    margin-right: auto !important;
  }

  .bs5-wrap .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .bs5-wrap .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .bs5-wrap .ms-lg-0 {
    margin-left: 0 !important;
  }

  .bs5-wrap .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-lg-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .bs5-wrap .ms-lg-auto {
    margin-left: auto !important;
  }

  .bs5-wrap .p-lg-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-lg-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-lg-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-lg-3 {
    padding: 1rem !important;
  }

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

  .bs5-wrap .p-lg-5 {
    padding: 3rem !important;
  }

  .bs5-wrap .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bs5-wrap .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bs5-wrap .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs5-wrap .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .pt-lg-0 {
    padding-top: 0 !important;
  }

  .bs5-wrap .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .bs5-wrap .pe-lg-0 {
    padding-right: 0 !important;
  }

  .bs5-wrap .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .bs5-wrap .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .bs5-wrap .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .ps-lg-0 {
    padding-left: 0 !important;
  }

  .bs5-wrap .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-lg-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-lg-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-lg-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-lg-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-lg-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-lg-start {
    text-align: left !important;
  }

  .bs5-wrap .text-lg-end {
    text-align: right !important;
  }

  .bs5-wrap .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .float-xl-start {
    float: left !important;
  }

  .bs5-wrap .float-xl-end {
    float: right !important;
  }

  .bs5-wrap .float-xl-none {
    float: none !important;
  }

  .bs5-wrap .d-xl-inline {
    display: inline !important;
  }

  .bs5-wrap .d-xl-inline-block {
    display: inline-block !important;
  }

  .bs5-wrap .d-xl-block {
    display: block !important;
  }

  .bs5-wrap .d-xl-grid {
    display: grid !important;
  }

  .bs5-wrap .d-xl-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-xl-flex {
    display: flex !important;
  }

  .bs5-wrap .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .bs5-wrap .d-xl-none {
    display: none !important;
  }

  .bs5-wrap .flex-xl-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-xl-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-xl-column {
    flex-direction: column !important;
  }

  .bs5-wrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bs5-wrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bs5-wrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bs5-wrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .bs5-wrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .bs5-wrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bs5-wrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .bs5-wrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .bs5-wrap .justify-content-xl-center {
    justify-content: center !important;
  }

  .bs5-wrap .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .bs5-wrap .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .bs5-wrap .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .bs5-wrap .align-items-xl-start {
    align-items: flex-start !important;
  }

  .bs5-wrap .align-items-xl-end {
    align-items: flex-end !important;
  }

  .bs5-wrap .align-items-xl-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .bs5-wrap .align-content-xl-start {
    align-content: flex-start !important;
  }

  .bs5-wrap .align-content-xl-end {
    align-content: flex-end !important;
  }

  .bs5-wrap .align-content-xl-center {
    align-content: center !important;
  }

  .bs5-wrap .align-content-xl-between {
    align-content: space-between !important;
  }

  .bs5-wrap .align-content-xl-around {
    align-content: space-around !important;
  }

  .bs5-wrap .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-xl-auto {
    align-self: auto !important;
  }

  .bs5-wrap .align-self-xl-start {
    align-self: flex-start !important;
  }

  .bs5-wrap .align-self-xl-end {
    align-self: flex-end !important;
  }

  .bs5-wrap .align-self-xl-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-xl-first {
    order: -1 !important;
  }

  .bs5-wrap .order-xl-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-xl-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-xl-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-xl-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-xl-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-xl-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-xl-last {
    order: 6 !important;
  }

  .bs5-wrap .m-xl-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-xl-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-xl-2 {
    margin: .5rem !important;
  }

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

  .bs5-wrap .m-xl-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-xl-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-xl-auto {
    margin: auto !important;
  }

  .bs5-wrap .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bs5-wrap .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bs5-wrap .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bs5-wrap .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs5-wrap .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs5-wrap .mt-xl-0 {
    margin-top: 0 !important;
  }

  .bs5-wrap .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-xl-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .bs5-wrap .mt-xl-auto {
    margin-top: auto !important;
  }

  .bs5-wrap .me-xl-0 {
    margin-right: 0 !important;
  }

  .bs5-wrap .me-xl-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-xl-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-xl-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-xl-5 {
    margin-right: 3rem !important;
  }

  .bs5-wrap .me-xl-auto {
    margin-right: auto !important;
  }

  .bs5-wrap .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .bs5-wrap .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .bs5-wrap .ms-xl-0 {
    margin-left: 0 !important;
  }

  .bs5-wrap .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .bs5-wrap .ms-xl-auto {
    margin-left: auto !important;
  }

  .bs5-wrap .p-xl-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-xl-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-xl-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-xl-3 {
    padding: 1rem !important;
  }

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

  .bs5-wrap .p-xl-5 {
    padding: 3rem !important;
  }

  .bs5-wrap .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bs5-wrap .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bs5-wrap .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs5-wrap .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .pt-xl-0 {
    padding-top: 0 !important;
  }

  .bs5-wrap .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .bs5-wrap .pe-xl-0 {
    padding-right: 0 !important;
  }

  .bs5-wrap .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .bs5-wrap .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .bs5-wrap .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .ps-xl-0 {
    padding-left: 0 !important;
  }

  .bs5-wrap .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-xl-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-xl-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-xl-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-xl-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-xl-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-xl-start {
    text-align: left !important;
  }

  .bs5-wrap .text-xl-end {
    text-align: right !important;
  }

  .bs5-wrap .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .bs5-wrap .float-xxl-start {
    float: left !important;
  }

  .bs5-wrap .float-xxl-end {
    float: right !important;
  }

  .bs5-wrap .float-xxl-none {
    float: none !important;
  }

  .bs5-wrap .d-xxl-inline {
    display: inline !important;
  }

  .bs5-wrap .d-xxl-inline-block {
    display: inline-block !important;
  }

  .bs5-wrap .d-xxl-block {
    display: block !important;
  }

  .bs5-wrap .d-xxl-grid {
    display: grid !important;
  }

  .bs5-wrap .d-xxl-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-xxl-flex {
    display: flex !important;
  }

  .bs5-wrap .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .bs5-wrap .d-xxl-none {
    display: none !important;
  }

  .bs5-wrap .flex-xxl-fill {
    flex: auto !important;
  }

  .bs5-wrap .flex-xxl-row {
    flex-direction: row !important;
  }

  .bs5-wrap .flex-xxl-column {
    flex-direction: column !important;
  }

  .bs5-wrap .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bs5-wrap .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .bs5-wrap .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .bs5-wrap .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .bs5-wrap .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs5-wrap .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .bs5-wrap .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .bs5-wrap .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .bs5-wrap .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bs5-wrap .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .bs5-wrap .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .bs5-wrap .justify-content-xxl-center {
    justify-content: center !important;
  }

  .bs5-wrap .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .bs5-wrap .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .bs5-wrap .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .bs5-wrap .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .bs5-wrap .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .bs5-wrap .align-items-xxl-center {
    align-items: center !important;
  }

  .bs5-wrap .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .bs5-wrap .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .bs5-wrap .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .bs5-wrap .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .bs5-wrap .align-content-xxl-center {
    align-content: center !important;
  }

  .bs5-wrap .align-content-xxl-between {
    align-content: space-between !important;
  }

  .bs5-wrap .align-content-xxl-around {
    align-content: space-around !important;
  }

  .bs5-wrap .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .bs5-wrap .align-self-xxl-auto {
    align-self: auto !important;
  }

  .bs5-wrap .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .bs5-wrap .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .bs5-wrap .align-self-xxl-center {
    align-self: center !important;
  }

  .bs5-wrap .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .bs5-wrap .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .bs5-wrap .order-xxl-first {
    order: -1 !important;
  }

  .bs5-wrap .order-xxl-0 {
    order: 0 !important;
  }

  .bs5-wrap .order-xxl-1 {
    order: 1 !important;
  }

  .bs5-wrap .order-xxl-2 {
    order: 2 !important;
  }

  .bs5-wrap .order-xxl-3 {
    order: 3 !important;
  }

  .bs5-wrap .order-xxl-4 {
    order: 4 !important;
  }

  .bs5-wrap .order-xxl-5 {
    order: 5 !important;
  }

  .bs5-wrap .order-xxl-last {
    order: 6 !important;
  }

  .bs5-wrap .m-xxl-0 {
    margin: 0 !important;
  }

  .bs5-wrap .m-xxl-1 {
    margin: .25rem !important;
  }

  .bs5-wrap .m-xxl-2 {
    margin: .5rem !important;
  }

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

  .bs5-wrap .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .bs5-wrap .m-xxl-5 {
    margin: 3rem !important;
  }

  .bs5-wrap .m-xxl-auto {
    margin: auto !important;
  }

  .bs5-wrap .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bs5-wrap .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .bs5-wrap .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .bs5-wrap .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs5-wrap .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bs5-wrap .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bs5-wrap .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs5-wrap .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs5-wrap .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .bs5-wrap .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .bs5-wrap .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .bs5-wrap .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .bs5-wrap .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .bs5-wrap .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .bs5-wrap .mt-xxl-auto {
    margin-top: auto !important;
  }

  .bs5-wrap .me-xxl-0 {
    margin-right: 0 !important;
  }

  .bs5-wrap .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .bs5-wrap .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .bs5-wrap .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .bs5-wrap .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .bs5-wrap .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .bs5-wrap .me-xxl-auto {
    margin-right: auto !important;
  }

  .bs5-wrap .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .bs5-wrap .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .bs5-wrap .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .bs5-wrap .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .bs5-wrap .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs5-wrap .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .bs5-wrap .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .bs5-wrap .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .bs5-wrap .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .bs5-wrap .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .bs5-wrap .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .bs5-wrap .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .bs5-wrap .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .bs5-wrap .ms-xxl-auto {
    margin-left: auto !important;
  }

  .bs5-wrap .p-xxl-0 {
    padding: 0 !important;
  }

  .bs5-wrap .p-xxl-1 {
    padding: .25rem !important;
  }

  .bs5-wrap .p-xxl-2 {
    padding: .5rem !important;
  }

  .bs5-wrap .p-xxl-3 {
    padding: 1rem !important;
  }

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

  .bs5-wrap .p-xxl-5 {
    padding: 3rem !important;
  }

  .bs5-wrap .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bs5-wrap .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .bs5-wrap .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .bs5-wrap .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs5-wrap .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bs5-wrap .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs5-wrap .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .bs5-wrap .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .bs5-wrap .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .bs5-wrap .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .bs5-wrap .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .bs5-wrap .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .bs5-wrap .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .bs5-wrap .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .bs5-wrap .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .bs5-wrap .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .bs5-wrap .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .bs5-wrap .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .bs5-wrap .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .bs5-wrap .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .bs5-wrap .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .bs5-wrap .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .bs5-wrap .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs5-wrap .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .bs5-wrap .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .bs5-wrap .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .bs5-wrap .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .bs5-wrap .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .bs5-wrap .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .bs5-wrap .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .bs5-wrap .gap-xxl-0 {
    gap: 0 !important;
  }

  .bs5-wrap .gap-xxl-1 {
    gap: .25rem !important;
  }

  .bs5-wrap .gap-xxl-2 {
    gap: .5rem !important;
  }

  .bs5-wrap .gap-xxl-3 {
    gap: 1rem !important;
  }

  .bs5-wrap .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .bs5-wrap .gap-xxl-5 {
    gap: 3rem !important;
  }

  .bs5-wrap .text-xxl-start {
    text-align: left !important;
  }

  .bs5-wrap .text-xxl-end {
    text-align: right !important;
  }

  .bs5-wrap .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .bs5-wrap .fs-1 {
    font-size: 2.5rem !important;
  }

  .bs5-wrap .fs-2 {
    font-size: 2rem !important;
  }

  .bs5-wrap .fs-3 {
    font-size: 1.75rem !important;
  }

  .bs5-wrap .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .bs5-wrap .d-print-inline {
    display: inline !important;
  }

  .bs5-wrap .d-print-inline-block {
    display: inline-block !important;
  }

  .bs5-wrap .d-print-block {
    display: block !important;
  }

  .bs5-wrap .d-print-grid {
    display: grid !important;
  }

  .bs5-wrap .d-print-table {
    display: table !important;
  }

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

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

  .bs5-wrap .d-print-flex {
    display: flex !important;
  }

  .bs5-wrap .d-print-inline-flex {
    display: inline-flex !important;
  }

  .bs5-wrap .d-print-none {
    display: none !important;
  }
}

.header-style-3 .header-top {
  height: auto;
  padding: 1.25rem 0;
}

.header-style-3 .logo-container {
  width: 286px;
  margin-top: 0;
}

.header-style-3 .right-header-top {
  width: calc(100% - 286px);
  padding-left: 60px;
}

.header-style-3 .customer-container.top {
  margin-bottom: 1.25rem;
  padding-left: 0;
  display: block;
}

.header-style-3 .customer-container.top > .block-table {
  display: flex;
}

.header-style-3 .customer-container.top .header-wishlist .block-title .wishlist-title, .header-style-3 .customer-container.top .header-account .text-customer {
  display: none;
}

.header-style-3 .customer-container.top .header-wishlist {
  height: 48px;
  margin-bottom: 0;
}

.header-style-3 .customer-container.top .header-wishlist .block-title {
  height: 48px;
  width: 48px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
  padding: 10px;
}

.header-style-3 .customer-container.top .header-wishlist .block-title:hover {
  background-color: #f9f9f9;
}

.header-style-3 .customer-container.top .header-wishlist .block-title .count {
  top: 0;
}

.header-style-3 .customer-container.top .header-account {
  height: 48px;
  background-color: #0000;
}

.header-style-3 .customer-container.top .header-account .title-customer {
  height: 48px;
  width: 48px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
  padding: 10px;
}

.header-style-3 .customer-container.top .header-account .title-customer:hover {
  background-color: #f9f9f9;
}

.header-style-3 .customer-container.top .header-account .dropdown-customer {
  z-index: 610;
}

.header-style-3 .customer-container.top .language-currency {
  cursor: pointer;
  z-index: 600;
  position: relative;
  top: 0;
}

.header-style-3 .customer-container.top .language-currency .switcher {
  margin: 0 0 0 15px;
}

.header-style-3 .customer-container.top .language-currency .switcher .switcher-label {
  font-weight: 400;
  display: block;
}

.header-style-3 .customer-container.top .language-currency .switcher .switcher-content {
  background-color: #0000;
  padding: 0;
}

.header-style-3 .search-header {
  z-index: 600;
  padding-top: 0;
  position: relative;
}

.header-style-3 .search-header .block-search .action.search, .header-style-3 .search-header .input-text {
  height: 52px;
}

.header-style-3 .search-header .block-search .action.search {
  border: 1px solid #e5e5e5;
  border-left: 0;
  color: #ff6700 !important;
  background-color: #fff !important;
}

.header-style-3 .mst-searchautocomplete__autocomplete {
  border-color: #ff6700;
}

.header-style-3 .mst-searchautocomplete__item.magento_catalog_product .price-container {
  text-align: right;
}

.header-style-3 .mst-searchautocomplete__item.magento_catalog_product .price-container .price-including-tax .price {
  color: #ff6700;
  font-size: 1.5rem;
}

.header-style-3 .mst-searchautocomplete__item.magento_catalog_product .price-container .price-excluding-tax {
  display: flex;
}

.header-style-3 .mst-searchautocomplete__item.magento_catalog_product .price-container .price-excluding-tax .price {
  margin-left: 5px;
}

.header-style-3 .cart-header-container .minicart-header .action.showcart {
  text-align: left;
  height: 52px;
  width: max-content;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 5px 16px;
  display: block;
}

.header-style-3 .cart-header-container .minicart-header .action.showcart:before {
  float: left;
  margin-right: 10px;
  padding: 8px;
  font-size: 26px;
}

.header-style-3 .cart-header-container .minicart-header .action.showcart .text {
  display: inline;
}

.header-style-3 .cart-header-container .minicart-header .action.showcart .price-minicart {
  float: left;
  height: 100%;
  align-items: center;
  display: flex;
}

.header-style-3 .cart-header-container .minicart-header .action.showcart .price-minicart .subtotal > .label {
  display: none;
}

.header-style-3 .cart-header-container .minicart-header .action.showcart .price-minicart .price-including-tax:before {
  content: "Cart: ";
}

.header-style-3 .cart-header-container .minicart-header .action.showcart .price-minicart .price {
  color: #ff6700;
}

.header-style-3 .cart-header-container .minicart-header .action.showcart .counter.qty {
  top: 2px;
  left: 32px;
}

.header-style-3 .customer-container.bottom {
  padding-left: 10px;
}

.header-style-3 .header-bottom {
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}

.header-style-3 .desktop-menu .horizontal-block {
  float: none;
  width: 100%;
}

.header-style-3 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  height: 50px;
  color: #000;
  padding: 0 15px;
  font-size: 1.625rem;
  line-height: 50px;
}

.header-style-3 .sm_megamenu_wrapper_horizontal_menu .more-items-parent .sm_megamenu_head_item > .sm_megamenu_title > a {
  font-size: 1.75rem;
  font-weight: 400;
  display: block;
}

.header-style-3 .sm_megamenu_wrapper_horizontal_menu .more-items-parent .sm_megamenu_head_item > .sm_megamenu_title > a:hover {
  color: #ff6700;
}

.header-mobile .mobile-top {
  height: 100px;
  background-color: #fff !important;
}

.header-mobile .mobile-top > .container, .header-mobile .mobile-top .mobile-header-content {
  height: 100%;
}

.header-mobile .mobile-top .mobile-menu {
  bottom: 0;
}

.header-mobile .mobile-top .mobile-menu > a {
  height: 100%;
  margin-top: 0;
  padding-top: 32px;
}

.header-mobile .mobile-top .mobile-menu > a span {
  background-color: #14b5d0;
}

.header-mobile .mobile-logo img {
  max-height: 100%;
  max-width: 200px;
}

.header-mobile .minicart-mobile .minicart-wrapper .action.showcart {
  margin-top: 23px;
}

.header-mobile .minicart-mobile .minicart-wrapper .action.showcart:before {
  color: #14b5d0;
}

.header-mobile .sidebar-nav-mobile {
  width: 300px;
}

.list-services-full {
  z-index: 0;
  background-color: #14b5d0;
  margin-top: 3rem;
  position: relative;
}

.list-services-full .list-services {
  background-color: #0000;
  border: none;
}

.list-services-full .list-services .item {
  flex-direction: column;
  align-items: center;
  padding: 15px 5px;
  display: flex;
}

.list-services-full .list-services .item:hover {
  border: none;
}

.list-services-full .list-services .sv-icon {
  width: 80px;
  height: 80px;
  z-index: 1000;
  background: #fff;
  border: 2px solid #14b5d0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  padding: 10px;
  display: flex;
}

.list-services-full .list-services .sv-info {
  color: #fff;
  text-align: center;
  margin-left: 0;
}

.list-services-full .list-services .sv-info .top-sv {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
}

.list-services-full .list-services .sv-info .bottom-sv {
  text-transform: none;
}

.popular-brands .title {
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  font-size: 3.125rem;
  font-weight: 600;
  position: relative;
}

.popular-brands .title:before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #ff6700;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.popular-brands .item a {
  height: 120px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  padding: 1rem;
  display: flex;
}

.popular-brands .item a:hover img {
  opacity: .8;
}

.popular-brands .item img {
  max-height: 100%;
}

.block-categories .cat-wrap .item {
  width: 33.3333%;
}

@media (max-width: 767.98px) {
  .block-categories .cat-wrap .item {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .block-categories .cat-wrap .item {
    width: 100%;
  }
}

.block-categories .cat-wrap .item .content-box {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.block-categories .cat-wrap .item .content-box a {
  flex-direction: column;
  display: flex;
}

.block-categories .cat-wrap .item .content-box .cat-name {
  text-transform: uppercase;
  padding: 2rem 0 0;
  font-size: 2rem;
  font-weight: 600;
}

.block-categories .cat-wrap .item .content-box .child-cat {
  margin-top: auto;
}

.block-categories .cat-wrap .item .content-box .child-cat .cat-title {
  margin-bottom: 0;
  font-weight: 400;
}

.block-categories .cat-wrap .item .content-box .child-cat .cat-title a span {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.block-categories .cat-wrap .item .content-box .child-cat .cat-title a span:after {
  content: "";
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background-color: #ff6700;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  font-family: icomoon, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  transition: all .15s;
  display: flex;
}

@media (prefers-reduced-motion: reduce) {
  .block-categories .cat-wrap .item .content-box .child-cat .cat-title a span:after {
    transition: none;
  }
}

.block-categories .cat-wrap .item .content-box:hover .cat-title a span:after {
  margin-left: 12px;
}

.cat-slider-home .block .block-title, .slider-product-home .block .block-title {
  text-align: center;
}

.cat-slider-home .block .block-title:before, .slider-product-home .block .block-title:before {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.cat-slider-home .block .block-title strong, .slider-product-home .block .block-title strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3.125rem !important;
}

.products-grid .product-item-info .product-item-details {
  padding-bottom: 0;
}

.products-grid .product-item-info .product-item-details .product-item-name {
  font-size: 1.75rem;
}

.products-grid .product-item-info .product-item-details .product-item-name a {
  font-weight: 600;
}

.products-grid .product-item-info .product-item-details .price-box {
  margin: 1.5rem 0;
}

.products-grid .product-item-info .product-item-details .price-box .price-including-tax .price {
  color: #ff6700;
}

.products-grid .product-item-info .product-item-details .product-item-actions {
  width: 100%;
  padding: 0;
  display: block;
}

.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 100%;
}

.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .towishlist, .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .tocompare {
  display: none;
}

.products-grid .action.tocart, .product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart {
  background-color: #14b5d0 !important;
}

.products-grid .action.tocart:hover, .product-info-main .box-tocart .action.tocart:hover, .product-options-bottom .box-tocart .action.tocart:hover {
  background-color: #ff6700 !important;
}

.sidebar .block .block-title {
  padding: 10px 20px 8px;
}

.sidebar .block .block-title strong {
  line-height: normal;
  display: block;
  margin: 0 !important;
}

.product-item .stock.unavailable, .product-item .stock.available, .product-info-main .stock.unavailable, .product-info-main .stock.available {
  font-weight: 400;
  display: flex;
}

.product-item .stock.unavailable:before, .product-item .stock.available:before, .product-info-main .stock.unavailable:before, .product-info-main .stock.available:before {
  vertical-align: middle;
  content: "";
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-right: 2px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  position: relative;
  top: -1px;
  font-family: icomoon, sans-serif !important;
}

.product-item .stock.available, .product-info-main .stock.available {
  color: green;
}

.product-item .stock.available:before, .product-info-main .stock.available:before {
  content: "";
}

.product-item .stock.available .available, .product-info-main .stock.available .available {
  font-size: 1.5rem;
}

.product-item .stock.unavailable, .product-info-main .stock.unavailable {
  color: red;
}

.product-item .stock.unavailable:before, .product-info-main .stock.unavailable:before {
  content: "";
}

.product-info-main .product-brand-logo {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
  display: inline-block;
}

.product-info-main .product-brand-logo img {
  border: 0;
  height: 100% !important;
}

.product-info-main .box-tocart {
  float: none;
  width: 100%;
}

.product-info-main .fieldset {
  display: flex;
}

.product-info-main .fieldset .field.qty {
  margin: 0;
}

.product-info-main .fieldset .field.qty .input-text.qty {
  height: 50px;
}

.product-info-main .fieldset .actions {
  width: 100%;
}

.product-info-main .fieldset .actions .action.tocart {
  width: 100%;
  height: 50px;
}

.product-info-main .product-social-links {
  padding: 0;
}

.product-info-main .product-social-links .action {
  margin-left: 0;
  margin-right: 5px;
}

.price-box .price-final_price .price-including-tax .price {
  color: #ff6700;
}

.title-block-1 .block .block-title {
  margin-bottom: 14px !important;
}

.product.store-usp .store-usp__img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.fieldset .review-legend.legend strong {
  margin-top: 1rem;
}

.product-info-main .page-title-wrapper .page-title {
  font-size: 180%;
}

.product-info-main .product.attribute.overview {
  padding-top: 2rem;
}

.product.info.detailed .product.data.items .item a {
  word-wrap: break-word;
}

.product-options-wrapper .fieldset {
  flex-direction: column;
}

.mpbrand-index-index .autocomplete-suggestions {
  box-shadow: none;
  border-radius: 0;
}

.mpbrand-index-index .autocomplete-suggestions a.shopbybrand-suggestion .shopbybrand-img-responsive {
  width: 80px;
  height: auto;
  object-fit: contain;
  border: 0;
  border-radius: 0;
}

.mpbrand-index-index .autocomplete-suggestions a.shopbybrand-suggestion .shopbybrand-product-name {
  font-size: 16px;
  font-weight: normal;
}

.brand-container .block-brand-search {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  border: 0 !important;
}

.brand-container .block-brand-search .block-title {
  margin-top: 0;
  margin-bottom: 1rem !important;
}

.brand-container .block-brand-search .block-title strong {
  font-size: 100% !important;
}

.brand-container .block-brand-search .block-content {
  margin-bottom: 0;
}

.brand-container .block-brand-search .block-content .mp-searchbox .form-control {
  border-radius: 0;
  padding: 20px !important;
}

.brand-container .block-brand-search .search-btn:before {
  font-size: 22px;
}

.brand-container .block-brand-list ul.brand-options {
  flex-direction: row;
  justify-content: center;
}

.brand-container .block-brand-list .brand-list-content .product-item-info .product-image-wrapper {
  padding-bottom: 60% !important;
}

.brand-container .block-brand-list .brand-list-content .product-item-info .product-image-photo {
  object-fit: scale-down;
  border-radius: 0;
  padding: 10px;
  height: 100% !important;
  box-shadow: none !important;
  border: 0 !important;
}

.brand-container .block-brand-list .brand-list-content .product-item-info .product-item-details {
  padding: 0;
}

.brand-container .block-brand-list .brand-list-content .product-item-info:hover {
  border: 1px solid #ff6700 !important;
}

.brand-container .block-brand-list .brand-list-content .product-item.catStoves_and_Fires {
  display: none;
}

.w-newsletter {
  width: 500px;
}

.w-newsletter .newsletter-image {
  text-align: center;
  float: none;
  width: 100%;
}

.w-newsletter .newsletter-info {
  width: 100%;
  padding: 20px;
}

.w-newsletter .action-newsletter button {
  background-color: #ff6700;
}

.contact-us-container .google-map {
  border: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 0;
}

.contact-us-info .bonus-title strong, .block-contact-form .bonus-title strong {
  font-weight: 400;
}

.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  background: #fff;
}

@media (max-width: 767.98px) {
  .checkout-payment-method .payment-option-title {
    padding: 15px !important;
  }
}

.cart.table-wrapper .item .col.item {
  display: block !important;
}

@media (min-width: 768px) {
  .account .column.main {
    padding-left: 30px !important;
  }
}

.account .column.main a.action {
  color: #ff6700;
}

.account .column.main a.action:hover {
  color: #08c;
}

td.col, th.col {
  width: auto;
}

.account #maincontent .main .box-title > span {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.account #maincontent .main .block .block-title strong {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
}

.account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^="sales-guest-"] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 10px 15px;
  display: block;
  position: relative;
}

.box .box-content {
  min-height: 135px;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 15px;
  font-size: 16px;
}

.box .box-actions {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-top: 0;
  margin: 0;
  padding: 10px 15px;
}

.block-addresses-list .items.addresses .item.actions .action:after, .account .data.table .col.actions .action:after, [class^="sales-guest-"] .data.table .col.actions .action:after, .sales-guest-view .data.table .col.actions .action:after, .block .box-actions .action:after {
  content: "";
  height: 12px;
  vertical-align: -1px;
  border-left: 1px solid #eaeaea;
  margin: 0 9px;
  display: inline-block;
}

.account .sidebar .nav .item, .account .sidebar .nav .item a {
  width: 100%;
}

.category-cms ul.cat-list {
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.category-cms ul.cat-list li {
  max-width: 20%;
  text-align: center;
  flex: 0 0 20%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 7.5px;
  display: flex;
}

@media (max-width: 991.98px) {
  .category-cms ul.cat-list li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

@media (max-width: 767.98px) {
  .category-cms ul.cat-list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 575.98px) {
  .category-cms ul.cat-list li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.category-cms ul.cat-list li a {
  width: 100%;
  position: relative;
}

.category-cms ul.cat-list li a .img {
  height: 160px;
  border: 5px solid #e8e8e8;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex !important;
}

.category-cms ul.cat-list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-cms ul.cat-list li a.no-img img {
  display: none;
}

.category-cms ul.cat-list li a.no-img .product-name {
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.category-cms ul.cat-list li .product-name {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.list-strap-wrap {
  z-index: 0;
  background-color: #14b5d0;
  position: relative;
}

.list-strap-wrap .list-strap-items ul li {
  margin: 0;
  list-style: none;
}

@media (max-width: 767.98px) {
  .list-strap-wrap .list-strap-items ul li {
    width: 50%;
  }
}

.list-strap-wrap .list-strap-items ul li .item {
  flex-direction: column;
  align-items: center;
  padding: 15px 5px;
  display: flex;
}

.list-strap-wrap .list-strap-items ul li .item .sv-icon {
  width: 60px;
  height: 60px;
  z-index: 1000;
  background: #fff;
  border: 2px solid #14b5d0;
  border-radius: 100%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: margin .15s;
  display: flex;
}

@media (min-width: 576px) {
  .list-strap-wrap .list-strap-items ul li .item .sv-icon {
    margin-top: -50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .list-strap-wrap .list-strap-items ul li .item .sv-icon {
    transition: none;
  }
}

.list-strap-wrap .list-strap-items ul li .item .sv-info {
  margin-top: .75rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.list-strap-wrap .list-strap-items ul li .item .sv-info span {
  font-size: 1.75rem;
  display: block;
}

.list-strap-wrap .list-strap-items ul li a.item:hover .sv-icon {
  margin-top: -55px;
}

.list-strap-wrap.list-strap-home-top {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .list-strap-wrap.list-strap-home-top {
    margin-top: 30px;
  }
}

.list-strap-wrap.list-strap-home-top .item .sv-info {
  font-size: 1.5rem !important;
}

.list-strap-wrap.list-strap-home-top .item .sv-info span {
  font-size: 1.25rem !important;
}

@media (max-width: 575.98px) {
  .list-strap-wrap.list-strap-home-top .item {
    flex-direction: row !important;
    padding: 3px 5px 7px !important;
  }

  .list-strap-wrap.list-strap-home-top .item .sv-info {
    text-align: left;
    margin-left: 5px;
    font-size: 1.25rem !important;
  }
}

.list-strap-wrap.list-strap-footer {
  margin-top: 70px;
}

.footer-newsletter {
  color: #fff;
  background-color: #ff6700;
  padding: 2rem 0;
}

.footer-newsletter .newsletter-wrap-footer .newsletter-right {
  flex: auto;
}

.footer-newsletter .newsletter-wrap-footer .newsletter-right .field.newsletter {
  height: 46px;
}

.footer-newsletter .newsletter-wrap-footer .newsletter-right .field.newsletter .control {
  width: 100%;
}

.footer-newsletter .newsletter-wrap-footer .newsletter-right .field.newsletter .control input {
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footer-newsletter .newsletter-wrap-footer .newsletter-right .field.newsletter .action.primary {
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.footer-newsletter .newsletter-wrap-footer .newsletter-right .field.newsletter .mage-error {
  background: #fff;
  border: 1px solid red;
  padding: 5px;
}

.footer-style-1 {
  color: #1a1a1a;
  background-color: #fff;
}

.footer-style-1 a {
  color: #323232;
}

.footer-style-1 .block-footer .block-footer-title {
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.footer-style-1 .social-footer ul li a {
  color: #fff;
  background-color: #14b5d0;
}

.footer-style-1 .footer-top {
  padding-bottom: 0;
}

.footer-style-1 .footer-bottom {
  border-color: #dedede;
}

.footer-style-1 .footer-bottom .footer-payments img {
  max-width: 280px;
}

/*# sourceMappingURL=style-custom-ssd.css.map */
