:root {
  --bs-fresia-rgb: 241, 191, 42;
  --bs-subnautical-rgb: 3, 35, 82;
  --bs-magentacrayon-rgb: 255, 90, 161;
  --bs-fluorescentredorange-rgb: 255, 135, 41;
  --pa-konkikyo: #141D44;
  --pa-heat: #E2000E;
  --pa-quill: #2c3457;
  --pa-quill-rgb: 44, 52, 87;
}
body {
  color: #1f2124;
  font-family: 'Inter', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Inter', sans-serif;
}
a,
.btn-link {
  color: #1f2124;
}
.badge {
  margin-right: 0.2rem;
}
.badge + .badge:last-child {
  margin-right: 0;
}
.breadcrumb {
  flex-wrap: wrap;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 200rem;
  display: inline-flex;
  font-weight: 600;
}
.breadcrumb-item {
  height: 1.5rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.breadcrumb-item a {
  transition: opacity 0.1s linear;
  font-weight: 600;
  color: #3755be;
  text-decoration: none;
  background-color: transparent;
}
.breadcrumb-item a:not(:hover) {
  opacity: 0.75;
}
.breadcrumb-item.active {
  color: #adb5bd;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
  display: inline-block;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: '';
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'><path d='M14.4444 8.41358C14.7776 8.2281 15.1875 8.46907 15.1875 8.85048V15.1495C15.1875 15.5309 14.7776 15.7719 14.4444 15.5864L8.78505 12.4369C8.44258 12.2463 8.44258 11.7537 8.78505 11.5631L14.4444 8.41358Z' fill='%23495057'/></svg>");
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin-right: 0.25rem;
  transform: rotateZ(180deg);
}
.bg-errigal {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 242, 244, var(--bs-bg-opacity));
}
.bg-konkikyo {
  --bs-bg-opacity: 1;
  background-color: rgba(20, 29, 68, var(--bs-bg-opacity));
}
.bg-konkikyo-gradient {
  background-image: linear-gradient(180deg, #2D3E79 0%, #141D44 100%);
}
.bg-quill {
  --bs-bg-opacity: 1;
  background-color: rgba(44, 52, 87, var(--bs-bg-opacity));
}
.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;
}
.card {
  --bs-card-border-width: 0;
}
.dropdown-menu {
  --bs-dropdown-border-width: 0;
}
.shadow {
  -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
  box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
}
.text-fierysalmon {
  color: #fa6167;
}
.text-bg-fierysalmon {
  color: #ffffff;
  background-color: #fa6167;
}
.text-bg-fresia {
  color: #fff !important;
  background-color: RGBA(var(--bs-fresia-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-subnautical {
  color: #fff !important;
  background-color: RGBA(var(--bs-subnautical-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-magentacrayon {
  color: #fff !important;
  background-color: RGBA(var(--bs-magentacrayon-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-fluorescentredorange {
  color: #fff !important;
  background-color: RGBA(var(--bs-fluorescentredorange-rgb), var(--bs-bg-opacity, 1)) !important;
}
.btn {
  font-weight: 700;
}
.btn-heat {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #E2000E;
  --bs-btn-border-color: #E2000E;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #af000b;
  --bs-btn-hover-border-color: #af000b;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #af000b;
  --bs-btn-active-border-color: #af000b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #E2000E;
  --bs-btn-disabled-border-color: #E2000E;
}
.btn-outline-nobleblack {
  --bs-btn-color: #1f2124;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #1f2124;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #070809;
  --bs-btn-hover-border-color: #070809;
}
.order-6 {
  order: 6 !important;
}
.order-7 {
  order: 7 !important;
}
.order-8 {
  order: 8 !important;
}
.order-9 {
  order: 9 !important;
}
.order-10 {
  order: 10 !important;
}
@media (min-width: 768px) {
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-6 {
    order: 6 !important;
  }
  .order-lg-7 {
    order: 7 !important;
  }
  .order-lg-8 {
    order: 8 !important;
  }
  .order-lg-9 {
    order: 9 !important;
  }
  .order-lg-10 {
    order: 10 !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.p-7 {
  padding: 3rem !important;
}
.p-8 {
  padding: 3.5rem !important;
}
.p-9 {
  padding: 4rem !important;
}
.p-10 {
  padding: 4.5rem !important;
}
.p-11 {
  padding: 5rem !important;
}
.p-12 {
  padding: 5.5rem !important;
}
.p-13 {
  padding: 6rem !important;
}
.p-14 {
  padding: 6.5rem !important;
}
.p-15 {
  padding: 7rem !important;
}
.p-16 {
  padding: 7.5rem !important;
}
.p-17 {
  padding: 8rem !important;
}
.p-18 {
  padding: 8.5rem !important;
}
.p-19 {
  padding: 9rem !important;
}
.p-20 {
  padding: 9.5rem !important;
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .p-md-8 {
    padding: 3.5rem !important;
  }
  .p-md-9 {
    padding: 4rem !important;
  }
  .p-md-10 {
    padding: 4.5rem !important;
  }
  .p-md-11 {
    padding: 5rem !important;
  }
  .p-md-12 {
    padding: 5.5rem !important;
  }
  .p-md-13 {
    padding: 6rem !important;
  }
  .p-md-14 {
    padding: 6.5rem !important;
  }
  .p-md-15 {
    padding: 7rem !important;
  }
  .p-md-16 {
    padding: 7.5rem !important;
  }
  .p-md-17 {
    padding: 8rem !important;
  }
  .p-md-18 {
    padding: 8.5rem !important;
  }
  .p-md-19 {
    padding: 9rem !important;
  }
  .p-md-20 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  .p-lg-11 {
    padding: 5rem !important;
  }
  .p-lg-12 {
    padding: 5.5rem !important;
  }
  .p-lg-13 {
    padding: 6rem !important;
  }
  .p-lg-14 {
    padding: 6.5rem !important;
  }
  .p-lg-15 {
    padding: 7rem !important;
  }
  .p-lg-16 {
    padding: 7.5rem !important;
  }
  .p-lg-17 {
    padding: 8rem !important;
  }
  .p-lg-18 {
    padding: 8.5rem !important;
  }
  .p-lg-19 {
    padding: 9rem !important;
  }
  .p-lg-20 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .p-xl-9 {
    padding: 4rem !important;
  }
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  .p-xl-11 {
    padding: 5rem !important;
  }
  .p-xl-12 {
    padding: 5.5rem !important;
  }
  .p-xl-13 {
    padding: 6rem !important;
  }
  .p-xl-14 {
    padding: 6.5rem !important;
  }
  .p-xl-15 {
    padding: 7rem !important;
  }
  .p-xl-16 {
    padding: 7.5rem !important;
  }
  .p-xl-17 {
    padding: 8rem !important;
  }
  .p-xl-18 {
    padding: 8.5rem !important;
  }
  .p-xl-19 {
    padding: 9rem !important;
  }
  .p-xl-20 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .p-xxl-7 {
    padding: 3rem !important;
  }
  .p-xxl-8 {
    padding: 3.5rem !important;
  }
  .p-xxl-9 {
    padding: 4rem !important;
  }
  .p-xxl-10 {
    padding: 4.5rem !important;
  }
  .p-xxl-11 {
    padding: 5rem !important;
  }
  .p-xxl-12 {
    padding: 5.5rem !important;
  }
  .p-xxl-13 {
    padding: 6rem !important;
  }
  .p-xxl-14 {
    padding: 6.5rem !important;
  }
  .p-xxl-15 {
    padding: 7rem !important;
  }
  .p-xxl-16 {
    padding: 7.5rem !important;
  }
  .p-xxl-17 {
    padding: 8rem !important;
  }
  .p-xxl-18 {
    padding: 8.5rem !important;
  }
  .p-xxl-19 {
    padding: 9rem !important;
  }
  .p-xxl-20 {
    padding: 9.5rem !important;
  }
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}
.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}
.pt-9,
.py-9 {
  padding-top: 4rem !important;
}
.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}
.pt-11,
.py-11 {
  padding-top: 5rem !important;
}
.pt-12,
.py-12 {
  padding-top: 5.5rem !important;
}
.pt-13,
.py-13 {
  padding-top: 6rem !important;
}
.pt-14,
.py-14 {
  padding-top: 6.5rem !important;
}
.pt-15,
.py-15 {
  padding-top: 7rem !important;
}
.pt-16,
.py-16 {
  padding-top: 7.5rem !important;
}
.pt-17,
.py-17 {
  padding-top: 8rem !important;
}
.pt-18,
.py-18 {
  padding-top: 8.5rem !important;
}
.pt-19,
.py-19 {
  padding-top: 9rem !important;
}
.pt-20,
.py-20 {
  padding-top: 9.5rem !important;
}
@media (min-width: 768px) {
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 5rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 5.5rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 6rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 6.5rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 7rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 7.5rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 8rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 8.5rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 9rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 6rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 7rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 8rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 9rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 5rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 6rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 7rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 8rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 9rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 2rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 3rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 4rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 5rem !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 6rem !important;
  }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 7rem !important;
  }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-17,
  .py-xxl-17 {
    padding-top: 8rem !important;
  }
  .pt-xxl-18,
  .py-xxl-18 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-19,
  .py-xxl-19 {
    padding-top: 9rem !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 9.5rem !important;
  }
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 5rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 5.5rem !important;
}
.pb-13,
.py-13 {
  padding-bottom: 6rem !important;
}
.pb-14,
.py-14 {
  padding-bottom: 6.5rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 7rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 7.5rem !important;
}
.pb-17,
.py-17 {
  padding-bottom: 8rem !important;
}
.pb-18,
.py-18 {
  padding-bottom: 8.5rem !important;
}
.pb-19,
.py-19 {
  padding-bottom: 9rem !important;
}
.pb-20,
.py-20 {
  padding-bottom: 9.5rem !important;
}
@media (min-width: 768px) {
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 6rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 7rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 8rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 9rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-17,
  .py-xxl-17 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-18,
  .py-xxl-18 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-19,
  .py-xxl-19 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 9.5rem !important;
  }
}
.ps-0,
.px-0 {
  padding-left: 0 !important;
}
.ps-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.ps-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.ps-3,
.px-3 {
  padding-left: 1rem !important;
}
.ps-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.ps-5,
.px-5 {
  padding-left: 2rem !important;
}
.ps-6,
.px-6 {
  padding-left: 2.5rem !important;
}
.ps-7,
.px-7 {
  padding-left: 3rem !important;
}
.ps-8,
.px-8 {
  padding-left: 3.5rem !important;
}
.ps-9,
.px-9 {
  padding-left: 4rem !important;
}
.ps-10,
.px-10 {
  padding-left: 4.5rem !important;
}
.ps-11,
.px-11 {
  padding-left: 5rem !important;
}
.ps-12,
.px-12 {
  padding-left: 5.5rem !important;
}
.ps-13,
.px-13 {
  padding-left: 6rem !important;
}
.ps-14,
.px-14 {
  padding-left: 6.5rem !important;
}
.ps-15,
.px-15 {
  padding-left: 7rem !important;
}
.ps-16,
.px-16 {
  padding-left: 7.5rem !important;
}
.ps-17,
.px-17 {
  padding-left: 8rem !important;
}
.ps-18,
.px-18 {
  padding-left: 8.5rem !important;
}
.ps-19,
.px-19 {
  padding-left: 9rem !important;
}
.ps-20,
.px-20 {
  padding-left: 9.5rem !important;
}
@media (min-width: 768px) {
  .ps-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .ps-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }
  .ps-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .ps-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important;
  }
  .ps-md-9,
  .px-md-9 {
    padding-left: 4rem !important;
  }
  .ps-md-10,
  .px-md-10 {
    padding-left: 4.5rem !important;
  }
  .ps-md-11,
  .px-md-11 {
    padding-left: 5rem !important;
  }
  .ps-md-12,
  .px-md-12 {
    padding-left: 5.5rem !important;
  }
  .ps-md-13,
  .px-md-13 {
    padding-left: 6rem !important;
  }
  .ps-md-14,
  .px-md-14 {
    padding-left: 6.5rem !important;
  }
  .ps-md-15,
  .px-md-15 {
    padding-left: 7rem !important;
  }
  .ps-md-16,
  .px-md-16 {
    padding-left: 7.5rem !important;
  }
  .ps-md-17,
  .px-md-17 {
    padding-left: 8rem !important;
  }
  .ps-md-18,
  .px-md-18 {
    padding-left: 8.5rem !important;
  }
  .ps-md-19,
  .px-md-19 {
    padding-left: 9rem !important;
  }
  .ps-md-20,
  .px-md-20 {
    padding-left: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .ps-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .ps-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .ps-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important;
  }
  .ps-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-11,
  .px-lg-11 {
    padding-left: 5rem !important;
  }
  .ps-lg-12,
  .px-lg-12 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-13,
  .px-lg-13 {
    padding-left: 6rem !important;
  }
  .ps-lg-14,
  .px-lg-14 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-15,
  .px-lg-15 {
    padding-left: 7rem !important;
  }
  .ps-lg-16,
  .px-lg-16 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-17,
  .px-lg-17 {
    padding-left: 8rem !important;
  }
  .ps-lg-18,
  .px-lg-18 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-19,
  .px-lg-19 {
    padding-left: 9rem !important;
  }
  .ps-lg-20,
  .px-lg-20 {
    padding-left: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .ps-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .ps-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .ps-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-9,
  .px-xl-9 {
    padding-left: 4rem !important;
  }
  .ps-xl-10,
  .px-xl-10 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-11,
  .px-xl-11 {
    padding-left: 5rem !important;
  }
  .ps-xl-12,
  .px-xl-12 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-13,
  .px-xl-13 {
    padding-left: 6rem !important;
  }
  .ps-xl-14,
  .px-xl-14 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-15,
  .px-xl-15 {
    padding-left: 7rem !important;
  }
  .ps-xl-16,
  .px-xl-16 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-17,
  .px-xl-17 {
    padding-left: 8rem !important;
  }
  .ps-xl-18,
  .px-xl-18 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-19,
  .px-xl-19 {
    padding-left: 9rem !important;
  }
  .ps-xl-20,
  .px-xl-20 {
    padding-left: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .ps-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5,
  .px-xxl-5 {
    padding-left: 2rem !important;
  }
  .ps-xxl-6,
  .px-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-7,
  .px-xxl-7 {
    padding-left: 3rem !important;
  }
  .ps-xxl-8,
  .px-xxl-8 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-9,
  .px-xxl-9 {
    padding-left: 4rem !important;
  }
  .ps-xxl-10,
  .px-xxl-10 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-11,
  .px-xxl-11 {
    padding-left: 5rem !important;
  }
  .ps-xxl-12,
  .px-xxl-12 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-13,
  .px-xxl-13 {
    padding-left: 6rem !important;
  }
  .ps-xxl-14,
  .px-xxl-14 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-15,
  .px-xxl-15 {
    padding-left: 7rem !important;
  }
  .ps-xxl-16,
  .px-xxl-16 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-17,
  .px-xxl-17 {
    padding-left: 8rem !important;
  }
  .ps-xxl-18,
  .px-xxl-18 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-19,
  .px-xxl-19 {
    padding-left: 9rem !important;
  }
  .ps-xxl-20,
  .px-xxl-20 {
    padding-left: 9.5rem !important;
  }
}
.pe-0,
.px-0 {
  padding-right: 0 !important;
}
.pe-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pe-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pe-3,
.px-3 {
  padding-right: 1rem !important;
}
.pe-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pe-5,
.px-5 {
  padding-right: 2rem !important;
}
.pe-6,
.px-6 {
  padding-right: 2.5rem !important;
}
.pe-7,
.px-7 {
  padding-right: 3rem !important;
}
.pe-8,
.px-8 {
  padding-right: 3.5rem !important;
}
.pe-9,
.px-9 {
  padding-right: 4rem !important;
}
.pe-10,
.px-10 {
  padding-right: 4.5rem !important;
}
.pe-11,
.px-11 {
  padding-right: 5rem !important;
}
.pe-12,
.px-12 {
  padding-right: 5.5rem !important;
}
.pe-13,
.px-13 {
  padding-right: 6rem !important;
}
.pe-14,
.px-14 {
  padding-right: 6.5rem !important;
}
.pe-15,
.px-15 {
  padding-right: 7rem !important;
}
.pe-16,
.px-16 {
  padding-right: 7.5rem !important;
}
.pe-17,
.px-17 {
  padding-right: 8rem !important;
}
.pe-18,
.px-18 {
  padding-right: 8.5rem !important;
}
.pe-19,
.px-19 {
  padding-right: 9rem !important;
}
.pe-20,
.px-20 {
  padding-right: 9.5rem !important;
}
@media (min-width: 768px) {
  .pe-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pe-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }
  .pe-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pe-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important;
  }
  .pe-md-9,
  .px-md-9 {
    padding-right: 4rem !important;
  }
  .pe-md-10,
  .px-md-10 {
    padding-right: 4.5rem !important;
  }
  .pe-md-11,
  .px-md-11 {
    padding-right: 5rem !important;
  }
  .pe-md-12,
  .px-md-12 {
    padding-right: 5.5rem !important;
  }
  .pe-md-13,
  .px-md-13 {
    padding-right: 6rem !important;
  }
  .pe-md-14,
  .px-md-14 {
    padding-right: 6.5rem !important;
  }
  .pe-md-15,
  .px-md-15 {
    padding-right: 7rem !important;
  }
  .pe-md-16,
  .px-md-16 {
    padding-right: 7.5rem !important;
  }
  .pe-md-17,
  .px-md-17 {
    padding-right: 8rem !important;
  }
  .pe-md-18,
  .px-md-18 {
    padding-right: 8.5rem !important;
  }
  .pe-md-19,
  .px-md-19 {
    padding-right: 9rem !important;
  }
  .pe-md-20,
  .px-md-20 {
    padding-right: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .pe-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pe-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .pe-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important;
  }
  .pe-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-11,
  .px-lg-11 {
    padding-right: 5rem !important;
  }
  .pe-lg-12,
  .px-lg-12 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-13,
  .px-lg-13 {
    padding-right: 6rem !important;
  }
  .pe-lg-14,
  .px-lg-14 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-15,
  .px-lg-15 {
    padding-right: 7rem !important;
  }
  .pe-lg-16,
  .px-lg-16 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-17,
  .px-lg-17 {
    padding-right: 8rem !important;
  }
  .pe-lg-18,
  .px-lg-18 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-19,
  .px-lg-19 {
    padding-right: 9rem !important;
  }
  .pe-lg-20,
  .px-lg-20 {
    padding-right: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pe-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pe-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .pe-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-9,
  .px-xl-9 {
    padding-right: 4rem !important;
  }
  .pe-xl-10,
  .px-xl-10 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-11,
  .px-xl-11 {
    padding-right: 5rem !important;
  }
  .pe-xl-12,
  .px-xl-12 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-13,
  .px-xl-13 {
    padding-right: 6rem !important;
  }
  .pe-xl-14,
  .px-xl-14 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-15,
  .px-xl-15 {
    padding-right: 7rem !important;
  }
  .pe-xl-16,
  .px-xl-16 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-17,
  .px-xl-17 {
    padding-right: 8rem !important;
  }
  .pe-xl-18,
  .px-xl-18 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-19,
  .px-xl-19 {
    padding-right: 9rem !important;
  }
  .pe-xl-20,
  .px-xl-20 {
    padding-right: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .pe-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5,
  .px-xxl-5 {
    padding-right: 2rem !important;
  }
  .pe-xxl-6,
  .px-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-7,
  .px-xxl-7 {
    padding-right: 3rem !important;
  }
  .pe-xxl-8,
  .px-xxl-8 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-9,
  .px-xxl-9 {
    padding-right: 4rem !important;
  }
  .pe-xxl-10,
  .px-xxl-10 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-11,
  .px-xxl-11 {
    padding-right: 5rem !important;
  }
  .pe-xxl-12,
  .px-xxl-12 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-13,
  .px-xxl-13 {
    padding-right: 6rem !important;
  }
  .pe-xxl-14,
  .px-xxl-14 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-15,
  .px-xxl-15 {
    padding-right: 7rem !important;
  }
  .pe-xxl-16,
  .px-xxl-16 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-17,
  .px-xxl-17 {
    padding-right: 8rem !important;
  }
  .pe-xxl-18,
  .px-xxl-18 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-19,
  .px-xxl-19 {
    padding-right: 9rem !important;
  }
  .pe-xxl-20,
  .px-xxl-20 {
    padding-right: 9.5rem !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.m-7 {
  margin: 3rem !important;
}
.m-8 {
  margin: 3.5rem !important;
}
.m-9 {
  margin: 4rem !important;
}
.m-10 {
  margin: 4.5rem !important;
}
.m-11 {
  margin: 5rem !important;
}
.m-12 {
  margin: 5.5rem !important;
}
.m-13 {
  margin: 6rem !important;
}
.m-14 {
  margin: 6.5rem !important;
}
.m-15 {
  margin: 7rem !important;
}
.m-16 {
  margin: 7.5rem !important;
}
.m-17 {
  margin: 8rem !important;
}
.m-18 {
  margin: 8.5rem !important;
}
.m-19 {
  margin: 9rem !important;
}
.m-20 {
  margin: 9.5rem !important;
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .m-md-8 {
    margin: 3.5rem !important;
  }
  .m-md-9 {
    margin: 4rem !important;
  }
  .m-md-10 {
    margin: 4.5rem !important;
  }
  .m-md-11 {
    margin: 5rem !important;
  }
  .m-md-12 {
    margin: 5.5rem !important;
  }
  .m-md-13 {
    margin: 6rem !important;
  }
  .m-md-14 {
    margin: 6.5rem !important;
  }
  .m-md-15 {
    margin: 7rem !important;
  }
  .m-md-16 {
    margin: 7.5rem !important;
  }
  .m-md-17 {
    margin: 8rem !important;
  }
  .m-md-18 {
    margin: 8.5rem !important;
  }
  .m-md-19 {
    margin: 9rem !important;
  }
  .m-md-20 {
    margin: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  .m-lg-11 {
    margin: 5rem !important;
  }
  .m-lg-12 {
    margin: 5.5rem !important;
  }
  .m-lg-13 {
    margin: 6rem !important;
  }
  .m-lg-14 {
    margin: 6.5rem !important;
  }
  .m-lg-15 {
    margin: 7rem !important;
  }
  .m-lg-16 {
    margin: 7.5rem !important;
  }
  .m-lg-17 {
    margin: 8rem !important;
  }
  .m-lg-18 {
    margin: 8.5rem !important;
  }
  .m-lg-19 {
    margin: 9rem !important;
  }
  .m-lg-20 {
    margin: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  .m-xl-11 {
    margin: 5rem !important;
  }
  .m-xl-12 {
    margin: 5.5rem !important;
  }
  .m-xl-13 {
    margin: 6rem !important;
  }
  .m-xl-14 {
    margin: 6.5rem !important;
  }
  .m-xl-15 {
    margin: 7rem !important;
  }
  .m-xl-16 {
    margin: 7.5rem !important;
  }
  .m-xl-17 {
    margin: 8rem !important;
  }
  .m-xl-18 {
    margin: 8.5rem !important;
  }
  .m-xl-19 {
    margin: 9rem !important;
  }
  .m-xl-20 {
    margin: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .m-xxl-7 {
    margin: 3rem !important;
  }
  .m-xxl-8 {
    margin: 3.5rem !important;
  }
  .m-xxl-9 {
    margin: 4rem !important;
  }
  .m-xxl-10 {
    margin: 4.5rem !important;
  }
  .m-xxl-11 {
    margin: 5rem !important;
  }
  .m-xxl-12 {
    margin: 5.5rem !important;
  }
  .m-xxl-13 {
    margin: 6rem !important;
  }
  .m-xxl-14 {
    margin: 6.5rem !important;
  }
  .m-xxl-15 {
    margin: 7rem !important;
  }
  .m-xxl-16 {
    margin: 7.5rem !important;
  }
  .m-xxl-17 {
    margin: 8rem !important;
  }
  .m-xxl-18 {
    margin: 8.5rem !important;
  }
  .m-xxl-19 {
    margin: 9rem !important;
  }
  .m-xxl-20 {
    margin: 9.5rem !important;
  }
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}
.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}
.mt-9,
.my-9 {
  margin-top: 4rem !important;
}
.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}
.mt-11,
.my-11 {
  margin-top: 5rem !important;
}
.mt-12,
.my-12 {
  margin-top: 5.5rem !important;
}
.mt-13,
.my-13 {
  margin-top: 6rem !important;
}
.mt-14,
.my-14 {
  margin-top: 6.5rem !important;
}
.mt-15,
.my-15 {
  margin-top: 7rem !important;
}
.mt-16,
.my-16 {
  margin-top: 7.5rem !important;
}
.mt-17,
.my-17 {
  margin-top: 8rem !important;
}
.mt-18,
.my-18 {
  margin-top: 8.5rem !important;
}
.mt-19,
.my-19 {
  margin-top: 9rem !important;
}
.mt-20,
.my-20 {
  margin-top: 9.5rem !important;
}
@media (min-width: 768px) {
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 5rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 5.5rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 6rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 6.5rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 7rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 7.5rem !important;
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 8rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 8.5rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 9rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 6rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 7rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 8rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 9rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 5rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 6rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 7rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 8rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 9rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 2rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 3rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 4rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 5rem !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 6rem !important;
  }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 7rem !important;
  }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-17,
  .my-xxl-17 {
    margin-top: 8rem !important;
  }
  .mt-xxl-18,
  .my-xxl-18 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-19,
  .my-xxl-19 {
    margin-top: 9rem !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 9.5rem !important;
  }
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 5rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 5.5rem !important;
}
.mb-13,
.my-13 {
  margin-bottom: 6rem !important;
}
.mb-14,
.my-14 {
  margin-bottom: 6.5rem !important;
}
.mb-15,
.my-15 {
  margin-bottom: 7rem !important;
}
.mb-16,
.my-16 {
  margin-bottom: 7.5rem !important;
}
.mb-17,
.my-17 {
  margin-bottom: 8rem !important;
}
.mb-18,
.my-18 {
  margin-bottom: 8.5rem !important;
}
.mb-19,
.my-19 {
  margin-bottom: 9rem !important;
}
.mb-20,
.my-20 {
  margin-bottom: 9.5rem !important;
}
@media (min-width: 768px) {
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 6rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 7rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 8rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 9rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-17,
  .my-xxl-17 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-18,
  .my-xxl-18 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-19,
  .my-xxl-19 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 9.5rem !important;
  }
}
.ms-0,
.mx-0 {
  margin-left: 0 !important;
}
.ms-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.ms-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.ms-3,
.mx-3 {
  margin-left: 1rem !important;
}
.ms-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.ms-5,
.mx-5 {
  margin-left: 2rem !important;
}
.ms-6,
.mx-6 {
  margin-left: 2.5rem !important;
}
.ms-7,
.mx-7 {
  margin-left: 3rem !important;
}
.ms-8,
.mx-8 {
  margin-left: 3.5rem !important;
}
.ms-9,
.mx-9 {
  margin-left: 4rem !important;
}
.ms-10,
.mx-10 {
  margin-left: 4.5rem !important;
}
.ms-11,
.mx-11 {
  margin-left: 5rem !important;
}
.ms-12,
.mx-12 {
  margin-left: 5.5rem !important;
}
.ms-13,
.mx-13 {
  margin-left: 6rem !important;
}
.ms-14,
.mx-14 {
  margin-left: 6.5rem !important;
}
.ms-15,
.mx-15 {
  margin-left: 7rem !important;
}
.ms-16,
.mx-16 {
  margin-left: 7.5rem !important;
}
.ms-17,
.mx-17 {
  margin-left: 8rem !important;
}
.ms-18,
.mx-18 {
  margin-left: 8.5rem !important;
}
.ms-19,
.mx-19 {
  margin-left: 9rem !important;
}
.ms-20,
.mx-20 {
  margin-left: 9.5rem !important;
}
@media (min-width: 768px) {
  .ms-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .ms-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .ms-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .ms-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
  }
  .ms-md-9,
  .mx-md-9 {
    margin-left: 4rem !important;
  }
  .ms-md-10,
  .mx-md-10 {
    margin-left: 4.5rem !important;
  }
  .ms-md-11,
  .mx-md-11 {
    margin-left: 5rem !important;
  }
  .ms-md-12,
  .mx-md-12 {
    margin-left: 5.5rem !important;
  }
  .ms-md-13,
  .mx-md-13 {
    margin-left: 6rem !important;
  }
  .ms-md-14,
  .mx-md-14 {
    margin-left: 6.5rem !important;
  }
  .ms-md-15,
  .mx-md-15 {
    margin-left: 7rem !important;
  }
  .ms-md-16,
  .mx-md-16 {
    margin-left: 7.5rem !important;
  }
  .ms-md-17,
  .mx-md-17 {
    margin-left: 8rem !important;
  }
  .ms-md-18,
  .mx-md-18 {
    margin-left: 8.5rem !important;
  }
  .ms-md-19,
  .mx-md-19 {
    margin-left: 9rem !important;
  }
  .ms-md-20,
  .mx-md-20 {
    margin-left: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .ms-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .ms-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }
  .ms-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important;
  }
  .ms-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-11,
  .mx-lg-11 {
    margin-left: 5rem !important;
  }
  .ms-lg-12,
  .mx-lg-12 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-13,
  .mx-lg-13 {
    margin-left: 6rem !important;
  }
  .ms-lg-14,
  .mx-lg-14 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-15,
  .mx-lg-15 {
    margin-left: 7rem !important;
  }
  .ms-lg-16,
  .mx-lg-16 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-17,
  .mx-lg-17 {
    margin-left: 8rem !important;
  }
  .ms-lg-18,
  .mx-lg-18 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-19,
  .mx-lg-19 {
    margin-left: 9rem !important;
  }
  .ms-lg-20,
  .mx-lg-20 {
    margin-left: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .ms-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .ms-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }
  .ms-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-9,
  .mx-xl-9 {
    margin-left: 4rem !important;
  }
  .ms-xl-10,
  .mx-xl-10 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-11,
  .mx-xl-11 {
    margin-left: 5rem !important;
  }
  .ms-xl-12,
  .mx-xl-12 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-13,
  .mx-xl-13 {
    margin-left: 6rem !important;
  }
  .ms-xl-14,
  .mx-xl-14 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-15,
  .mx-xl-15 {
    margin-left: 7rem !important;
  }
  .ms-xl-16,
  .mx-xl-16 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-17,
  .mx-xl-17 {
    margin-left: 8rem !important;
  }
  .ms-xl-18,
  .mx-xl-18 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-19,
  .mx-xl-19 {
    margin-left: 9rem !important;
  }
  .ms-xl-20,
  .mx-xl-20 {
    margin-left: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .ms-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5,
  .mx-xxl-5 {
    margin-left: 2rem !important;
  }
  .ms-xxl-6,
  .mx-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-7,
  .mx-xxl-7 {
    margin-left: 3rem !important;
  }
  .ms-xxl-8,
  .mx-xxl-8 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-9,
  .mx-xxl-9 {
    margin-left: 4rem !important;
  }
  .ms-xxl-10,
  .mx-xxl-10 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-11,
  .mx-xxl-11 {
    margin-left: 5rem !important;
  }
  .ms-xxl-12,
  .mx-xxl-12 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-13,
  .mx-xxl-13 {
    margin-left: 6rem !important;
  }
  .ms-xxl-14,
  .mx-xxl-14 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-15,
  .mx-xxl-15 {
    margin-left: 7rem !important;
  }
  .ms-xxl-16,
  .mx-xxl-16 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-17,
  .mx-xxl-17 {
    margin-left: 8rem !important;
  }
  .ms-xxl-18,
  .mx-xxl-18 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-19,
  .mx-xxl-19 {
    margin-left: 9rem !important;
  }
  .ms-xxl-20,
  .mx-xxl-20 {
    margin-left: 9.5rem !important;
  }
}
.me-0,
.mx-0 {
  margin-right: 0 !important;
}
.me-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.me-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.me-3,
.mx-3 {
  margin-right: 1rem !important;
}
.me-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.me-5,
.mx-5 {
  margin-right: 2rem !important;
}
.me-6,
.mx-6 {
  margin-right: 2.5rem !important;
}
.me-7,
.mx-7 {
  margin-right: 3rem !important;
}
.me-8,
.mx-8 {
  margin-right: 3.5rem !important;
}
.me-9,
.mx-9 {
  margin-right: 4rem !important;
}
.me-10,
.mx-10 {
  margin-right: 4.5rem !important;
}
.me-11,
.mx-11 {
  margin-right: 5rem !important;
}
.me-12,
.mx-12 {
  margin-right: 5.5rem !important;
}
.me-13,
.mx-13 {
  margin-right: 6rem !important;
}
.me-14,
.mx-14 {
  margin-right: 6.5rem !important;
}
.me-15,
.mx-15 {
  margin-right: 7rem !important;
}
.me-16,
.mx-16 {
  margin-right: 7.5rem !important;
}
.me-17,
.mx-17 {
  margin-right: 8rem !important;
}
.me-18,
.mx-18 {
  margin-right: 8.5rem !important;
}
.me-19,
.mx-19 {
  margin-right: 9rem !important;
}
.me-20,
.mx-20 {
  margin-right: 9.5rem !important;
}
@media (min-width: 768px) {
  .me-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .me-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .me-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .me-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
  }
  .me-md-9,
  .mx-md-9 {
    margin-right: 4rem !important;
  }
  .me-md-10,
  .mx-md-10 {
    margin-right: 4.5rem !important;
  }
  .me-md-11,
  .mx-md-11 {
    margin-right: 5rem !important;
  }
  .me-md-12,
  .mx-md-12 {
    margin-right: 5.5rem !important;
  }
  .me-md-13,
  .mx-md-13 {
    margin-right: 6rem !important;
  }
  .me-md-14,
  .mx-md-14 {
    margin-right: 6.5rem !important;
  }
  .me-md-15,
  .mx-md-15 {
    margin-right: 7rem !important;
  }
  .me-md-16,
  .mx-md-16 {
    margin-right: 7.5rem !important;
  }
  .me-md-17,
  .mx-md-17 {
    margin-right: 8rem !important;
  }
  .me-md-18,
  .mx-md-18 {
    margin-right: 8.5rem !important;
  }
  .me-md-19,
  .mx-md-19 {
    margin-right: 9rem !important;
  }
  .me-md-20,
  .mx-md-20 {
    margin-right: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .me-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .me-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .me-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .me-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
  }
  .me-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important;
  }
  .me-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem !important;
  }
  .me-lg-11,
  .mx-lg-11 {
    margin-right: 5rem !important;
  }
  .me-lg-12,
  .mx-lg-12 {
    margin-right: 5.5rem !important;
  }
  .me-lg-13,
  .mx-lg-13 {
    margin-right: 6rem !important;
  }
  .me-lg-14,
  .mx-lg-14 {
    margin-right: 6.5rem !important;
  }
  .me-lg-15,
  .mx-lg-15 {
    margin-right: 7rem !important;
  }
  .me-lg-16,
  .mx-lg-16 {
    margin-right: 7.5rem !important;
  }
  .me-lg-17,
  .mx-lg-17 {
    margin-right: 8rem !important;
  }
  .me-lg-18,
  .mx-lg-18 {
    margin-right: 8.5rem !important;
  }
  .me-lg-19,
  .mx-lg-19 {
    margin-right: 9rem !important;
  }
  .me-lg-20,
  .mx-lg-20 {
    margin-right: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .me-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .me-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }
  .me-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important;
  }
  .me-xl-9,
  .mx-xl-9 {
    margin-right: 4rem !important;
  }
  .me-xl-10,
  .mx-xl-10 {
    margin-right: 4.5rem !important;
  }
  .me-xl-11,
  .mx-xl-11 {
    margin-right: 5rem !important;
  }
  .me-xl-12,
  .mx-xl-12 {
    margin-right: 5.5rem !important;
  }
  .me-xl-13,
  .mx-xl-13 {
    margin-right: 6rem !important;
  }
  .me-xl-14,
  .mx-xl-14 {
    margin-right: 6.5rem !important;
  }
  .me-xl-15,
  .mx-xl-15 {
    margin-right: 7rem !important;
  }
  .me-xl-16,
  .mx-xl-16 {
    margin-right: 7.5rem !important;
  }
  .me-xl-17,
  .mx-xl-17 {
    margin-right: 8rem !important;
  }
  .me-xl-18,
  .mx-xl-18 {
    margin-right: 8.5rem !important;
  }
  .me-xl-19,
  .mx-xl-19 {
    margin-right: 9rem !important;
  }
  .me-xl-20,
  .mx-xl-20 {
    margin-right: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .me-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5,
  .mx-xxl-5 {
    margin-right: 2rem !important;
  }
  .me-xxl-6,
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-7,
  .mx-xxl-7 {
    margin-right: 3rem !important;
  }
  .me-xxl-8,
  .mx-xxl-8 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-9,
  .mx-xxl-9 {
    margin-right: 4rem !important;
  }
  .me-xxl-10,
  .mx-xxl-10 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-11,
  .mx-xxl-11 {
    margin-right: 5rem !important;
  }
  .me-xxl-12,
  .mx-xxl-12 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-13,
  .mx-xxl-13 {
    margin-right: 6rem !important;
  }
  .me-xxl-14,
  .mx-xxl-14 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-15,
  .mx-xxl-15 {
    margin-right: 7rem !important;
  }
  .me-xxl-16,
  .mx-xxl-16 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-17,
  .mx-xxl-17 {
    margin-right: 8rem !important;
  }
  .me-xxl-18,
  .mx-xxl-18 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-19,
  .mx-xxl-19 {
    margin-right: 9rem !important;
  }
  .me-xxl-20,
  .mx-xxl-20 {
    margin-right: 9.5rem !important;
  }
}
.avatar {
  height: 3rem;
  width: 3rem;
  position: relative;
  display: inline-block !important;
}
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar-xs {
  height: 2.1875rem;
  width: 2.1875rem;
}
.avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
}
.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}
.avatar-lg {
  height: 4rem;
  width: 4rem;
}
.avatar-xl {
  height: 5.125rem;
  width: 5.125rem;
}
.avatar-xxl {
  height: 5.125rem;
  width: 5.125rem;
}
@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}
.avatar-xxxl {
  height: 8rem;
  width: 8rem;
}
@media (min-width: 768px) {
  .avatar-xxxl {
    width: 11rem;
    height: 11rem;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-1px {
  width: 1px !important;
}
.w-2px {
  width: 2px !important;
}
.w-3px {
  width: 3px !important;
}
.w-4px {
  width: 4px !important;
}
.w-5px {
  width: 5px !important;
}
.w-6px {
  width: 6px !important;
}
.w-7px {
  width: 7px !important;
}
.w-8px {
  width: 8px !important;
}
.w-9px {
  width: 9px !important;
}
.w-10px {
  width: 10px !important;
}
.w-15px {
  width: 15px !important;
}
.w-20px {
  width: 20px !important;
}
.w-25px {
  width: 25px !important;
}
.w-30px {
  width: 30px !important;
}
.w-35px {
  width: 35px !important;
}
.w-40px {
  width: 40px !important;
}
.w-45px {
  width: 45px !important;
}
.w-50px {
  width: 50px !important;
}
.w-55px {
  width: 55px !important;
}
.w-60px {
  width: 60px !important;
}
.w-65px {
  width: 65px !important;
}
.w-70px {
  width: 70px !important;
}
.w-75px {
  width: 75px !important;
}
.w-80px {
  width: 80px !important;
}
.w-85px {
  width: 85px !important;
}
.w-90px {
  width: 90px !important;
}
.w-95px {
  width: 95px !important;
}
.w-100px {
  width: 100px !important;
}
.w-125px {
  width: 125px !important;
}
.w-150px {
  width: 150px !important;
}
.w-175px {
  width: 175px !important;
}
.w-200px {
  width: 200px !important;
}
.w-225px {
  width: 225px !important;
}
.w-250px {
  width: 250px !important;
}
.w-275px {
  width: 275px !important;
}
.w-300px {
  width: 300px !important;
}
.w-325px {
  width: 325px !important;
}
.w-350px {
  width: 350px !important;
}
.w-375px {
  width: 375px !important;
}
.w-400px {
  width: 400px !important;
}
.w-425px {
  width: 425px !important;
}
.w-450px {
  width: 450px !important;
}
.w-475px {
  width: 475px !important;
}
.w-500px {
  width: 500px !important;
}
.w-550px {
  width: 550px !important;
}
.w-600px {
  width: 600px !important;
}
.w-650px {
  width: 650px !important;
}
.w-700px {
  width: 700px !important;
}
.w-750px {
  width: 750px !important;
}
.w-800px {
  width: 800px !important;
}
.w-850px {
  width: 850px !important;
}
.w-900px {
  width: 900px !important;
}
.w-950px {
  width: 950px !important;
}
.w-1000px {
  width: 1000px !important;
}
.mw-unset {
  max-width: unset !important;
}
.mw-25 {
  max-width: 25% !important;
}
.mw-50 {
  max-width: 50% !important;
}
.mw-75 {
  max-width: 75% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mw-auto {
  max-width: auto !important;
}
.mw-1px {
  max-width: 1px !important;
}
.mw-2px {
  max-width: 2px !important;
}
.mw-3px {
  max-width: 3px !important;
}
.mw-4px {
  max-width: 4px !important;
}
.mw-5px {
  max-width: 5px !important;
}
.mw-6px {
  max-width: 6px !important;
}
.mw-7px {
  max-width: 7px !important;
}
.mw-8px {
  max-width: 8px !important;
}
.mw-9px {
  max-width: 9px !important;
}
.mw-10px {
  max-width: 10px !important;
}
.mw-15px {
  max-width: 15px !important;
}
.mw-20px {
  max-width: 20px !important;
}
.mw-25px {
  max-width: 25px !important;
}
.mw-30px {
  max-width: 30px !important;
}
.mw-35px {
  max-width: 35px !important;
}
.mw-40px {
  max-width: 40px !important;
}
.mw-45px {
  max-width: 45px !important;
}
.mw-50px {
  max-width: 50px !important;
}
.mw-55px {
  max-width: 55px !important;
}
.mw-60px {
  max-width: 60px !important;
}
.mw-65px {
  max-width: 65px !important;
}
.mw-70px {
  max-width: 70px !important;
}
.mw-75px {
  max-width: 75px !important;
}
.mw-80px {
  max-width: 80px !important;
}
.mw-85px {
  max-width: 85px !important;
}
.mw-90px {
  max-width: 90px !important;
}
.mw-95px {
  max-width: 95px !important;
}
.mw-100px {
  max-width: 100px !important;
}
.mw-125px {
  max-width: 125px !important;
}
.mw-150px {
  max-width: 150px !important;
}
.mw-175px {
  max-width: 175px !important;
}
.mw-200px {
  max-width: 200px !important;
}
.mw-225px {
  max-width: 225px !important;
}
.mw-250px {
  max-width: 250px !important;
}
.mw-275px {
  max-width: 275px !important;
}
.mw-300px {
  max-width: 300px !important;
}
.mw-325px {
  max-width: 325px !important;
}
.mw-350px {
  max-width: 350px !important;
}
.mw-375px {
  max-width: 375px !important;
}
.mw-400px {
  max-width: 400px !important;
}
.mw-425px {
  max-width: 425px !important;
}
.mw-450px {
  max-width: 450px !important;
}
.mw-475px {
  max-width: 475px !important;
}
.mw-500px {
  max-width: 500px !important;
}
.mw-550px {
  max-width: 550px !important;
}
.mw-600px {
  max-width: 600px !important;
}
.mw-650px {
  max-width: 650px !important;
}
.mw-700px {
  max-width: 700px !important;
}
.mw-750px {
  max-width: 750px !important;
}
.mw-800px {
  max-width: 800px !important;
}
.mw-850px {
  max-width: 850px !important;
}
.mw-900px {
  max-width: 900px !important;
}
.mw-950px {
  max-width: 950px !important;
}
.mw-1000px {
  max-width: 1000px !important;
}
.mh-unset {
  max-height: unset !important;
}
.mh-25 {
  max-height: 25% !important;
}
.mh-50 {
  max-height: 50% !important;
}
.mh-75 {
  max-height: 75% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.mh-auto {
  max-height: auto !important;
}
.mh-1px {
  max-height: 1px !important;
}
.mh-2px {
  max-height: 2px !important;
}
.mh-3px {
  max-height: 3px !important;
}
.mh-4px {
  max-height: 4px !important;
}
.mh-5px {
  max-height: 5px !important;
}
.mh-6px {
  max-height: 6px !important;
}
.mh-7px {
  max-height: 7px !important;
}
.mh-8px {
  max-height: 8px !important;
}
.mh-9px {
  max-height: 9px !important;
}
.mh-10px {
  max-height: 10px !important;
}
.mh-15px {
  max-height: 15px !important;
}
.mh-20px {
  max-height: 20px !important;
}
.mh-25px {
  max-height: 25px !important;
}
.mh-30px {
  max-height: 30px !important;
}
.mh-35px {
  max-height: 35px !important;
}
.mh-40px {
  max-height: 40px !important;
}
.mh-45px {
  max-height: 45px !important;
}
.mh-50px {
  max-height: 50px !important;
}
.mh-55px {
  max-height: 55px !important;
}
.mh-60px {
  max-height: 60px !important;
}
.mh-65px {
  max-height: 65px !important;
}
.mh-70px {
  max-height: 70px !important;
}
.mh-75px {
  max-height: 75px !important;
}
.mh-80px {
  max-height: 80px !important;
}
.mh-85px {
  max-height: 85px !important;
}
.mh-90px {
  max-height: 90px !important;
}
.mh-95px {
  max-height: 95px !important;
}
.mh-100px {
  max-height: 100px !important;
}
.mh-125px {
  max-height: 125px !important;
}
.mh-150px {
  max-height: 150px !important;
}
.mh-175px {
  max-height: 175px !important;
}
.mh-200px {
  max-height: 200px !important;
}
.mh-225px {
  max-height: 225px !important;
}
.mh-250px {
  max-height: 250px !important;
}
.mh-275px {
  max-height: 275px !important;
}
.mh-300px {
  max-height: 300px !important;
}
.mh-325px {
  max-height: 325px !important;
}
.mh-350px {
  max-height: 350px !important;
}
.mh-375px {
  max-height: 375px !important;
}
.mh-400px {
  max-height: 400px !important;
}
.mh-425px {
  max-height: 425px !important;
}
.mh-450px {
  max-height: 450px !important;
}
.mh-475px {
  max-height: 475px !important;
}
.mh-500px {
  max-height: 500px !important;
}
.mh-550px {
  max-height: 550px !important;
}
.mh-600px {
  max-height: 600px !important;
}
.mh-650px {
  max-height: 650px !important;
}
.mh-700px {
  max-height: 700px !important;
}
.mh-750px {
  max-height: 750px !important;
}
.mh-800px {
  max-height: 800px !important;
}
.mh-850px {
  max-height: 850px !important;
}
.mh-900px {
  max-height: 900px !important;
}
.mh-950px {
  max-height: 950px !important;
}
.mh-1000px {
  max-height: 1000px !important;
}
.vw-25 {
  width: 25vw !important;
}
.vw-50 {
  width: 50vw !important;
}
.vw-75 {
  width: 75vw !important;
}
.vw-100 {
  width: 100vw !important;
}
.vw-auto {
  width: auto !important;
}
.vh-25 {
  height: 25vh !important;
}
.vh-50 {
  height: 50vh !important;
}
.vh-75 {
  height: 75vh !important;
}
.vh-100 {
  height: 100vh !important;
}
.vh-auto {
  height: auto !important;
}
.min-vw-25 {
  min-width: 25vw !important;
}
.min-vw-50 {
  min-width: 50vw !important;
}
.min-vw-75 {
  min-width: 75vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vw-auto {
  min-width: auto !important;
}
.min-vh-25 {
  min-height: 25vh !important;
}
.min-vh-50 {
  min-height: 50vh !important;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.min-vh-auto {
  min-height: auto !important;
}
.h-unset {
  height: unset !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;
}
.h-1px {
  height: 1px !important;
}
.h-2px {
  height: 2px !important;
}
.h-3px {
  height: 3px !important;
}
.h-4px {
  height: 4px !important;
}
.h-5px {
  height: 5px !important;
}
.h-6px {
  height: 6px !important;
}
.h-7px {
  height: 7px !important;
}
.h-8px {
  height: 8px !important;
}
.h-9px {
  height: 9px !important;
}
.h-10px {
  height: 10px !important;
}
.h-15px {
  height: 15px !important;
}
.h-20px {
  height: 20px !important;
}
.h-25px {
  height: 25px !important;
}
.h-30px {
  height: 30px !important;
}
.h-35px {
  height: 35px !important;
}
.h-40px {
  height: 40px !important;
}
.h-45px {
  height: 45px !important;
}
.h-50px {
  height: 50px !important;
}
.h-55px {
  height: 55px !important;
}
.h-60px {
  height: 60px !important;
}
.h-65px {
  height: 65px !important;
}
.h-70px {
  height: 70px !important;
}
.h-75px {
  height: 75px !important;
}
.h-80px {
  height: 80px !important;
}
.h-85px {
  height: 85px !important;
}
.h-90px {
  height: 90px !important;
}
.h-95px {
  height: 95px !important;
}
.h-100px {
  height: 100px !important;
}
.h-125px {
  height: 125px !important;
}
.h-150px {
  height: 150px !important;
}
.h-175px {
  height: 175px !important;
}
.h-200px {
  height: 200px !important;
}
.h-225px {
  height: 225px !important;
}
.h-250px {
  height: 250px !important;
}
.h-275px {
  height: 275px !important;
}
.h-300px {
  height: 300px !important;
}
.h-325px {
  height: 325px !important;
}
.h-350px {
  height: 350px !important;
}
.h-375px {
  height: 375px !important;
}
.h-400px {
  height: 400px !important;
}
.h-425px {
  height: 425px !important;
}
.h-450px {
  height: 450px !important;
}
.h-475px {
  height: 475px !important;
}
.h-500px {
  height: 500px !important;
}
.h-550px {
  height: 550px !important;
}
.h-600px {
  height: 600px !important;
}
.h-650px {
  height: 650px !important;
}
.h-700px {
  height: 700px !important;
}
.h-750px {
  height: 750px !important;
}
.h-800px {
  height: 800px !important;
}
.h-850px {
  height: 850px !important;
}
.h-900px {
  height: 900px !important;
}
.h-950px {
  height: 950px !important;
}
.h-1000px {
  height: 1000px !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.25rem !important;
}
.mt-n5 {
  margin-top: -1.5rem !important;
}
.mt-n6 {
  margin-top: -2rem !important;
}
.mt-n7 {
  margin-top: -2.25rem !important;
}
.mt-n8 {
  margin-top: -2.5rem !important;
}
.mt-n9 {
  margin-top: -3rem !important;
}
.mt-n10 {
  margin-top: -3.25rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.25rem !important;
}
.mb-n5 {
  margin-bottom: -1.5rem !important;
}
.mb-n6 {
  margin-bottom: -2rem !important;
}
.mb-n7 {
  margin-bottom: -2.25rem !important;
}
.mb-n8 {
  margin-bottom: -2.5rem !important;
}
.mb-n9 {
  margin-bottom: -3rem !important;
}
.mb-n10 {
  margin-bottom: -3.25rem !important;
}
.break {
  /* Inserting a collapsed row between two flex items will make 
  * the flex item that comes after it break to a new row */
  flex-basis: 100%;
  height: 0;
}
.break-column {
  /* Use a collapsed column to break to a new column */
  flex-basis: 100%;
  width: 0;
}
.icon-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 75%;
}
.icon-md {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  font-size: 0.8rem;
}
.icon-lg {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1.2rem;
}
.icon-xl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 1.9rem;
}
.icon-xxl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  font-size: 2.5rem;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
@media (min-width: 576px) {
  .border-bottom-sm {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-sm-0 {
    border-bottom: none !important;
  }
}
@media (min-width: 768px) {
  .border-bottom-md {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-md-0 {
    border-bottom: none !important;
  }
}
@media (min-width: 992px) {
  .border-bottom-lg {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-lg-0 {
    border-bottom: none !important;
  }
}
.card[class*=hover-] {
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.hover-shadow-sm {
  box-shadow: 0 0 0 transparent;
}
.top-0 {
  top: 0 !important;
}
.top-10 {
  top: 10px !important;
}
.top-15 {
  top: 15px !important;
}
.top-20 {
  top: 20px !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-10 {
  bottom: 10px !important;
}
.bottom-15 {
  bottom: 15px !important;
}
.bottom-20 {
  bottom: 20px !important;
}
.end-0 {
  right: 0 !important;
}
.end-10 {
  right: 10px !important;
}
.end-15 {
  right: 15px !important;
}
.end-20 {
  right: 20px !important;
}
.start-0 {
  left: 0 !important;
}
.start-10 {
  left: 10px !important;
}
.start-15 {
  left: 15px !important;
}
.start-20 {
  left: 20px !important;
}
@media (min-width: 1600px) {
  .d-jumbo-none {
    display: none !important;
  }
  .d-jumbo-inline {
    display: inline !important;
  }
  .d-jumbo-inline-block {
    display: inline-block !important;
  }
  .d-jumbo-block {
    display: block !important;
  }
  .d-jumbo-flex {
    display: flex !important;
  }
  .d-jumbo-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-kilo-none {
    display: none !important;
  }
  .d-kilo-inline {
    display: inline !important;
  }
  .d-kilo-inline-block {
    display: inline-block !important;
  }
  .d-kilo-block {
    display: block !important;
  }
  .d-kilo-flex {
    display: flex !important;
  }
  .d-kilo-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 2560px) {
  .d-mega-none {
    display: none !important;
  }
  .d-mega-inline {
    display: inline !important;
  }
  .d-mega-inline-block {
    display: inline-block !important;
  }
  .d-mega-block {
    display: block !important;
  }
  .d-mega-flex {
    display: flex !important;
  }
  .d-mega-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 3840px) {
  .d-giga-none {
    display: none !important;
  }
  .d-giga-inline {
    display: inline !important;
  }
  .d-giga-inline-block {
    display: inline-block !important;
  }
  .d-giga-block {
    display: block !important;
  }
  .d-giga-flex {
    display: flex !important;
  }
  .d-giga-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .col-jumbo-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-jumbo-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-jumbo-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-jumbo-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-jumbo-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-jumbo-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-jumbo-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-jumbo-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-jumbo-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-jumbo-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-jumbo-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-jumbo-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-jumbo-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .col-kilo-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-kilo-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-kilo-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-kilo-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-kilo-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-kilo-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-kilo-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-kilo-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-kilo-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-kilo-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-kilo-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-kilo-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-kilo-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 2560px) {
  .col-mega-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mega-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mega-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mega-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mega-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mega-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mega-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mega-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mega-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mega-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mega-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mega-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mega-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 3840px) {
  .col-giga-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-giga-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-giga-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-giga-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-giga-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-giga-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-giga-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-giga-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-giga-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-giga-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-giga-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-giga-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-giga-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .row-cols-jumbo-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-jumbo-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-jumbo-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-jumbo-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-jumbo-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-jumbo-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 1920px) {
  .row-cols-kilo-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-kilo-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-kilo-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-kilo-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-kilo-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-kilo-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 2560px) {
  .row-cols-mega-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mega-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mega-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-mega-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mega-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mega-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 3840px) {
  .row-cols-giga-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-giga-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-giga-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-giga-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-giga-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-giga-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 1600px) {
  .flex-jumbo-row {
    flex-direction: row !important;
  }
  .flex-jumbo-column {
    flex-direction: column !important;
  }
}
@media (min-width: 1920px) {
  .flex-kilo-row {
    flex-direction: row !important;
  }
  .flex-kilo-column {
    flex-direction: column !important;
  }
}
@media (min-width: 2560px) {
  .flex-mega-row {
    flex-direction: row !important;
  }
  .flex-mega-column {
    flex-direction: column !important;
  }
}
@media (min-width: 3840px) {
  .flex-giga-row {
    flex-direction: row !important;
  }
  .flex-giga-column {
    flex-direction: column !important;
  }
}
.navbar .nav-item {
  font-weight: bold;
  text-transform: uppercase;
}
footer {
  background-color: #141D44;
}
.table-konkikyo {
  --bs-table-color: #ffffff;
  --bs-table-bg: #141D44;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #141D44;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #141D44;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #141D44;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.btn-konkikyo {
  --bs-btn-color: #fff;
  --bs-btn-bg: #141D44;
  --bs-btn-border-color: #141D44;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #202e6b;
  --bs-btn-hover-border-color: #202e6b;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2b3f93;
  --bs-btn-active-border-color: #2b3f93;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.pagination {
  --bs-pagination-color: #141D44;
  --bs-pagination-hover-color: #1a2558;
  --bs-pagination-focus-color: #1a2558;
  --bs-pagination-active-bg: #141D44;
  --bs-pagination-active-border-color: #141D44;
}
.svg-white {
  fill: #ffffff;
}
.filter-white {
  filter: invert(100%);
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: var(--pa-heat);
  --bs-list-group-active-border-color: var(--pa-heat);
}
