/*--------------------------------------------------------------
# ../bootstrap-523/scss
--------------------------------------------------------------*/
/*!
 * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 0.5rem !important;
}

.m-10 {
  margin: 1rem !important;
}

.m-15 {
  margin: 1.5rem !important;
}

.m-20 {
  margin: 2rem !important;
}

.m-25 {
  margin: 2.5rem !important;
}

.m-30 {
  margin: 3rem !important;
}

.m-35 {
  margin: 3.5rem !important;
}

.m-40 {
  margin: 4rem !important;
}

.m-45 {
  margin: 4.5rem !important;
}

.m-50 {
  margin: 5rem !important;
}

.m-55 {
  margin: 5.5rem !important;
}

.m-60 {
  margin: 6rem !important;
}

.m-65 {
  margin: 6.5rem !important;
}

.m-70 {
  margin: 7rem !important;
}

.m-75 {
  margin: 7.5rem !important;
}

.m-80 {
  margin: 8rem !important;
}

.m-85 {
  margin: 8.5rem !important;
}

.m-90 {
  margin: 9rem !important;
}

.m-95 {
  margin: 9.5rem !important;
}

.m-100 {
  margin: 10rem !important;
}

.m-190 {
  margin: 10rem !important;
}

.m-200 {
  margin: 20rem !important;
}

.m-205 {
  margin: 20.5rem !important;
}

.m-210 {
  margin: 21rem !important;
}

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

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

.mx-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-15 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-20 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-25 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-30 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-35 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-40 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-45 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-50 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-55 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-65 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.mx-70 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-75 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-80 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-85 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.mx-90 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-95 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.mx-100 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-190 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-200 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.mx-205 {
  margin-right: 20.5rem !important;
  margin-left: 20.5rem !important;
}

.mx-210 {
  margin-right: 21rem !important;
  margin-left: 21rem !important;
}

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

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

.my-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-190 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-200 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-205 {
  margin-top: 20.5rem !important;
  margin-bottom: 20.5rem !important;
}

.my-210 {
  margin-top: 21rem !important;
  margin-bottom: 21rem !important;
}

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

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

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-190 {
  margin-top: 10rem !important;
}

.mt-200 {
  margin-top: 20rem !important;
}

.mt-205 {
  margin-top: 20.5rem !important;
}

.mt-210 {
  margin-top: 21rem !important;
}

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

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

.me-5 {
  margin-right: 0.5rem !important;
}

.me-10 {
  margin-right: 1rem !important;
}

.me-15 {
  margin-right: 1.5rem !important;
}

.me-20 {
  margin-right: 2rem !important;
}

.me-25 {
  margin-right: 2.5rem !important;
}

.me-30 {
  margin-right: 3rem !important;
}

.me-35 {
  margin-right: 3.5rem !important;
}

.me-40 {
  margin-right: 4rem !important;
}

.me-45 {
  margin-right: 4.5rem !important;
}

.me-50 {
  margin-right: 5rem !important;
}

.me-55 {
  margin-right: 5.5rem !important;
}

.me-60 {
  margin-right: 6rem !important;
}

.me-65 {
  margin-right: 6.5rem !important;
}

.me-70 {
  margin-right: 7rem !important;
}

.me-75 {
  margin-right: 7.5rem !important;
}

.me-80 {
  margin-right: 8rem !important;
}

.me-85 {
  margin-right: 8.5rem !important;
}

.me-90 {
  margin-right: 9rem !important;
}

.me-95 {
  margin-right: 9.5rem !important;
}

.me-100 {
  margin-right: 10rem !important;
}

.me-190 {
  margin-right: 10rem !important;
}

.me-200 {
  margin-right: 20rem !important;
}

.me-205 {
  margin-right: 20.5rem !important;
}

.me-210 {
  margin-right: 21rem !important;
}

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

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

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-190 {
  margin-bottom: 10rem !important;
}

.mb-200 {
  margin-bottom: 20rem !important;
}

.mb-205 {
  margin-bottom: 20.5rem !important;
}

.mb-210 {
  margin-bottom: 21rem !important;
}

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

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

.ms-5 {
  margin-left: 0.5rem !important;
}

.ms-10 {
  margin-left: 1rem !important;
}

.ms-15 {
  margin-left: 1.5rem !important;
}

.ms-20 {
  margin-left: 2rem !important;
}

.ms-25 {
  margin-left: 2.5rem !important;
}

.ms-30 {
  margin-left: 3rem !important;
}

.ms-35 {
  margin-left: 3.5rem !important;
}

.ms-40 {
  margin-left: 4rem !important;
}

.ms-45 {
  margin-left: 4.5rem !important;
}

.ms-50 {
  margin-left: 5rem !important;
}

.ms-55 {
  margin-left: 5.5rem !important;
}

.ms-60 {
  margin-left: 6rem !important;
}

.ms-65 {
  margin-left: 6.5rem !important;
}

.ms-70 {
  margin-left: 7rem !important;
}

.ms-75 {
  margin-left: 7.5rem !important;
}

.ms-80 {
  margin-left: 8rem !important;
}

.ms-85 {
  margin-left: 8.5rem !important;
}

.ms-90 {
  margin-left: 9rem !important;
}

.ms-95 {
  margin-left: 9.5rem !important;
}

.ms-100 {
  margin-left: 10rem !important;
}

.ms-190 {
  margin-left: 10rem !important;
}

.ms-200 {
  margin-left: 20rem !important;
}

.ms-205 {
  margin-left: 20.5rem !important;
}

.ms-210 {
  margin-left: 21rem !important;
}

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

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

.p-5 {
  padding: 0.5rem !important;
}

.p-10 {
  padding: 1rem !important;
}

.p-15 {
  padding: 1.5rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.p-25 {
  padding: 2.5rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.p-35 {
  padding: 3.5rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.p-45 {
  padding: 4.5rem !important;
}

.p-50 {
  padding: 5rem !important;
}

.p-55 {
  padding: 5.5rem !important;
}

.p-60 {
  padding: 6rem !important;
}

.p-65 {
  padding: 6.5rem !important;
}

.p-70 {
  padding: 7rem !important;
}

.p-75 {
  padding: 7.5rem !important;
}

.p-80 {
  padding: 8rem !important;
}

.p-85 {
  padding: 8.5rem !important;
}

.p-90 {
  padding: 9rem !important;
}

.p-95 {
  padding: 9.5rem !important;
}

.p-100 {
  padding: 10rem !important;
}

.p-190 {
  padding: 10rem !important;
}

.p-200 {
  padding: 20rem !important;
}

.p-205 {
  padding: 20.5rem !important;
}

.p-210 {
  padding: 21rem !important;
}

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

.px-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-15 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-25 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-30 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-35 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-45 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-55 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-65 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-70 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-75 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-80 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-85 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.px-90 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-95 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.px-100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-190 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-200 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-205 {
  padding-right: 20.5rem !important;
  padding-left: 20.5rem !important;
}

.px-210 {
  padding-right: 21rem !important;
  padding-left: 21rem !important;
}

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

.py-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.py-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-190 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-200 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-205 {
  padding-top: 20.5rem !important;
  padding-bottom: 20.5rem !important;
}

.py-210 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important;
}

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

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-55 {
  padding-top: 5.5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-65 {
  padding-top: 6.5rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-75 {
  padding-top: 7.5rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-85 {
  padding-top: 8.5rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-95 {
  padding-top: 9.5rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-190 {
  padding-top: 10rem !important;
}

.pt-200 {
  padding-top: 20rem !important;
}

.pt-205 {
  padding-top: 20.5rem !important;
}

.pt-210 {
  padding-top: 21rem !important;
}

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

.pe-5 {
  padding-right: 0.5rem !important;
}

.pe-10 {
  padding-right: 1rem !important;
}

.pe-15 {
  padding-right: 1.5rem !important;
}

.pe-20 {
  padding-right: 2rem !important;
}

.pe-25 {
  padding-right: 2.5rem !important;
}

.pe-30 {
  padding-right: 3rem !important;
}

.pe-35 {
  padding-right: 3.5rem !important;
}

.pe-40 {
  padding-right: 4rem !important;
}

.pe-45 {
  padding-right: 4.5rem !important;
}

.pe-50 {
  padding-right: 5rem !important;
}

.pe-55 {
  padding-right: 5.5rem !important;
}

.pe-60 {
  padding-right: 6rem !important;
}

.pe-65 {
  padding-right: 6.5rem !important;
}

.pe-70 {
  padding-right: 7rem !important;
}

.pe-75 {
  padding-right: 7.5rem !important;
}

.pe-80 {
  padding-right: 8rem !important;
}

.pe-85 {
  padding-right: 8.5rem !important;
}

.pe-90 {
  padding-right: 9rem !important;
}

.pe-95 {
  padding-right: 9.5rem !important;
}

.pe-100 {
  padding-right: 10rem !important;
}

.pe-190 {
  padding-right: 10rem !important;
}

.pe-200 {
  padding-right: 20rem !important;
}

.pe-205 {
  padding-right: 20.5rem !important;
}

.pe-210 {
  padding-right: 21rem !important;
}

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

.pb-5 {
  padding-bottom: 0.5rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-55 {
  padding-bottom: 5.5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-65 {
  padding-bottom: 6.5rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-75 {
  padding-bottom: 7.5rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-85 {
  padding-bottom: 8.5rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-95 {
  padding-bottom: 9.5rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-190 {
  padding-bottom: 10rem !important;
}

.pb-200 {
  padding-bottom: 20rem !important;
}

.pb-205 {
  padding-bottom: 20.5rem !important;
}

.pb-210 {
  padding-bottom: 21rem !important;
}

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

.ps-5 {
  padding-left: 0.5rem !important;
}

.ps-10 {
  padding-left: 1rem !important;
}

.ps-15 {
  padding-left: 1.5rem !important;
}

.ps-20 {
  padding-left: 2rem !important;
}

.ps-25 {
  padding-left: 2.5rem !important;
}

.ps-30 {
  padding-left: 3rem !important;
}

.ps-35 {
  padding-left: 3.5rem !important;
}

.ps-40 {
  padding-left: 4rem !important;
}

.ps-45 {
  padding-left: 4.5rem !important;
}

.ps-50 {
  padding-left: 5rem !important;
}

.ps-55 {
  padding-left: 5.5rem !important;
}

.ps-60 {
  padding-left: 6rem !important;
}

.ps-65 {
  padding-left: 6.5rem !important;
}

.ps-70 {
  padding-left: 7rem !important;
}

.ps-75 {
  padding-left: 7.5rem !important;
}

.ps-80 {
  padding-left: 8rem !important;
}

.ps-85 {
  padding-left: 8.5rem !important;
}

.ps-90 {
  padding-left: 9rem !important;
}

.ps-95 {
  padding-left: 9.5rem !important;
}

.ps-100 {
  padding-left: 10rem !important;
}

.ps-190 {
  padding-left: 10rem !important;
}

.ps-200 {
  padding-left: 20rem !important;
}

.ps-205 {
  padding-left: 20.5rem !important;
}

.ps-210 {
  padding-left: 21rem !important;
}

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

.gap-5 {
  gap: 0.5rem !important;
}

.gap-10 {
  gap: 1rem !important;
}

.gap-15 {
  gap: 1.5rem !important;
}

.gap-20 {
  gap: 2rem !important;
}

.gap-25 {
  gap: 2.5rem !important;
}

.gap-30 {
  gap: 3rem !important;
}

.gap-35 {
  gap: 3.5rem !important;
}

.gap-40 {
  gap: 4rem !important;
}

.gap-45 {
  gap: 4.5rem !important;
}

.gap-50 {
  gap: 5rem !important;
}

.gap-55 {
  gap: 5.5rem !important;
}

.gap-60 {
  gap: 6rem !important;
}

.gap-65 {
  gap: 6.5rem !important;
}

.gap-70 {
  gap: 7rem !important;
}

.gap-75 {
  gap: 7.5rem !important;
}

.gap-80 {
  gap: 8rem !important;
}

.gap-85 {
  gap: 8.5rem !important;
}

.gap-90 {
  gap: 9rem !important;
}

.gap-95 {
  gap: 9.5rem !important;
}

.gap-100 {
  gap: 10rem !important;
}

.gap-190 {
  gap: 10rem !important;
}

.gap-200 {
  gap: 20rem !important;
}

.gap-205 {
  gap: 20.5rem !important;
}

.gap-210 {
  gap: 21rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 0.5rem !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .m-sm-25 {
    margin: 2.5rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .m-sm-35 {
    margin: 3.5rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .m-sm-45 {
    margin: 4.5rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .m-sm-55 {
    margin: 5.5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .m-sm-65 {
    margin: 6.5rem !important;
  }
  .m-sm-70 {
    margin: 7rem !important;
  }
  .m-sm-75 {
    margin: 7.5rem !important;
  }
  .m-sm-80 {
    margin: 8rem !important;
  }
  .m-sm-85 {
    margin: 8.5rem !important;
  }
  .m-sm-90 {
    margin: 9rem !important;
  }
  .m-sm-95 {
    margin: 9.5rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .m-sm-190 {
    margin: 10rem !important;
  }
  .m-sm-200 {
    margin: 20rem !important;
  }
  .m-sm-205 {
    margin: 20.5rem !important;
  }
  .m-sm-210 {
    margin: 21rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-sm-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-sm-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-190 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-205 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !important;
  }
  .mx-sm-210 {
    margin-right: 21rem !important;
    margin-left: 21rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-sm-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-sm-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-190 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .my-sm-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 1rem !important;
  }
  .mt-sm-15 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-20 {
    margin-top: 2rem !important;
  }
  .mt-sm-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-30 {
    margin-top: 3rem !important;
  }
  .mt-sm-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mt-sm-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-50 {
    margin-top: 5rem !important;
  }
  .mt-sm-55 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mt-sm-65 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-70 {
    margin-top: 7rem !important;
  }
  .mt-sm-75 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-80 {
    margin-top: 8rem !important;
  }
  .mt-sm-85 {
    margin-top: 8.5rem !important;
  }
  .mt-sm-90 {
    margin-top: 9rem !important;
  }
  .mt-sm-95 {
    margin-top: 9.5rem !important;
  }
  .mt-sm-100 {
    margin-top: 10rem !important;
  }
  .mt-sm-190 {
    margin-top: 10rem !important;
  }
  .mt-sm-200 {
    margin-top: 20rem !important;
  }
  .mt-sm-205 {
    margin-top: 20.5rem !important;
  }
  .mt-sm-210 {
    margin-top: 21rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-5 {
    margin-right: 0.5rem !important;
  }
  .me-sm-10 {
    margin-right: 1rem !important;
  }
  .me-sm-15 {
    margin-right: 1.5rem !important;
  }
  .me-sm-20 {
    margin-right: 2rem !important;
  }
  .me-sm-25 {
    margin-right: 2.5rem !important;
  }
  .me-sm-30 {
    margin-right: 3rem !important;
  }
  .me-sm-35 {
    margin-right: 3.5rem !important;
  }
  .me-sm-40 {
    margin-right: 4rem !important;
  }
  .me-sm-45 {
    margin-right: 4.5rem !important;
  }
  .me-sm-50 {
    margin-right: 5rem !important;
  }
  .me-sm-55 {
    margin-right: 5.5rem !important;
  }
  .me-sm-60 {
    margin-right: 6rem !important;
  }
  .me-sm-65 {
    margin-right: 6.5rem !important;
  }
  .me-sm-70 {
    margin-right: 7rem !important;
  }
  .me-sm-75 {
    margin-right: 7.5rem !important;
  }
  .me-sm-80 {
    margin-right: 8rem !important;
  }
  .me-sm-85 {
    margin-right: 8.5rem !important;
  }
  .me-sm-90 {
    margin-right: 9rem !important;
  }
  .me-sm-95 {
    margin-right: 9.5rem !important;
  }
  .me-sm-100 {
    margin-right: 10rem !important;
  }
  .me-sm-190 {
    margin-right: 10rem !important;
  }
  .me-sm-200 {
    margin-right: 20rem !important;
  }
  .me-sm-205 {
    margin-right: 20.5rem !important;
  }
  .me-sm-210 {
    margin-right: 21rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-190 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-205 {
    margin-bottom: 20.5rem !important;
  }
  .mb-sm-210 {
    margin-bottom: 21rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-5 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 1rem !important;
  }
  .ms-sm-15 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-20 {
    margin-left: 2rem !important;
  }
  .ms-sm-25 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-30 {
    margin-left: 3rem !important;
  }
  .ms-sm-35 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-40 {
    margin-left: 4rem !important;
  }
  .ms-sm-45 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-50 {
    margin-left: 5rem !important;
  }
  .ms-sm-55 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-60 {
    margin-left: 6rem !important;
  }
  .ms-sm-65 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-70 {
    margin-left: 7rem !important;
  }
  .ms-sm-75 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-80 {
    margin-left: 8rem !important;
  }
  .ms-sm-85 {
    margin-left: 8.5rem !important;
  }
  .ms-sm-90 {
    margin-left: 9rem !important;
  }
  .ms-sm-95 {
    margin-left: 9.5rem !important;
  }
  .ms-sm-100 {
    margin-left: 10rem !important;
  }
  .ms-sm-190 {
    margin-left: 10rem !important;
  }
  .ms-sm-200 {
    margin-left: 20rem !important;
  }
  .ms-sm-205 {
    margin-left: 20.5rem !important;
  }
  .ms-sm-210 {
    margin-left: 21rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 0.5rem !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .p-sm-25 {
    padding: 2.5rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .p-sm-35 {
    padding: 3.5rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .p-sm-45 {
    padding: 4.5rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .p-sm-55 {
    padding: 5.5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .p-sm-65 {
    padding: 6.5rem !important;
  }
  .p-sm-70 {
    padding: 7rem !important;
  }
  .p-sm-75 {
    padding: 7.5rem !important;
  }
  .p-sm-80 {
    padding: 8rem !important;
  }
  .p-sm-85 {
    padding: 8.5rem !important;
  }
  .p-sm-90 {
    padding: 9rem !important;
  }
  .p-sm-95 {
    padding: 9.5rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .p-sm-190 {
    padding: 10rem !important;
  }
  .p-sm-200 {
    padding: 20rem !important;
  }
  .p-sm-205 {
    padding: 20.5rem !important;
  }
  .p-sm-210 {
    padding: 21rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-sm-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-sm-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-190 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-205 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }
  .px-sm-210 {
    padding-right: 21rem !important;
    padding-left: 21rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-sm-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-190 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .py-sm-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 1rem !important;
  }
  .pt-sm-15 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-20 {
    padding-top: 2rem !important;
  }
  .pt-sm-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-30 {
    padding-top: 3rem !important;
  }
  .pt-sm-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-40 {
    padding-top: 4rem !important;
  }
  .pt-sm-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-50 {
    padding-top: 5rem !important;
  }
  .pt-sm-55 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-60 {
    padding-top: 6rem !important;
  }
  .pt-sm-65 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-70 {
    padding-top: 7rem !important;
  }
  .pt-sm-75 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-80 {
    padding-top: 8rem !important;
  }
  .pt-sm-85 {
    padding-top: 8.5rem !important;
  }
  .pt-sm-90 {
    padding-top: 9rem !important;
  }
  .pt-sm-95 {
    padding-top: 9.5rem !important;
  }
  .pt-sm-100 {
    padding-top: 10rem !important;
  }
  .pt-sm-190 {
    padding-top: 10rem !important;
  }
  .pt-sm-200 {
    padding-top: 20rem !important;
  }
  .pt-sm-205 {
    padding-top: 20.5rem !important;
  }
  .pt-sm-210 {
    padding-top: 21rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-5 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 1rem !important;
  }
  .pe-sm-15 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-20 {
    padding-right: 2rem !important;
  }
  .pe-sm-25 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-30 {
    padding-right: 3rem !important;
  }
  .pe-sm-35 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-40 {
    padding-right: 4rem !important;
  }
  .pe-sm-45 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-50 {
    padding-right: 5rem !important;
  }
  .pe-sm-55 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-60 {
    padding-right: 6rem !important;
  }
  .pe-sm-65 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-70 {
    padding-right: 7rem !important;
  }
  .pe-sm-75 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-80 {
    padding-right: 8rem !important;
  }
  .pe-sm-85 {
    padding-right: 8.5rem !important;
  }
  .pe-sm-90 {
    padding-right: 9rem !important;
  }
  .pe-sm-95 {
    padding-right: 9.5rem !important;
  }
  .pe-sm-100 {
    padding-right: 10rem !important;
  }
  .pe-sm-190 {
    padding-right: 10rem !important;
  }
  .pe-sm-200 {
    padding-right: 20rem !important;
  }
  .pe-sm-205 {
    padding-right: 20.5rem !important;
  }
  .pe-sm-210 {
    padding-right: 21rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-190 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-205 {
    padding-bottom: 20.5rem !important;
  }
  .pb-sm-210 {
    padding-bottom: 21rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-5 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 1rem !important;
  }
  .ps-sm-15 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-20 {
    padding-left: 2rem !important;
  }
  .ps-sm-25 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-30 {
    padding-left: 3rem !important;
  }
  .ps-sm-35 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-40 {
    padding-left: 4rem !important;
  }
  .ps-sm-45 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-50 {
    padding-left: 5rem !important;
  }
  .ps-sm-55 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-60 {
    padding-left: 6rem !important;
  }
  .ps-sm-65 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-70 {
    padding-left: 7rem !important;
  }
  .ps-sm-75 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-80 {
    padding-left: 8rem !important;
  }
  .ps-sm-85 {
    padding-left: 8.5rem !important;
  }
  .ps-sm-90 {
    padding-left: 9rem !important;
  }
  .ps-sm-95 {
    padding-left: 9.5rem !important;
  }
  .ps-sm-100 {
    padding-left: 10rem !important;
  }
  .ps-sm-190 {
    padding-left: 10rem !important;
  }
  .ps-sm-200 {
    padding-left: 20rem !important;
  }
  .ps-sm-205 {
    padding-left: 20.5rem !important;
  }
  .ps-sm-210 {
    padding-left: 21rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-5 {
    gap: 0.5rem !important;
  }
  .gap-sm-10 {
    gap: 1rem !important;
  }
  .gap-sm-15 {
    gap: 1.5rem !important;
  }
  .gap-sm-20 {
    gap: 2rem !important;
  }
  .gap-sm-25 {
    gap: 2.5rem !important;
  }
  .gap-sm-30 {
    gap: 3rem !important;
  }
  .gap-sm-35 {
    gap: 3.5rem !important;
  }
  .gap-sm-40 {
    gap: 4rem !important;
  }
  .gap-sm-45 {
    gap: 4.5rem !important;
  }
  .gap-sm-50 {
    gap: 5rem !important;
  }
  .gap-sm-55 {
    gap: 5.5rem !important;
  }
  .gap-sm-60 {
    gap: 6rem !important;
  }
  .gap-sm-65 {
    gap: 6.5rem !important;
  }
  .gap-sm-70 {
    gap: 7rem !important;
  }
  .gap-sm-75 {
    gap: 7.5rem !important;
  }
  .gap-sm-80 {
    gap: 8rem !important;
  }
  .gap-sm-85 {
    gap: 8.5rem !important;
  }
  .gap-sm-90 {
    gap: 9rem !important;
  }
  .gap-sm-95 {
    gap: 9.5rem !important;
  }
  .gap-sm-100 {
    gap: 10rem !important;
  }
  .gap-sm-190 {
    gap: 10rem !important;
  }
  .gap-sm-200 {
    gap: 20rem !important;
  }
  .gap-sm-205 {
    gap: 20.5rem !important;
  }
  .gap-sm-210 {
    gap: 21rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 0.5rem !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .m-md-25 {
    margin: 2.5rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .m-md-35 {
    margin: 3.5rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .m-md-45 {
    margin: 4.5rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .m-md-55 {
    margin: 5.5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .m-md-65 {
    margin: 6.5rem !important;
  }
  .m-md-70 {
    margin: 7rem !important;
  }
  .m-md-75 {
    margin: 7.5rem !important;
  }
  .m-md-80 {
    margin: 8rem !important;
  }
  .m-md-85 {
    margin: 8.5rem !important;
  }
  .m-md-90 {
    margin: 9rem !important;
  }
  .m-md-95 {
    margin: 9.5rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .m-md-190 {
    margin: 10rem !important;
  }
  .m-md-200 {
    margin: 20rem !important;
  }
  .m-md-205 {
    margin: 20.5rem !important;
  }
  .m-md-210 {
    margin: 21rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-md-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-md-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-190 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-205 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !important;
  }
  .mx-md-210 {
    margin-right: 21rem !important;
    margin-left: 21rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-190 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .my-md-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-10 {
    margin-top: 1rem !important;
  }
  .mt-md-15 {
    margin-top: 1.5rem !important;
  }
  .mt-md-20 {
    margin-top: 2rem !important;
  }
  .mt-md-25 {
    margin-top: 2.5rem !important;
  }
  .mt-md-30 {
    margin-top: 3rem !important;
  }
  .mt-md-35 {
    margin-top: 3.5rem !important;
  }
  .mt-md-40 {
    margin-top: 4rem !important;
  }
  .mt-md-45 {
    margin-top: 4.5rem !important;
  }
  .mt-md-50 {
    margin-top: 5rem !important;
  }
  .mt-md-55 {
    margin-top: 5.5rem !important;
  }
  .mt-md-60 {
    margin-top: 6rem !important;
  }
  .mt-md-65 {
    margin-top: 6.5rem !important;
  }
  .mt-md-70 {
    margin-top: 7rem !important;
  }
  .mt-md-75 {
    margin-top: 7.5rem !important;
  }
  .mt-md-80 {
    margin-top: 8rem !important;
  }
  .mt-md-85 {
    margin-top: 8.5rem !important;
  }
  .mt-md-90 {
    margin-top: 9rem !important;
  }
  .mt-md-95 {
    margin-top: 9.5rem !important;
  }
  .mt-md-100 {
    margin-top: 10rem !important;
  }
  .mt-md-190 {
    margin-top: 10rem !important;
  }
  .mt-md-200 {
    margin-top: 20rem !important;
  }
  .mt-md-205 {
    margin-top: 20.5rem !important;
  }
  .mt-md-210 {
    margin-top: 21rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-5 {
    margin-right: 0.5rem !important;
  }
  .me-md-10 {
    margin-right: 1rem !important;
  }
  .me-md-15 {
    margin-right: 1.5rem !important;
  }
  .me-md-20 {
    margin-right: 2rem !important;
  }
  .me-md-25 {
    margin-right: 2.5rem !important;
  }
  .me-md-30 {
    margin-right: 3rem !important;
  }
  .me-md-35 {
    margin-right: 3.5rem !important;
  }
  .me-md-40 {
    margin-right: 4rem !important;
  }
  .me-md-45 {
    margin-right: 4.5rem !important;
  }
  .me-md-50 {
    margin-right: 5rem !important;
  }
  .me-md-55 {
    margin-right: 5.5rem !important;
  }
  .me-md-60 {
    margin-right: 6rem !important;
  }
  .me-md-65 {
    margin-right: 6.5rem !important;
  }
  .me-md-70 {
    margin-right: 7rem !important;
  }
  .me-md-75 {
    margin-right: 7.5rem !important;
  }
  .me-md-80 {
    margin-right: 8rem !important;
  }
  .me-md-85 {
    margin-right: 8.5rem !important;
  }
  .me-md-90 {
    margin-right: 9rem !important;
  }
  .me-md-95 {
    margin-right: 9.5rem !important;
  }
  .me-md-100 {
    margin-right: 10rem !important;
  }
  .me-md-190 {
    margin-right: 10rem !important;
  }
  .me-md-200 {
    margin-right: 20rem !important;
  }
  .me-md-205 {
    margin-right: 20.5rem !important;
  }
  .me-md-210 {
    margin-right: 21rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 1rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .mb-md-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .mb-md-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-70 {
    margin-bottom: 7rem !important;
  }
  .mb-md-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-80 {
    margin-bottom: 8rem !important;
  }
  .mb-md-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-90 {
    margin-bottom: 9rem !important;
  }
  .mb-md-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-100 {
    margin-bottom: 10rem !important;
  }
  .mb-md-190 {
    margin-bottom: 10rem !important;
  }
  .mb-md-200 {
    margin-bottom: 20rem !important;
  }
  .mb-md-205 {
    margin-bottom: 20.5rem !important;
  }
  .mb-md-210 {
    margin-bottom: 21rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-10 {
    margin-left: 1rem !important;
  }
  .ms-md-15 {
    margin-left: 1.5rem !important;
  }
  .ms-md-20 {
    margin-left: 2rem !important;
  }
  .ms-md-25 {
    margin-left: 2.5rem !important;
  }
  .ms-md-30 {
    margin-left: 3rem !important;
  }
  .ms-md-35 {
    margin-left: 3.5rem !important;
  }
  .ms-md-40 {
    margin-left: 4rem !important;
  }
  .ms-md-45 {
    margin-left: 4.5rem !important;
  }
  .ms-md-50 {
    margin-left: 5rem !important;
  }
  .ms-md-55 {
    margin-left: 5.5rem !important;
  }
  .ms-md-60 {
    margin-left: 6rem !important;
  }
  .ms-md-65 {
    margin-left: 6.5rem !important;
  }
  .ms-md-70 {
    margin-left: 7rem !important;
  }
  .ms-md-75 {
    margin-left: 7.5rem !important;
  }
  .ms-md-80 {
    margin-left: 8rem !important;
  }
  .ms-md-85 {
    margin-left: 8.5rem !important;
  }
  .ms-md-90 {
    margin-left: 9rem !important;
  }
  .ms-md-95 {
    margin-left: 9.5rem !important;
  }
  .ms-md-100 {
    margin-left: 10rem !important;
  }
  .ms-md-190 {
    margin-left: 10rem !important;
  }
  .ms-md-200 {
    margin-left: 20rem !important;
  }
  .ms-md-205 {
    margin-left: 20.5rem !important;
  }
  .ms-md-210 {
    margin-left: 21rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5 {
    padding: 0.5rem !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .p-md-25 {
    padding: 2.5rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .p-md-35 {
    padding: 3.5rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .p-md-45 {
    padding: 4.5rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .p-md-55 {
    padding: 5.5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .p-md-65 {
    padding: 6.5rem !important;
  }
  .p-md-70 {
    padding: 7rem !important;
  }
  .p-md-75 {
    padding: 7.5rem !important;
  }
  .p-md-80 {
    padding: 8rem !important;
  }
  .p-md-85 {
    padding: 8.5rem !important;
  }
  .p-md-90 {
    padding: 9rem !important;
  }
  .p-md-95 {
    padding: 9.5rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .p-md-190 {
    padding: 10rem !important;
  }
  .p-md-200 {
    padding: 20rem !important;
  }
  .p-md-205 {
    padding: 20.5rem !important;
  }
  .p-md-210 {
    padding: 21rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-md-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-md-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-190 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-205 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }
  .px-md-210 {
    padding-right: 21rem !important;
    padding-left: 21rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-190 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .py-md-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-10 {
    padding-top: 1rem !important;
  }
  .pt-md-15 {
    padding-top: 1.5rem !important;
  }
  .pt-md-20 {
    padding-top: 2rem !important;
  }
  .pt-md-25 {
    padding-top: 2.5rem !important;
  }
  .pt-md-30 {
    padding-top: 3rem !important;
  }
  .pt-md-35 {
    padding-top: 3.5rem !important;
  }
  .pt-md-40 {
    padding-top: 4rem !important;
  }
  .pt-md-45 {
    padding-top: 4.5rem !important;
  }
  .pt-md-50 {
    padding-top: 5rem !important;
  }
  .pt-md-55 {
    padding-top: 5.5rem !important;
  }
  .pt-md-60 {
    padding-top: 6rem !important;
  }
  .pt-md-65 {
    padding-top: 6.5rem !important;
  }
  .pt-md-70 {
    padding-top: 7rem !important;
  }
  .pt-md-75 {
    padding-top: 7.5rem !important;
  }
  .pt-md-80 {
    padding-top: 8rem !important;
  }
  .pt-md-85 {
    padding-top: 8.5rem !important;
  }
  .pt-md-90 {
    padding-top: 9rem !important;
  }
  .pt-md-95 {
    padding-top: 9.5rem !important;
  }
  .pt-md-100 {
    padding-top: 10rem !important;
  }
  .pt-md-190 {
    padding-top: 10rem !important;
  }
  .pt-md-200 {
    padding-top: 20rem !important;
  }
  .pt-md-205 {
    padding-top: 20.5rem !important;
  }
  .pt-md-210 {
    padding-top: 21rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-10 {
    padding-right: 1rem !important;
  }
  .pe-md-15 {
    padding-right: 1.5rem !important;
  }
  .pe-md-20 {
    padding-right: 2rem !important;
  }
  .pe-md-25 {
    padding-right: 2.5rem !important;
  }
  .pe-md-30 {
    padding-right: 3rem !important;
  }
  .pe-md-35 {
    padding-right: 3.5rem !important;
  }
  .pe-md-40 {
    padding-right: 4rem !important;
  }
  .pe-md-45 {
    padding-right: 4.5rem !important;
  }
  .pe-md-50 {
    padding-right: 5rem !important;
  }
  .pe-md-55 {
    padding-right: 5.5rem !important;
  }
  .pe-md-60 {
    padding-right: 6rem !important;
  }
  .pe-md-65 {
    padding-right: 6.5rem !important;
  }
  .pe-md-70 {
    padding-right: 7rem !important;
  }
  .pe-md-75 {
    padding-right: 7.5rem !important;
  }
  .pe-md-80 {
    padding-right: 8rem !important;
  }
  .pe-md-85 {
    padding-right: 8.5rem !important;
  }
  .pe-md-90 {
    padding-right: 9rem !important;
  }
  .pe-md-95 {
    padding-right: 9.5rem !important;
  }
  .pe-md-100 {
    padding-right: 10rem !important;
  }
  .pe-md-190 {
    padding-right: 10rem !important;
  }
  .pe-md-200 {
    padding-right: 20rem !important;
  }
  .pe-md-205 {
    padding-right: 20.5rem !important;
  }
  .pe-md-210 {
    padding-right: 21rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 1rem !important;
  }
  .pb-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 2rem !important;
  }
  .pb-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-30 {
    padding-bottom: 3rem !important;
  }
  .pb-md-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 4rem !important;
  }
  .pb-md-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-50 {
    padding-bottom: 5rem !important;
  }
  .pb-md-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-60 {
    padding-bottom: 6rem !important;
  }
  .pb-md-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-70 {
    padding-bottom: 7rem !important;
  }
  .pb-md-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-80 {
    padding-bottom: 8rem !important;
  }
  .pb-md-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-90 {
    padding-bottom: 9rem !important;
  }
  .pb-md-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-md-100 {
    padding-bottom: 10rem !important;
  }
  .pb-md-190 {
    padding-bottom: 10rem !important;
  }
  .pb-md-200 {
    padding-bottom: 20rem !important;
  }
  .pb-md-205 {
    padding-bottom: 20.5rem !important;
  }
  .pb-md-210 {
    padding-bottom: 21rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-10 {
    padding-left: 1rem !important;
  }
  .ps-md-15 {
    padding-left: 1.5rem !important;
  }
  .ps-md-20 {
    padding-left: 2rem !important;
  }
  .ps-md-25 {
    padding-left: 2.5rem !important;
  }
  .ps-md-30 {
    padding-left: 3rem !important;
  }
  .ps-md-35 {
    padding-left: 3.5rem !important;
  }
  .ps-md-40 {
    padding-left: 4rem !important;
  }
  .ps-md-45 {
    padding-left: 4.5rem !important;
  }
  .ps-md-50 {
    padding-left: 5rem !important;
  }
  .ps-md-55 {
    padding-left: 5.5rem !important;
  }
  .ps-md-60 {
    padding-left: 6rem !important;
  }
  .ps-md-65 {
    padding-left: 6.5rem !important;
  }
  .ps-md-70 {
    padding-left: 7rem !important;
  }
  .ps-md-75 {
    padding-left: 7.5rem !important;
  }
  .ps-md-80 {
    padding-left: 8rem !important;
  }
  .ps-md-85 {
    padding-left: 8.5rem !important;
  }
  .ps-md-90 {
    padding-left: 9rem !important;
  }
  .ps-md-95 {
    padding-left: 9.5rem !important;
  }
  .ps-md-100 {
    padding-left: 10rem !important;
  }
  .ps-md-190 {
    padding-left: 10rem !important;
  }
  .ps-md-200 {
    padding-left: 20rem !important;
  }
  .ps-md-205 {
    padding-left: 20.5rem !important;
  }
  .ps-md-210 {
    padding-left: 21rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-5 {
    gap: 0.5rem !important;
  }
  .gap-md-10 {
    gap: 1rem !important;
  }
  .gap-md-15 {
    gap: 1.5rem !important;
  }
  .gap-md-20 {
    gap: 2rem !important;
  }
  .gap-md-25 {
    gap: 2.5rem !important;
  }
  .gap-md-30 {
    gap: 3rem !important;
  }
  .gap-md-35 {
    gap: 3.5rem !important;
  }
  .gap-md-40 {
    gap: 4rem !important;
  }
  .gap-md-45 {
    gap: 4.5rem !important;
  }
  .gap-md-50 {
    gap: 5rem !important;
  }
  .gap-md-55 {
    gap: 5.5rem !important;
  }
  .gap-md-60 {
    gap: 6rem !important;
  }
  .gap-md-65 {
    gap: 6.5rem !important;
  }
  .gap-md-70 {
    gap: 7rem !important;
  }
  .gap-md-75 {
    gap: 7.5rem !important;
  }
  .gap-md-80 {
    gap: 8rem !important;
  }
  .gap-md-85 {
    gap: 8.5rem !important;
  }
  .gap-md-90 {
    gap: 9rem !important;
  }
  .gap-md-95 {
    gap: 9.5rem !important;
  }
  .gap-md-100 {
    gap: 10rem !important;
  }
  .gap-md-190 {
    gap: 10rem !important;
  }
  .gap-md-200 {
    gap: 20rem !important;
  }
  .gap-md-205 {
    gap: 20.5rem !important;
  }
  .gap-md-210 {
    gap: 21rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 0.5rem !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .m-lg-25 {
    margin: 2.5rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .m-lg-35 {
    margin: 3.5rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .m-lg-45 {
    margin: 4.5rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .m-lg-55 {
    margin: 5.5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .m-lg-65 {
    margin: 6.5rem !important;
  }
  .m-lg-70 {
    margin: 7rem !important;
  }
  .m-lg-75 {
    margin: 7.5rem !important;
  }
  .m-lg-80 {
    margin: 8rem !important;
  }
  .m-lg-85 {
    margin: 8.5rem !important;
  }
  .m-lg-90 {
    margin: 9rem !important;
  }
  .m-lg-95 {
    margin: 9.5rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .m-lg-190 {
    margin: 10rem !important;
  }
  .m-lg-200 {
    margin: 20rem !important;
  }
  .m-lg-205 {
    margin: 20.5rem !important;
  }
  .m-lg-210 {
    margin: 21rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-lg-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-lg-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-190 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-205 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !important;
  }
  .mx-lg-210 {
    margin-right: 21rem !important;
    margin-left: 21rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-190 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .my-lg-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 1rem !important;
  }
  .mt-lg-15 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-20 {
    margin-top: 2rem !important;
  }
  .mt-lg-25 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-30 {
    margin-top: 3rem !important;
  }
  .mt-lg-35 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mt-lg-45 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-50 {
    margin-top: 5rem !important;
  }
  .mt-lg-55 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mt-lg-65 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-70 {
    margin-top: 7rem !important;
  }
  .mt-lg-75 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-80 {
    margin-top: 8rem !important;
  }
  .mt-lg-85 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-90 {
    margin-top: 9rem !important;
  }
  .mt-lg-95 {
    margin-top: 9.5rem !important;
  }
  .mt-lg-100 {
    margin-top: 10rem !important;
  }
  .mt-lg-190 {
    margin-top: 10rem !important;
  }
  .mt-lg-200 {
    margin-top: 20rem !important;
  }
  .mt-lg-205 {
    margin-top: 20.5rem !important;
  }
  .mt-lg-210 {
    margin-top: 21rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-5 {
    margin-right: 0.5rem !important;
  }
  .me-lg-10 {
    margin-right: 1rem !important;
  }
  .me-lg-15 {
    margin-right: 1.5rem !important;
  }
  .me-lg-20 {
    margin-right: 2rem !important;
  }
  .me-lg-25 {
    margin-right: 2.5rem !important;
  }
  .me-lg-30 {
    margin-right: 3rem !important;
  }
  .me-lg-35 {
    margin-right: 3.5rem !important;
  }
  .me-lg-40 {
    margin-right: 4rem !important;
  }
  .me-lg-45 {
    margin-right: 4.5rem !important;
  }
  .me-lg-50 {
    margin-right: 5rem !important;
  }
  .me-lg-55 {
    margin-right: 5.5rem !important;
  }
  .me-lg-60 {
    margin-right: 6rem !important;
  }
  .me-lg-65 {
    margin-right: 6.5rem !important;
  }
  .me-lg-70 {
    margin-right: 7rem !important;
  }
  .me-lg-75 {
    margin-right: 7.5rem !important;
  }
  .me-lg-80 {
    margin-right: 8rem !important;
  }
  .me-lg-85 {
    margin-right: 8.5rem !important;
  }
  .me-lg-90 {
    margin-right: 9rem !important;
  }
  .me-lg-95 {
    margin-right: 9.5rem !important;
  }
  .me-lg-100 {
    margin-right: 10rem !important;
  }
  .me-lg-190 {
    margin-right: 10rem !important;
  }
  .me-lg-200 {
    margin-right: 20rem !important;
  }
  .me-lg-205 {
    margin-right: 20.5rem !important;
  }
  .me-lg-210 {
    margin-right: 21rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-190 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-205 {
    margin-bottom: 20.5rem !important;
  }
  .mb-lg-210 {
    margin-bottom: 21rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-5 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 1rem !important;
  }
  .ms-lg-15 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-20 {
    margin-left: 2rem !important;
  }
  .ms-lg-25 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-30 {
    margin-left: 3rem !important;
  }
  .ms-lg-35 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-40 {
    margin-left: 4rem !important;
  }
  .ms-lg-45 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-50 {
    margin-left: 5rem !important;
  }
  .ms-lg-55 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-60 {
    margin-left: 6rem !important;
  }
  .ms-lg-65 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-70 {
    margin-left: 7rem !important;
  }
  .ms-lg-75 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-80 {
    margin-left: 8rem !important;
  }
  .ms-lg-85 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-90 {
    margin-left: 9rem !important;
  }
  .ms-lg-95 {
    margin-left: 9.5rem !important;
  }
  .ms-lg-100 {
    margin-left: 10rem !important;
  }
  .ms-lg-190 {
    margin-left: 10rem !important;
  }
  .ms-lg-200 {
    margin-left: 20rem !important;
  }
  .ms-lg-205 {
    margin-left: 20.5rem !important;
  }
  .ms-lg-210 {
    margin-left: 21rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 0.5rem !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .p-lg-25 {
    padding: 2.5rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .p-lg-35 {
    padding: 3.5rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .p-lg-45 {
    padding: 4.5rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .p-lg-55 {
    padding: 5.5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .p-lg-65 {
    padding: 6.5rem !important;
  }
  .p-lg-70 {
    padding: 7rem !important;
  }
  .p-lg-75 {
    padding: 7.5rem !important;
  }
  .p-lg-80 {
    padding: 8rem !important;
  }
  .p-lg-85 {
    padding: 8.5rem !important;
  }
  .p-lg-90 {
    padding: 9rem !important;
  }
  .p-lg-95 {
    padding: 9.5rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .p-lg-190 {
    padding: 10rem !important;
  }
  .p-lg-200 {
    padding: 20rem !important;
  }
  .p-lg-205 {
    padding: 20.5rem !important;
  }
  .p-lg-210 {
    padding: 21rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-lg-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-lg-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-190 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-205 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }
  .px-lg-210 {
    padding-right: 21rem !important;
    padding-left: 21rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-190 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .py-lg-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 1rem !important;
  }
  .pt-lg-15 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pt-lg-25 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-30 {
    padding-top: 3rem !important;
  }
  .pt-lg-35 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-40 {
    padding-top: 4rem !important;
  }
  .pt-lg-45 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-50 {
    padding-top: 5rem !important;
  }
  .pt-lg-55 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-60 {
    padding-top: 6rem !important;
  }
  .pt-lg-65 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-70 {
    padding-top: 7rem !important;
  }
  .pt-lg-75 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-80 {
    padding-top: 8rem !important;
  }
  .pt-lg-85 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-90 {
    padding-top: 9rem !important;
  }
  .pt-lg-95 {
    padding-top: 9.5rem !important;
  }
  .pt-lg-100 {
    padding-top: 10rem !important;
  }
  .pt-lg-190 {
    padding-top: 10rem !important;
  }
  .pt-lg-200 {
    padding-top: 20rem !important;
  }
  .pt-lg-205 {
    padding-top: 20.5rem !important;
  }
  .pt-lg-210 {
    padding-top: 21rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-5 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 1rem !important;
  }
  .pe-lg-15 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-20 {
    padding-right: 2rem !important;
  }
  .pe-lg-25 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-30 {
    padding-right: 3rem !important;
  }
  .pe-lg-35 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-40 {
    padding-right: 4rem !important;
  }
  .pe-lg-45 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-50 {
    padding-right: 5rem !important;
  }
  .pe-lg-55 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-60 {
    padding-right: 6rem !important;
  }
  .pe-lg-65 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-70 {
    padding-right: 7rem !important;
  }
  .pe-lg-75 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-80 {
    padding-right: 8rem !important;
  }
  .pe-lg-85 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-90 {
    padding-right: 9rem !important;
  }
  .pe-lg-95 {
    padding-right: 9.5rem !important;
  }
  .pe-lg-100 {
    padding-right: 10rem !important;
  }
  .pe-lg-190 {
    padding-right: 10rem !important;
  }
  .pe-lg-200 {
    padding-right: 20rem !important;
  }
  .pe-lg-205 {
    padding-right: 20.5rem !important;
  }
  .pe-lg-210 {
    padding-right: 21rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-190 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-205 {
    padding-bottom: 20.5rem !important;
  }
  .pb-lg-210 {
    padding-bottom: 21rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-5 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 1rem !important;
  }
  .ps-lg-15 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-20 {
    padding-left: 2rem !important;
  }
  .ps-lg-25 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-30 {
    padding-left: 3rem !important;
  }
  .ps-lg-35 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-40 {
    padding-left: 4rem !important;
  }
  .ps-lg-45 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-50 {
    padding-left: 5rem !important;
  }
  .ps-lg-55 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-60 {
    padding-left: 6rem !important;
  }
  .ps-lg-65 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-70 {
    padding-left: 7rem !important;
  }
  .ps-lg-75 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-80 {
    padding-left: 8rem !important;
  }
  .ps-lg-85 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-90 {
    padding-left: 9rem !important;
  }
  .ps-lg-95 {
    padding-left: 9.5rem !important;
  }
  .ps-lg-100 {
    padding-left: 10rem !important;
  }
  .ps-lg-190 {
    padding-left: 10rem !important;
  }
  .ps-lg-200 {
    padding-left: 20rem !important;
  }
  .ps-lg-205 {
    padding-left: 20.5rem !important;
  }
  .ps-lg-210 {
    padding-left: 21rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-5 {
    gap: 0.5rem !important;
  }
  .gap-lg-10 {
    gap: 1rem !important;
  }
  .gap-lg-15 {
    gap: 1.5rem !important;
  }
  .gap-lg-20 {
    gap: 2rem !important;
  }
  .gap-lg-25 {
    gap: 2.5rem !important;
  }
  .gap-lg-30 {
    gap: 3rem !important;
  }
  .gap-lg-35 {
    gap: 3.5rem !important;
  }
  .gap-lg-40 {
    gap: 4rem !important;
  }
  .gap-lg-45 {
    gap: 4.5rem !important;
  }
  .gap-lg-50 {
    gap: 5rem !important;
  }
  .gap-lg-55 {
    gap: 5.5rem !important;
  }
  .gap-lg-60 {
    gap: 6rem !important;
  }
  .gap-lg-65 {
    gap: 6.5rem !important;
  }
  .gap-lg-70 {
    gap: 7rem !important;
  }
  .gap-lg-75 {
    gap: 7.5rem !important;
  }
  .gap-lg-80 {
    gap: 8rem !important;
  }
  .gap-lg-85 {
    gap: 8.5rem !important;
  }
  .gap-lg-90 {
    gap: 9rem !important;
  }
  .gap-lg-95 {
    gap: 9.5rem !important;
  }
  .gap-lg-100 {
    gap: 10rem !important;
  }
  .gap-lg-190 {
    gap: 10rem !important;
  }
  .gap-lg-200 {
    gap: 20rem !important;
  }
  .gap-lg-205 {
    gap: 20.5rem !important;
  }
  .gap-lg-210 {
    gap: 21rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5 {
    margin: 0.5rem !important;
  }
  .m-xl-10 {
    margin: 1rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .m-xl-25 {
    margin: 2.5rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .m-xl-35 {
    margin: 3.5rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .m-xl-45 {
    margin: 4.5rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .m-xl-55 {
    margin: 5.5rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .m-xl-65 {
    margin: 6.5rem !important;
  }
  .m-xl-70 {
    margin: 7rem !important;
  }
  .m-xl-75 {
    margin: 7.5rem !important;
  }
  .m-xl-80 {
    margin: 8rem !important;
  }
  .m-xl-85 {
    margin: 8.5rem !important;
  }
  .m-xl-90 {
    margin: 9rem !important;
  }
  .m-xl-95 {
    margin: 9.5rem !important;
  }
  .m-xl-100 {
    margin: 10rem !important;
  }
  .m-xl-190 {
    margin: 10rem !important;
  }
  .m-xl-200 {
    margin: 20rem !important;
  }
  .m-xl-205 {
    margin: 20.5rem !important;
  }
  .m-xl-210 {
    margin: 21rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-190 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-205 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !important;
  }
  .mx-xl-210 {
    margin-right: 21rem !important;
    margin-left: 21rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-190 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .my-xl-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 1rem !important;
  }
  .mt-xl-15 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-20 {
    margin-top: 2rem !important;
  }
  .mt-xl-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-30 {
    margin-top: 3rem !important;
  }
  .mt-xl-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-40 {
    margin-top: 4rem !important;
  }
  .mt-xl-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-50 {
    margin-top: 5rem !important;
  }
  .mt-xl-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-60 {
    margin-top: 6rem !important;
  }
  .mt-xl-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-70 {
    margin-top: 7rem !important;
  }
  .mt-xl-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-80 {
    margin-top: 8rem !important;
  }
  .mt-xl-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-90 {
    margin-top: 9rem !important;
  }
  .mt-xl-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xl-100 {
    margin-top: 10rem !important;
  }
  .mt-xl-190 {
    margin-top: 10rem !important;
  }
  .mt-xl-200 {
    margin-top: 20rem !important;
  }
  .mt-xl-205 {
    margin-top: 20.5rem !important;
  }
  .mt-xl-210 {
    margin-top: 21rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-5 {
    margin-right: 0.5rem !important;
  }
  .me-xl-10 {
    margin-right: 1rem !important;
  }
  .me-xl-15 {
    margin-right: 1.5rem !important;
  }
  .me-xl-20 {
    margin-right: 2rem !important;
  }
  .me-xl-25 {
    margin-right: 2.5rem !important;
  }
  .me-xl-30 {
    margin-right: 3rem !important;
  }
  .me-xl-35 {
    margin-right: 3.5rem !important;
  }
  .me-xl-40 {
    margin-right: 4rem !important;
  }
  .me-xl-45 {
    margin-right: 4.5rem !important;
  }
  .me-xl-50 {
    margin-right: 5rem !important;
  }
  .me-xl-55 {
    margin-right: 5.5rem !important;
  }
  .me-xl-60 {
    margin-right: 6rem !important;
  }
  .me-xl-65 {
    margin-right: 6.5rem !important;
  }
  .me-xl-70 {
    margin-right: 7rem !important;
  }
  .me-xl-75 {
    margin-right: 7.5rem !important;
  }
  .me-xl-80 {
    margin-right: 8rem !important;
  }
  .me-xl-85 {
    margin-right: 8.5rem !important;
  }
  .me-xl-90 {
    margin-right: 9rem !important;
  }
  .me-xl-95 {
    margin-right: 9.5rem !important;
  }
  .me-xl-100 {
    margin-right: 10rem !important;
  }
  .me-xl-190 {
    margin-right: 10rem !important;
  }
  .me-xl-200 {
    margin-right: 20rem !important;
  }
  .me-xl-205 {
    margin-right: 20.5rem !important;
  }
  .me-xl-210 {
    margin-right: 21rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-190 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-205 {
    margin-bottom: 20.5rem !important;
  }
  .mb-xl-210 {
    margin-bottom: 21rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 1rem !important;
  }
  .ms-xl-15 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-20 {
    margin-left: 2rem !important;
  }
  .ms-xl-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-30 {
    margin-left: 3rem !important;
  }
  .ms-xl-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-40 {
    margin-left: 4rem !important;
  }
  .ms-xl-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-50 {
    margin-left: 5rem !important;
  }
  .ms-xl-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-60 {
    margin-left: 6rem !important;
  }
  .ms-xl-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-70 {
    margin-left: 7rem !important;
  }
  .ms-xl-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-80 {
    margin-left: 8rem !important;
  }
  .ms-xl-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-90 {
    margin-left: 9rem !important;
  }
  .ms-xl-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xl-100 {
    margin-left: 10rem !important;
  }
  .ms-xl-190 {
    margin-left: 10rem !important;
  }
  .ms-xl-200 {
    margin-left: 20rem !important;
  }
  .ms-xl-205 {
    margin-left: 20.5rem !important;
  }
  .ms-xl-210 {
    margin-left: 21rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-5 {
    padding: 0.5rem !important;
  }
  .p-xl-10 {
    padding: 1rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .p-xl-25 {
    padding: 2.5rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .p-xl-35 {
    padding: 3.5rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .p-xl-45 {
    padding: 4.5rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .p-xl-55 {
    padding: 5.5rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .p-xl-65 {
    padding: 6.5rem !important;
  }
  .p-xl-70 {
    padding: 7rem !important;
  }
  .p-xl-75 {
    padding: 7.5rem !important;
  }
  .p-xl-80 {
    padding: 8rem !important;
  }
  .p-xl-85 {
    padding: 8.5rem !important;
  }
  .p-xl-90 {
    padding: 9rem !important;
  }
  .p-xl-95 {
    padding: 9.5rem !important;
  }
  .p-xl-100 {
    padding: 10rem !important;
  }
  .p-xl-190 {
    padding: 10rem !important;
  }
  .p-xl-200 {
    padding: 20rem !important;
  }
  .p-xl-205 {
    padding: 20.5rem !important;
  }
  .p-xl-210 {
    padding: 21rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-190 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-205 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }
  .px-xl-210 {
    padding-right: 21rem !important;
    padding-left: 21rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-190 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .py-xl-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 1rem !important;
  }
  .pt-xl-15 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-20 {
    padding-top: 2rem !important;
  }
  .pt-xl-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-30 {
    padding-top: 3rem !important;
  }
  .pt-xl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-40 {
    padding-top: 4rem !important;
  }
  .pt-xl-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-50 {
    padding-top: 5rem !important;
  }
  .pt-xl-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-60 {
    padding-top: 6rem !important;
  }
  .pt-xl-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-70 {
    padding-top: 7rem !important;
  }
  .pt-xl-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-80 {
    padding-top: 8rem !important;
  }
  .pt-xl-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-90 {
    padding-top: 9rem !important;
  }
  .pt-xl-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xl-100 {
    padding-top: 10rem !important;
  }
  .pt-xl-190 {
    padding-top: 10rem !important;
  }
  .pt-xl-200 {
    padding-top: 20rem !important;
  }
  .pt-xl-205 {
    padding-top: 20.5rem !important;
  }
  .pt-xl-210 {
    padding-top: 21rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 1rem !important;
  }
  .pe-xl-15 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-20 {
    padding-right: 2rem !important;
  }
  .pe-xl-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-30 {
    padding-right: 3rem !important;
  }
  .pe-xl-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-40 {
    padding-right: 4rem !important;
  }
  .pe-xl-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-50 {
    padding-right: 5rem !important;
  }
  .pe-xl-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-60 {
    padding-right: 6rem !important;
  }
  .pe-xl-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-70 {
    padding-right: 7rem !important;
  }
  .pe-xl-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-80 {
    padding-right: 8rem !important;
  }
  .pe-xl-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-90 {
    padding-right: 9rem !important;
  }
  .pe-xl-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xl-100 {
    padding-right: 10rem !important;
  }
  .pe-xl-190 {
    padding-right: 10rem !important;
  }
  .pe-xl-200 {
    padding-right: 20rem !important;
  }
  .pe-xl-205 {
    padding-right: 20.5rem !important;
  }
  .pe-xl-210 {
    padding-right: 21rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-190 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-205 {
    padding-bottom: 20.5rem !important;
  }
  .pb-xl-210 {
    padding-bottom: 21rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 1rem !important;
  }
  .ps-xl-15 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-20 {
    padding-left: 2rem !important;
  }
  .ps-xl-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-30 {
    padding-left: 3rem !important;
  }
  .ps-xl-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-40 {
    padding-left: 4rem !important;
  }
  .ps-xl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-50 {
    padding-left: 5rem !important;
  }
  .ps-xl-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-60 {
    padding-left: 6rem !important;
  }
  .ps-xl-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-70 {
    padding-left: 7rem !important;
  }
  .ps-xl-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-80 {
    padding-left: 8rem !important;
  }
  .ps-xl-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-90 {
    padding-left: 9rem !important;
  }
  .ps-xl-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xl-100 {
    padding-left: 10rem !important;
  }
  .ps-xl-190 {
    padding-left: 10rem !important;
  }
  .ps-xl-200 {
    padding-left: 20rem !important;
  }
  .ps-xl-205 {
    padding-left: 20.5rem !important;
  }
  .ps-xl-210 {
    padding-left: 21rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-5 {
    gap: 0.5rem !important;
  }
  .gap-xl-10 {
    gap: 1rem !important;
  }
  .gap-xl-15 {
    gap: 1.5rem !important;
  }
  .gap-xl-20 {
    gap: 2rem !important;
  }
  .gap-xl-25 {
    gap: 2.5rem !important;
  }
  .gap-xl-30 {
    gap: 3rem !important;
  }
  .gap-xl-35 {
    gap: 3.5rem !important;
  }
  .gap-xl-40 {
    gap: 4rem !important;
  }
  .gap-xl-45 {
    gap: 4.5rem !important;
  }
  .gap-xl-50 {
    gap: 5rem !important;
  }
  .gap-xl-55 {
    gap: 5.5rem !important;
  }
  .gap-xl-60 {
    gap: 6rem !important;
  }
  .gap-xl-65 {
    gap: 6.5rem !important;
  }
  .gap-xl-70 {
    gap: 7rem !important;
  }
  .gap-xl-75 {
    gap: 7.5rem !important;
  }
  .gap-xl-80 {
    gap: 8rem !important;
  }
  .gap-xl-85 {
    gap: 8.5rem !important;
  }
  .gap-xl-90 {
    gap: 9rem !important;
  }
  .gap-xl-95 {
    gap: 9.5rem !important;
  }
  .gap-xl-100 {
    gap: 10rem !important;
  }
  .gap-xl-190 {
    gap: 10rem !important;
  }
  .gap-xl-200 {
    gap: 20rem !important;
  }
  .gap-xl-205 {
    gap: 20.5rem !important;
  }
  .gap-xl-210 {
    gap: 21rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-5 {
    margin: 0.5rem !important;
  }
  .m-xxl-10 {
    margin: 1rem !important;
  }
  .m-xxl-15 {
    margin: 1.5rem !important;
  }
  .m-xxl-20 {
    margin: 2rem !important;
  }
  .m-xxl-25 {
    margin: 2.5rem !important;
  }
  .m-xxl-30 {
    margin: 3rem !important;
  }
  .m-xxl-35 {
    margin: 3.5rem !important;
  }
  .m-xxl-40 {
    margin: 4rem !important;
  }
  .m-xxl-45 {
    margin: 4.5rem !important;
  }
  .m-xxl-50 {
    margin: 5rem !important;
  }
  .m-xxl-55 {
    margin: 5.5rem !important;
  }
  .m-xxl-60 {
    margin: 6rem !important;
  }
  .m-xxl-65 {
    margin: 6.5rem !important;
  }
  .m-xxl-70 {
    margin: 7rem !important;
  }
  .m-xxl-75 {
    margin: 7.5rem !important;
  }
  .m-xxl-80 {
    margin: 8rem !important;
  }
  .m-xxl-85 {
    margin: 8.5rem !important;
  }
  .m-xxl-90 {
    margin: 9rem !important;
  }
  .m-xxl-95 {
    margin: 9.5rem !important;
  }
  .m-xxl-100 {
    margin: 10rem !important;
  }
  .m-xxl-190 {
    margin: 10rem !important;
  }
  .m-xxl-200 {
    margin: 20rem !important;
  }
  .m-xxl-205 {
    margin: 20.5rem !important;
  }
  .m-xxl-210 {
    margin: 21rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-190 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-205 {
    margin-right: 20.5rem !important;
    margin-left: 20.5rem !important;
  }
  .mx-xxl-210 {
    margin-right: 21rem !important;
    margin-left: 21rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-190 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .my-xxl-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 1rem !important;
  }
  .mt-xxl-15 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 2rem !important;
  }
  .mt-xxl-25 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-30 {
    margin-top: 3rem !important;
  }
  .mt-xxl-35 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-40 {
    margin-top: 4rem !important;
  }
  .mt-xxl-45 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-50 {
    margin-top: 5rem !important;
  }
  .mt-xxl-55 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-60 {
    margin-top: 6rem !important;
  }
  .mt-xxl-65 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-70 {
    margin-top: 7rem !important;
  }
  .mt-xxl-75 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-80 {
    margin-top: 8rem !important;
  }
  .mt-xxl-85 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-90 {
    margin-top: 9rem !important;
  }
  .mt-xxl-95 {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-100 {
    margin-top: 10rem !important;
  }
  .mt-xxl-190 {
    margin-top: 10rem !important;
  }
  .mt-xxl-200 {
    margin-top: 20rem !important;
  }
  .mt-xxl-205 {
    margin-top: 20.5rem !important;
  }
  .mt-xxl-210 {
    margin-top: 21rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-5 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 1rem !important;
  }
  .me-xxl-15 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-20 {
    margin-right: 2rem !important;
  }
  .me-xxl-25 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-30 {
    margin-right: 3rem !important;
  }
  .me-xxl-35 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-40 {
    margin-right: 4rem !important;
  }
  .me-xxl-45 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-50 {
    margin-right: 5rem !important;
  }
  .me-xxl-55 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-60 {
    margin-right: 6rem !important;
  }
  .me-xxl-65 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-70 {
    margin-right: 7rem !important;
  }
  .me-xxl-75 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-80 {
    margin-right: 8rem !important;
  }
  .me-xxl-85 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-90 {
    margin-right: 9rem !important;
  }
  .me-xxl-95 {
    margin-right: 9.5rem !important;
  }
  .me-xxl-100 {
    margin-right: 10rem !important;
  }
  .me-xxl-190 {
    margin-right: 10rem !important;
  }
  .me-xxl-200 {
    margin-right: 20rem !important;
  }
  .me-xxl-205 {
    margin-right: 20.5rem !important;
  }
  .me-xxl-210 {
    margin-right: 21rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-55 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-65 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-75 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-85 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-95 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-190 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-200 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-205 {
    margin-bottom: 20.5rem !important;
  }
  .mb-xxl-210 {
    margin-bottom: 21rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 1rem !important;
  }
  .ms-xxl-15 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-20 {
    margin-left: 2rem !important;
  }
  .ms-xxl-25 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-30 {
    margin-left: 3rem !important;
  }
  .ms-xxl-35 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-40 {
    margin-left: 4rem !important;
  }
  .ms-xxl-45 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-50 {
    margin-left: 5rem !important;
  }
  .ms-xxl-55 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-60 {
    margin-left: 6rem !important;
  }
  .ms-xxl-65 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-70 {
    margin-left: 7rem !important;
  }
  .ms-xxl-75 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-80 {
    margin-left: 8rem !important;
  }
  .ms-xxl-85 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-90 {
    margin-left: 9rem !important;
  }
  .ms-xxl-95 {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-100 {
    margin-left: 10rem !important;
  }
  .ms-xxl-190 {
    margin-left: 10rem !important;
  }
  .ms-xxl-200 {
    margin-left: 20rem !important;
  }
  .ms-xxl-205 {
    margin-left: 20.5rem !important;
  }
  .ms-xxl-210 {
    margin-left: 21rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-5 {
    padding: 0.5rem !important;
  }
  .p-xxl-10 {
    padding: 1rem !important;
  }
  .p-xxl-15 {
    padding: 1.5rem !important;
  }
  .p-xxl-20 {
    padding: 2rem !important;
  }
  .p-xxl-25 {
    padding: 2.5rem !important;
  }
  .p-xxl-30 {
    padding: 3rem !important;
  }
  .p-xxl-35 {
    padding: 3.5rem !important;
  }
  .p-xxl-40 {
    padding: 4rem !important;
  }
  .p-xxl-45 {
    padding: 4.5rem !important;
  }
  .p-xxl-50 {
    padding: 5rem !important;
  }
  .p-xxl-55 {
    padding: 5.5rem !important;
  }
  .p-xxl-60 {
    padding: 6rem !important;
  }
  .p-xxl-65 {
    padding: 6.5rem !important;
  }
  .p-xxl-70 {
    padding: 7rem !important;
  }
  .p-xxl-75 {
    padding: 7.5rem !important;
  }
  .p-xxl-80 {
    padding: 8rem !important;
  }
  .p-xxl-85 {
    padding: 8.5rem !important;
  }
  .p-xxl-90 {
    padding: 9rem !important;
  }
  .p-xxl-95 {
    padding: 9.5rem !important;
  }
  .p-xxl-100 {
    padding: 10rem !important;
  }
  .p-xxl-190 {
    padding: 10rem !important;
  }
  .p-xxl-200 {
    padding: 20rem !important;
  }
  .p-xxl-205 {
    padding: 20.5rem !important;
  }
  .p-xxl-210 {
    padding: 21rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-190 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-205 {
    padding-right: 20.5rem !important;
    padding-left: 20.5rem !important;
  }
  .px-xxl-210 {
    padding-right: 21rem !important;
    padding-left: 21rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-190 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .py-xxl-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 1rem !important;
  }
  .pt-xxl-15 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 2rem !important;
  }
  .pt-xxl-25 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-30 {
    padding-top: 3rem !important;
  }
  .pt-xxl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-40 {
    padding-top: 4rem !important;
  }
  .pt-xxl-45 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-50 {
    padding-top: 5rem !important;
  }
  .pt-xxl-55 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-60 {
    padding-top: 6rem !important;
  }
  .pt-xxl-65 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-70 {
    padding-top: 7rem !important;
  }
  .pt-xxl-75 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-80 {
    padding-top: 8rem !important;
  }
  .pt-xxl-85 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-90 {
    padding-top: 9rem !important;
  }
  .pt-xxl-95 {
    padding-top: 9.5rem !important;
  }
  .pt-xxl-100 {
    padding-top: 10rem !important;
  }
  .pt-xxl-190 {
    padding-top: 10rem !important;
  }
  .pt-xxl-200 {
    padding-top: 20rem !important;
  }
  .pt-xxl-205 {
    padding-top: 20.5rem !important;
  }
  .pt-xxl-210 {
    padding-top: 21rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 1rem !important;
  }
  .pe-xxl-15 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-20 {
    padding-right: 2rem !important;
  }
  .pe-xxl-25 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-30 {
    padding-right: 3rem !important;
  }
  .pe-xxl-35 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-40 {
    padding-right: 4rem !important;
  }
  .pe-xxl-45 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-50 {
    padding-right: 5rem !important;
  }
  .pe-xxl-55 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-60 {
    padding-right: 6rem !important;
  }
  .pe-xxl-65 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-70 {
    padding-right: 7rem !important;
  }
  .pe-xxl-75 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-80 {
    padding-right: 8rem !important;
  }
  .pe-xxl-85 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-90 {
    padding-right: 9rem !important;
  }
  .pe-xxl-95 {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-100 {
    padding-right: 10rem !important;
  }
  .pe-xxl-190 {
    padding-right: 10rem !important;
  }
  .pe-xxl-200 {
    padding-right: 20rem !important;
  }
  .pe-xxl-205 {
    padding-right: 20.5rem !important;
  }
  .pe-xxl-210 {
    padding-right: 21rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-55 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-75 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-85 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-95 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-190 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-200 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-205 {
    padding-bottom: 20.5rem !important;
  }
  .pb-xxl-210 {
    padding-bottom: 21rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 1rem !important;
  }
  .ps-xxl-15 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-20 {
    padding-left: 2rem !important;
  }
  .ps-xxl-25 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-30 {
    padding-left: 3rem !important;
  }
  .ps-xxl-35 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-40 {
    padding-left: 4rem !important;
  }
  .ps-xxl-45 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-50 {
    padding-left: 5rem !important;
  }
  .ps-xxl-55 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-60 {
    padding-left: 6rem !important;
  }
  .ps-xxl-65 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-70 {
    padding-left: 7rem !important;
  }
  .ps-xxl-75 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-80 {
    padding-left: 8rem !important;
  }
  .ps-xxl-85 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-90 {
    padding-left: 9rem !important;
  }
  .ps-xxl-95 {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-100 {
    padding-left: 10rem !important;
  }
  .ps-xxl-190 {
    padding-left: 10rem !important;
  }
  .ps-xxl-200 {
    padding-left: 20rem !important;
  }
  .ps-xxl-205 {
    padding-left: 20.5rem !important;
  }
  .ps-xxl-210 {
    padding-left: 21rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-5 {
    gap: 0.5rem !important;
  }
  .gap-xxl-10 {
    gap: 1rem !important;
  }
  .gap-xxl-15 {
    gap: 1.5rem !important;
  }
  .gap-xxl-20 {
    gap: 2rem !important;
  }
  .gap-xxl-25 {
    gap: 2.5rem !important;
  }
  .gap-xxl-30 {
    gap: 3rem !important;
  }
  .gap-xxl-35 {
    gap: 3.5rem !important;
  }
  .gap-xxl-40 {
    gap: 4rem !important;
  }
  .gap-xxl-45 {
    gap: 4.5rem !important;
  }
  .gap-xxl-50 {
    gap: 5rem !important;
  }
  .gap-xxl-55 {
    gap: 5.5rem !important;
  }
  .gap-xxl-60 {
    gap: 6rem !important;
  }
  .gap-xxl-65 {
    gap: 6.5rem !important;
  }
  .gap-xxl-70 {
    gap: 7rem !important;
  }
  .gap-xxl-75 {
    gap: 7.5rem !important;
  }
  .gap-xxl-80 {
    gap: 8rem !important;
  }
  .gap-xxl-85 {
    gap: 8.5rem !important;
  }
  .gap-xxl-90 {
    gap: 9rem !important;
  }
  .gap-xxl-95 {
    gap: 9.5rem !important;
  }
  .gap-xxl-100 {
    gap: 10rem !important;
  }
  .gap-xxl-190 {
    gap: 10rem !important;
  }
  .gap-xxl-200 {
    gap: 20rem !important;
  }
  .gap-xxl-205 {
    gap: 20.5rem !important;
  }
  .gap-xxl-210 {
    gap: 21rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-25,
.gx-25 {
  --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 2.5rem;
}

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

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

.g-35,
.gx-35 {
  --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 3.5rem;
}

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

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

.g-45,
.gx-45 {
  --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 4.5rem;
}

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

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

.g-55,
.gx-55 {
  --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
  --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
  --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
  --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
  --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
  --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

.g-190,
.gx-190 {
  --bs-gutter-x: 10rem;
}

.g-190,
.gy-190 {
  --bs-gutter-y: 10rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 20rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 20rem;
}

.g-205,
.gx-205 {
  --bs-gutter-x: 20.5rem;
}

.g-205,
.gy-205 {
  --bs-gutter-y: 20.5rem;
}

.g-210,
.gx-210 {
  --bs-gutter-x: 21rem;
}

.g-210,
.gy-210 {
  --bs-gutter-y: 21rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-55,
  .gx-sm-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-55,
  .gy-sm-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-85,
  .gx-sm-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-85,
  .gy-sm-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-95,
  .gx-sm-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-95,
  .gy-sm-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-190,
  .gx-sm-190 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-190,
  .gy-sm-190 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-205,
  .gx-sm-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-sm-205,
  .gy-sm-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-sm-210,
  .gx-sm-210 {
    --bs-gutter-x: 21rem;
  }
  .g-sm-210,
  .gy-sm-210 {
    --bs-gutter-y: 21rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 1rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 1rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 2rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 2rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 3rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 3rem;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 4rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 4rem;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 5rem;
  }
  .g-md-55,
  .gx-md-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-55,
  .gy-md-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 6rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 6rem;
  }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 7rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 7rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 8rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 8rem;
  }
  .g-md-85,
  .gx-md-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-85,
  .gy-md-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 9rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 9rem;
  }
  .g-md-95,
  .gx-md-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-95,
  .gy-md-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 10rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 10rem;
  }
  .g-md-190,
  .gx-md-190 {
    --bs-gutter-x: 10rem;
  }
  .g-md-190,
  .gy-md-190 {
    --bs-gutter-y: 10rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 20rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 20rem;
  }
  .g-md-205,
  .gx-md-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-md-205,
  .gy-md-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-md-210,
  .gx-md-210 {
    --bs-gutter-x: 21rem;
  }
  .g-md-210,
  .gy-md-210 {
    --bs-gutter-y: 21rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-55,
  .gx-lg-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-55,
  .gy-lg-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-85,
  .gx-lg-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-85,
  .gy-lg-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-95,
  .gx-lg-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-95,
  .gy-lg-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-190,
  .gx-lg-190 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-190,
  .gy-lg-190 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-205,
  .gx-lg-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-lg-205,
  .gy-lg-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-lg-210,
  .gx-lg-210 {
    --bs-gutter-x: 21rem;
  }
  .g-lg-210,
  .gy-lg-210 {
    --bs-gutter-y: 21rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-55,
  .gx-xl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-55,
  .gy-xl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-85,
  .gx-xl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-85,
  .gy-xl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-95,
  .gx-xl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-95,
  .gy-xl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-190,
  .gx-xl-190 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-190,
  .gy-xl-190 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-205,
  .gx-xl-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-xl-205,
  .gy-xl-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-xl-210,
  .gx-xl-210 {
    --bs-gutter-x: 21rem;
  }
  .g-xl-210,
  .gy-xl-210 {
    --bs-gutter-y: 21rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-55,
  .gx-xxl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-55,
  .gy-xxl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-85,
  .gx-xxl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-85,
  .gy-xxl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-95,
  .gx-xxl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-95,
  .gy-xxl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-190,
  .gx-xxl-190 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-190,
  .gy-xxl-190 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-205,
  .gx-xxl-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-xxl-205,
  .gy-xxl-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-xxl-210,
  .gx-xxl-210 {
    --bs-gutter-x: 21rem;
  }
  .g-xxl-210,
  .gy-xxl-210 {
    --bs-gutter-y: 21rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_slnt,wght.ttf");
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat/Caveat-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Sriracha";
  src: url("../fonts/Sriracha/Sriracha-Regular.ttf");
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* || GENERAL STYLES */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
}
@media (max-width: 991.98px) {
  html {
    font-size: 1.0080848404vw;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 1.7361713948vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

strong,
b {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  min-height: 100vh;
  font-family: "Inter";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
  color: #0e1c1e;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar {
  width: 1.2rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 6px;
}
body::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #fcf9f5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #d5b170;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

p:not(:last-child) {
  margin-bottom: 3rem;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select {
  width: 100%;
  margin-bottom: 3rem;
  padding: 2.3rem 3rem;
  background: #fff;
  border: 2px solid #0e1c1e;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(14, 28, 30, 0.65);
}

input,
button,
textarea,
select {
  font: inherit;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  margin: 0;
  vertical-align: middle;
  accent-color: #0e1c1e;
}

select {
  margin-bottom: 0;
  background-image: url(../icons/icon_CaretDown-Black.png);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1rem;
  appearance: none;
}

/* || UTILITIES */
.container {
  width: 100%;
  max-width: 158.4rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(0.5 * var(--bs-gutter-container-x));
  padding-left: calc(0.5 * var(--bs-gutter-container-x));
  --bs-gutter-container-x: 3rem;
  --bs-gutter-container-m-x: 4rem;
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.container-fluid {
  --bs-gutter-container-m-x: 4rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-m-x: 4rem;
}
@media (max-width: 575.98px) {
  .row {
    margin-right: calc(-0.5 * var(--bs-gutter-m-x));
    margin-left: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 575.98px) {
  .row [class^=col-],
  .row [class*=" col-"] {
    padding-right: calc(0.5 * var(--bs-gutter-m-x));
    padding-left: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.row-sm {
  --bs-gutter-x: 4rem;
}
@media (max-width: 575.98px) {
  .row-sm {
    margin-right: calc(-0.5 * var(--bs-gutter-m-x));
    margin-left: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 575.98px) {
  .row-sm [class^=col-],
  .row-sm [class*=" col-"] {
    padding-right: calc(0.5 * var(--bs-gutter-m-x));
    padding-left: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-25,
.gx-25 {
  --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 2.5rem;
}

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

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

.g-35,
.gx-35 {
  --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 3.5rem;
}

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

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

.g-45,
.gx-45 {
  --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 4.5rem;
}

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

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

.g-55,
.gx-55 {
  --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
  --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
  --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
  --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
  --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
  --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

.g-190,
.gx-190 {
  --bs-gutter-x: 10rem;
}

.g-190,
.gy-190 {
  --bs-gutter-y: 10rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 20rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 20rem;
}

.g-205,
.gx-205 {
  --bs-gutter-x: 20.5rem;
}

.g-205,
.gy-205 {
  --bs-gutter-y: 20.5rem;
}

.g-210,
.gx-210 {
  --bs-gutter-x: 21rem;
}

.g-210,
.gy-210 {
  --bs-gutter-y: 21rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-55,
  .gx-sm-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-55,
  .gy-sm-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-85,
  .gx-sm-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-85,
  .gy-sm-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-95,
  .gx-sm-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-95,
  .gy-sm-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-190,
  .gx-sm-190 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-190,
  .gy-sm-190 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-205,
  .gx-sm-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-sm-205,
  .gy-sm-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-sm-210,
  .gx-sm-210 {
    --bs-gutter-x: 21rem;
  }
  .g-sm-210,
  .gy-sm-210 {
    --bs-gutter-y: 21rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 1rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 1rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 2rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 2rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 3rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 3rem;
  }
  .g-md-35,
  .gx-md-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-35,
  .gy-md-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 4rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 4rem;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 5rem;
  }
  .g-md-55,
  .gx-md-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-55,
  .gy-md-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 6rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 6rem;
  }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 7rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 7rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 8rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 8rem;
  }
  .g-md-85,
  .gx-md-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-85,
  .gy-md-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 9rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 9rem;
  }
  .g-md-95,
  .gx-md-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-95,
  .gy-md-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 10rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 10rem;
  }
  .g-md-190,
  .gx-md-190 {
    --bs-gutter-x: 10rem;
  }
  .g-md-190,
  .gy-md-190 {
    --bs-gutter-y: 10rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 20rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 20rem;
  }
  .g-md-205,
  .gx-md-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-md-205,
  .gy-md-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-md-210,
  .gx-md-210 {
    --bs-gutter-x: 21rem;
  }
  .g-md-210,
  .gy-md-210 {
    --bs-gutter-y: 21rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-55,
  .gx-lg-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-55,
  .gy-lg-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-85,
  .gx-lg-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-85,
  .gy-lg-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-95,
  .gx-lg-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-95,
  .gy-lg-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-190,
  .gx-lg-190 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-190,
  .gy-lg-190 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-205,
  .gx-lg-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-lg-205,
  .gy-lg-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-lg-210,
  .gx-lg-210 {
    --bs-gutter-x: 21rem;
  }
  .g-lg-210,
  .gy-lg-210 {
    --bs-gutter-y: 21rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-55,
  .gx-xl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-55,
  .gy-xl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-85,
  .gx-xl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-85,
  .gy-xl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-95,
  .gx-xl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-95,
  .gy-xl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-190,
  .gx-xl-190 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-190,
  .gy-xl-190 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-205,
  .gx-xl-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-xl-205,
  .gy-xl-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-xl-210,
  .gx-xl-210 {
    --bs-gutter-x: 21rem;
  }
  .g-xl-210,
  .gy-xl-210 {
    --bs-gutter-y: 21rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-55,
  .gx-xxl-55 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-55,
  .gy-xxl-55 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-85,
  .gx-xxl-85 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-85,
  .gy-xxl-85 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-95,
  .gx-xxl-95 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-95,
  .gy-xxl-95 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-190,
  .gx-xxl-190 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-190,
  .gy-xxl-190 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-205,
  .gx-xxl-205 {
    --bs-gutter-x: 20.5rem;
  }
  .g-xxl-205,
  .gy-xxl-205 {
    --bs-gutter-y: 20.5rem;
  }
  .g-xxl-210,
  .gx-xxl-210 {
    --bs-gutter-x: 21rem;
  }
  .g-xxl-210,
  .gy-xxl-210 {
    --bs-gutter-y: 21rem;
  }
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.btn span, .btn::before, .btn::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  background-color: transparent;
}
.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sriracha";
  font-size: 1.8rem;
  top: -0.5rem;
  text-transform: uppercase;
  text-align: center;
}
.btn::before, .btn::after {
  content: "";
}
.btn::before {
  z-index: -1;
}
.btn::after {
  z-index: -2;
}
.btn:hover span {
  top: 0.5rem;
}
.btn:hover::before {
  top: 1rem;
}
.btn--ellipse {
  width: 20rem;
  height: 12rem;
}
.btn--ellipse span {
  transform: rotate(-5deg);
}
.btn--ellipse::before {
  background: url(../svg/svg_Ellipse-White.svg) no-repeat center;
  background-size: contain;
}
.btn--ellipse::after {
  background: url(../svg/svg_Ellipse-Pink.svg) no-repeat center;
  background-size: contain;
}
.btn--ellipse-yellow {
  width: 20rem;
  height: 12rem;
}
.btn--ellipse-yellow span {
  transform: rotate(-5deg);
}
.btn--ellipse-yellow::before {
  background: url(../svg/svg_Ellipse-White.svg) no-repeat center;
  background-size: contain;
}
.btn--ellipse-yellow::after {
  background: url(../svg/svg_Ellipse-Yellow.svg) no-repeat center;
  background-size: contain;
}
.btn--diamond {
  width: 22rem;
  height: 15rem;
}
.btn--diamond::before {
  background: url(../svg/svg_Diamond-White.svg) no-repeat center;
  background-size: contain;
}
.btn--diamond::after {
  background: url(../svg/svg_Diamond-Pink.svg) no-repeat center;
  background-size: contain;
}
.btn--square {
  width: 100%;
  height: 100%;
}
.btn--square span, .btn--square::before, .btn--square::after {
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
}
.btn--square span {
  top: 0;
  padding-inline: 5rem;
  font-size: 2.5rem;
}
.btn--square::before, .btn--square::after {
  border: 2px solid #0e1c1e;
}
.btn--square::before {
  background-color: #fff;
}
.btn--square::after {
  background-color: #f0bdd4;
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
}
.btn--square:hover span, .btn--square:hover::before {
  top: 2rem;
  left: 2rem;
}

.btn--close {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  width: 3rem;
}
.btn--close svg path:last-child {
  transition: all 0.3s ease-out;
}
.btn--close:hover {
  background-color: transparent;
}
.btn--close:hover svg path:last-child {
  transform: translate(4px, 3.999px);
}

.img-wrapper--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-wrapper--contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.default-style h1,
.default-style h2,
.default-style h3,
.default-style h4,
.default-style h5,
.default-style h6 {
  margin-bottom: 3rem;
}
.default-style ul {
  margin-bottom: 3rem;
  padding-left: 2rem;
  list-style-type: disc;
  list-style-image: url(../svg/svg_Bullet.svg);
}
.default-style img {
  display: inline-block;
  border: 2px solid #0e1c1e;
}

.slider {
  position: relative;
}
.slider .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: absolute;
  top: -8.5rem;
  right: 0;
}
.slider .swiper-navigation--sides {
  position: unset;
}
.slider .swiper-navigation--sides .swiper-prev,
.slider .swiper-navigation--sides .swiper-next {
  position: absolute;
  top: 50%;
}
.slider .swiper-navigation--sides .swiper-prev {
  left: -7rem;
}
@media (max-width: 575.98px) {
  .slider .swiper-navigation--sides .swiper-prev {
    left: -5rem;
  }
}
.slider .swiper-navigation--sides .swiper-next {
  right: -7rem;
}
@media (max-width: 575.98px) {
  .slider .swiper-navigation--sides .swiper-next {
    right: -5rem;
  }
}
.slider .swiper-prev, .slider .swiper-next {
  cursor: pointer;
}
.slider .swiper-prev svg path, .slider .swiper-next svg path {
  transition: all 0.3s ease-out;
}
.slider .swiper-prev:hover svg path:last-child {
  transform: translate(-57.52px, 4px);
}
.slider .swiper-next:hover svg path:last-child {
  transform: translate(-57.79px, 3.73px);
}

.link--underline {
  text-decoration: underline;
}
.link--underline:hover {
  text-decoration: none;
}

.quantity-container {
  display: flex;
  align-items: center;
  width: fit-content;
  border-bottom: 2px solid #0e1c1e;
}
.quantity-container .minus,
.quantity-container .plus {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  color: rgba(14, 28, 30, 0.8);
}
.quantity-container .minus {
  padding-right: 1rem;
}
.quantity-container .plus {
  padding-left: 1rem;
}
.quantity-container .qty {
  padding: 0.5rem 0;
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
  appearance: textfield;
  outline: none;
  width: 6rem;
  font-weight: 600;
  color: rgba(14, 28, 30, 0.8);
}
.quantity-container .qty::-webkit-inner-spin-button, .quantity-container .qty::-webkit-outer-spin-button {
  appearance: none;
}

.custom-input {
  margin-bottom: 3rem;
}
.custom-input label,
.custom-input span {
  position: relative;
  margin-bottom: 0;
  padding-left: 4.5rem;
  font-weight: normal;
}
.custom-input label::before,
.custom-input span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 2px solid #0e1c1e;
  transform: translateY(-50%);
  appearance: none;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}
.custom-input label::after,
.custom-input span::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 1rem;
  display: block;
  width: 1rem;
  height: 1.8rem;
  border: solid #0e1c1e;
  border-width: 0 0.4rem 0.4rem 0;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.custom-input input {
  display: none;
}
.custom-input input:checked + label,
.custom-input input:checked + span {
  color: #0e1c1e;
}
.custom-input input:checked + label::before,
.custom-input input:checked + span::before {
  border-color: #0e1c1e;
}
.custom-input input:checked + label::after,
.custom-input input:checked + span::after {
  opacity: 1;
}

.item-product {
  border: 2px solid #0e1c1e;
  overflow: hidden;
}
.item-product:hover .top {
  position: relative;
}
.item-product:hover .top .thumbnail {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.item-product:hover .top .title {
  opacity: 0;
}
.item-product:hover .bottom .add-to-cart {
  background-color: #d5b170;
}
.item-product .top {
  min-height: 31rem;
  max-height: 31rem;
  padding: 3rem;
}
.item-product .top .thumbnail {
  transition: all 0.3s ease-out;
  max-width: 18rem;
  max-height: 18rem;
}
.item-product .top .title {
  opacity: 1;
}
.item-product .bottom {
  border-top: 2px solid #0e1c1e;
  position: relative;
  z-index: 3;
}
.item-product .bottom .price {
  padding: 1.2rem 0;
  width: 50%;
  text-align: center;
  background-color: white;
  font-weight: 500;
}
.item-product .bottom .add-to-cart {
  border-left: 2px solid #0e1c1e;
  width: 50%;
  padding: 1.2rem 0;
  text-align: center;
  background-color: #0e1c1e;
  transition: all 0.3s ease-out;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  padding-inline: 1.5rem;
  color: rgba(14, 28, 30, 0.8);
  transition: all 0.3s ease-out;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 4.5rem;
}
.pagination .page-numbers.prev {
  transform: rotate(90deg);
}
.pagination .page-numbers.next {
  transform: rotate(-90deg);
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  font-weight: 700;
}

.flip-card {
  position: relative;
  padding-top: 6rem;
}
.flip-card__btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flip-card__content {
  position: relative;
  transition: all 0.3s ease-out;
  transform-style: preserve-3d;
}
.flip-card__content .flip-card__img,
.flip-card__content .flip-card__desc {
  backface-visibility: hidden;
}
.flip-card__content .flip-card__desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(0.5turn);
  transition: all 0.3s ease-out;
  transform-style: preserve-3d;
}
.flip-card.flipped .flip-card__content {
  transform: rotateY(0.5turn);
}

/* || WIDTH */
.max-w--30 {
  max-width: 3rem;
}
.max-w--360 {
  max-width: 36rem;
}
.max-w--500 {
  max-width: 50rem;
}
.max-w--530 {
  max-width: 53rem;
}
.max-w--630 {
  max-width: 63rem;
}
/* || TEXT */
.font--title {
  font-family: "Caveat";
  line-height: 0.9;
}

.font--button {
  font-family: "Sriracha";
}

.fs--14 {
  font-size: 1.4rem;
}
.fs--16 {
  font-size: 1.6rem;
}
.fs--18 {
  font-size: 1.8rem;
}
.fs--22 {
  font-size: 2.2rem;
}
.fs--25 {
  font-size: 2.5rem;
}
.fs--30 {
  font-size: 3rem;
}
.fs--40 {
  font-size: 4rem;
}
.fs--50 {
  font-size: 5rem;
}
.fs--70 {
  font-size: 7rem;
}
.fs--80 {
  font-size: 8rem;
}
.fs--100 {
  font-size: 10rem;
}
.fs--130 {
  font-size: 13rem;
}
@media (min-width: 992px) {
  .fs--lg-130 {
    font-size: 13rem;
  }
}

.fw-medium {
  font-weight: 500;
}

.lh--primary {
  line-height: 1.3;
}

.ls-minus--1 {
  letter-spacing: -0.1rem;
}
.ls-minus--2 {
  letter-spacing: -0.2rem;
}
.ls-minus--4 {
  letter-spacing: -0.4rem;
}

.color--primary-70 {
  color: rgba(14, 28, 30, 0.7);
}
.color--primary-80 {
  color: rgba(14, 28, 30, 0.8);
}
.color--cream {
  color: #fcf9f5;
}

/* || LINE LIMIT */
.line-limit--1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line-limit--2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-limit--8 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

/* || BACKGROUND COLOR */
.bg--primary {
  background-color: #0e1c1e;
}
.bg--cream {
  background-color: #fcf9f5;
}
.bg--pink {
  background-color: #f0bdd4;
}
.bg--light-turquoise {
  background-color: #d2eff8;
}
.bg--light-orange {
  background-color: #f7dbd1;
}

/* || BORDER */
.border--primary {
  border: 2px solid #0e1c1e;
}
.border-block--primary {
  border-block: 2px solid #0e1c1e;
}
.border-top--primary {
  border-top: 2px solid #0e1c1e;
}
.border-bottom--primary {
  border-bottom: 2px solid #0e1c1e;
}
.border-left--primary {
  border-left: 2px solid #0e1c1e;
}

/* || ASPECT RATIO */
.aspect-ratio--1-1 {
  aspect-ratio: 1/1;
}
.aspect-ratio--3-2 {
  aspect-ratio: 3/2;
}

/* || HOVER */
.hover--scale img {
  transition: all 0.3s ease-out;
}
.hover--scale:hover img {
  transform: scale(1.1);
}

/* || Z-INDEX */
.z-index--1 {
  z-index: 1;
}

/* || Row -gap */
.row-gap--20 {
  row-gap: 2rem;
}
.row-gap--30 {
  row-gap: 3rem;
}
.row-gap--40 {
  row-gap: 4rem;
}
.row-gap--60 {
  row-gap: 6rem;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent;
  color: #0e1c1e;
  border: 2px solid #0e1c1e;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  text-decoration: underline;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  text-decoration: none;
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  padding: 2rem 5.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 0;
  color: #fcf9f5;
  background-color: #0e1c1e;
  border: 2px solid #0e1c1e;
  transition: all 0.3s ease-out;
  font-size: 1.8rem;
  font-family: "Sriracha";
  text-transform: uppercase;
}
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: transparent;
  color: #0e1c1e;
}
.woocommerce div.product .product-info {
  border-block: 2px solid #0e1c1e;
  background-color: rgba(247, 229, 198, 0.5);
  mix-blend-mode: multiply;
}
.woocommerce div.product div.summary {
  float: unset;
  width: unset;
  margin-bottom: 0;
  padding: 10rem 18.3rem 15rem 15rem;
  border-left: 2px solid #0e1c1e;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .woocommerce div.product div.summary {
    border-left: 0;
    border-top: 2px solid #0e1c1e;
    padding: 10rem 10rem 15rem;
  }
}
@media (max-width: 575.98px) {
  .woocommerce div.product div.summary {
    padding: 5rem 5rem 10rem;
  }
}
.woocommerce div.product .product_title {
  font-weight: normal;
  font-family: "Caveat";
  font-size: 7rem;
  letter-spacing: -0.2rem;
  margin-bottom: 1rem;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #0e1c1e;
  font-size: 2rem;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
  margin-top: 5rem;
  display: flex;
  gap: 3rem;
}
@media (max-width: 575.98px) {
  .woocommerce div.product form.cart {
    flex-direction: column;
  }
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
  content: unset;
}
.woocommerce div.product form.cart .variations {
  width: auto;
}
.woocommerce div.product form.cart .variations th {
  display: none;
}
.woocommerce div.product form.cart .variations .reset_variations {
  display: none !important;
  visibility: hidden !important;
}
.woocommerce div.product form.cart .variations select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid black;
  padding: 0 0 0.5rem;
  background-position: right center;
  font-weight: 600;
  min-width: 23rem;
  margin-right: 0;
  width: auto;
  color: rgba(14, 28, 30, 0.8);
  line-height: 1.3;
}
.woocommerce div.product form.cart .woocommerce-variation-price,
.woocommerce div.product form.cart a.added_to_cart {
  display: none;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 6.5rem;
}
.woocommerce div.product form.cart label {
  font-family: "Sriracha";
  font-size: 1.4rem;
  color: rgba(14, 28, 30, 0.7);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: normal !important;
  line-height: 1.3;
  display: block;
}
.woocommerce div.product .woocommerce-Tabs-panel--description {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 2px solid #0e1c1e;
  color: rgba(14, 28, 30, 0.8);
}
.woocommerce div.product .woocommerce-Tabs-panel--description > h2 {
  font-family: "Sriracha";
  font-size: 1.4rem;
  color: rgba(14, 28, 30, 0.7);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: normal !important;
}
.woocommerce table.shop_table {
  border: 2px solid #0e1c1e;
  margin: 0;
  border-radius: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  line-height: 1.3;
}
.woocommerce .wc-proceed-to-checkout::after,
.woocommerce .wc-proceed-to-checkout::before {
  content: unset;
}
.woocommerce ul#shipping_method li {
  display: flex;
  align-items: center;
  justify-content: end;
}

.woocommerce-cart table.cart img {
  width: 100%;
}
.woocommerce-cart table.cart th {
  padding: 2rem 3.5rem;
  font-weight: 400;
  font-family: "Sriracha";
  font-size: 1.4rem;
  text-transform: uppercase;
}
.woocommerce-cart table.cart td {
  border-top: 2px solid #0e1c1e;
  padding: 3rem 3.5rem;
}
.woocommerce-cart table.cart .product-image {
  width: 10rem;
  height: 10rem;
  border: 2px solid #0e1c1e;
}
.woocommerce-cart table.cart .product-image img {
  height: 100%;
}
.woocommerce-cart table.cart .product-title a {
  font-weight: 500;
}
.woocommerce-cart table.cart .woocommerce-Price-amount {
  font-weight: 500;
}
.woocommerce-cart table.cart a.remove svg path:last-child {
  transition: all 0.3s ease-out;
}
.woocommerce-cart table.cart a.remove:hover {
  background-color: transparent;
}
.woocommerce-cart table.cart a.remove:hover svg path:last-child {
  transform: translate(4px, 3.999px);
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart table.cart a.remove {
    margin-left: auto;
  }
}
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity,
.woocommerce-cart table.cart .product-subtotal {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart table.cart td {
    border-top: 0;
  }
  .woocommerce-cart table.cart tr:not(:first-child) td.product-remove {
    border-top: 2px solid #0e1c1e;
  }
}
.woocommerce-cart .actions .coupon .input-text {
  border-right: 0;
}
.woocommerce-cart .actions__button {
  padding: 0;
  border: 0;
  font-family: "Sriracha";
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.8rem;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 32%;
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  font-weight: 500;
  line-height: 1.3;
  padding-inline: 3rem;
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  font-weight: 400;
  text-align: right;
  padding-block: 1rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table thead th {
  padding-block: 2rem;
  border-bottom: 2px solid #0e1c1e;
}
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr:first-child td {
  padding-top: 3rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr:last-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr:last-child td {
  padding-bottom: 3rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table tfoot th,
.woocommerce-cart .cart-collaterals .cart_totals table tfoot td {
  border-top: 2px solid #0e1c1e !important;
  padding-block: 3rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table tfoot strong {
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-remove-coupon {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #f0bdd4;
  text-decoration: underline;
}
.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-remove-coupon:hover {
  text-decoration: none;
}

.woocommerce-checkout .checkout__title {
  font-family: "Caveat";
  font-size: 4rem;
  letter-spacing: -0.1rem;
  border-bottom: 2px solid #0e1c1e;
  margin-bottom: 3rem;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label,
.woocommerce-checkout .woocommerce-additional-fields label {
  display: none !important;
}
.woocommerce-checkout #ship-to-different-address label {
  display: block !important;
}
.woocommerce-checkout form .form-row {
  padding: 0;
  margin: 0 0 3rem;
}
.woocommerce-checkout table.shop_table {
  border: 0;
}
.woocommerce-checkout table.shop_table td {
  border-top: 0;
}
.woocommerce-checkout table.shop_table tbody tr td {
  padding: 0 0 2rem;
}
.woocommerce-checkout table.shop_table tbody tr td:last-child {
  text-align: right;
  vertical-align: top;
}
.woocommerce-checkout table.shop_table tbody tr td strong {
  font-weight: 600;
}
.woocommerce-checkout table.shop_table tbody tr:last-child td {
  padding-bottom: 5rem;
}
.woocommerce-checkout table.shop_table tfoot tr th,
.woocommerce-checkout table.shop_table tfoot tr td {
  border-top: 0;
  font-weight: 400;
  padding: 1rem 3rem;
}
.woocommerce-checkout table.shop_table tfoot tr strong {
  font-weight: 400;
}
.woocommerce-checkout table.shop_table tfoot tr th {
  font-weight: 500;
  border-left: 2px solid #0e1c1e;
  padding-right: 0;
}
.woocommerce-checkout table.shop_table tfoot tr td {
  text-align: right;
  border-right: 2px solid #0e1c1e;
  padding-left: 0;
}
.woocommerce-checkout table.shop_table tfoot tr.checkout-order-title th {
  border: 2px solid #0e1c1e;
  font-weight: 400;
  padding-block: 2rem;
}
.woocommerce-checkout table.shop_table tfoot tr.order-total th,
.woocommerce-checkout table.shop_table tfoot tr.order-total td {
  border-block: 2px solid #0e1c1e;
  padding-block: 3rem;
}
.woocommerce-checkout table.shop_table tfoot tr.cart-subtotal th,
.woocommerce-checkout table.shop_table tfoot tr.cart-subtotal td {
  padding-top: 3rem;
}
.woocommerce-checkout table.shop_table tfoot tr.shipping th,
.woocommerce-checkout table.shop_table tfoot tr.shipping td {
  padding-bottom: 3rem;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.3;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 1rem;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: 600;
  font-size: 1.8rem;
}
.woocommerce-checkout #payment div.payment_box {
  padding: 2rem;
  margin: 1rem 0 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  background-color: transparent;
  border: 2px solid #0e1c1e;
  color: #0e1c1e;
}
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}
.woocommerce-checkout #payment div.place-order {
  padding: 0;
  margin: 3rem 0;
  font-size: 1.4rem;
}
.woocommerce-checkout #payment div.place-order a {
  text-decoration: underline;
}
.woocommerce-checkout #payment div.place-order a:hover {
  text-decoration: none;
}
.woocommerce-checkout #payment .form-row {
  margin-bottom: 1rem;
}
.woocommerce-checkout #payment #place_order {
  float: none;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  text-align: center;
  margin-bottom: 0;
  font-size: 2.5rem;
}
.woocommerce-order-received ul.order_details {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce-order-received ul.order_details li {
  border-right: 0;
  text-align: center;
  padding-right: 0;
  line-height: 1.3;
  margin-right: 0;
  float: none;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 2.5rem;
}
.woocommerce-order-received ul.order_details li strong {
  font-size: 2.5rem;
  line-height: 1.3;
}
.woocommerce-order-received .woocommerce-customer-details address {
  padding: 0;
  border: 0;
}

/* || SITEWIDE */
.header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.header .navbar {
  min-height: 11rem;
}
.header .navbar__logo {
  max-width: 9.5rem;
}
.header .navbar__link {
  position: relative;
}
.header .navbar__link::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: -7.5rem;
  width: 2.5rem;
  height: 2rem;
  background: url(../svg/svg_NavLinkWing.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.header .navbar__item:hover .navbar__link::after, .header .navbar__item.active .navbar__link::after {
  right: -1.8rem;
  opacity: 1;
  pointer-events: all;
}
.header .navbar__cta {
  transition: all 0.3s ease-out;
}
.header .navbar__cta:hover {
  color: #e0c798;
}
.header .navbar__icon {
  position: relative;
  z-index: 2;
  width: 3rem;
  cursor: pointer;
}
.header .navbar__icon-line {
  display: block;
  width: 3rem;
  height: 0.2rem;
  margin-bottom: 0.7rem;
  background-color: #fcf9f5;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.header .navbar__icon-line--left {
  width: 1.65rem;
  transition: all 0.3s ease-out;
}
.header .navbar__icon-line--right {
  margin-bottom: 0;
  float: right;
  width: 1.65rem;
  transition: all 0.3s ease-out;
}
.header .navbar__icon:hover .navbar__icon-line--left,
.header .navbar__icon:hover .navbar__icon-line--right {
  width: 3rem;
}
.header .navbar-mobile::before, .header .navbar-mobile::after {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  border-bottom-left-radius: 200%;
  content: "";
  background: rgba(14, 28, 30, 0.5);
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius ease-out 0.8s;
  transform: translate(100%, -100%);
}
.header .navbar-mobile::before {
  transition-delay: 0.2s;
}
.header .navbar-mobile::after {
  background: #0e1c1e;
  transition-delay: 0s;
}
.header .navbar-mobile__content {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.header .navbar-mobile .navbar__link::after {
  top: -0.4rem;
  right: -8.5rem;
  width: 4.5rem;
  height: 4rem;
}
.header .navbar-mobile__item {
  transition: all 0.3s ease-out;
  transform: translateX(10rem);
  opacity: 0;
}
.header.navbar-mobile--show .navbar__icon-line {
  transform: rotate(-45deg);
}
.header.navbar-mobile--show .navbar__icon-line--left {
  width: 1.5rem;
  transform: translate(0.2rem, 0.4rem) rotate(45deg);
}
.header.navbar-mobile--show .navbar__icon-line--right {
  float: right;
  width: 1.5rem;
  transform: translate(-0.3rem, -0.35rem) rotate(45deg);
}
.header.navbar-mobile--show .navbar__icon:hover .navbar__icon-line--left,
.header.navbar-mobile--show .navbar__icon:hover .navbar__icon-line--right {
  width: 1.5rem;
}
.header.navbar-mobile--show .navbar-mobile::before, .header.navbar-mobile--show .navbar-mobile::after {
  border-radius: 0;
  transform: translateX(0%) translateY(0%);
}
.header.navbar-mobile--show .navbar-mobile::before {
  transition-delay: 0s;
}
.header.navbar-mobile--show .navbar-mobile::after {
  transition-delay: 0.1s;
}
.header.navbar-mobile--show .navbar-mobile__content {
  visibility: visible;
}
.header.navbar-mobile--show .navbar-mobile__item {
  transition: all 0.3s ease-out;
  transform: translateX(0%);
  opacity: 1;
}
.header.navbar-mobile--show .navbar-mobile__item:hover .navbar__link::after, .header.navbar-mobile--show .navbar-mobile__item.active .navbar__link::after {
  right: -3.3rem;
  opacity: 1;
  pointer-events: all;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(0) {
  transition-delay: 0.7s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(1) {
  transition-delay: 0.8s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(2) {
  transition-delay: 0.9s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(3) {
  transition-delay: 1s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(4) {
  transition-delay: 1.1s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(5) {
  transition-delay: 1.2s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(6) {
  transition-delay: 1.3s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(7) {
  transition-delay: 1.4s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(8) {
  transition-delay: 1.5s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(9) {
  transition-delay: 1.6s;
}
.header.navbar-mobile--show .navbar-mobile__item:nth-child(10) {
  transition-delay: 1.7s;
}

.footer {
  border-top: 2px solid #0e1c1e;
  padding-bottom: 10rem;
}
@media (max-width: 991.98px) {
  .footer {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .footer__form {
    width: 74rem;
  }
}
.footer__form .wpcf7-form > p,
.footer__form .mc4wp-form-fields {
  display: flex;
}
.footer__form input,
.footer__form p {
  margin-bottom: 0;
}
.footer__form .wpcf7-form-control-wrap,
.footer__form input[type=email] {
  border-right: 0;
  flex-basis: 80%;
}
.footer__form .wpcf7-form-control-wrap::placeholder,
.footer__form input[type=email]::placeholder {
  color: rgba(14, 28, 30, 0.7);
}
.footer__form input[type=submit] {
  flex-basis: 20%;
  font-family: "Sriracha";
  font-size: 1.8rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.footer__form input[type=submit]:hover {
  background-color: #0e1c1e;
  color: #fff;
}
.footer__form .wpcf7-spinner {
  display: none;
}
.footer__info {
  width: 37rem;
  height: 29rem;
  position: relative;
}
.footer__logo, .footer__social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  transform-style: preserve-3d;
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../icons/bg_Footer-Pink.png) no-repeat center;
  background-size: contain;
}
.footer__logo img {
  max-width: 12rem;
}
.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background: url(../icons/bg_Footer-Turquoise.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  transform: rotateY(180deg) rotateX(180deg);
}
.footer__social .social__title {
  max-width: 18rem;
  text-align: center;
}
.footer__social .social__link img {
  max-width: 2.4rem;
  max-height: 2.4rem;
}
.footer__info:hover .footer__logo {
  opacity: 0;
  transform: rotateY(180deg) rotateX(180deg);
}
.footer__info:hover .footer__social {
  opacity: 1;
  transform: rotate(0);
}
.footer__bottom {
  border-block: 1px solid #0e1c1e;
}
@media (max-width: 575.98px) {
  .footer__nav {
    max-width: 100%;
    overflow-x: auto;
    padding: 0 0 1.5rem;
  }
  .footer__nav::-webkit-scrollbar {
    height: 0.8rem;
    background-color: #fff;
    border-radius: 6px;
  }
  .footer__nav::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #fcf9f5;
  }
  .footer__nav::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #d5b170;
  }
  .footer__nav .nav__list {
    width: 100%;
  }
}
.footer__nav .nav__link {
  display: block;
  padding-inline: 2rem;
}
.footer__nav .nav__link:hover {
  text-decoration: underline;
}
.footer__nav .nav__item:not(:first-child) .nav__link {
  border-left: 1px solid #0e1c1e;
}
.footer__nav .nav__item:first-child .nav__link {
  padding-left: 0;
}
.footer__nav .nav__item:last-child .nav__link {
  padding-right: 0;
}

/* || HOMEPAGE */
.section-hero-banner {
  border-bottom: 2px solid #0e1c1e;
}
.section-hero-banner .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.section-hero-banner .hero-banner {
  height: 100%;
}
.section-hero-banner .hero-banner .row {
  height: 100%;
}
.section-hero-banner .hero-banner .col-lg-6 {
  padding: 0;
}
.section-hero-banner .hero-banner .left {
  height: 100%;
  padding: 43rem 14.5rem 13rem 18.3rem;
  border-right: 2px solid #0e1c1e;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.section-hero-banner .hero-banner .left svg {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 991.98px) {
  .section-hero-banner .hero-banner .left {
    padding: 15rem 14.5rem 13rem 17rem;
    border-right: none;
  }
  .section-hero-banner .hero-banner .left svg {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 575.98px) {
  .section-hero-banner .hero-banner .left {
    padding: 8rem 5rem;
  }
}
.section-hero-banner .hero-banner .right {
  height: 100%;
  padding: 12.8rem 0 16rem;
}
@media (max-width: 991.98px) {
  .section-hero-banner .hero-banner .right {
    padding: 10rem 0;
  }
}
@media (max-width: 575.98px) {
  .section-hero-banner .hero-banner .right {
    padding: 5rem 0 7rem;
  }
}
.section-hero-banner .hero-banner .right .img-banner {
  border: 2px solid #0e1c1e;
  margin: 0 auto;
  min-width: 64rem;
  max-width: 64rem;
  min-height: 64rem;
  max-height: 64rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-hero-banner .hero-banner .right .img-banner {
    min-width: 90%;
    max-width: 90%;
  }
}
@media (max-width: 575.98px) {
  .section-hero-banner .hero-banner .right .img-banner {
    min-height: 40rem;
    max-height: 40rem;
  }
}
.section-hero-banner .hero-banner .right .img-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-hero-banner .hero-banner .right .img-banner .btn-play {
  position: absolute;
  top: 0;
  left: 0;
}
.section-hero-banner .hero-banner .right .img-banner .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-hero-banner .hero-banner .right .img-banner .btn-play .btn--diamond::before {
  z-index: 2;
}
.section-hero-banner .hero-banner .right .img-banner .btn-play .btn--diamond::after {
  z-index: 1;
}
.section-hero-banner .hero-banner .right .img-banner .btn-play .btn--diamond span {
  z-index: 3;
}
.section-hero-banner .slider .swiper-slide {
  height: auto;
}
.section-hero-banner .slider .pagination {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translate(60%);
  z-index: 10;
}
@media (max-width: 991.98px) {
  .section-hero-banner .slider .pagination {
    bottom: 5rem;
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .section-hero-banner .slider .pagination {
    bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .section-hero-banner .slider .pagination {
    bottom: 4rem;
  }
}
.section-hero-banner .slider .pagination .swiper-pagination-progressbar {
  position: sticky;
  height: 1.2rem;
  width: 37rem;
  border-radius: 6px;
  border: 2px solid #0e1c1e;
  background: white;
}
.section-hero-banner .slider .pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 6px !important;
}

.section-welcome {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-welcome {
    padding: 8rem 0;
  }
}
.section-welcome .btn.btn--ellipse::after {
  z-index: 1;
}
.section-welcome .btn.btn--ellipse::before {
  z-index: 2;
}
.section-welcome .btn.btn--ellipse span {
  z-index: 3;
}

.section-connect-page {
  border-top: 2px solid #0e1c1e;
  border-bottom: 2px solid #0e1c1e;
}
.section-connect-page .swiper-wrapper .swiper-slide {
  border-right: 2px solid #0e1c1e;
}
.section-connect-page .swiper-wrapper .swiper-slide:first-child {
  border-left: 2px solid #0e1c1e;
}
.section-connect-page .item-connect-page:hover .thumbnail::before {
  background: rgba(14, 28, 30, 0);
}
.section-connect-page .item-connect-page:hover .thumbnail img:nth-child(2) {
  opacity: 0;
}
.section-connect-page .item-connect-page:hover .btn-play::before {
  opacity: 1;
}
.section-connect-page .item-connect-page:hover .btn-play span {
  color: #0e1c1e;
}
.section-connect-page .item-connect-page .thumbnail {
  max-width: 100%;
  max-height: 72.5rem;
  position: relative;
  height: 72.5rem;
  transition: all 0.3s ease-out;
}
.section-connect-page .item-connect-page .thumbnail::before {
  content: "";
  background: rgba(14, 28, 30, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.section-connect-page .item-connect-page .thumbnail img {
  position: absolute;
  transition: all 0.3s ease-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-connect-page .item-connect-page .thumbnail img:nth-child(1) {
  object-fit: cover;
  z-index: 1;
}
.section-connect-page .item-connect-page .thumbnail img:nth-child(2) {
  z-index: 3;
}
.section-connect-page .item-connect-page .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: all 0.3s ease-out;
}
.section-connect-page .item-connect-page .btn-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  height: 30rem;
  background: url(../images/bg_btnPlay.png) no-repeat center;
  background-size: cover;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.section-connect-page .item-connect-page .btn-play span {
  color: white;
  position: relative;
  z-index: 4;
}

.section-about-home {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-about-home {
    padding: 8rem 0;
  }
}
.section-about-home .about-home .left .thumbnail {
  overflow: hidden;
  max-width: 100%;
  max-height: 77rem;
}
.section-about-home .about-home .right .thumbnail {
  overflow: hidden;
  max-width: 100%;
  max-height: 43rem;
}
.section-about-home .about-home .right .btn.btn--ellipse::after {
  z-index: 1;
}
.section-about-home .about-home .right .btn.btn--ellipse::before {
  z-index: 2;
}
.section-about-home .about-home .right .btn.btn--ellipse span {
  z-index: 3;
}

.section-book-a-tour {
  padding: 10rem 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-book-a-tour {
    padding: 8rem 0;
  }
}
.section-book-a-tour .book-a-tour {
  gap: 16rem;
}
.section-book-a-tour .book-a-tour .content {
  max-width: 50rem;
}
@media (max-width: 991.98px) {
  .section-book-a-tour .book-a-tour .content {
    max-width: 100%;
  }
}
.section-book-a-tour .book-a-tour .slider {
  overflow: hidden;
  min-width: 107.7rem;
  max-width: 107.7rem;
  max-height: 61rem;
  margin-right: -18rem;
}
@media (max-width: 991.98px) {
  .section-book-a-tour .book-a-tour .slider {
    max-width: 100%;
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
    margin-top: 5rem;
  }
}
.section-book-a-tour .book-a-tour .slider .swiper-wrapper .swiper-slide:not(:last-child) {
  border: 2px solid #0e1c1e;
  border-right: none;
}
.section-book-a-tour .book-a-tour .slider .swiper-wrapper .swiper-slide:last-child {
  border: 2px solid #0e1c1e;
}

.section-fancy .thumbnail {
  max-width: 100%;
  max-height: 80rem;
  position: relative;
  overflow: hidden;
}
.section-fancy .thumbnail img {
  object-fit: cover;
}
.section-fancy .thumbnail .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-customer-say {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-customer-say {
    padding: 8rem 0;
  }
}
.section-customer-say .top {
  position: relative;
}
.section-customer-say .top .img-main {
  max-width: 100%;
  max-height: 50rem;
  overflow: hidden;
  border: 2px solid #0e1c1e;
}
.section-customer-say .top .img-sub {
  min-width: 56.4rem;
  max-width: 56.4rem;
  min-height: 35.2rem;
  max-height: 35.2rem;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  transform: translate(-49%, 50%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section-customer-say .top .img-sub {
    transform: translate(-50%, 50%);
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  .section-customer-say .top .img-sub {
    min-width: 30rem;
    max-width: 30rem;
    min-height: 18rem;
    max-height: 18rem;
  }
}
.section-customer-say .top .img-sub svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-customer-say .top .img-sub img {
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  clip-path: polygon(49% 0%, 99% 49%, 49% 100%, 0% 49%);
}
@media (max-width: 575.98px) {
  .section-customer-say .top .img-sub img {
    clip-path: polygon(49% 0%, 97% 47%, 50% 96%, 2% 49%);
  }
}
.section-customer-say .item-comment .icon-star img {
  max-width: 2rem;
}
.section-customer-say .slider {
  position: relative;
  max-width: 63rem;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .section-customer-say .slider {
    margin: auto;
  }
}
.section-customer-say .slider .swiper-pagination {
  bottom: -3rem;
  text-align: end;
}
.section-customer-say .slider .swiper-pagination-bullet {
  border: 1px solid #203c3d;
  background-color: transparent;
  opacity: 1;
  width: 1rem;
  height: 1rem;
}
.section-customer-say .slider .swiper-pagination-bullet-active {
  background-color: #0e1c1e;
}

.section-instagram {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-instagram {
    padding: 8rem 0;
  }
}
.section-instagram .img-insta {
  border: 2px solid #0e1c1e;
  max-width: 100%;
  max-height: 50rem;
}

.section-latest-blog {
  padding-bottom: 10rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-latest-blog {
    padding: 8rem 0;
  }
}
.section-latest-blog .content {
  position: relative;
}
.section-latest-blog .item-blog {
  border-bottom: 2px solid #0e1c1e;
  padding: 3rem 0;
}
.section-latest-blog .item-blog .thumbnail {
  width: 50rem;
  height: 40rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-color: #0e1c1e;
  clip-path: ellipse(50% 45% at 50% 50%);
}
@media (max-width: 991.98px) {
  .section-latest-blog .item-blog .thumbnail {
    width: 30rem;
    height: 25rem;
  }
}
.section-latest-blog .item-blog .thumbnail .img-wrapper--cover {
  content: "";
  width: calc(50rem - 4px);
  height: calc(40rem - 4px);
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  clip-path: ellipse(50% 45% at 50% 50%);
}
@media (max-width: 991.98px) {
  .section-latest-blog .item-blog .thumbnail .img-wrapper--cover {
    width: calc(30rem - 4px);
    height: calc(25rem - 4px);
  }
}
.section-latest-blog .item-blog .thumbnail .img-wrapper--cover img {
  transform: rotate(-35deg);
}
.section-latest-blog .item-blog .title {
  transition: all 0.3s ease-out;
}
.section-latest-blog .item-blog:hover .thumbnail {
  opacity: 1;
}
.section-latest-blog .item-blog:hover .title {
  position: relative;
}
.section-latest-blog .item-blog:hover .title::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #f0bdd4;
  z-index: -1;
}

.section-latest-products {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-latest-products {
    padding: 8rem 0;
  }
}
.section-latest-products .item-product .top {
  min-height: 42rem;
  max-height: 42rem;
  padding: 5rem;
}
.section-latest-products .item-product .top .title {
  margin-top: 5rem !important;
  font-size: 3rem;
  font-weight: 500;
}

.section-wotd-shop {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-wotd-shop {
    padding: 8rem 0;
  }
}
.section-wotd-shop .swiper-prev {
  position: absolute;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .section-wotd-shop .swiper-prev {
    left: 0;
    z-index: 4;
  }
}
.section-wotd-shop .swiper-next {
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .section-wotd-shop .swiper-next {
    right: 0;
    z-index: 4;
  }
}

.section-limit-edition {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-limit-edition {
    padding: 8rem 0;
  }
}
.section-limit-edition .img-wrapper {
  height: 100%;
  width: 100%;
  max-height: 50rem;
  overflow: hidden;
}

.section-newsletter {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-newsletter {
    padding: 8rem 0;
  }
}
.section-newsletter .newsletter {
  border: 2px solid #0e1c1e;
  padding: 10rem 0;
}
.section-newsletter .newsletter .content {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
}
.section-newsletter .newsletter .content input {
  text-align: center;
}
@media (max-width: 575.98px) {
  .section-newsletter .newsletter .content input {
    width: 90%;
  }
}
.section-newsletter .newsletter .content .btn.btn--ellipse input {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  font-family: "Sriracha";
  font-size: 1.8rem;
  top: -0.5rem;
  text-transform: uppercase;
  transform: rotate(-5deg);
}

.section-what-we-do {
  padding-top: 10rem;
}
@media (max-width: 991.98px) {
  .section-what-we-do {
    padding-top: 8rem;
  }
}
.section-what-we-do .img-wrapper {
  border: 2px solid #0e1c1e;
  max-height: 43rem;
  overflow: hidden;
}

.section-box-about {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-box-about {
    padding: 8rem 0;
  }
}
@media (max-width: 575.98px) {
  .section-box-about {
    padding: 3rem 0;
  }
}
.section-box-about .item-box {
  height: 100%;
  border: 2px solid #0e1c1e;
  padding: 5rem 13.2rem 8.5rem 5rem;
  position: relative;
}
.section-box-about .item-box .icon {
  min-width: 6rem;
  max-width: 6rem;
  margin-left: auto;
  opacity: 50%;
  position: absolute;
  bottom: 5rem;
  right: 5rem;
}

.section-our-mission {
  padding: 10rem 0;
  position: relative;
  border: 2px solid #0e1c1e;
}
@media (max-width: 991.98px) {
  .section-our-mission {
    padding: 8rem 0;
  }
}
.section-our-mission .content {
  padding: 7.5rem 0;
}
@media (max-width: 991.98px) {
  .section-our-mission .content {
    padding: 0;
  }
}
.section-our-mission .content .items .item {
  margin-top: 5rem;
  padding-left: 3.5rem;
  position: relative;
}
.section-our-mission .content .items .item::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  left: 0;
  background: url(../svg/dot-black.svg) no-repeat center;
  background-size: contain;
}
.section-our-mission .img-wrapper {
  border-left: 2px solid #0e1c1e;
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .section-our-mission .img-wrapper {
    position: sticky;
    width: 100%;
    max-height: 50rem;
    border: 2px solid #0e1c1e;
    margin-top: 5rem;
  }
}

.section-best-value {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .section-best-value {
    padding: 8rem 0;
  }
}
.section-best-value .item {
  height: 100%;
  border: 2px solid #0e1c1e;
}
.section-best-value .item .img-wrapper {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-best-value .item .img-wrapper {
    min-height: 50rem;
    max-height: 50rem;
  }
}
.section-best-value .item .content {
  padding: 15rem 5rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-best-value .item .content {
    padding: 10rem 5rem;
  }
}

.section-tabs {
  padding: 10rem 0;
  border-top: 2px solid #0e1c1e;
}
@media (max-width: 991.98px) {
  .section-tabs {
    padding: 8rem 0;
  }
}
.section-tabs .content {
  position: relative;
}
.section-tabs .content .tabs {
  min-width: 92.4rem;
  max-width: 92.4rem;
}
@media (max-width: 991.98px) {
  .section-tabs .content .tabs {
    max-width: 100%;
    min-width: 100%;
  }
}
.section-tabs .content .tabs .top {
  border: 2px solid #0e1c1e;
}
.section-tabs .content .tabs .top .nav-link {
  padding: 2.5rem 0;
  font-size: 1.8rem;
  font-family: "Sriracha";
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.section-tabs .content .tabs .top .nav-link.active {
  text-decoration: underline;
}
.section-tabs .content .tabs .top .nav-link:not(:last-child) {
  border-right: 2px solid #0e1c1e;
}
.section-tabs .content .tabs .top .nav-link:hover {
  cursor: pointer;
}
.section-tabs .content .tabs .tab-item {
  display: none;
  padding: 5rem;
  background: white;
  border: 2px solid #0e1c1e;
  border-top: none;
  min-height: 55rem;
}
@media (max-width: 991.98px) {
  .section-tabs .content .tabs .tab-item {
    min-height: 30rem;
  }
}
.section-tabs .content .tabs .tab-item.active {
  display: block;
}
.section-tabs .content .tabs .tab-item .box-content {
  gap: 7rem;
}
.section-tabs .content .tabs .tab-item .box-content .title {
  max-width: 25rem;
}
@media (max-width: 991.98px) {
  .section-tabs .content .tabs .tab-item .box-content .title {
    max-width: 100%;
  }
}
.section-tabs .content .box-img {
  position: absolute;
  max-width: 63rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  border: 2px solid #0e1c1e;
  border-left: none;
}
@media (max-width: 991.98px) {
  .section-tabs .content .box-img {
    position: relative;
    max-width: 100%;
    min-height: 50rem;
    max-height: 50rem;
    border-left: 2px solid #0e1c1e;
    border-top: none;
  }
}
.section-tabs .content .box-img .tab-img {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .section-tabs .content .box-img .tab-img {
    position: absolute;
  }
}
.section-tabs .content .box-img .tab-img.active {
  display: block;
}
.section-tabs .content .box-img .tab-img .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section-tabs .content .box-img .tab-img .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-tabs .content .box-img .tab-img .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-contact-form {
  padding: 20rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-contact-form {
    padding: 10rem 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.section-contact-form .form .btn.btn--ellipse input {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  font-family: "Sriracha";
  font-size: 1.8rem;
  top: -0.5rem;
  text-transform: uppercase;
  transform: rotate(-5deg);
}
.section-contact-form .img-wrapper {
  position: absolute;
  width: calc(100% - 107.7rem);
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-contact-form .img-wrapper {
    position: relative;
    width: 100%;
    min-height: 55rem;
  }
}
.section-contact-form .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
}
.section-contact-form .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 107.7rem;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .section-contact-form .bg {
    max-width: 100%;
  }
}

.section-contact-information {
  position: relative;
}
.section-contact-information .img-wrapper {
  border-right: 2px solid #0e1c1e;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: calc(100% - 84.3rem);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section-contact-information .img-wrapper {
    position: relative;
    min-height: 40rem;
    max-width: 100%;
  }
}
.section-contact-information .img-wrapper img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0e1c1e;
  border-right: none;
}
.section-contact-information .box-content {
  max-width: 84.3rem;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .section-contact-information .box-content {
    max-width: 100%;
  }
}
.section-contact-information .box-content .box-contact {
  padding: 6rem 18.3rem 6rem 8rem;
}
@media (max-width: 991.98px) {
  .section-contact-information .box-content .box-contact {
    padding: 4rem;
  }
}
.section-contact-information .box-content .box-contact .items .item {
  font-weight: 500;
}
.section-contact-information .box-content .box-contact .items .item:not(:first-child) {
  margin-top: 2rem;
}
.section-contact-information .box-content .box-socials-media {
  border-top: 2px solid #0e1c1e;
  padding: 10rem 18.3rem 10rem 8rem;
}
@media (max-width: 991.98px) {
  .section-contact-information .box-content .box-socials-media {
    padding: 4rem;
  }
}
.section-contact-information .box-content .box-socials-media .items .item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.section-contact-information .box-content .box-socials-media .items .item:not(:first-child) {
  margin-top: 4rem;
}
.section-contact-information .box-content .box-socials-media .items .item .icon-social {
  max-width: 4rem;
}

.banner-link svg path {
  transition: all 0.3s ease-out;
}

.banner-link:hover svg path:last-child {
  d: path("m63 3-7 7 28 28H3v10h81L56 76l7 7 40-40Z");
}

.section-all-product {
  padding: 5rem 0 10rem;
}

.section-blogs .blog__thumbnail, .section-blogs .blog__content {
  position: relative;
}
.section-blogs .blog__thumbnail--first, .section-blogs .blog__thumbnail--second,
.section-blogs .blog .btn, .section-blogs .blog__title, .section-blogs .blog__excerpt {
  transition: all 0.3s ease-out;
}
.section-blogs .blog__thumbnail--second, .section-blogs .blog__excerpt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.section-blogs .blog .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
.section-blogs .blog__content {
  min-height: 12rem;
}
.section-blogs .blog:hover .blog__thumbnail--first,
.section-blogs .blog:hover .blog__title {
  opacity: 0;
}
.section-blogs .blog:hover .blog__thumbnail--second,
.section-blogs .blog:hover .btn,
.section-blogs .blog:hover .blog__excerpt {
  opacity: 1;
}

.section-features-slider .feature {
  font-size: 2.5rem;
  padding: 1rem 2rem;
  border: 2px solid #0e1c1e;
  border-radius: 5px;
  font-family: "Sriracha";
  width: fit-content;
}
.section-features-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.section-features-slider .swiper-slide {
  width: fit-content !important;
}
.section-features-slider .swiper-slide:nth-child(5n+1) .feature {
  background-color: #d2eff8;
}
.section-features-slider .swiper-slide:nth-child(5n+2) .feature {
  background-color: #f7ead1;
}
.section-features-slider .swiper-slide:nth-child(5n+3) .feature {
  background-color: #dbdffc;
}
.section-features-slider .swiper-slide:nth-child(5n+4) .feature {
  background-color: #f7dbd1;
}
.section-features-slider .swiper-slide:nth-child(5n+5) .feature {
  background-color: #f5dfe9;
}

.section-office .office__top {
  position: relative;
}
.section-office .office__top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(../images/brush_OfficeWork.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 58.5rem;
}
.section-office .office__top .img-container,
.section-office .office__top .content {
  position: relative;
}
.section-office .office__top .img-container img {
  border: 2px solid #0e1c1e;
}

.section-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 17rem);
  gap: 3rem;
}
@media (max-width: 991.98px) {
  .section-gallery .gallery {
    grid-template-rows: repeat(6, 10rem);
    gap: 2rem;
  }
}
@media (max-width: 575.98px) {
  .section-gallery .gallery {
    grid-template-rows: repeat(8, 11rem);
  }
}
.section-gallery .photo:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 3;
}
.section-gallery .photo:nth-child(2) {
  grid-column: 3/span 2;
  grid-row: 1/span 2;
}
.section-gallery .photo:nth-child(3) {
  grid-column: 1/span 2;
  grid-row: 4/span 3;
}
.section-gallery .photo:nth-child(4) {
  grid-column: 3/span 1;
  grid-row: 3/span 2;
}
@media (max-width: 575.98px) {
  .section-gallery .photo:nth-child(4) {
    grid-column: 3/span 2;
    grid-row: 3/span 2;
  }
}
.section-gallery .photo:nth-child(5) {
  grid-column: 4/span 1;
  grid-row: 3/span 2;
}
@media (max-width: 575.98px) {
  .section-gallery .photo:nth-child(5) {
    grid-column: 3/span 2;
    grid-row: 5/span 2;
  }
}
.section-gallery .photo:nth-child(6) {
  grid-column: 3/span 1;
  grid-row: 5/span 2;
}
@media (max-width: 575.98px) {
  .section-gallery .photo:nth-child(6) {
    grid-column: 1/span 2;
    grid-row: 7/span 2;
  }
}
.section-gallery .photo:nth-child(7) {
  grid-column: 4/span 1;
  grid-row: 5/span 2;
}
@media (max-width: 575.98px) {
  .section-gallery .photo:nth-child(7) {
    grid-column: 3/span 2;
    grid-row: 7/span 2;
  }
}

.section-text-image {
  position: relative;
}
.section-text-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(../images/brush_InfoEvent.png);
  background-repeat: no-repeat;
  background-position: top 5rem left;
  background-size: 58.5rem;
}
.section-text-image .text-container {
  padding-inline: 10rem;
}
@media (max-width: 575.98px) {
  .section-text-image .text-container {
    padding-inline: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .section-text-image .text-container {
    padding-inline: 18.3rem 7.5rem;
    flex-basis: 37%;
  }
  .section-text-image .img-wrapper--cover {
    flex-basis: 63%;
  }
}

.section-spaces-slider .img-wrapper img {
  border: 2px solid #0e1c1e;
}
.section-spaces-slider .swiper-pagination {
  bottom: 3rem;
  left: 25%;
  transform: translateX(-25%);
  width: auto;
}
@media (max-width: 991.98px) {
  .section-spaces-slider .swiper-pagination {
    width: 100%;
    left: 0;
    transform: unset;
    bottom: unset;
    top: 44%;
  }
}
.section-spaces-slider .swiper-pagination-bullet {
  width: 2rem;
  height: 1.5rem;
  background: #fcf9f5;
  opacity: 0.25;
  transform: rotate(-45deg);
  margin: 0 0.5rem;
  transition: all 0.3s ease-out;
}
.section-spaces-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .section-spaces-slider .desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}
.section-games-list .content-container{
	position:relative;
}
.section-games-list .games {
  min-height: 45rem;
  max-height: 93rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6rem;
  margin-right: -6rem;
}
@media (max-width: 991.98px) {
  .section-games-list .games {
    padding-right: 3rem;
    margin-right: -4rem;
  }
}
@media (max-width: 575.98px) {
  .section-games-list .games {
    padding-right: 1.5rem;
    margin-right: -3.5rem;
  }
}
.section-games-list .games::-webkit-scrollbar {
  width: 1.2rem;
  background-color: #fff;
  border-radius: 6px;
}
.section-games-list .games::-webkit-scrollbar-track {
  border-radius: 6px;
}
.section-games-list .games::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #c5e7f2;
}
.section-games-list .game {
  /** position: relative; **/
  cursor: pointer;
}
.section-games-list .game__thumbnail {
  position: absolute;
  /**top: 3rem;
  right: 0;**/
	top:30%;
	right:10%;
  width: 50rem;
  height: 40rem;
  background-color: #0e1c1e;
  transform: rotate(35deg);
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .section-games-list .game__thumbnail {
    width: 30rem;
    height: 25rem;
  }
}
.section-games-list .game__thumbnail .img-wrapper--cover {
  content: "";
  width: calc(50rem - 4px);
  height: calc(40rem - 4px);
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
}
@media (max-width: 575.98px) {
  .section-games-list .game__thumbnail .img-wrapper--cover {
    width: calc(30rem - 4px);
    height: calc(25rem - 4px);
  }
}
.section-games-list .game__thumbnail .img-wrapper--cover img {
  transform: rotate(-35deg);
}
.section-games-list .game__thumbnail, .section-games-list .game__thumbnail .img-wrapper--cover {
  clip-path: ellipse(50% 45% at 50% 50%);
}
.section-games-list .game:hover .game__thumbnail {
  opacity: 1;
}
.section-games-list .modal-content {
  border-radius: 0;
}
.section-games-list .modal .btn--close {
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.section-games-list .modal-dialog {
  max-width: 155.4rem;
}
////

/*# sourceMappingURL=main.css.map */
