.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
  font: inherit;
  font-size: 0.833em;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

/* You can add global styles to this file, and also import other style files */
:root {
  --uni-menu-black: #0a121d;
  --uni-menu-primary: #0095da !important;
  --uni-menu-primary-dark: #0067a8;
  --uni-menu-background-color: #161e28;
  --uni-menu-overlay-background-colour: rgb(10, 18, 29);
}
[data-theme=gotv] {
  --uni-menu-black: #000000;
  --uni-menu-primary: #FDC915 !important;
  --uni-menu-primary-dark: #007e3c;
  --uni-menu-background-color: #132317;
  --uni-menu-overlay-background-colour: #041803;
}
.nav-list, #root nav.mobile-sub-nav ul, #root nav.mobile-channels ul, #root .mobile-parent-nav ul.mobile-parent-links, #root .profile-menu, #root div.channels ul, #root ul.site-links, #root .sub-menu ul {
  padding: 0;
  margin: 0;
}
.nav-list li, #root nav.mobile-sub-nav ul li, #root nav.mobile-channels ul li, #root .mobile-parent-nav ul.mobile-parent-links li, #root .profile-menu li, #root div.channels ul li, #root ul.site-links li, #root .sub-menu ul li {
  list-style: none;
  padding-left: 0;
  color: #fff;
  cursor: pointer !important;
}
._flex-centered, #root span.select span.select-container, #root nav.mobile-channels ul li, #root .mobile-parent-nav span.browse span, #root .mobile-parent-nav .mobile-selectors, #root #mobile-header .site-logo, #root #mobile-header .menu-icon, form.menu-search button, #root span.inbox-icon i.unread-count, #root div.channels ul li, #root .channel-menu .channel-menu-container, #root .header-menu .header-menu-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 1110px;
  }
}
@media (min-width: 1500px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 1410px;
  }
}
body.search-open {
  overflow: hidden !important;
}
#root {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  font-family: Poppins, sans-serif;
  color: #fff;
}
#root *,
#root *::before,
#root *::after {
  box-sizing: content-box !important;
}
@media (min-width: 992px) {
  #root {
    height: 94px;
  }
}
#root [class^=icon-],
#root [class*=" icon-"],
#root .sign-in,
#root .sign-out {
  cursor: pointer !important;
  white-space: nowrap;
}
#root label {
  margin-bottom: 0 !important;
}
#root #top-menu {
  margin: auto;
}
#root #top-menu .site-logo {
  display: flex;
  align-items: center;
  height: 94px !important;
  cursor: pointer;
}
#root #top-menu:has(.channel-menu) .site-logo, #root #top-menu:has(.sub-menu) .site-logo {
  height: 73px !important;
}
#root .header-menu {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 0 10px;
}
#root .header-menu .header-menu-container {
  justify-content: space-between;
  margin: auto;
  gap: 32px;
}
#root .header-menu .header-menu-container > span {
  display: flex;
  align-items: center;
}
#root .header-menu .header-menu-container > span.main-links {
  gap: 32px;
}
#root .header-menu .header-menu-container > span.icons {
  gap: 15px;
  border-bottom: 1.6px solid transparent;
}
#root .header-menu .header-menu-container > span.icons .main-logo {
  cursor: pointer;
}
#root .header-menu .header-menu-container i {
  font-size: 24px;
}
#root .header-menu .header-menu-container i.flag {
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
#root .header-menu .header-menu-container i.flag:hover {
  box-shadow: 0px 0px 15px 0px var(--uni-menu-primary);
}
#root .header-menu .header-menu-container i.icon-site-switcher {
  font-size: 20px !important;
  opacity: 0.5;
}
#root .header-menu .header-menu-container i.icon-site-switcher:hover {
  opacity: 1;
}
#root .header-menu .header-menu-container i.icon-close {
  font-size: 15px !important;
  margin: 0 2.5px;
}
#root .sub-menu {
  display: flex;
  justify-content: center;
  background: rgba(10, 18, 29, 0.1019607843) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(30px) brightness(90%);
  backdrop-filter: blur(30px) brightness(90%);
  border-width: 1px 0;
  opacity: 1;
  animation: fadeInDown 250ms ease-in-out;
}
#root .sub-menu ul {
  margin: 10px 0;
  display: flex;
  gap: 30px;
}
#root .sub-menu ul li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root .sub-menu ul li:nth-child(1) {
  animation-delay: 0.09s;
}
#root .sub-menu ul li:nth-child(2) {
  animation-delay: 0.18s;
}
#root .sub-menu ul li:nth-child(3) {
  animation-delay: 0.27s;
}
#root .sub-menu ul li:nth-child(4) {
  animation-delay: 0.36s;
}
#root .sub-menu ul li:nth-child(5) {
  animation-delay: 0.45s;
}
#root .sub-menu ul li:nth-child(6) {
  animation-delay: 0.54s;
}
#root .sub-menu ul li:nth-child(7) {
  animation-delay: 0.63s;
}
#root .sub-menu ul li:nth-child(8) {
  animation-delay: 0.72s;
}
#root .sub-menu ul li:nth-child(9) {
  animation-delay: 0.81s;
}
#root .sub-menu ul li:nth-child(10) {
  animation-delay: 0.9s;
}
#root .sub-menu ul li:nth-child(11) {
  animation-delay: 0.99s;
}
#root .sub-menu ul li:nth-child(12) {
  animation-delay: 1.08s;
}
#root .sub-menu ul li:nth-child(13) {
  animation-delay: 1.17s;
}
#root .sub-menu ul li:nth-child(14) {
  animation-delay: 1.26s;
}
#root .sub-menu ul li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 1500px) {
  #root .sub-menu ul {
    margin-left: 210px;
    width: 100%;
    justify-content: start;
  }
}
#root .sub-menu ul li {
  font-size: 16px !important;
  font-weight: 300 !important;
}
#root .sub-menu ul li:hover {
  color: var(--uni-menu-primary);
}
#root .channel-menu {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(10px) brightness(90%);
  backdrop-filter: blur(10px) brightness(90%);
}
#root .channel-menu label {
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-align: center;
}
#root .channel-menu .channel-menu-container {
  justify-content: space-around;
  margin: auto;
  padding: 10px 0 20px 0;
}
#root .channel-menu .channel-menu-container .other-sites,
#root .channel-menu .channel-menu-container .selector {
  text-align: center;
}
#root .channel-menu .channel-menu-container fieldset {
  border: 0;
  display: flex;
  gap: 30px;
}
#root .channel-menu .channel-menu-container .selector .select {
  margin-top: 24px;
}
@media (max-width: 1499.9px) {
  #root .header-menu-container.x-condensed, #root .header-menu-container.condensed, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) {
    gap: 16px !important;
  }
  #root .header-menu-container.x-condensed .main-links, #root .header-menu-container.condensed .main-links, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) .main-links {
    gap: 16px !important;
  }
  #root .header-menu-container.x-condensed ul.site-links, #root .header-menu-container.condensed ul.site-links, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) ul.site-links {
    gap: 24px !important;
  }
  #root .header-menu-container.x-condensed ul.site-links li, #root .header-menu-container.condensed ul.site-links li, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) ul.site-links li {
    font-size: 16px !important;
  }
  #root .header-menu-container.x-condensed .sign-in,
  #root .header-menu-container.x-condensed .sign-out, #root .header-menu-container.condensed .sign-in,
  #root .header-menu-container.condensed .sign-out, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) .sign-in,
  #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) .sign-out {
    font-size: 14px !important;
  }
}
@media (max-width: 1499.9px) {
  #root .header-menu-container.x-condensed ul.site-links li, #root .header-menu-container:has(ul.site-links):has(li:nth-child(7)) ul.site-links li {
    font-size: 15px !important;
  }
}
#root ul.site-links {
  display: flex;
  gap: 32px;
}
#root ul.site-links li {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1.6px solid transparent;
}
#root ul.site-links li:hover {
  color: var(--uni-menu-primary);
  transition: color 0.2s ease-in-out;
}
#root ul.site-links li.active {
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--uni-menu-primary-dark);
}
#root ul.site-links li.on-path {
  font-weight: bold;
}
#root ul.site-links.active li {
  margin-top: 24px;
}
#root ul.site-links.active li:not(.active) {
  opacity: 0.5;
}
#root ul.site-links li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root ul.site-links li:nth-child(1) {
  animation-delay: 0.09s;
}
#root ul.site-links li:nth-child(2) {
  animation-delay: 0.18s;
}
#root ul.site-links li:nth-child(3) {
  animation-delay: 0.27s;
}
#root ul.site-links li:nth-child(4) {
  animation-delay: 0.36s;
}
#root ul.site-links li:nth-child(5) {
  animation-delay: 0.45s;
}
#root ul.site-links li:nth-child(6) {
  animation-delay: 0.54s;
}
#root ul.site-links li:nth-child(7) {
  animation-delay: 0.63s;
}
#root ul.site-links li:nth-child(8) {
  animation-delay: 0.72s;
}
#root ul.site-links li:nth-child(9) {
  animation-delay: 0.81s;
}
#root ul.site-links li:nth-child(10) {
  animation-delay: 0.9s;
}
#root ul.site-links li:nth-child(11) {
  animation-delay: 0.99s;
}
#root ul.site-links li:nth-child(12) {
  animation-delay: 1.08s;
}
#root ul.site-links li:nth-child(13) {
  animation-delay: 1.17s;
}
#root ul.site-links li:nth-child(14) {
  animation-delay: 1.26s;
}
#root ul.site-links li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root div.channels {
  text-align: center;
}
#root div.channels ul {
  display: flex;
  margin-top: 10px;
  gap: 30px;
}
#root div.channels ul li {
  background: transparent linear-gradient(170deg, rgba(175, 176, 185, 0.05) 0%, rgba(175, 176, 185, 0.05) 50%, rgba(175, 176, 185, 0) 50%, rgba(175, 176, 185, 0) 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 22px 30px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  opacity: 1;
  -webkit-backdrop-filter: blur(50px) brightness(4%) opacity(0.5);
  backdrop-filter: blur(50px) brightness(4%) opacity(0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 15px;
  flex-wrap: wrap;
}
#root div.channels ul li img {
  width: 73px;
  height: 73px;
}
#root span.inbox-icon {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
#root span.inbox-icon i {
  display: inline-block;
  position: relative;
}
#root span.inbox-icon i.unread-count {
  border-radius: 50% !important;
  display: inline-block;
  position: absolute;
  top: -9px;
  left: -10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  color: #fff;
  background-color: #dc3545;
}
@media only screen and (max-width: 768px) {
  #root span.inbox-icon i.unread-count {
    top: -6px;
    left: -8px;
    font-size: 10px;
    width: 16px;
    height: 16px;
  }
}
#root .no-select, #root span.select li, #root span.select span.select-container, #root .mobile-parent-nav span.browse span, #root .nav-list li, #root nav.mobile-sub-nav ul li, #root nav.mobile-channels ul li, #root .mobile-parent-nav ul.mobile-parent-links li, #root .profile-menu li, .nav-list #root li, #root nav.mobile-sub-nav ul #root li, #root nav.mobile-channels ul #root li, #root .mobile-parent-nav ul.mobile-parent-links #root li, #root i,
#root img, #root .sub-menu ul li, #root ul.site-links li, #root div.channels ul li {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
}
.flag {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#root .profile-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
#root .profile-container [class^=icon-arrow] {
  font-size: 8px !important;
}
#root .profile-menu {
  display: none;
  border-radius: 3.2px;
  border: 0.8px rgba(255, 255, 255, 0.1);
  opacity: 1;
  -webkit-backdrop-filter: blur(15px) brightness(100%);
  backdrop-filter: blur(15px) brightness(100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--uni-menu-background-color);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
}
#root .profile-menu.open {
  display: block;
  position: absolute;
  top: 60px;
  right: 10px;
  box-shadow: 0 3px 10px 7px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #root .profile-menu.open {
    right: 10px;
  }
}
@media (min-width: 992px) {
  #root .profile-menu.open {
    --max: 960px;
    right: calc((100vw - var(--max)) / 2);
    top: 80px;
  }
}
@media (min-width: 1200px) {
  #root .profile-menu.open {
    --max: 1140px;
    right: calc((100vw - var(--max)) / 2);
  }
}
@media (min-width: 1500px) {
  #root .profile-menu.open {
    right: calc((100vw - 1440px) / 2);
  }
}
#root .profile-menu li {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #fff !important;
  padding: 10px 30px;
  white-space: nowrap;
}
#root .profile-menu li:hover {
  background: #fff;
  color: var(--uni-menu-black) !important;
}
#root .profile-menu li:first-of-type {
  padding-top: 20px !important;
}
#root .profile-menu li:first-of-type:hover {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#root .profile-menu li:last-of-type {
  padding-bottom: 20px !important;
}
#root .profile-menu li:last-of-type:hover {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
form.menu-search {
  animation: fadeInCenter 250ms ease-in-out;
  background: rgba(0, 0, 0, 0.7) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(20px) brightness(100%);
  backdrop-filter: blur(20px) brightness(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 50px;
}
form.menu-search i.icon-close {
  float: right;
}
@media (max-width: 767.9px) {
  form.menu-search i.icon-close {
    margin-top: -20px;
    margin-right: -20px;
  }
}
form.menu-search span {
  display: flex;
  align-items: center;
}
form.menu-search span.menu-search-container {
  justify-content: center;
  flex-wrap: nowrap;
  clear: both;
  padding-top: 50px;
  gap: 30px;
}
@media (min-width: 1500px) {
  form.menu-search span.menu-search-container {
    justify-content: space-between;
  }
}
form.menu-search span.search-input-container {
  flex-basis: 75%;
}
form.menu-search input {
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 0.6px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  flex-basis: 100%;
}
form.menu-search input:focus, form.menu-search input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  form.menu-search input {
    font-size: 38px;
  }
}
form.menu-search i {
  color: #fff;
}
form.menu-search button {
  background: #fff;
  border-radius: 800px;
  border: transparent;
  color: #000;
  height: 47px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  max-height: 47px;
  flex-wrap: nowrap;
  min-width: 210px;
}
form.menu-search button:hover {
  background: var(--uni-menu-primary);
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1499.9px) {
  form.menu-search button {
    padding: 0.5rem 1.7rem 0.55rem;
    min-width: 180px;
  }
}
@media (max-width: 767.9px) {
  form.menu-search span.menu-search-container {
    flex-wrap: wrap;
  }
  form.menu-search button {
    padding: 0.6rem 1.7rem;
    min-width: 160px;
    font-size: 16px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  animation: spin 0.8s infinite linear;
  display: block;
  width: 84px;
  height: 84px;
  margin: 16px auto;
  border: 1px solid rgba(162, 182, 191, 0.4);
  border-radius: 50%;
  border-width: 2px 1px 2px 2px;
  border-left-color: var(--uni-menu-primary);
  border-bottom-color: var(--uni-menu-primary);
  border-top-color: var(--uni-menu-primary);
}
#root #mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  padding-left: 24px;
  padding-right: 24px;
}
#root #mobile-header .icon-close,
#root #mobile-header .icon-hamburger-nav {
  margin-right: 15px;
  font-size: 20px !important;
  width: 20px;
  text-align: center;
}
#root #mobile-header .icon-close {
  font-size: 14px !important;
}
#root #mobile-header .icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
#root #mobile-header .icons .profile-container i:not(.icon-arrow-down_4px),
#root #mobile-header .icons .icon-imi-inbox,
#root #mobile-header .icons > i {
  font-size: 20px !important;
}
#root #mobile-header i.flag {
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transform: scale(0.9);
}
#root #mobile-header i.flag:hover {
  box-shadow: 0px 0px 15px 0px var(--uni-menu-primary);
}
#root #mobile-header .sign-in,
#root #mobile-header .sign-out {
  font-size: 14px !important;
}
#root #mobile-side-nav {
  width: 360px;
  position: fixed;
  top: 63px;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--uni-menu-overlay-background-colour);
}
@media (min-width: 768px) {
  #root #mobile-side-nav {
    width: 600px;
  }
}
#root .mobile-parent-nav .mobile-selectors {
  margin: 30px 0;
  gap: 10px;
  position: relative;
  z-index: 1000;
}
#root .mobile-parent-nav span.anim-2 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.18s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-3 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.27s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-4 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.36s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-5 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.45s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-6 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.54s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-7 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.63s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-8 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.72s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-9 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.81s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-10 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-11 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.99s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-12 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.08s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-13 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.17s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-14 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.26s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-15 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav ul.mobile-parent-links li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(1) {
  animation-delay: 0.09s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(2) {
  animation-delay: 0.18s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(3) {
  animation-delay: 0.27s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(4) {
  animation-delay: 0.36s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(5) {
  animation-delay: 0.45s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(6) {
  animation-delay: 0.54s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(7) {
  animation-delay: 0.63s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(8) {
  animation-delay: 0.72s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(9) {
  animation-delay: 0.81s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(10) {
  animation-delay: 0.9s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(11) {
  animation-delay: 0.99s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(12) {
  animation-delay: 1.08s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(13) {
  animation-delay: 1.17s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(14) {
  animation-delay: 1.26s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav ul.mobile-parent-links li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 30px 20px 55px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
#root .mobile-parent-nav ul.mobile-parent-links li i {
  height: 20px;
}
#root .mobile-parent-nav ul.mobile-parent-links li:hover {
  color: var(--uni-menu-primary);
}
#root .mobile-parent-nav span.browse span {
  font-size: 10px;
  line-height: 12px;
  gap: 10px;
  margin-top: 30px;
  opacity: 0.7;
  cursor: pointer;
}
#root .mobile-parent-nav span.browse span:hover {
  opacity: 1;
}
#root .mobile-parent-nav span.browse span i {
  font-size: 24px;
}
#root .mobile-back {
  padding: 24px;
  background: var(--uni-menu-primary-dark);
  display: flex;
  align-items: center;
}
#root .mobile-back i {
  margin-right: 15px;
}
#root nav.mobile-channels p {
  margin: 0 !important;
}
#root nav.mobile-channels p:not(.mobile-back) {
  text-align: left;
  padding: 30px 0 30px 60px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  font-feature-settings: "clig" off, "liga" off;
}
#root nav.mobile-channels ul {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: auto;
}
#root nav.mobile-channels ul li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root nav.mobile-channels ul li:nth-child(1) {
  animation-delay: 0.09s;
}
#root nav.mobile-channels ul li:nth-child(2) {
  animation-delay: 0.18s;
}
#root nav.mobile-channels ul li:nth-child(3) {
  animation-delay: 0.27s;
}
#root nav.mobile-channels ul li:nth-child(4) {
  animation-delay: 0.36s;
}
#root nav.mobile-channels ul li:nth-child(5) {
  animation-delay: 0.45s;
}
#root nav.mobile-channels ul li:nth-child(6) {
  animation-delay: 0.54s;
}
#root nav.mobile-channels ul li:nth-child(7) {
  animation-delay: 0.63s;
}
#root nav.mobile-channels ul li:nth-child(8) {
  animation-delay: 0.72s;
}
#root nav.mobile-channels ul li:nth-child(9) {
  animation-delay: 0.81s;
}
#root nav.mobile-channels ul li:nth-child(10) {
  animation-delay: 0.9s;
}
#root nav.mobile-channels ul li:nth-child(11) {
  animation-delay: 0.99s;
}
#root nav.mobile-channels ul li:nth-child(12) {
  animation-delay: 1.08s;
}
#root nav.mobile-channels ul li:nth-child(13) {
  animation-delay: 1.17s;
}
#root nav.mobile-channels ul li:nth-child(14) {
  animation-delay: 1.26s;
}
#root nav.mobile-channels ul li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  #root nav.mobile-channels ul {
    width: 370px;
  }
}
#root nav.mobile-channels ul li {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 149, 218, 0.03);
  box-shadow: 0px 5px 15px -5px #0a121d;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  width: 90px;
  height: 90px;
}
#root nav.mobile-sub-nav p {
  margin-top: 0;
  margin-bottom: 16px !important;
  font-size: 14px !important;
  line-height: 16px !important;
}
#root nav.mobile-sub-nav p[data-title=back_mydstv] label {
  display: none;
}
#root nav.mobile-sub-nav p[data-title=back_mydstv]::after {
  font-family: "DStv-com-icons" !important;
  content: "\ea47";
}
#root nav.mobile-sub-nav ul {
  width: 360px;
  padding: 20px 30px 30px 70px !important;
}
#root nav.mobile-sub-nav ul li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root nav.mobile-sub-nav ul li:nth-child(1) {
  animation-delay: 0.09s;
}
#root nav.mobile-sub-nav ul li:nth-child(2) {
  animation-delay: 0.18s;
}
#root nav.mobile-sub-nav ul li:nth-child(3) {
  animation-delay: 0.27s;
}
#root nav.mobile-sub-nav ul li:nth-child(4) {
  animation-delay: 0.36s;
}
#root nav.mobile-sub-nav ul li:nth-child(5) {
  animation-delay: 0.45s;
}
#root nav.mobile-sub-nav ul li:nth-child(6) {
  animation-delay: 0.54s;
}
#root nav.mobile-sub-nav ul li:nth-child(7) {
  animation-delay: 0.63s;
}
#root nav.mobile-sub-nav ul li:nth-child(8) {
  animation-delay: 0.72s;
}
#root nav.mobile-sub-nav ul li:nth-child(9) {
  animation-delay: 0.81s;
}
#root nav.mobile-sub-nav ul li:nth-child(10) {
  animation-delay: 0.9s;
}
#root nav.mobile-sub-nav ul li:nth-child(11) {
  animation-delay: 0.99s;
}
#root nav.mobile-sub-nav ul li:nth-child(12) {
  animation-delay: 1.08s;
}
#root nav.mobile-sub-nav ul li:nth-child(13) {
  animation-delay: 1.17s;
}
#root nav.mobile-sub-nav ul li:nth-child(14) {
  animation-delay: 1.26s;
}
#root nav.mobile-sub-nav ul li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root nav.mobile-sub-nav ul li {
  padding: unset;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}
#root nav.mobile-sub-nav ul li:hover {
  color: var(--uni-menu-primary);
}
#root img.dstv-logo {
  opacity: 0.5;
  height: 16px;
}
#root img.dstv-logo:hover {
  opacity: 1;
}
#root span.select {
  display: flex;
  width: 210px;
  border: 1px solid #fff;
  border-radius: 800px;
  height: 47px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
#root span.select span.select-container {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
#root span.select span.select-container span {
  margin-right: 7px;
}
#root span.select span.select-container i:not(.flag) {
  margin-left: 7px;
}
#root span.select div {
  display: none !important;
  position: absolute;
  top: 57px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--uni-menu-background-color);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
#root span.select div,
#root span.select ul {
  display: block;
  margin: 0;
  padding-left: 0;
}
#root span.select.open div {
  display: block !important;
}
#root span.select.open i[class^=icon-arrow-] {
  transform: scaleY(-1);
  padding-top: 3px;
  padding-bottom: 0 !important;
}
#root span.select.visible div {
  opacity: 1 !important;
}
#root span.select ul {
  max-height: 300px;
  overflow: auto;
  width: 210px;
}
#root span.select li {
  list-style: none;
  color: #fff;
  padding: 18px 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: left !important;
  cursor: pointer;
}
#root span.select li:hover {
  color: #75787b;
  background: #fff;
}
#root span.select ::-webkit-scrollbar {
  width: 16px;
}
#root span.select ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  border: 5px solid var(--uni-menu-background-color);
}
#root span.select ::-webkit-scrollbar-track {
  background: transparent;
}
#root #mobile-side-nav span.select {
  height: 24px !important;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  width: auto !important;
  padding: 5px 15px;
}
#root #mobile-side-nav span.select .flag {
  margin-right: 5px;
}
#root #mobile-side-nav span.select .select-container {
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 10px !important;
  justify-content: flex-start !important;
}
#root #mobile-side-nav span.select .select-container span {
  opacity: 0.7;
}
#root #mobile-side-nav span.select .select-container span:hover {
  opacity: 1;
}
#root #mobile-side-nav span.select .select-container i.icon-arrow-down_4px {
  margin-left: 3px;
}
#root #mobile-side-nav span.select div {
  top: 48px;
  left: 0px;
}
body.southern #root .channel-menu-container, body.western #root .channel-menu-container, body.eastern #root .channel-menu-container {
  justify-content: end;
}
body.southern #root div.channels, body.western #root div.channels, body.eastern #root div.channels {
  visibility: hidden;
}
body.southern #root .browse, body.western #root .browse, body.eastern #root .browse {
  display: none;
}
body.southern #root span.icons i:not(.icon-search):not(.flag),
body.southern #root span.icons img:not(.flag),
body.southern #root span.icons span, body.western #root span.icons i:not(.icon-search):not(.flag),
body.western #root span.icons img:not(.flag),
body.western #root span.icons span, body.eastern #root span.icons i:not(.icon-search):not(.flag),
body.eastern #root span.icons img:not(.flag),
body.eastern #root span.icons span {
  display: none;
}
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@media (min-width: 576px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 1110px;
  }
}
@media (min-width: 1500px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 1410px;
  }
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #179edd;
  --bs-primary-rgb: 23, 158, 221;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 10, 18, 29;
  --bs-font-sans-serif: Poppins, Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Poppins, Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-body-font-size: 0.89rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 2px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 5px;
  --bs-border-radius-sm: 5px;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1.4rem 8rem rgba(10, 18, 29, 0.375);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(10, 18, 29, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, .mah-cm .mah-cm-form h2, .mah-cm .mah-cm-form .h2, section.query-details section.add-comment #new-comment-form .header-row h2, section.query-details section.add-comment #new-comment-form .header-row .h2, section.query-details h3, section.query-details .h3, section.payment-result h1, section.payment-result .h1, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
h2, .h2 {
  font-size: calc(1.3625rem + 1.35vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.375rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5, .mah-cm .mah-cm-form h2, .mah-cm .mah-cm-form .h2, section.query-details section.add-comment #new-comment-form .header-row h2, section.query-details section.add-comment #new-comment-form .header-row .h2, section.query-details h3, section.query-details .h3, section.payment-result h1, section.payment-result .h1 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1.125rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 5px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1600px;
  --bs-breakpoint-xxxl: 1921px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1921px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btn, span.add-attachment label {
  --bs-btn-padding-x: 0.9rem;
  --bs-btn-padding-y: 0.835rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: opacity ease 0.3s, box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .btn, span.add-attachment label {
    transition: none;
  }
}
.btn:hover, span.add-attachment label:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, span.add-attachment .btn-check + label:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, span.add-attachment label:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, span.add-attachment .btn-check:focus-visible + label {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, span.add-attachment .btn-check:checked + label, :not(.btn-check) + .btn:active, span.add-attachment :not(.btn-check) + label:active, .btn:first-child:active, span.add-attachment label:first-child:active, .btn.active, span.add-attachment label.active, .btn.show, span.add-attachment label.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, span.add-attachment .btn-check:checked + label:focus-visible, :not(.btn-check) + .btn:active:focus-visible, span.add-attachment :not(.btn-check) + label:active:focus-visible, .btn:first-child:active:focus-visible, span.add-attachment label:first-child:active:focus-visible, .btn.active:focus-visible, span.add-attachment label.active:focus-visible, .btn.show:focus-visible, span.add-attachment label.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, span.add-attachment label:disabled, .btn.disabled, span.add-attachment label.disabled, fieldset:disabled .btn, fieldset:disabled span.add-attachment label, span.add-attachment fieldset:disabled label {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary, ul.subscriptions li ul li p.buttons.buttons button.reconnect {
  --bs-btn-color: #000;
  --bs-btn-bg: #179edd;
  --bs-btn-border-color: #179edd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3aade2;
  --bs-btn-hover-border-color: #2ea8e0;
  --bs-btn-focus-shadow-rgb: 20, 134, 188;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #45b1e4;
  --bs-btn-active-border-color: #2ea8e0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #179edd;
  --bs-btn-disabled-border-color: #179edd;
}
.btn-outline-primary {
  --bs-btn-color: #179edd;
  --bs-btn-border-color: #179edd;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #179edd;
  --bs-btn-hover-border-color: #179edd;
  --bs-btn-focus-shadow-rgb: 23, 158, 221;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #179edd;
  --bs-btn-active-border-color: #179edd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #179edd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #179edd;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1921px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 5px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child, .case-management button.load-more-queries p:last-child, .floaty-form form div.row .err-msg:last-child,
.floaty-form form div.row .error-message:last-child,
.case-management form div.row .err-msg:last-child,
.case-management form div.row .error-message:last-child,
.clear-error-modal form div.row .err-msg:last-child,
.clear-error-modal form div.row .error-message:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.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-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --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: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1921px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 5px;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1920.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: Poppins, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, span.add-attachment label.placeholder::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #0a121d 55%, rgba(0, 0, 0, 0.8) 75%, #0a121d 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(69, 177, 228, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(69, 177, 228, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1921px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(10, 18, 29, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1921px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.cust-m-0 {
  margin: 0px !important;
}
.cust-mt-0,
.cust-my-0 {
  margin-top: 0px !important;
}
.cust-mb-0,
.cust-my-0 {
  margin-bottom: 0px !important;
}
.cust-ml-0,
.cust-mx-0 {
  margin-left: 0px !important;
}
.cust-mr-0,
.cust-mx-0 {
  margin-right: 0px !important;
}
.cust-m-1 {
  margin: 10px !important;
}
.cust-mt-1,
.cust-my-1 {
  margin-top: 10px !important;
}
.cust-mb-1,
.cust-my-1 {
  margin-bottom: 10px !important;
}
.cust-ml-1,
.cust-mx-1 {
  margin-left: 10px !important;
}
.cust-mr-1,
.cust-mx-1 {
  margin-right: 10px !important;
}
.cust-neg-m-1 {
  margin: -10px !important;
}
.cust-neg-mr-1,
.cust-neg-mx-1 {
  margin-right: -10px !important;
}
.cust-neg-ml-1,
.cust-neg-mx-1 {
  margin-left: -10px !important;
}
.cust-neg-mt-1,
.cust-neg-my-1 {
  margin-top: -10px !important;
}
.cust-neg-mb-1,
.cust-neg-my-1 {
  margin-bottom: -10px !important;
}
.cust-m-2 {
  margin: 20px !important;
}
.cust-mt-2,
.cust-my-2 {
  margin-top: 20px !important;
}
.cust-mb-2,
.cust-my-2 {
  margin-bottom: 20px !important;
}
.cust-ml-2,
.cust-mx-2 {
  margin-left: 20px !important;
}
.cust-mr-2,
.cust-mx-2 {
  margin-right: 20px !important;
}
.cust-neg-m-2 {
  margin: -20px !important;
}
.cust-neg-mr-2,
.cust-neg-mx-2 {
  margin-right: -20px !important;
}
.cust-neg-ml-2,
.cust-neg-mx-2 {
  margin-left: -20px !important;
}
.cust-neg-mt-2,
.cust-neg-my-2 {
  margin-top: -20px !important;
}
.cust-neg-mb-2,
.cust-neg-my-2 {
  margin-bottom: -20px !important;
}
.cust-m-3 {
  margin: 30px !important;
}
.cust-mt-3,
.cust-my-3 {
  margin-top: 30px !important;
}
.cust-mb-3,
.cust-my-3 {
  margin-bottom: 30px !important;
}
.cust-ml-3,
.cust-mx-3 {
  margin-left: 30px !important;
}
.cust-mr-3,
.cust-mx-3 {
  margin-right: 30px !important;
}
.cust-neg-m-3 {
  margin: -30px !important;
}
.cust-neg-mr-3,
.cust-neg-mx-3 {
  margin-right: -30px !important;
}
.cust-neg-ml-3,
.cust-neg-mx-3 {
  margin-left: -30px !important;
}
.cust-neg-mt-3,
.cust-neg-my-3 {
  margin-top: -30px !important;
}
.cust-neg-mb-3,
.cust-neg-my-3 {
  margin-bottom: -30px !important;
}
.cust-m-4 {
  margin: 40px !important;
}
.cust-mt-4,
.cust-my-4 {
  margin-top: 40px !important;
}
.cust-mb-4,
.cust-my-4 {
  margin-bottom: 40px !important;
}
.cust-ml-4,
.cust-mx-4 {
  margin-left: 40px !important;
}
.cust-mr-4,
.cust-mx-4 {
  margin-right: 40px !important;
}
.cust-neg-m-4 {
  margin: -40px !important;
}
.cust-neg-mr-4,
.cust-neg-mx-4 {
  margin-right: -40px !important;
}
.cust-neg-ml-4,
.cust-neg-mx-4 {
  margin-left: -40px !important;
}
.cust-neg-mt-4,
.cust-neg-my-4 {
  margin-top: -40px !important;
}
.cust-neg-mb-4,
.cust-neg-my-4 {
  margin-bottom: -40px !important;
}
.cust-m-5 {
  margin: 50px !important;
}
.cust-mt-5,
.cust-my-5 {
  margin-top: 50px !important;
}
.cust-mb-5,
.cust-my-5 {
  margin-bottom: 50px !important;
}
.cust-ml-5,
.cust-mx-5 {
  margin-left: 50px !important;
}
.cust-mr-5,
.cust-mx-5 {
  margin-right: 50px !important;
}
.cust-neg-m-5 {
  margin: -50px !important;
}
.cust-neg-mr-5,
.cust-neg-mx-5 {
  margin-right: -50px !important;
}
.cust-neg-ml-5,
.cust-neg-mx-5 {
  margin-left: -50px !important;
}
.cust-neg-mt-5,
.cust-neg-my-5 {
  margin-top: -50px !important;
}
.cust-neg-mb-5,
.cust-neg-my-5 {
  margin-bottom: -50px !important;
}
.cust-m-6 {
  margin: 60px !important;
}
.cust-mt-6,
.cust-my-6 {
  margin-top: 60px !important;
}
.cust-mb-6,
.cust-my-6 {
  margin-bottom: 60px !important;
}
.cust-ml-6,
.cust-mx-6 {
  margin-left: 60px !important;
}
.cust-mr-6,
.cust-mx-6 {
  margin-right: 60px !important;
}
.cust-neg-m-6 {
  margin: -60px !important;
}
.cust-neg-mr-6,
.cust-neg-mx-6 {
  margin-right: -60px !important;
}
.cust-neg-ml-6,
.cust-neg-mx-6 {
  margin-left: -60px !important;
}
.cust-neg-mt-6,
.cust-neg-my-6 {
  margin-top: -60px !important;
}
.cust-neg-mb-6,
.cust-neg-my-6 {
  margin-bottom: -60px !important;
}
.cust-m-7 {
  margin: 70px !important;
}
.cust-mt-7,
.cust-my-7 {
  margin-top: 70px !important;
}
.cust-mb-7,
.cust-my-7 {
  margin-bottom: 70px !important;
}
.cust-ml-7,
.cust-mx-7 {
  margin-left: 70px !important;
}
.cust-mr-7,
.cust-mx-7 {
  margin-right: 70px !important;
}
.cust-neg-m-7 {
  margin: -70px !important;
}
.cust-neg-mr-7,
.cust-neg-mx-7 {
  margin-right: -70px !important;
}
.cust-neg-ml-7,
.cust-neg-mx-7 {
  margin-left: -70px !important;
}
.cust-neg-mt-7,
.cust-neg-my-7 {
  margin-top: -70px !important;
}
.cust-neg-mb-7,
.cust-neg-my-7 {
  margin-bottom: -70px !important;
}
.cust-m-8 {
  margin: 80px !important;
}
.cust-mt-8,
.cust-my-8 {
  margin-top: 80px !important;
}
.cust-mb-8,
.cust-my-8 {
  margin-bottom: 80px !important;
}
.cust-ml-8,
.cust-mx-8 {
  margin-left: 80px !important;
}
.cust-mr-8,
.cust-mx-8 {
  margin-right: 80px !important;
}
.cust-neg-m-8 {
  margin: -80px !important;
}
.cust-neg-mr-8,
.cust-neg-mx-8 {
  margin-right: -80px !important;
}
.cust-neg-ml-8,
.cust-neg-mx-8 {
  margin-left: -80px !important;
}
.cust-neg-mt-8,
.cust-neg-my-8 {
  margin-top: -80px !important;
}
.cust-neg-mb-8,
.cust-neg-my-8 {
  margin-bottom: -80px !important;
}
.cust-m-9 {
  margin: 90px !important;
}
.cust-mt-9,
.cust-my-9 {
  margin-top: 90px !important;
}
.cust-mb-9,
.cust-my-9 {
  margin-bottom: 90px !important;
}
.cust-ml-9,
.cust-mx-9 {
  margin-left: 90px !important;
}
.cust-mr-9,
.cust-mx-9 {
  margin-right: 90px !important;
}
.cust-neg-m-9 {
  margin: -90px !important;
}
.cust-neg-mr-9,
.cust-neg-mx-9 {
  margin-right: -90px !important;
}
.cust-neg-ml-9,
.cust-neg-mx-9 {
  margin-left: -90px !important;
}
.cust-neg-mt-9,
.cust-neg-my-9 {
  margin-top: -90px !important;
}
.cust-neg-mb-9,
.cust-neg-my-9 {
  margin-bottom: -90px !important;
}
.cust-m-10 {
  margin: 100px !important;
}
.cust-mt-10,
.cust-my-10 {
  margin-top: 100px !important;
}
.cust-mb-10,
.cust-my-10 {
  margin-bottom: 100px !important;
}
.cust-ml-10,
.cust-mx-10 {
  margin-left: 100px !important;
}
.cust-mr-10,
.cust-mx-10 {
  margin-right: 100px !important;
}
.cust-neg-m-10 {
  margin: -100px !important;
}
.cust-neg-mr-10,
.cust-neg-mx-10 {
  margin-right: -100px !important;
}
.cust-neg-ml-10,
.cust-neg-mx-10 {
  margin-left: -100px !important;
}
.cust-neg-mt-10,
.cust-neg-my-10 {
  margin-top: -100px !important;
}
.cust-neg-mb-10,
.cust-neg-my-10 {
  margin-bottom: -100px !important;
}
.cust-m-11 {
  margin: 110px !important;
}
.cust-mt-11,
.cust-my-11 {
  margin-top: 110px !important;
}
.cust-mb-11,
.cust-my-11 {
  margin-bottom: 110px !important;
}
.cust-neg-mt-11,
.cust-neg-my-11 {
  margin-top: -110px !important;
}
.cust-neg-mb-11,
.cust-neg-my-11 {
  margin-bottom: -110px !important;
}
.cust-m-12 {
  margin: 120px !important;
}
.cust-mt-12,
.cust-my-12 {
  margin-top: 120px !important;
}
.cust-mb-12,
.cust-my-12 {
  margin-bottom: 120px !important;
}
.cust-neg-mt-12,
.cust-neg-my-12 {
  margin-top: -120px !important;
}
.cust-neg-mb-12,
.cust-neg-my-12 {
  margin-bottom: -120px !important;
}
.cust-m-13 {
  margin: 130px !important;
}
.cust-mt-13,
.cust-my-13 {
  margin-top: 130px !important;
}
.cust-mb-13,
.cust-my-13 {
  margin-bottom: 130px !important;
}
.cust-neg-mt-13,
.cust-neg-my-13 {
  margin-top: -130px !important;
}
.cust-neg-mb-13,
.cust-neg-my-13 {
  margin-bottom: -130px !important;
}
.cust-m-14 {
  margin: 140px !important;
}
.cust-mt-14,
.cust-my-14 {
  margin-top: 140px !important;
}
.cust-mb-14,
.cust-my-14 {
  margin-bottom: 140px !important;
}
.cust-neg-mt-14,
.cust-neg-my-14 {
  margin-top: -140px !important;
}
.cust-neg-mb-14,
.cust-neg-my-14 {
  margin-bottom: -140px !important;
}
.cust-m-15 {
  margin: 150px !important;
}
.cust-mt-15,
.cust-my-15 {
  margin-top: 150px !important;
}
.cust-mb-15,
.cust-my-15 {
  margin-bottom: 150px !important;
}
.cust-neg-mt-15,
.cust-neg-my-15 {
  margin-top: -150px !important;
}
.cust-neg-mb-15,
.cust-neg-my-15 {
  margin-bottom: -150px !important;
}
.cust-m-16 {
  margin: 160px !important;
}
.cust-mt-16,
.cust-my-16 {
  margin-top: 160px !important;
}
.cust-mb-16,
.cust-my-16 {
  margin-bottom: 160px !important;
}
.cust-neg-mt-16,
.cust-neg-my-16 {
  margin-top: -160px !important;
}
.cust-neg-mb-16,
.cust-neg-my-16 {
  margin-bottom: -160px !important;
}
.cust-m-17 {
  margin: 170px !important;
}
.cust-mt-17,
.cust-my-17 {
  margin-top: 170px !important;
}
.cust-mb-17,
.cust-my-17 {
  margin-bottom: 170px !important;
}
.cust-neg-mt-17,
.cust-neg-my-17 {
  margin-top: -170px !important;
}
.cust-neg-mb-17,
.cust-neg-my-17 {
  margin-bottom: -170px !important;
}
.cust-m-18 {
  margin: 180px !important;
}
.cust-mt-18,
.cust-my-18 {
  margin-top: 180px !important;
}
.cust-mb-18,
.cust-my-18 {
  margin-bottom: 180px !important;
}
.cust-neg-mt-18,
.cust-neg-my-18 {
  margin-top: -180px !important;
}
.cust-neg-mb-18,
.cust-neg-my-18 {
  margin-bottom: -180px !important;
}
.cust-m-19 {
  margin: 190px !important;
}
.cust-mt-19,
.cust-my-19 {
  margin-top: 190px !important;
}
.cust-mb-19,
.cust-my-19 {
  margin-bottom: 190px !important;
}
.cust-neg-mt-19,
.cust-neg-my-19 {
  margin-top: -190px !important;
}
.cust-neg-mb-19,
.cust-neg-my-19 {
  margin-bottom: -190px !important;
}
.cust-m-20 {
  margin: 200px !important;
}
.cust-mt-20,
.cust-my-20 {
  margin-top: 200px !important;
}
.cust-mb-20,
.cust-my-20 {
  margin-bottom: 200px !important;
}
.cust-neg-mt-20,
.cust-neg-my-20 {
  margin-top: -200px !important;
}
.cust-neg-mb-20,
.cust-neg-my-20 {
  margin-bottom: -200px !important;
}
.cust-p-0 {
  padding: 0px !important;
}
.cust-pt-0,
.cust-py-0 {
  padding-top: 0px !important;
}
.cust-pb-0,
.cust-py-0 {
  padding-bottom: 0px !important;
}
.cust-pl-0,
.cust-px-0 {
  padding-left: 0px !important;
}
.cust-pr-0,
.cust-px-0 {
  padding-right: 0px !important;
}
.cust-p-1 {
  padding: 10px !important;
}
.cust-pt-1,
.cust-py-1 {
  padding-top: 10px !important;
}
.cust-pb-1,
.cust-py-1 {
  padding-bottom: 10px !important;
}
.cust-pl-1,
.cust-px-1 {
  padding-left: 10px !important;
}
.cust-pr-1,
.cust-px-1 {
  padding-right: 10px !important;
}
.cust-p-2 {
  padding: 20px !important;
}
.cust-pt-2,
.cust-py-2 {
  padding-top: 20px !important;
}
.cust-pb-2,
.cust-py-2 {
  padding-bottom: 20px !important;
}
.cust-pl-2,
.cust-px-2 {
  padding-left: 20px !important;
}
.cust-pr-2,
.cust-px-2 {
  padding-right: 20px !important;
}
.cust-p-3 {
  padding: 30px !important;
}
.cust-pt-3,
.cust-py-3 {
  padding-top: 30px !important;
}
.cust-pb-3,
.cust-py-3 {
  padding-bottom: 30px !important;
}
.cust-pl-3,
.cust-px-3 {
  padding-left: 30px !important;
}
.cust-pr-3,
.cust-px-3 {
  padding-right: 30px !important;
}
.cust-p-4 {
  padding: 40px !important;
}
.cust-pt-4,
.cust-py-4 {
  padding-top: 40px !important;
}
.cust-pb-4,
.cust-py-4 {
  padding-bottom: 40px !important;
}
.cust-pl-4,
.cust-px-4 {
  padding-left: 40px !important;
}
.cust-pr-4,
.cust-px-4 {
  padding-right: 40px !important;
}
.cust-p-5 {
  padding: 50px !important;
}
.cust-pt-5,
.cust-py-5 {
  padding-top: 50px !important;
}
.cust-pb-5,
.cust-py-5 {
  padding-bottom: 50px !important;
}
.cust-pl-5,
.cust-px-5 {
  padding-left: 50px !important;
}
.cust-pr-5,
.cust-px-5 {
  padding-right: 50px !important;
}
.cust-p-6 {
  padding: 60px !important;
}
.cust-pt-6,
.cust-py-6 {
  padding-top: 60px !important;
}
.cust-pb-6,
.cust-py-6 {
  padding-bottom: 60px !important;
}
.cust-pl-6,
.cust-px-6 {
  padding-left: 60px !important;
}
.cust-pr-6,
.cust-px-6 {
  padding-right: 60px !important;
}
.cust-p-7 {
  padding: 70px !important;
}
.cust-pt-7,
.cust-py-7 {
  padding-top: 70px !important;
}
.cust-pb-7,
.cust-py-7 {
  padding-bottom: 70px !important;
}
.cust-pl-7,
.cust-px-7 {
  padding-left: 70px !important;
}
.cust-pr-7,
.cust-px-7 {
  padding-right: 70px !important;
}
.cust-p-8 {
  padding: 80px !important;
}
.cust-pt-8,
.cust-py-8 {
  padding-top: 80px !important;
}
.cust-pb-8,
.cust-py-8 {
  padding-bottom: 80px !important;
}
.cust-pl-8,
.cust-px-8 {
  padding-left: 80px !important;
}
.cust-pr-8,
.cust-px-8 {
  padding-right: 80px !important;
}
.cust-p-9 {
  padding: 90px !important;
}
.cust-pt-9,
.cust-py-9 {
  padding-top: 90px !important;
}
.cust-pb-9,
.cust-py-9 {
  padding-bottom: 90px !important;
}
.cust-pl-9,
.cust-px-9 {
  padding-left: 90px !important;
}
.cust-pr-9,
.cust-px-9 {
  padding-right: 90px !important;
}
.cust-p-10 {
  padding: 100px !important;
}
.cust-pt-10,
.cust-py-10 {
  padding-top: 100px !important;
}
.cust-pb-10,
.cust-py-10 {
  padding-bottom: 100px !important;
}
.cust-pl-10,
.cust-px-10 {
  padding-left: 100px !important;
}
.cust-pr-10,
.cust-px-10 {
  padding-right: 100px !important;
}
.cust-p-11 {
  padding: 110px !important;
}
.cust-pt-11,
.cust-py-11 {
  padding-top: 110px !important;
}
.cust-pb-11,
.cust-py-11 {
  padding-bottom: 110px !important;
}
.cust-p-12 {
  padding: 120px !important;
}
.cust-pt-12,
.cust-py-12 {
  padding-top: 120px !important;
}
.cust-pb-12,
.cust-py-12 {
  padding-bottom: 120px !important;
}
.cust-p-13 {
  padding: 130px !important;
}
.cust-pt-13,
.cust-py-13 {
  padding-top: 130px !important;
}
.cust-pb-13,
.cust-py-13 {
  padding-bottom: 130px !important;
}
.cust-p-14 {
  padding: 140px !important;
}
.cust-pt-14,
.cust-py-14 {
  padding-top: 140px !important;
}
.cust-pb-14,
.cust-py-14 {
  padding-bottom: 140px !important;
}
.cust-p-15 {
  padding: 150px !important;
}
.cust-pt-15,
.cust-py-15 {
  padding-top: 150px !important;
}
.cust-pb-15,
.cust-py-15 {
  padding-bottom: 150px !important;
}
.cust-p-16 {
  padding: 160px !important;
}
.cust-pt-16,
.cust-py-16 {
  padding-top: 160px !important;
}
.cust-pb-16,
.cust-py-16 {
  padding-bottom: 160px !important;
}
.cust-p-17 {
  padding: 170px !important;
}
.cust-pt-17,
.cust-py-17 {
  padding-top: 170px !important;
}
.cust-pb-17,
.cust-py-17 {
  padding-bottom: 170px !important;
}
.cust-p-18 {
  padding: 180px !important;
}
.cust-pt-18,
.cust-py-18 {
  padding-top: 180px !important;
}
.cust-pb-18,
.cust-py-18 {
  padding-bottom: 180px !important;
}
.cust-p-19 {
  padding: 190px !important;
}
.cust-pt-19,
.cust-py-19 {
  padding-top: 190px !important;
}
.cust-pb-19,
.cust-py-19 {
  padding-bottom: 190px !important;
}
.cust-p-20 {
  padding: 200px !important;
}
.cust-pt-20,
.cust-py-20 {
  padding-top: 200px !important;
}
.cust-pb-20,
.cust-py-20 {
  padding-bottom: 200px !important;
}
.per-pb-100 {
  padding-bottom: 100% !important;
}
.per-pb-50 {
  padding-bottom: 50% !important;
}
@media (min-width: 576px) {
  .cust-m-sm-0 {
    margin: 0px !important;
  }
  .cust-mt-sm-0,
  .cust-my-sm-0 {
    margin-top: 0px !important;
  }
  .cust-mb-sm-0,
  .cust-my-sm-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-sm-0,
  .cust-mx-sm-0 {
    margin-left: 0px !important;
  }
  .cust-mr-sm-0,
  .cust-mx-sm-0 {
    margin-right: 0px !important;
  }
  .cust-m-sm-1 {
    margin: 10px !important;
  }
  .cust-mt-sm-1,
  .cust-my-sm-1 {
    margin-top: 10px !important;
  }
  .cust-mb-sm-1,
  .cust-my-sm-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-sm-1,
  .cust-mx-sm-1 {
    margin-left: 10px !important;
  }
  .cust-mr-sm-1,
  .cust-mx-sm-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-sm-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-sm-1,
  .cust-neg-mx-sm-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-sm-1,
  .cust-neg-mx-sm-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-sm-1,
  .cust-neg-my-sm-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-sm-1,
  .cust-neg-my-sm-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-sm-2 {
    margin: 20px !important;
  }
  .cust-mt-sm-2,
  .cust-my-sm-2 {
    margin-top: 20px !important;
  }
  .cust-mb-sm-2,
  .cust-my-sm-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-sm-2,
  .cust-mx-sm-2 {
    margin-left: 20px !important;
  }
  .cust-mr-sm-2,
  .cust-mx-sm-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-sm-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-sm-2,
  .cust-neg-mx-sm-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-sm-2,
  .cust-neg-mx-sm-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-sm-2,
  .cust-neg-my-sm-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-sm-2,
  .cust-neg-my-sm-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-sm-3 {
    margin: 30px !important;
  }
  .cust-mt-sm-3,
  .cust-my-sm-3 {
    margin-top: 30px !important;
  }
  .cust-mb-sm-3,
  .cust-my-sm-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-sm-3,
  .cust-mx-sm-3 {
    margin-left: 30px !important;
  }
  .cust-mr-sm-3,
  .cust-mx-sm-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-sm-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-sm-3,
  .cust-neg-mx-sm-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-sm-3,
  .cust-neg-mx-sm-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-sm-3,
  .cust-neg-my-sm-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-sm-3,
  .cust-neg-my-sm-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-sm-4 {
    margin: 40px !important;
  }
  .cust-mt-sm-4,
  .cust-my-sm-4 {
    margin-top: 40px !important;
  }
  .cust-mb-sm-4,
  .cust-my-sm-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-sm-4,
  .cust-mx-sm-4 {
    margin-left: 40px !important;
  }
  .cust-mr-sm-4,
  .cust-mx-sm-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-sm-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-sm-4,
  .cust-neg-mx-sm-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-sm-4,
  .cust-neg-mx-sm-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-sm-4,
  .cust-neg-my-sm-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-sm-4,
  .cust-neg-my-sm-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-sm-5 {
    margin: 50px !important;
  }
  .cust-mt-sm-5,
  .cust-my-sm-5 {
    margin-top: 50px !important;
  }
  .cust-mb-sm-5,
  .cust-my-sm-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-sm-5,
  .cust-mx-sm-5 {
    margin-left: 50px !important;
  }
  .cust-mr-sm-5,
  .cust-mx-sm-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-sm-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-sm-5,
  .cust-neg-mx-sm-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-sm-5,
  .cust-neg-mx-sm-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-sm-5,
  .cust-neg-my-sm-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-sm-5,
  .cust-neg-my-sm-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-sm-6 {
    margin: 60px !important;
  }
  .cust-mt-sm-6,
  .cust-my-sm-6 {
    margin-top: 60px !important;
  }
  .cust-mb-sm-6,
  .cust-my-sm-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-sm-6,
  .cust-mx-sm-6 {
    margin-left: 60px !important;
  }
  .cust-mr-sm-6,
  .cust-mx-sm-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-sm-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-sm-6,
  .cust-neg-mx-sm-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-sm-6,
  .cust-neg-mx-sm-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-sm-6,
  .cust-neg-my-sm-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-sm-6,
  .cust-neg-my-sm-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-sm-7 {
    margin: 70px !important;
  }
  .cust-mt-sm-7,
  .cust-my-sm-7 {
    margin-top: 70px !important;
  }
  .cust-mb-sm-7,
  .cust-my-sm-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-sm-7,
  .cust-mx-sm-7 {
    margin-left: 70px !important;
  }
  .cust-mr-sm-7,
  .cust-mx-sm-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-sm-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-sm-7,
  .cust-neg-mx-sm-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-sm-7,
  .cust-neg-mx-sm-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-sm-7,
  .cust-neg-my-sm-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-sm-7,
  .cust-neg-my-sm-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-sm-8 {
    margin: 80px !important;
  }
  .cust-mt-sm-8,
  .cust-my-sm-8 {
    margin-top: 80px !important;
  }
  .cust-mb-sm-8,
  .cust-my-sm-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-sm-8,
  .cust-mx-sm-8 {
    margin-left: 80px !important;
  }
  .cust-mr-sm-8,
  .cust-mx-sm-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-sm-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-sm-8,
  .cust-neg-mx-sm-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-sm-8,
  .cust-neg-mx-sm-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-sm-8,
  .cust-neg-my-sm-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-sm-8,
  .cust-neg-my-sm-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-sm-9 {
    margin: 90px !important;
  }
  .cust-mt-sm-9,
  .cust-my-sm-9 {
    margin-top: 90px !important;
  }
  .cust-mb-sm-9,
  .cust-my-sm-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-sm-9,
  .cust-mx-sm-9 {
    margin-left: 90px !important;
  }
  .cust-mr-sm-9,
  .cust-mx-sm-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-sm-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-sm-9,
  .cust-neg-mx-sm-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-sm-9,
  .cust-neg-mx-sm-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-sm-9,
  .cust-neg-my-sm-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-sm-9,
  .cust-neg-my-sm-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-sm-10 {
    margin: 100px !important;
  }
  .cust-mt-sm-10,
  .cust-my-sm-10 {
    margin-top: 100px !important;
  }
  .cust-mb-sm-10,
  .cust-my-sm-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-sm-10,
  .cust-mx-sm-10 {
    margin-left: 100px !important;
  }
  .cust-mr-sm-10,
  .cust-mx-sm-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-sm-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-sm-10,
  .cust-neg-mx-sm-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-sm-10,
  .cust-neg-mx-sm-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-sm-10,
  .cust-neg-my-sm-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-sm-10,
  .cust-neg-my-sm-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-sm-11 {
    margin: 110px !important;
  }
  .cust-mt-sm-11,
  .cust-my-sm-11 {
    margin-top: 110px !important;
  }
  .cust-mb-sm-11,
  .cust-my-sm-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-sm-11,
  .cust-neg-my-sm-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-sm-11,
  .cust-neg-my-sm-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-sm-12 {
    margin: 120px !important;
  }
  .cust-mt-sm-12,
  .cust-my-sm-12 {
    margin-top: 120px !important;
  }
  .cust-mb-sm-12,
  .cust-my-sm-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-sm-12,
  .cust-neg-my-sm-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-sm-12,
  .cust-neg-my-sm-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-sm-13 {
    margin: 130px !important;
  }
  .cust-mt-sm-13,
  .cust-my-sm-13 {
    margin-top: 130px !important;
  }
  .cust-mb-sm-13,
  .cust-my-sm-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-sm-13,
  .cust-neg-my-sm-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-sm-13,
  .cust-neg-my-sm-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-sm-14 {
    margin: 140px !important;
  }
  .cust-mt-sm-14,
  .cust-my-sm-14 {
    margin-top: 140px !important;
  }
  .cust-mb-sm-14,
  .cust-my-sm-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-sm-14,
  .cust-neg-my-sm-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-sm-14,
  .cust-neg-my-sm-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-sm-15 {
    margin: 150px !important;
  }
  .cust-mt-sm-15,
  .cust-my-sm-15 {
    margin-top: 150px !important;
  }
  .cust-mb-sm-15,
  .cust-my-sm-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-sm-15,
  .cust-neg-my-sm-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-sm-15,
  .cust-neg-my-sm-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-sm-16 {
    margin: 160px !important;
  }
  .cust-mt-sm-16,
  .cust-my-sm-16 {
    margin-top: 160px !important;
  }
  .cust-mb-sm-16,
  .cust-my-sm-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-sm-16,
  .cust-neg-my-sm-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-sm-16,
  .cust-neg-my-sm-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-sm-17 {
    margin: 170px !important;
  }
  .cust-mt-sm-17,
  .cust-my-sm-17 {
    margin-top: 170px !important;
  }
  .cust-mb-sm-17,
  .cust-my-sm-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-sm-17,
  .cust-neg-my-sm-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-sm-17,
  .cust-neg-my-sm-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-sm-18 {
    margin: 180px !important;
  }
  .cust-mt-sm-18,
  .cust-my-sm-18 {
    margin-top: 180px !important;
  }
  .cust-mb-sm-18,
  .cust-my-sm-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-sm-18,
  .cust-neg-my-sm-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-sm-18,
  .cust-neg-my-sm-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-sm-19 {
    margin: 190px !important;
  }
  .cust-mt-sm-19,
  .cust-my-sm-19 {
    margin-top: 190px !important;
  }
  .cust-mb-sm-19,
  .cust-my-sm-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-sm-19,
  .cust-neg-my-sm-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-sm-19,
  .cust-neg-my-sm-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-sm-20 {
    margin: 200px !important;
  }
  .cust-mt-sm-20,
  .cust-my-sm-20 {
    margin-top: 200px !important;
  }
  .cust-mb-sm-20,
  .cust-my-sm-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-sm-20,
  .cust-neg-my-sm-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-sm-20,
  .cust-neg-my-sm-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-sm-0 {
    padding: 0px !important;
  }
  .cust-pt-sm-0,
  .cust-py-sm-0 {
    padding-top: 0px !important;
  }
  .cust-pb-sm-0,
  .cust-py-sm-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-sm-0,
  .cust-px-sm-0 {
    padding-left: 0px !important;
  }
  .cust-pr-sm-0,
  .cust-px-sm-0 {
    padding-right: 0px !important;
  }
  .cust-p-sm-1 {
    padding: 10px !important;
  }
  .cust-pt-sm-1,
  .cust-py-sm-1 {
    padding-top: 10px !important;
  }
  .cust-pb-sm-1,
  .cust-py-sm-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-sm-1,
  .cust-px-sm-1 {
    padding-left: 10px !important;
  }
  .cust-pr-sm-1,
  .cust-px-sm-1 {
    padding-right: 10px !important;
  }
  .cust-p-sm-2 {
    padding: 20px !important;
  }
  .cust-pt-sm-2,
  .cust-py-sm-2 {
    padding-top: 20px !important;
  }
  .cust-pb-sm-2,
  .cust-py-sm-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-sm-2,
  .cust-px-sm-2 {
    padding-left: 20px !important;
  }
  .cust-pr-sm-2,
  .cust-px-sm-2 {
    padding-right: 20px !important;
  }
  .cust-p-sm-3 {
    padding: 30px !important;
  }
  .cust-pt-sm-3,
  .cust-py-sm-3 {
    padding-top: 30px !important;
  }
  .cust-pb-sm-3,
  .cust-py-sm-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-sm-3,
  .cust-px-sm-3 {
    padding-left: 30px !important;
  }
  .cust-pr-sm-3,
  .cust-px-sm-3 {
    padding-right: 30px !important;
  }
  .cust-p-sm-4 {
    padding: 40px !important;
  }
  .cust-pt-sm-4,
  .cust-py-sm-4 {
    padding-top: 40px !important;
  }
  .cust-pb-sm-4,
  .cust-py-sm-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-sm-4,
  .cust-px-sm-4 {
    padding-left: 40px !important;
  }
  .cust-pr-sm-4,
  .cust-px-sm-4 {
    padding-right: 40px !important;
  }
  .cust-p-sm-5 {
    padding: 50px !important;
  }
  .cust-pt-sm-5,
  .cust-py-sm-5 {
    padding-top: 50px !important;
  }
  .cust-pb-sm-5,
  .cust-py-sm-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-sm-5,
  .cust-px-sm-5 {
    padding-left: 50px !important;
  }
  .cust-pr-sm-5,
  .cust-px-sm-5 {
    padding-right: 50px !important;
  }
  .cust-p-sm-6 {
    padding: 60px !important;
  }
  .cust-pt-sm-6,
  .cust-py-sm-6 {
    padding-top: 60px !important;
  }
  .cust-pb-sm-6,
  .cust-py-sm-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-sm-6,
  .cust-px-sm-6 {
    padding-left: 60px !important;
  }
  .cust-pr-sm-6,
  .cust-px-sm-6 {
    padding-right: 60px !important;
  }
  .cust-p-sm-7 {
    padding: 70px !important;
  }
  .cust-pt-sm-7,
  .cust-py-sm-7 {
    padding-top: 70px !important;
  }
  .cust-pb-sm-7,
  .cust-py-sm-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-sm-7,
  .cust-px-sm-7 {
    padding-left: 70px !important;
  }
  .cust-pr-sm-7,
  .cust-px-sm-7 {
    padding-right: 70px !important;
  }
  .cust-p-sm-8 {
    padding: 80px !important;
  }
  .cust-pt-sm-8,
  .cust-py-sm-8 {
    padding-top: 80px !important;
  }
  .cust-pb-sm-8,
  .cust-py-sm-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-sm-8,
  .cust-px-sm-8 {
    padding-left: 80px !important;
  }
  .cust-pr-sm-8,
  .cust-px-sm-8 {
    padding-right: 80px !important;
  }
  .cust-p-sm-9 {
    padding: 90px !important;
  }
  .cust-pt-sm-9,
  .cust-py-sm-9 {
    padding-top: 90px !important;
  }
  .cust-pb-sm-9,
  .cust-py-sm-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-sm-9,
  .cust-px-sm-9 {
    padding-left: 90px !important;
  }
  .cust-pr-sm-9,
  .cust-px-sm-9 {
    padding-right: 90px !important;
  }
  .cust-p-sm-10 {
    padding: 100px !important;
  }
  .cust-pt-sm-10,
  .cust-py-sm-10 {
    padding-top: 100px !important;
  }
  .cust-pb-sm-10,
  .cust-py-sm-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-sm-10,
  .cust-px-sm-10 {
    padding-left: 100px !important;
  }
  .cust-pr-sm-10,
  .cust-px-sm-10 {
    padding-right: 100px !important;
  }
  .cust-p-sm-11 {
    padding: 110px !important;
  }
  .cust-pt-sm-11,
  .cust-py-sm-11 {
    padding-top: 110px !important;
  }
  .cust-pb-sm-11,
  .cust-py-sm-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-sm-12 {
    padding: 120px !important;
  }
  .cust-pt-sm-12,
  .cust-py-sm-12 {
    padding-top: 120px !important;
  }
  .cust-pb-sm-12,
  .cust-py-sm-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-sm-13 {
    padding: 130px !important;
  }
  .cust-pt-sm-13,
  .cust-py-sm-13 {
    padding-top: 130px !important;
  }
  .cust-pb-sm-13,
  .cust-py-sm-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-sm-14 {
    padding: 140px !important;
  }
  .cust-pt-sm-14,
  .cust-py-sm-14 {
    padding-top: 140px !important;
  }
  .cust-pb-sm-14,
  .cust-py-sm-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-sm-15 {
    padding: 150px !important;
  }
  .cust-pt-sm-15,
  .cust-py-sm-15 {
    padding-top: 150px !important;
  }
  .cust-pb-sm-15,
  .cust-py-sm-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-sm-16 {
    padding: 160px !important;
  }
  .cust-pt-sm-16,
  .cust-py-sm-16 {
    padding-top: 160px !important;
  }
  .cust-pb-sm-16,
  .cust-py-sm-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-sm-17 {
    padding: 170px !important;
  }
  .cust-pt-sm-17,
  .cust-py-sm-17 {
    padding-top: 170px !important;
  }
  .cust-pb-sm-17,
  .cust-py-sm-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-sm-18 {
    padding: 180px !important;
  }
  .cust-pt-sm-18,
  .cust-py-sm-18 {
    padding-top: 180px !important;
  }
  .cust-pb-sm-18,
  .cust-py-sm-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-sm-19 {
    padding: 190px !important;
  }
  .cust-pt-sm-19,
  .cust-py-sm-19 {
    padding-top: 190px !important;
  }
  .cust-pb-sm-19,
  .cust-py-sm-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-sm-20 {
    padding: 200px !important;
  }
  .cust-pt-sm-20,
  .cust-py-sm-20 {
    padding-top: 200px !important;
  }
  .cust-pb-sm-20,
  .cust-py-sm-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-sm-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-sm-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 768px) {
  .cust-m-md-0 {
    margin: 0px !important;
  }
  .cust-mt-md-0,
  .cust-my-md-0 {
    margin-top: 0px !important;
  }
  .cust-mb-md-0,
  .cust-my-md-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-md-0,
  .cust-mx-md-0 {
    margin-left: 0px !important;
  }
  .cust-mr-md-0,
  .cust-mx-md-0 {
    margin-right: 0px !important;
  }
  .cust-m-md-1 {
    margin: 10px !important;
  }
  .cust-mt-md-1,
  .cust-my-md-1 {
    margin-top: 10px !important;
  }
  .cust-mb-md-1,
  .cust-my-md-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-md-1,
  .cust-mx-md-1 {
    margin-left: 10px !important;
  }
  .cust-mr-md-1,
  .cust-mx-md-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-md-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-md-1,
  .cust-neg-mx-md-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-md-1,
  .cust-neg-mx-md-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-md-1,
  .cust-neg-my-md-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-md-1,
  .cust-neg-my-md-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-md-2 {
    margin: 20px !important;
  }
  .cust-mt-md-2,
  .cust-my-md-2 {
    margin-top: 20px !important;
  }
  .cust-mb-md-2,
  .cust-my-md-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-md-2,
  .cust-mx-md-2 {
    margin-left: 20px !important;
  }
  .cust-mr-md-2,
  .cust-mx-md-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-md-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-md-2,
  .cust-neg-mx-md-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-md-2,
  .cust-neg-mx-md-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-md-2,
  .cust-neg-my-md-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-md-2,
  .cust-neg-my-md-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-md-3 {
    margin: 30px !important;
  }
  .cust-mt-md-3,
  .cust-my-md-3 {
    margin-top: 30px !important;
  }
  .cust-mb-md-3,
  .cust-my-md-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-md-3,
  .cust-mx-md-3 {
    margin-left: 30px !important;
  }
  .cust-mr-md-3,
  .cust-mx-md-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-md-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-md-3,
  .cust-neg-mx-md-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-md-3,
  .cust-neg-mx-md-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-md-3,
  .cust-neg-my-md-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-md-3,
  .cust-neg-my-md-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-md-4 {
    margin: 40px !important;
  }
  .cust-mt-md-4,
  .cust-my-md-4 {
    margin-top: 40px !important;
  }
  .cust-mb-md-4,
  .cust-my-md-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-md-4,
  .cust-mx-md-4 {
    margin-left: 40px !important;
  }
  .cust-mr-md-4,
  .cust-mx-md-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-md-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-md-4,
  .cust-neg-mx-md-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-md-4,
  .cust-neg-mx-md-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-md-4,
  .cust-neg-my-md-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-md-4,
  .cust-neg-my-md-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-md-5 {
    margin: 50px !important;
  }
  .cust-mt-md-5,
  .cust-my-md-5 {
    margin-top: 50px !important;
  }
  .cust-mb-md-5,
  .cust-my-md-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-md-5,
  .cust-mx-md-5 {
    margin-left: 50px !important;
  }
  .cust-mr-md-5,
  .cust-mx-md-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-md-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-md-5,
  .cust-neg-mx-md-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-md-5,
  .cust-neg-mx-md-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-md-5,
  .cust-neg-my-md-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-md-5,
  .cust-neg-my-md-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-md-6 {
    margin: 60px !important;
  }
  .cust-mt-md-6,
  .cust-my-md-6 {
    margin-top: 60px !important;
  }
  .cust-mb-md-6,
  .cust-my-md-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-md-6,
  .cust-mx-md-6 {
    margin-left: 60px !important;
  }
  .cust-mr-md-6,
  .cust-mx-md-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-md-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-md-6,
  .cust-neg-mx-md-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-md-6,
  .cust-neg-mx-md-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-md-6,
  .cust-neg-my-md-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-md-6,
  .cust-neg-my-md-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-md-7 {
    margin: 70px !important;
  }
  .cust-mt-md-7,
  .cust-my-md-7 {
    margin-top: 70px !important;
  }
  .cust-mb-md-7,
  .cust-my-md-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-md-7,
  .cust-mx-md-7 {
    margin-left: 70px !important;
  }
  .cust-mr-md-7,
  .cust-mx-md-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-md-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-md-7,
  .cust-neg-mx-md-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-md-7,
  .cust-neg-mx-md-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-md-7,
  .cust-neg-my-md-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-md-7,
  .cust-neg-my-md-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-md-8 {
    margin: 80px !important;
  }
  .cust-mt-md-8,
  .cust-my-md-8 {
    margin-top: 80px !important;
  }
  .cust-mb-md-8,
  .cust-my-md-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-md-8,
  .cust-mx-md-8 {
    margin-left: 80px !important;
  }
  .cust-mr-md-8,
  .cust-mx-md-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-md-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-md-8,
  .cust-neg-mx-md-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-md-8,
  .cust-neg-mx-md-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-md-8,
  .cust-neg-my-md-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-md-8,
  .cust-neg-my-md-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-md-9 {
    margin: 90px !important;
  }
  .cust-mt-md-9,
  .cust-my-md-9 {
    margin-top: 90px !important;
  }
  .cust-mb-md-9,
  .cust-my-md-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-md-9,
  .cust-mx-md-9 {
    margin-left: 90px !important;
  }
  .cust-mr-md-9,
  .cust-mx-md-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-md-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-md-9,
  .cust-neg-mx-md-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-md-9,
  .cust-neg-mx-md-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-md-9,
  .cust-neg-my-md-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-md-9,
  .cust-neg-my-md-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-md-10 {
    margin: 100px !important;
  }
  .cust-mt-md-10,
  .cust-my-md-10 {
    margin-top: 100px !important;
  }
  .cust-mb-md-10,
  .cust-my-md-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-md-10,
  .cust-mx-md-10 {
    margin-left: 100px !important;
  }
  .cust-mr-md-10,
  .cust-mx-md-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-md-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-md-10,
  .cust-neg-mx-md-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-md-10,
  .cust-neg-mx-md-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-md-10,
  .cust-neg-my-md-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-md-10,
  .cust-neg-my-md-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-md-11 {
    margin: 110px !important;
  }
  .cust-mt-md-11,
  .cust-my-md-11 {
    margin-top: 110px !important;
  }
  .cust-mb-md-11,
  .cust-my-md-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-md-11,
  .cust-neg-my-md-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-md-11,
  .cust-neg-my-md-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-md-12 {
    margin: 120px !important;
  }
  .cust-mt-md-12,
  .cust-my-md-12 {
    margin-top: 120px !important;
  }
  .cust-mb-md-12,
  .cust-my-md-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-md-12,
  .cust-neg-my-md-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-md-12,
  .cust-neg-my-md-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-md-13 {
    margin: 130px !important;
  }
  .cust-mt-md-13,
  .cust-my-md-13 {
    margin-top: 130px !important;
  }
  .cust-mb-md-13,
  .cust-my-md-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-md-13,
  .cust-neg-my-md-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-md-13,
  .cust-neg-my-md-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-md-14 {
    margin: 140px !important;
  }
  .cust-mt-md-14,
  .cust-my-md-14 {
    margin-top: 140px !important;
  }
  .cust-mb-md-14,
  .cust-my-md-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-md-14,
  .cust-neg-my-md-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-md-14,
  .cust-neg-my-md-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-md-15 {
    margin: 150px !important;
  }
  .cust-mt-md-15,
  .cust-my-md-15 {
    margin-top: 150px !important;
  }
  .cust-mb-md-15,
  .cust-my-md-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-md-15,
  .cust-neg-my-md-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-md-15,
  .cust-neg-my-md-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-md-16 {
    margin: 160px !important;
  }
  .cust-mt-md-16,
  .cust-my-md-16 {
    margin-top: 160px !important;
  }
  .cust-mb-md-16,
  .cust-my-md-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-md-16,
  .cust-neg-my-md-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-md-16,
  .cust-neg-my-md-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-md-17 {
    margin: 170px !important;
  }
  .cust-mt-md-17,
  .cust-my-md-17 {
    margin-top: 170px !important;
  }
  .cust-mb-md-17,
  .cust-my-md-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-md-17,
  .cust-neg-my-md-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-md-17,
  .cust-neg-my-md-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-md-18 {
    margin: 180px !important;
  }
  .cust-mt-md-18,
  .cust-my-md-18 {
    margin-top: 180px !important;
  }
  .cust-mb-md-18,
  .cust-my-md-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-md-18,
  .cust-neg-my-md-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-md-18,
  .cust-neg-my-md-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-md-19 {
    margin: 190px !important;
  }
  .cust-mt-md-19,
  .cust-my-md-19 {
    margin-top: 190px !important;
  }
  .cust-mb-md-19,
  .cust-my-md-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-md-19,
  .cust-neg-my-md-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-md-19,
  .cust-neg-my-md-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-md-20 {
    margin: 200px !important;
  }
  .cust-mt-md-20,
  .cust-my-md-20 {
    margin-top: 200px !important;
  }
  .cust-mb-md-20,
  .cust-my-md-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-md-20,
  .cust-neg-my-md-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-md-20,
  .cust-neg-my-md-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-md-0 {
    padding: 0px !important;
  }
  .cust-pt-md-0,
  .cust-py-md-0 {
    padding-top: 0px !important;
  }
  .cust-pb-md-0,
  .cust-py-md-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-md-0,
  .cust-px-md-0 {
    padding-left: 0px !important;
  }
  .cust-pr-md-0,
  .cust-px-md-0 {
    padding-right: 0px !important;
  }
  .cust-p-md-1 {
    padding: 10px !important;
  }
  .cust-pt-md-1,
  .cust-py-md-1 {
    padding-top: 10px !important;
  }
  .cust-pb-md-1,
  .cust-py-md-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-md-1,
  .cust-px-md-1 {
    padding-left: 10px !important;
  }
  .cust-pr-md-1,
  .cust-px-md-1 {
    padding-right: 10px !important;
  }
  .cust-p-md-2 {
    padding: 20px !important;
  }
  .cust-pt-md-2,
  .cust-py-md-2 {
    padding-top: 20px !important;
  }
  .cust-pb-md-2,
  .cust-py-md-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-md-2,
  .cust-px-md-2 {
    padding-left: 20px !important;
  }
  .cust-pr-md-2,
  .cust-px-md-2 {
    padding-right: 20px !important;
  }
  .cust-p-md-3 {
    padding: 30px !important;
  }
  .cust-pt-md-3,
  .cust-py-md-3 {
    padding-top: 30px !important;
  }
  .cust-pb-md-3,
  .cust-py-md-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-md-3,
  .cust-px-md-3 {
    padding-left: 30px !important;
  }
  .cust-pr-md-3,
  .cust-px-md-3 {
    padding-right: 30px !important;
  }
  .cust-p-md-4 {
    padding: 40px !important;
  }
  .cust-pt-md-4,
  .cust-py-md-4 {
    padding-top: 40px !important;
  }
  .cust-pb-md-4,
  .cust-py-md-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-md-4,
  .cust-px-md-4 {
    padding-left: 40px !important;
  }
  .cust-pr-md-4,
  .cust-px-md-4 {
    padding-right: 40px !important;
  }
  .cust-p-md-5 {
    padding: 50px !important;
  }
  .cust-pt-md-5,
  .cust-py-md-5 {
    padding-top: 50px !important;
  }
  .cust-pb-md-5,
  .cust-py-md-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-md-5,
  .cust-px-md-5 {
    padding-left: 50px !important;
  }
  .cust-pr-md-5,
  .cust-px-md-5 {
    padding-right: 50px !important;
  }
  .cust-p-md-6 {
    padding: 60px !important;
  }
  .cust-pt-md-6,
  .cust-py-md-6 {
    padding-top: 60px !important;
  }
  .cust-pb-md-6,
  .cust-py-md-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-md-6,
  .cust-px-md-6 {
    padding-left: 60px !important;
  }
  .cust-pr-md-6,
  .cust-px-md-6 {
    padding-right: 60px !important;
  }
  .cust-p-md-7 {
    padding: 70px !important;
  }
  .cust-pt-md-7,
  .cust-py-md-7 {
    padding-top: 70px !important;
  }
  .cust-pb-md-7,
  .cust-py-md-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-md-7,
  .cust-px-md-7 {
    padding-left: 70px !important;
  }
  .cust-pr-md-7,
  .cust-px-md-7 {
    padding-right: 70px !important;
  }
  .cust-p-md-8 {
    padding: 80px !important;
  }
  .cust-pt-md-8,
  .cust-py-md-8 {
    padding-top: 80px !important;
  }
  .cust-pb-md-8,
  .cust-py-md-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-md-8,
  .cust-px-md-8 {
    padding-left: 80px !important;
  }
  .cust-pr-md-8,
  .cust-px-md-8 {
    padding-right: 80px !important;
  }
  .cust-p-md-9 {
    padding: 90px !important;
  }
  .cust-pt-md-9,
  .cust-py-md-9 {
    padding-top: 90px !important;
  }
  .cust-pb-md-9,
  .cust-py-md-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-md-9,
  .cust-px-md-9 {
    padding-left: 90px !important;
  }
  .cust-pr-md-9,
  .cust-px-md-9 {
    padding-right: 90px !important;
  }
  .cust-p-md-10 {
    padding: 100px !important;
  }
  .cust-pt-md-10,
  .cust-py-md-10 {
    padding-top: 100px !important;
  }
  .cust-pb-md-10,
  .cust-py-md-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-md-10,
  .cust-px-md-10 {
    padding-left: 100px !important;
  }
  .cust-pr-md-10,
  .cust-px-md-10 {
    padding-right: 100px !important;
  }
  .cust-p-md-11 {
    padding: 110px !important;
  }
  .cust-pt-md-11,
  .cust-py-md-11 {
    padding-top: 110px !important;
  }
  .cust-pb-md-11,
  .cust-py-md-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-md-12 {
    padding: 120px !important;
  }
  .cust-pt-md-12,
  .cust-py-md-12 {
    padding-top: 120px !important;
  }
  .cust-pb-md-12,
  .cust-py-md-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-md-13 {
    padding: 130px !important;
  }
  .cust-pt-md-13,
  .cust-py-md-13 {
    padding-top: 130px !important;
  }
  .cust-pb-md-13,
  .cust-py-md-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-md-14 {
    padding: 140px !important;
  }
  .cust-pt-md-14,
  .cust-py-md-14 {
    padding-top: 140px !important;
  }
  .cust-pb-md-14,
  .cust-py-md-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-md-15 {
    padding: 150px !important;
  }
  .cust-pt-md-15,
  .cust-py-md-15 {
    padding-top: 150px !important;
  }
  .cust-pb-md-15,
  .cust-py-md-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-md-16 {
    padding: 160px !important;
  }
  .cust-pt-md-16,
  .cust-py-md-16 {
    padding-top: 160px !important;
  }
  .cust-pb-md-16,
  .cust-py-md-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-md-17 {
    padding: 170px !important;
  }
  .cust-pt-md-17,
  .cust-py-md-17 {
    padding-top: 170px !important;
  }
  .cust-pb-md-17,
  .cust-py-md-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-md-18 {
    padding: 180px !important;
  }
  .cust-pt-md-18,
  .cust-py-md-18 {
    padding-top: 180px !important;
  }
  .cust-pb-md-18,
  .cust-py-md-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-md-19 {
    padding: 190px !important;
  }
  .cust-pt-md-19,
  .cust-py-md-19 {
    padding-top: 190px !important;
  }
  .cust-pb-md-19,
  .cust-py-md-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-md-20 {
    padding: 200px !important;
  }
  .cust-pt-md-20,
  .cust-py-md-20 {
    padding-top: 200px !important;
  }
  .cust-pb-md-20,
  .cust-py-md-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-md-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-md-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 992px) {
  .cust-m-lg-0 {
    margin: 0px !important;
  }
  .cust-mt-lg-0,
  .cust-my-lg-0 {
    margin-top: 0px !important;
  }
  .cust-mb-lg-0,
  .cust-my-lg-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-lg-0,
  .cust-mx-lg-0 {
    margin-left: 0px !important;
  }
  .cust-mr-lg-0,
  .cust-mx-lg-0 {
    margin-right: 0px !important;
  }
  .cust-m-lg-1 {
    margin: 10px !important;
  }
  .cust-mt-lg-1,
  .cust-my-lg-1 {
    margin-top: 10px !important;
  }
  .cust-mb-lg-1,
  .cust-my-lg-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-lg-1,
  .cust-mx-lg-1 {
    margin-left: 10px !important;
  }
  .cust-mr-lg-1,
  .cust-mx-lg-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-lg-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-lg-1,
  .cust-neg-mx-lg-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-lg-1,
  .cust-neg-mx-lg-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-lg-1,
  .cust-neg-my-lg-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-lg-1,
  .cust-neg-my-lg-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-lg-2 {
    margin: 20px !important;
  }
  .cust-mt-lg-2,
  .cust-my-lg-2 {
    margin-top: 20px !important;
  }
  .cust-mb-lg-2,
  .cust-my-lg-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-lg-2,
  .cust-mx-lg-2 {
    margin-left: 20px !important;
  }
  .cust-mr-lg-2,
  .cust-mx-lg-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-lg-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-lg-2,
  .cust-neg-mx-lg-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-lg-2,
  .cust-neg-mx-lg-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-lg-2,
  .cust-neg-my-lg-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-lg-2,
  .cust-neg-my-lg-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-lg-3 {
    margin: 30px !important;
  }
  .cust-mt-lg-3,
  .cust-my-lg-3 {
    margin-top: 30px !important;
  }
  .cust-mb-lg-3,
  .cust-my-lg-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-lg-3,
  .cust-mx-lg-3 {
    margin-left: 30px !important;
  }
  .cust-mr-lg-3,
  .cust-mx-lg-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-lg-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-lg-3,
  .cust-neg-mx-lg-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-lg-3,
  .cust-neg-mx-lg-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-lg-3,
  .cust-neg-my-lg-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-lg-3,
  .cust-neg-my-lg-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-lg-4 {
    margin: 40px !important;
  }
  .cust-mt-lg-4,
  .cust-my-lg-4 {
    margin-top: 40px !important;
  }
  .cust-mb-lg-4,
  .cust-my-lg-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-lg-4,
  .cust-mx-lg-4 {
    margin-left: 40px !important;
  }
  .cust-mr-lg-4,
  .cust-mx-lg-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-lg-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-lg-4,
  .cust-neg-mx-lg-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-lg-4,
  .cust-neg-mx-lg-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-lg-4,
  .cust-neg-my-lg-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-lg-4,
  .cust-neg-my-lg-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-lg-5 {
    margin: 50px !important;
  }
  .cust-mt-lg-5,
  .cust-my-lg-5 {
    margin-top: 50px !important;
  }
  .cust-mb-lg-5,
  .cust-my-lg-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-lg-5,
  .cust-mx-lg-5 {
    margin-left: 50px !important;
  }
  .cust-mr-lg-5,
  .cust-mx-lg-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-lg-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-lg-5,
  .cust-neg-mx-lg-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-lg-5,
  .cust-neg-mx-lg-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-lg-5,
  .cust-neg-my-lg-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-lg-5,
  .cust-neg-my-lg-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-lg-6 {
    margin: 60px !important;
  }
  .cust-mt-lg-6,
  .cust-my-lg-6 {
    margin-top: 60px !important;
  }
  .cust-mb-lg-6,
  .cust-my-lg-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-lg-6,
  .cust-mx-lg-6 {
    margin-left: 60px !important;
  }
  .cust-mr-lg-6,
  .cust-mx-lg-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-lg-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-lg-6,
  .cust-neg-mx-lg-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-lg-6,
  .cust-neg-mx-lg-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-lg-6,
  .cust-neg-my-lg-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-lg-6,
  .cust-neg-my-lg-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-lg-7 {
    margin: 70px !important;
  }
  .cust-mt-lg-7,
  .cust-my-lg-7 {
    margin-top: 70px !important;
  }
  .cust-mb-lg-7,
  .cust-my-lg-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-lg-7,
  .cust-mx-lg-7 {
    margin-left: 70px !important;
  }
  .cust-mr-lg-7,
  .cust-mx-lg-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-lg-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-lg-7,
  .cust-neg-mx-lg-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-lg-7,
  .cust-neg-mx-lg-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-lg-7,
  .cust-neg-my-lg-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-lg-7,
  .cust-neg-my-lg-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-lg-8 {
    margin: 80px !important;
  }
  .cust-mt-lg-8,
  .cust-my-lg-8 {
    margin-top: 80px !important;
  }
  .cust-mb-lg-8,
  .cust-my-lg-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-lg-8,
  .cust-mx-lg-8 {
    margin-left: 80px !important;
  }
  .cust-mr-lg-8,
  .cust-mx-lg-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-lg-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-lg-8,
  .cust-neg-mx-lg-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-lg-8,
  .cust-neg-mx-lg-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-lg-8,
  .cust-neg-my-lg-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-lg-8,
  .cust-neg-my-lg-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-lg-9 {
    margin: 90px !important;
  }
  .cust-mt-lg-9,
  .cust-my-lg-9 {
    margin-top: 90px !important;
  }
  .cust-mb-lg-9,
  .cust-my-lg-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-lg-9,
  .cust-mx-lg-9 {
    margin-left: 90px !important;
  }
  .cust-mr-lg-9,
  .cust-mx-lg-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-lg-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-lg-9,
  .cust-neg-mx-lg-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-lg-9,
  .cust-neg-mx-lg-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-lg-9,
  .cust-neg-my-lg-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-lg-9,
  .cust-neg-my-lg-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-lg-10 {
    margin: 100px !important;
  }
  .cust-mt-lg-10,
  .cust-my-lg-10 {
    margin-top: 100px !important;
  }
  .cust-mb-lg-10,
  .cust-my-lg-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-lg-10,
  .cust-mx-lg-10 {
    margin-left: 100px !important;
  }
  .cust-mr-lg-10,
  .cust-mx-lg-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-lg-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-lg-10,
  .cust-neg-mx-lg-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-lg-10,
  .cust-neg-mx-lg-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-lg-10,
  .cust-neg-my-lg-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-lg-10,
  .cust-neg-my-lg-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-lg-11 {
    margin: 110px !important;
  }
  .cust-mt-lg-11,
  .cust-my-lg-11 {
    margin-top: 110px !important;
  }
  .cust-mb-lg-11,
  .cust-my-lg-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-lg-11,
  .cust-neg-my-lg-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-lg-11,
  .cust-neg-my-lg-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-lg-12 {
    margin: 120px !important;
  }
  .cust-mt-lg-12,
  .cust-my-lg-12 {
    margin-top: 120px !important;
  }
  .cust-mb-lg-12,
  .cust-my-lg-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-lg-12,
  .cust-neg-my-lg-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-lg-12,
  .cust-neg-my-lg-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-lg-13 {
    margin: 130px !important;
  }
  .cust-mt-lg-13,
  .cust-my-lg-13 {
    margin-top: 130px !important;
  }
  .cust-mb-lg-13,
  .cust-my-lg-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-lg-13,
  .cust-neg-my-lg-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-lg-13,
  .cust-neg-my-lg-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-lg-14 {
    margin: 140px !important;
  }
  .cust-mt-lg-14,
  .cust-my-lg-14 {
    margin-top: 140px !important;
  }
  .cust-mb-lg-14,
  .cust-my-lg-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-lg-14,
  .cust-neg-my-lg-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-lg-14,
  .cust-neg-my-lg-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-lg-15 {
    margin: 150px !important;
  }
  .cust-mt-lg-15,
  .cust-my-lg-15 {
    margin-top: 150px !important;
  }
  .cust-mb-lg-15,
  .cust-my-lg-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-lg-15,
  .cust-neg-my-lg-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-lg-15,
  .cust-neg-my-lg-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-lg-16 {
    margin: 160px !important;
  }
  .cust-mt-lg-16,
  .cust-my-lg-16 {
    margin-top: 160px !important;
  }
  .cust-mb-lg-16,
  .cust-my-lg-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-lg-16,
  .cust-neg-my-lg-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-lg-16,
  .cust-neg-my-lg-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-lg-17 {
    margin: 170px !important;
  }
  .cust-mt-lg-17,
  .cust-my-lg-17 {
    margin-top: 170px !important;
  }
  .cust-mb-lg-17,
  .cust-my-lg-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-lg-17,
  .cust-neg-my-lg-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-lg-17,
  .cust-neg-my-lg-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-lg-18 {
    margin: 180px !important;
  }
  .cust-mt-lg-18,
  .cust-my-lg-18 {
    margin-top: 180px !important;
  }
  .cust-mb-lg-18,
  .cust-my-lg-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-lg-18,
  .cust-neg-my-lg-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-lg-18,
  .cust-neg-my-lg-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-lg-19 {
    margin: 190px !important;
  }
  .cust-mt-lg-19,
  .cust-my-lg-19 {
    margin-top: 190px !important;
  }
  .cust-mb-lg-19,
  .cust-my-lg-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-lg-19,
  .cust-neg-my-lg-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-lg-19,
  .cust-neg-my-lg-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-lg-20 {
    margin: 200px !important;
  }
  .cust-mt-lg-20,
  .cust-my-lg-20 {
    margin-top: 200px !important;
  }
  .cust-mb-lg-20,
  .cust-my-lg-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-lg-20,
  .cust-neg-my-lg-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-lg-20,
  .cust-neg-my-lg-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-lg-0 {
    padding: 0px !important;
  }
  .cust-pt-lg-0,
  .cust-py-lg-0 {
    padding-top: 0px !important;
  }
  .cust-pb-lg-0,
  .cust-py-lg-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-lg-0,
  .cust-px-lg-0 {
    padding-left: 0px !important;
  }
  .cust-pr-lg-0,
  .cust-px-lg-0 {
    padding-right: 0px !important;
  }
  .cust-p-lg-1 {
    padding: 10px !important;
  }
  .cust-pt-lg-1,
  .cust-py-lg-1 {
    padding-top: 10px !important;
  }
  .cust-pb-lg-1,
  .cust-py-lg-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-lg-1,
  .cust-px-lg-1 {
    padding-left: 10px !important;
  }
  .cust-pr-lg-1,
  .cust-px-lg-1 {
    padding-right: 10px !important;
  }
  .cust-p-lg-2 {
    padding: 20px !important;
  }
  .cust-pt-lg-2,
  .cust-py-lg-2 {
    padding-top: 20px !important;
  }
  .cust-pb-lg-2,
  .cust-py-lg-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-lg-2,
  .cust-px-lg-2 {
    padding-left: 20px !important;
  }
  .cust-pr-lg-2,
  .cust-px-lg-2 {
    padding-right: 20px !important;
  }
  .cust-p-lg-3 {
    padding: 30px !important;
  }
  .cust-pt-lg-3,
  .cust-py-lg-3 {
    padding-top: 30px !important;
  }
  .cust-pb-lg-3,
  .cust-py-lg-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-lg-3,
  .cust-px-lg-3 {
    padding-left: 30px !important;
  }
  .cust-pr-lg-3,
  .cust-px-lg-3 {
    padding-right: 30px !important;
  }
  .cust-p-lg-4 {
    padding: 40px !important;
  }
  .cust-pt-lg-4,
  .cust-py-lg-4 {
    padding-top: 40px !important;
  }
  .cust-pb-lg-4,
  .cust-py-lg-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-lg-4,
  .cust-px-lg-4 {
    padding-left: 40px !important;
  }
  .cust-pr-lg-4,
  .cust-px-lg-4 {
    padding-right: 40px !important;
  }
  .cust-p-lg-5 {
    padding: 50px !important;
  }
  .cust-pt-lg-5,
  .cust-py-lg-5 {
    padding-top: 50px !important;
  }
  .cust-pb-lg-5,
  .cust-py-lg-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-lg-5,
  .cust-px-lg-5 {
    padding-left: 50px !important;
  }
  .cust-pr-lg-5,
  .cust-px-lg-5 {
    padding-right: 50px !important;
  }
  .cust-p-lg-6 {
    padding: 60px !important;
  }
  .cust-pt-lg-6,
  .cust-py-lg-6 {
    padding-top: 60px !important;
  }
  .cust-pb-lg-6,
  .cust-py-lg-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-lg-6,
  .cust-px-lg-6 {
    padding-left: 60px !important;
  }
  .cust-pr-lg-6,
  .cust-px-lg-6 {
    padding-right: 60px !important;
  }
  .cust-p-lg-7 {
    padding: 70px !important;
  }
  .cust-pt-lg-7,
  .cust-py-lg-7 {
    padding-top: 70px !important;
  }
  .cust-pb-lg-7,
  .cust-py-lg-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-lg-7,
  .cust-px-lg-7 {
    padding-left: 70px !important;
  }
  .cust-pr-lg-7,
  .cust-px-lg-7 {
    padding-right: 70px !important;
  }
  .cust-p-lg-8 {
    padding: 80px !important;
  }
  .cust-pt-lg-8,
  .cust-py-lg-8 {
    padding-top: 80px !important;
  }
  .cust-pb-lg-8,
  .cust-py-lg-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-lg-8,
  .cust-px-lg-8 {
    padding-left: 80px !important;
  }
  .cust-pr-lg-8,
  .cust-px-lg-8 {
    padding-right: 80px !important;
  }
  .cust-p-lg-9 {
    padding: 90px !important;
  }
  .cust-pt-lg-9,
  .cust-py-lg-9 {
    padding-top: 90px !important;
  }
  .cust-pb-lg-9,
  .cust-py-lg-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-lg-9,
  .cust-px-lg-9 {
    padding-left: 90px !important;
  }
  .cust-pr-lg-9,
  .cust-px-lg-9 {
    padding-right: 90px !important;
  }
  .cust-p-lg-10 {
    padding: 100px !important;
  }
  .cust-pt-lg-10,
  .cust-py-lg-10 {
    padding-top: 100px !important;
  }
  .cust-pb-lg-10,
  .cust-py-lg-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-lg-10,
  .cust-px-lg-10 {
    padding-left: 100px !important;
  }
  .cust-pr-lg-10,
  .cust-px-lg-10 {
    padding-right: 100px !important;
  }
  .cust-p-lg-11 {
    padding: 110px !important;
  }
  .cust-pt-lg-11,
  .cust-py-lg-11 {
    padding-top: 110px !important;
  }
  .cust-pb-lg-11,
  .cust-py-lg-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-lg-12 {
    padding: 120px !important;
  }
  .cust-pt-lg-12,
  .cust-py-lg-12 {
    padding-top: 120px !important;
  }
  .cust-pb-lg-12,
  .cust-py-lg-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-lg-13 {
    padding: 130px !important;
  }
  .cust-pt-lg-13,
  .cust-py-lg-13 {
    padding-top: 130px !important;
  }
  .cust-pb-lg-13,
  .cust-py-lg-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-lg-14 {
    padding: 140px !important;
  }
  .cust-pt-lg-14,
  .cust-py-lg-14 {
    padding-top: 140px !important;
  }
  .cust-pb-lg-14,
  .cust-py-lg-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-lg-15 {
    padding: 150px !important;
  }
  .cust-pt-lg-15,
  .cust-py-lg-15 {
    padding-top: 150px !important;
  }
  .cust-pb-lg-15,
  .cust-py-lg-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-lg-16 {
    padding: 160px !important;
  }
  .cust-pt-lg-16,
  .cust-py-lg-16 {
    padding-top: 160px !important;
  }
  .cust-pb-lg-16,
  .cust-py-lg-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-lg-17 {
    padding: 170px !important;
  }
  .cust-pt-lg-17,
  .cust-py-lg-17 {
    padding-top: 170px !important;
  }
  .cust-pb-lg-17,
  .cust-py-lg-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-lg-18 {
    padding: 180px !important;
  }
  .cust-pt-lg-18,
  .cust-py-lg-18 {
    padding-top: 180px !important;
  }
  .cust-pb-lg-18,
  .cust-py-lg-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-lg-19 {
    padding: 190px !important;
  }
  .cust-pt-lg-19,
  .cust-py-lg-19 {
    padding-top: 190px !important;
  }
  .cust-pb-lg-19,
  .cust-py-lg-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-lg-20 {
    padding: 200px !important;
  }
  .cust-pt-lg-20,
  .cust-py-lg-20 {
    padding-top: 200px !important;
  }
  .cust-pb-lg-20,
  .cust-py-lg-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-lg-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-lg-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 1200px) {
  .cust-m-xl-0 {
    margin: 0px !important;
  }
  .cust-mt-xl-0,
  .cust-my-xl-0 {
    margin-top: 0px !important;
  }
  .cust-mb-xl-0,
  .cust-my-xl-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-xl-0,
  .cust-mx-xl-0 {
    margin-left: 0px !important;
  }
  .cust-mr-xl-0,
  .cust-mx-xl-0 {
    margin-right: 0px !important;
  }
  .cust-m-xl-1 {
    margin: 10px !important;
  }
  .cust-mt-xl-1,
  .cust-my-xl-1 {
    margin-top: 10px !important;
  }
  .cust-mb-xl-1,
  .cust-my-xl-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-xl-1,
  .cust-mx-xl-1 {
    margin-left: 10px !important;
  }
  .cust-mr-xl-1,
  .cust-mx-xl-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-xl-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-xl-1,
  .cust-neg-mx-xl-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-xl-1,
  .cust-neg-mx-xl-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-xl-1,
  .cust-neg-my-xl-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-xl-1,
  .cust-neg-my-xl-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-xl-2 {
    margin: 20px !important;
  }
  .cust-mt-xl-2,
  .cust-my-xl-2 {
    margin-top: 20px !important;
  }
  .cust-mb-xl-2,
  .cust-my-xl-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-xl-2,
  .cust-mx-xl-2 {
    margin-left: 20px !important;
  }
  .cust-mr-xl-2,
  .cust-mx-xl-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-xl-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-xl-2,
  .cust-neg-mx-xl-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-xl-2,
  .cust-neg-mx-xl-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-xl-2,
  .cust-neg-my-xl-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-xl-2,
  .cust-neg-my-xl-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-xl-3 {
    margin: 30px !important;
  }
  .cust-mt-xl-3,
  .cust-my-xl-3 {
    margin-top: 30px !important;
  }
  .cust-mb-xl-3,
  .cust-my-xl-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-xl-3,
  .cust-mx-xl-3 {
    margin-left: 30px !important;
  }
  .cust-mr-xl-3,
  .cust-mx-xl-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-xl-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-xl-3,
  .cust-neg-mx-xl-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-xl-3,
  .cust-neg-mx-xl-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-xl-3,
  .cust-neg-my-xl-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-xl-3,
  .cust-neg-my-xl-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-xl-4 {
    margin: 40px !important;
  }
  .cust-mt-xl-4,
  .cust-my-xl-4 {
    margin-top: 40px !important;
  }
  .cust-mb-xl-4,
  .cust-my-xl-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-xl-4,
  .cust-mx-xl-4 {
    margin-left: 40px !important;
  }
  .cust-mr-xl-4,
  .cust-mx-xl-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-xl-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-xl-4,
  .cust-neg-mx-xl-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-xl-4,
  .cust-neg-mx-xl-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-xl-4,
  .cust-neg-my-xl-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-xl-4,
  .cust-neg-my-xl-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-xl-5 {
    margin: 50px !important;
  }
  .cust-mt-xl-5,
  .cust-my-xl-5 {
    margin-top: 50px !important;
  }
  .cust-mb-xl-5,
  .cust-my-xl-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-xl-5,
  .cust-mx-xl-5 {
    margin-left: 50px !important;
  }
  .cust-mr-xl-5,
  .cust-mx-xl-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-xl-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-xl-5,
  .cust-neg-mx-xl-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-xl-5,
  .cust-neg-mx-xl-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-xl-5,
  .cust-neg-my-xl-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-xl-5,
  .cust-neg-my-xl-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-xl-6 {
    margin: 60px !important;
  }
  .cust-mt-xl-6,
  .cust-my-xl-6 {
    margin-top: 60px !important;
  }
  .cust-mb-xl-6,
  .cust-my-xl-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-xl-6,
  .cust-mx-xl-6 {
    margin-left: 60px !important;
  }
  .cust-mr-xl-6,
  .cust-mx-xl-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-xl-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-xl-6,
  .cust-neg-mx-xl-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-xl-6,
  .cust-neg-mx-xl-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-xl-6,
  .cust-neg-my-xl-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-xl-6,
  .cust-neg-my-xl-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-xl-7 {
    margin: 70px !important;
  }
  .cust-mt-xl-7,
  .cust-my-xl-7 {
    margin-top: 70px !important;
  }
  .cust-mb-xl-7,
  .cust-my-xl-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-xl-7,
  .cust-mx-xl-7 {
    margin-left: 70px !important;
  }
  .cust-mr-xl-7,
  .cust-mx-xl-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-xl-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-xl-7,
  .cust-neg-mx-xl-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-xl-7,
  .cust-neg-mx-xl-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-xl-7,
  .cust-neg-my-xl-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-xl-7,
  .cust-neg-my-xl-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-xl-8 {
    margin: 80px !important;
  }
  .cust-mt-xl-8,
  .cust-my-xl-8 {
    margin-top: 80px !important;
  }
  .cust-mb-xl-8,
  .cust-my-xl-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-xl-8,
  .cust-mx-xl-8 {
    margin-left: 80px !important;
  }
  .cust-mr-xl-8,
  .cust-mx-xl-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-xl-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-xl-8,
  .cust-neg-mx-xl-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-xl-8,
  .cust-neg-mx-xl-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-xl-8,
  .cust-neg-my-xl-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-xl-8,
  .cust-neg-my-xl-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-xl-9 {
    margin: 90px !important;
  }
  .cust-mt-xl-9,
  .cust-my-xl-9 {
    margin-top: 90px !important;
  }
  .cust-mb-xl-9,
  .cust-my-xl-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-xl-9,
  .cust-mx-xl-9 {
    margin-left: 90px !important;
  }
  .cust-mr-xl-9,
  .cust-mx-xl-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-xl-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-xl-9,
  .cust-neg-mx-xl-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-xl-9,
  .cust-neg-mx-xl-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-xl-9,
  .cust-neg-my-xl-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-xl-9,
  .cust-neg-my-xl-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-xl-10 {
    margin: 100px !important;
  }
  .cust-mt-xl-10,
  .cust-my-xl-10 {
    margin-top: 100px !important;
  }
  .cust-mb-xl-10,
  .cust-my-xl-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-xl-10,
  .cust-mx-xl-10 {
    margin-left: 100px !important;
  }
  .cust-mr-xl-10,
  .cust-mx-xl-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-xl-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-xl-10,
  .cust-neg-mx-xl-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-xl-10,
  .cust-neg-mx-xl-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-xl-10,
  .cust-neg-my-xl-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-xl-10,
  .cust-neg-my-xl-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-xl-11 {
    margin: 110px !important;
  }
  .cust-mt-xl-11,
  .cust-my-xl-11 {
    margin-top: 110px !important;
  }
  .cust-mb-xl-11,
  .cust-my-xl-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-xl-11,
  .cust-neg-my-xl-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-xl-11,
  .cust-neg-my-xl-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-xl-12 {
    margin: 120px !important;
  }
  .cust-mt-xl-12,
  .cust-my-xl-12 {
    margin-top: 120px !important;
  }
  .cust-mb-xl-12,
  .cust-my-xl-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-xl-12,
  .cust-neg-my-xl-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-xl-12,
  .cust-neg-my-xl-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-xl-13 {
    margin: 130px !important;
  }
  .cust-mt-xl-13,
  .cust-my-xl-13 {
    margin-top: 130px !important;
  }
  .cust-mb-xl-13,
  .cust-my-xl-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-xl-13,
  .cust-neg-my-xl-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-xl-13,
  .cust-neg-my-xl-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-xl-14 {
    margin: 140px !important;
  }
  .cust-mt-xl-14,
  .cust-my-xl-14 {
    margin-top: 140px !important;
  }
  .cust-mb-xl-14,
  .cust-my-xl-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-xl-14,
  .cust-neg-my-xl-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-xl-14,
  .cust-neg-my-xl-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-xl-15 {
    margin: 150px !important;
  }
  .cust-mt-xl-15,
  .cust-my-xl-15 {
    margin-top: 150px !important;
  }
  .cust-mb-xl-15,
  .cust-my-xl-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-xl-15,
  .cust-neg-my-xl-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-xl-15,
  .cust-neg-my-xl-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-xl-16 {
    margin: 160px !important;
  }
  .cust-mt-xl-16,
  .cust-my-xl-16 {
    margin-top: 160px !important;
  }
  .cust-mb-xl-16,
  .cust-my-xl-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-xl-16,
  .cust-neg-my-xl-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-xl-16,
  .cust-neg-my-xl-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-xl-17 {
    margin: 170px !important;
  }
  .cust-mt-xl-17,
  .cust-my-xl-17 {
    margin-top: 170px !important;
  }
  .cust-mb-xl-17,
  .cust-my-xl-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-xl-17,
  .cust-neg-my-xl-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-xl-17,
  .cust-neg-my-xl-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-xl-18 {
    margin: 180px !important;
  }
  .cust-mt-xl-18,
  .cust-my-xl-18 {
    margin-top: 180px !important;
  }
  .cust-mb-xl-18,
  .cust-my-xl-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-xl-18,
  .cust-neg-my-xl-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-xl-18,
  .cust-neg-my-xl-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-xl-19 {
    margin: 190px !important;
  }
  .cust-mt-xl-19,
  .cust-my-xl-19 {
    margin-top: 190px !important;
  }
  .cust-mb-xl-19,
  .cust-my-xl-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-xl-19,
  .cust-neg-my-xl-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-xl-19,
  .cust-neg-my-xl-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-xl-20 {
    margin: 200px !important;
  }
  .cust-mt-xl-20,
  .cust-my-xl-20 {
    margin-top: 200px !important;
  }
  .cust-mb-xl-20,
  .cust-my-xl-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-xl-20,
  .cust-neg-my-xl-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-xl-20,
  .cust-neg-my-xl-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-xl-0 {
    padding: 0px !important;
  }
  .cust-pt-xl-0,
  .cust-py-xl-0 {
    padding-top: 0px !important;
  }
  .cust-pb-xl-0,
  .cust-py-xl-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-xl-0,
  .cust-px-xl-0 {
    padding-left: 0px !important;
  }
  .cust-pr-xl-0,
  .cust-px-xl-0 {
    padding-right: 0px !important;
  }
  .cust-p-xl-1 {
    padding: 10px !important;
  }
  .cust-pt-xl-1,
  .cust-py-xl-1 {
    padding-top: 10px !important;
  }
  .cust-pb-xl-1,
  .cust-py-xl-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-xl-1,
  .cust-px-xl-1 {
    padding-left: 10px !important;
  }
  .cust-pr-xl-1,
  .cust-px-xl-1 {
    padding-right: 10px !important;
  }
  .cust-p-xl-2 {
    padding: 20px !important;
  }
  .cust-pt-xl-2,
  .cust-py-xl-2 {
    padding-top: 20px !important;
  }
  .cust-pb-xl-2,
  .cust-py-xl-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-xl-2,
  .cust-px-xl-2 {
    padding-left: 20px !important;
  }
  .cust-pr-xl-2,
  .cust-px-xl-2 {
    padding-right: 20px !important;
  }
  .cust-p-xl-3 {
    padding: 30px !important;
  }
  .cust-pt-xl-3,
  .cust-py-xl-3 {
    padding-top: 30px !important;
  }
  .cust-pb-xl-3,
  .cust-py-xl-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-xl-3,
  .cust-px-xl-3 {
    padding-left: 30px !important;
  }
  .cust-pr-xl-3,
  .cust-px-xl-3 {
    padding-right: 30px !important;
  }
  .cust-p-xl-4 {
    padding: 40px !important;
  }
  .cust-pt-xl-4,
  .cust-py-xl-4 {
    padding-top: 40px !important;
  }
  .cust-pb-xl-4,
  .cust-py-xl-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-xl-4,
  .cust-px-xl-4 {
    padding-left: 40px !important;
  }
  .cust-pr-xl-4,
  .cust-px-xl-4 {
    padding-right: 40px !important;
  }
  .cust-p-xl-5 {
    padding: 50px !important;
  }
  .cust-pt-xl-5,
  .cust-py-xl-5 {
    padding-top: 50px !important;
  }
  .cust-pb-xl-5,
  .cust-py-xl-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-xl-5,
  .cust-px-xl-5 {
    padding-left: 50px !important;
  }
  .cust-pr-xl-5,
  .cust-px-xl-5 {
    padding-right: 50px !important;
  }
  .cust-p-xl-6 {
    padding: 60px !important;
  }
  .cust-pt-xl-6,
  .cust-py-xl-6 {
    padding-top: 60px !important;
  }
  .cust-pb-xl-6,
  .cust-py-xl-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-xl-6,
  .cust-px-xl-6 {
    padding-left: 60px !important;
  }
  .cust-pr-xl-6,
  .cust-px-xl-6 {
    padding-right: 60px !important;
  }
  .cust-p-xl-7 {
    padding: 70px !important;
  }
  .cust-pt-xl-7,
  .cust-py-xl-7 {
    padding-top: 70px !important;
  }
  .cust-pb-xl-7,
  .cust-py-xl-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-xl-7,
  .cust-px-xl-7 {
    padding-left: 70px !important;
  }
  .cust-pr-xl-7,
  .cust-px-xl-7 {
    padding-right: 70px !important;
  }
  .cust-p-xl-8 {
    padding: 80px !important;
  }
  .cust-pt-xl-8,
  .cust-py-xl-8 {
    padding-top: 80px !important;
  }
  .cust-pb-xl-8,
  .cust-py-xl-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-xl-8,
  .cust-px-xl-8 {
    padding-left: 80px !important;
  }
  .cust-pr-xl-8,
  .cust-px-xl-8 {
    padding-right: 80px !important;
  }
  .cust-p-xl-9 {
    padding: 90px !important;
  }
  .cust-pt-xl-9,
  .cust-py-xl-9 {
    padding-top: 90px !important;
  }
  .cust-pb-xl-9,
  .cust-py-xl-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-xl-9,
  .cust-px-xl-9 {
    padding-left: 90px !important;
  }
  .cust-pr-xl-9,
  .cust-px-xl-9 {
    padding-right: 90px !important;
  }
  .cust-p-xl-10 {
    padding: 100px !important;
  }
  .cust-pt-xl-10,
  .cust-py-xl-10 {
    padding-top: 100px !important;
  }
  .cust-pb-xl-10,
  .cust-py-xl-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-xl-10,
  .cust-px-xl-10 {
    padding-left: 100px !important;
  }
  .cust-pr-xl-10,
  .cust-px-xl-10 {
    padding-right: 100px !important;
  }
  .cust-p-xl-11 {
    padding: 110px !important;
  }
  .cust-pt-xl-11,
  .cust-py-xl-11 {
    padding-top: 110px !important;
  }
  .cust-pb-xl-11,
  .cust-py-xl-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-xl-12 {
    padding: 120px !important;
  }
  .cust-pt-xl-12,
  .cust-py-xl-12 {
    padding-top: 120px !important;
  }
  .cust-pb-xl-12,
  .cust-py-xl-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-xl-13 {
    padding: 130px !important;
  }
  .cust-pt-xl-13,
  .cust-py-xl-13 {
    padding-top: 130px !important;
  }
  .cust-pb-xl-13,
  .cust-py-xl-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-xl-14 {
    padding: 140px !important;
  }
  .cust-pt-xl-14,
  .cust-py-xl-14 {
    padding-top: 140px !important;
  }
  .cust-pb-xl-14,
  .cust-py-xl-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-xl-15 {
    padding: 150px !important;
  }
  .cust-pt-xl-15,
  .cust-py-xl-15 {
    padding-top: 150px !important;
  }
  .cust-pb-xl-15,
  .cust-py-xl-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-xl-16 {
    padding: 160px !important;
  }
  .cust-pt-xl-16,
  .cust-py-xl-16 {
    padding-top: 160px !important;
  }
  .cust-pb-xl-16,
  .cust-py-xl-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-xl-17 {
    padding: 170px !important;
  }
  .cust-pt-xl-17,
  .cust-py-xl-17 {
    padding-top: 170px !important;
  }
  .cust-pb-xl-17,
  .cust-py-xl-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-xl-18 {
    padding: 180px !important;
  }
  .cust-pt-xl-18,
  .cust-py-xl-18 {
    padding-top: 180px !important;
  }
  .cust-pb-xl-18,
  .cust-py-xl-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-xl-19 {
    padding: 190px !important;
  }
  .cust-pt-xl-19,
  .cust-py-xl-19 {
    padding-top: 190px !important;
  }
  .cust-pb-xl-19,
  .cust-py-xl-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-xl-20 {
    padding: 200px !important;
  }
  .cust-pt-xl-20,
  .cust-py-xl-20 {
    padding-top: 200px !important;
  }
  .cust-pb-xl-20,
  .cust-py-xl-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-xl-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-xl-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 1600px) {
  .cust-m-xxl-0 {
    margin: 0px !important;
  }
  .cust-mt-xxl-0,
  .cust-my-xxl-0 {
    margin-top: 0px !important;
  }
  .cust-mb-xxl-0,
  .cust-my-xxl-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-xxl-0,
  .cust-mx-xxl-0 {
    margin-left: 0px !important;
  }
  .cust-mr-xxl-0,
  .cust-mx-xxl-0 {
    margin-right: 0px !important;
  }
  .cust-m-xxl-1 {
    margin: 10px !important;
  }
  .cust-mt-xxl-1,
  .cust-my-xxl-1 {
    margin-top: 10px !important;
  }
  .cust-mb-xxl-1,
  .cust-my-xxl-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-xxl-1,
  .cust-mx-xxl-1 {
    margin-left: 10px !important;
  }
  .cust-mr-xxl-1,
  .cust-mx-xxl-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-xxl-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-xxl-1,
  .cust-neg-mx-xxl-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-xxl-1,
  .cust-neg-mx-xxl-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-xxl-1,
  .cust-neg-my-xxl-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-xxl-1,
  .cust-neg-my-xxl-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-xxl-2 {
    margin: 20px !important;
  }
  .cust-mt-xxl-2,
  .cust-my-xxl-2 {
    margin-top: 20px !important;
  }
  .cust-mb-xxl-2,
  .cust-my-xxl-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-xxl-2,
  .cust-mx-xxl-2 {
    margin-left: 20px !important;
  }
  .cust-mr-xxl-2,
  .cust-mx-xxl-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-xxl-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-xxl-2,
  .cust-neg-mx-xxl-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-xxl-2,
  .cust-neg-mx-xxl-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-xxl-2,
  .cust-neg-my-xxl-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-xxl-2,
  .cust-neg-my-xxl-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-xxl-3 {
    margin: 30px !important;
  }
  .cust-mt-xxl-3,
  .cust-my-xxl-3 {
    margin-top: 30px !important;
  }
  .cust-mb-xxl-3,
  .cust-my-xxl-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-xxl-3,
  .cust-mx-xxl-3 {
    margin-left: 30px !important;
  }
  .cust-mr-xxl-3,
  .cust-mx-xxl-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-xxl-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-xxl-3,
  .cust-neg-mx-xxl-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-xxl-3,
  .cust-neg-mx-xxl-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-xxl-3,
  .cust-neg-my-xxl-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-xxl-3,
  .cust-neg-my-xxl-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-xxl-4 {
    margin: 40px !important;
  }
  .cust-mt-xxl-4,
  .cust-my-xxl-4 {
    margin-top: 40px !important;
  }
  .cust-mb-xxl-4,
  .cust-my-xxl-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-xxl-4,
  .cust-mx-xxl-4 {
    margin-left: 40px !important;
  }
  .cust-mr-xxl-4,
  .cust-mx-xxl-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-xxl-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-xxl-4,
  .cust-neg-mx-xxl-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-xxl-4,
  .cust-neg-mx-xxl-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-xxl-4,
  .cust-neg-my-xxl-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-xxl-4,
  .cust-neg-my-xxl-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-xxl-5 {
    margin: 50px !important;
  }
  .cust-mt-xxl-5,
  .cust-my-xxl-5 {
    margin-top: 50px !important;
  }
  .cust-mb-xxl-5,
  .cust-my-xxl-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-xxl-5,
  .cust-mx-xxl-5 {
    margin-left: 50px !important;
  }
  .cust-mr-xxl-5,
  .cust-mx-xxl-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-xxl-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-xxl-5,
  .cust-neg-mx-xxl-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-xxl-5,
  .cust-neg-mx-xxl-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-xxl-5,
  .cust-neg-my-xxl-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-xxl-5,
  .cust-neg-my-xxl-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-xxl-6 {
    margin: 60px !important;
  }
  .cust-mt-xxl-6,
  .cust-my-xxl-6 {
    margin-top: 60px !important;
  }
  .cust-mb-xxl-6,
  .cust-my-xxl-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-xxl-6,
  .cust-mx-xxl-6 {
    margin-left: 60px !important;
  }
  .cust-mr-xxl-6,
  .cust-mx-xxl-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-xxl-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-xxl-6,
  .cust-neg-mx-xxl-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-xxl-6,
  .cust-neg-mx-xxl-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-xxl-6,
  .cust-neg-my-xxl-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-xxl-6,
  .cust-neg-my-xxl-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-xxl-7 {
    margin: 70px !important;
  }
  .cust-mt-xxl-7,
  .cust-my-xxl-7 {
    margin-top: 70px !important;
  }
  .cust-mb-xxl-7,
  .cust-my-xxl-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-xxl-7,
  .cust-mx-xxl-7 {
    margin-left: 70px !important;
  }
  .cust-mr-xxl-7,
  .cust-mx-xxl-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-xxl-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-xxl-7,
  .cust-neg-mx-xxl-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-xxl-7,
  .cust-neg-mx-xxl-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-xxl-7,
  .cust-neg-my-xxl-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-xxl-7,
  .cust-neg-my-xxl-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-xxl-8 {
    margin: 80px !important;
  }
  .cust-mt-xxl-8,
  .cust-my-xxl-8 {
    margin-top: 80px !important;
  }
  .cust-mb-xxl-8,
  .cust-my-xxl-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-xxl-8,
  .cust-mx-xxl-8 {
    margin-left: 80px !important;
  }
  .cust-mr-xxl-8,
  .cust-mx-xxl-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-xxl-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-xxl-8,
  .cust-neg-mx-xxl-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-xxl-8,
  .cust-neg-mx-xxl-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-xxl-8,
  .cust-neg-my-xxl-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-xxl-8,
  .cust-neg-my-xxl-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-xxl-9 {
    margin: 90px !important;
  }
  .cust-mt-xxl-9,
  .cust-my-xxl-9 {
    margin-top: 90px !important;
  }
  .cust-mb-xxl-9,
  .cust-my-xxl-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-xxl-9,
  .cust-mx-xxl-9 {
    margin-left: 90px !important;
  }
  .cust-mr-xxl-9,
  .cust-mx-xxl-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-xxl-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-xxl-9,
  .cust-neg-mx-xxl-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-xxl-9,
  .cust-neg-mx-xxl-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-xxl-9,
  .cust-neg-my-xxl-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-xxl-9,
  .cust-neg-my-xxl-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-xxl-10 {
    margin: 100px !important;
  }
  .cust-mt-xxl-10,
  .cust-my-xxl-10 {
    margin-top: 100px !important;
  }
  .cust-mb-xxl-10,
  .cust-my-xxl-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-xxl-10,
  .cust-mx-xxl-10 {
    margin-left: 100px !important;
  }
  .cust-mr-xxl-10,
  .cust-mx-xxl-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-xxl-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-xxl-10,
  .cust-neg-mx-xxl-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-xxl-10,
  .cust-neg-mx-xxl-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-xxl-10,
  .cust-neg-my-xxl-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-xxl-10,
  .cust-neg-my-xxl-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-xxl-11 {
    margin: 110px !important;
  }
  .cust-mt-xxl-11,
  .cust-my-xxl-11 {
    margin-top: 110px !important;
  }
  .cust-mb-xxl-11,
  .cust-my-xxl-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-xxl-11,
  .cust-neg-my-xxl-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-xxl-11,
  .cust-neg-my-xxl-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-xxl-12 {
    margin: 120px !important;
  }
  .cust-mt-xxl-12,
  .cust-my-xxl-12 {
    margin-top: 120px !important;
  }
  .cust-mb-xxl-12,
  .cust-my-xxl-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-xxl-12,
  .cust-neg-my-xxl-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-xxl-12,
  .cust-neg-my-xxl-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-xxl-13 {
    margin: 130px !important;
  }
  .cust-mt-xxl-13,
  .cust-my-xxl-13 {
    margin-top: 130px !important;
  }
  .cust-mb-xxl-13,
  .cust-my-xxl-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-xxl-13,
  .cust-neg-my-xxl-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-xxl-13,
  .cust-neg-my-xxl-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-xxl-14 {
    margin: 140px !important;
  }
  .cust-mt-xxl-14,
  .cust-my-xxl-14 {
    margin-top: 140px !important;
  }
  .cust-mb-xxl-14,
  .cust-my-xxl-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-xxl-14,
  .cust-neg-my-xxl-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-xxl-14,
  .cust-neg-my-xxl-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-xxl-15 {
    margin: 150px !important;
  }
  .cust-mt-xxl-15,
  .cust-my-xxl-15 {
    margin-top: 150px !important;
  }
  .cust-mb-xxl-15,
  .cust-my-xxl-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-xxl-15,
  .cust-neg-my-xxl-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-xxl-15,
  .cust-neg-my-xxl-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-xxl-16 {
    margin: 160px !important;
  }
  .cust-mt-xxl-16,
  .cust-my-xxl-16 {
    margin-top: 160px !important;
  }
  .cust-mb-xxl-16,
  .cust-my-xxl-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-xxl-16,
  .cust-neg-my-xxl-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-xxl-16,
  .cust-neg-my-xxl-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-xxl-17 {
    margin: 170px !important;
  }
  .cust-mt-xxl-17,
  .cust-my-xxl-17 {
    margin-top: 170px !important;
  }
  .cust-mb-xxl-17,
  .cust-my-xxl-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-xxl-17,
  .cust-neg-my-xxl-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-xxl-17,
  .cust-neg-my-xxl-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-xxl-18 {
    margin: 180px !important;
  }
  .cust-mt-xxl-18,
  .cust-my-xxl-18 {
    margin-top: 180px !important;
  }
  .cust-mb-xxl-18,
  .cust-my-xxl-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-xxl-18,
  .cust-neg-my-xxl-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-xxl-18,
  .cust-neg-my-xxl-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-xxl-19 {
    margin: 190px !important;
  }
  .cust-mt-xxl-19,
  .cust-my-xxl-19 {
    margin-top: 190px !important;
  }
  .cust-mb-xxl-19,
  .cust-my-xxl-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-xxl-19,
  .cust-neg-my-xxl-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-xxl-19,
  .cust-neg-my-xxl-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-xxl-20 {
    margin: 200px !important;
  }
  .cust-mt-xxl-20,
  .cust-my-xxl-20 {
    margin-top: 200px !important;
  }
  .cust-mb-xxl-20,
  .cust-my-xxl-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-xxl-20,
  .cust-neg-my-xxl-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-xxl-20,
  .cust-neg-my-xxl-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-xxl-0 {
    padding: 0px !important;
  }
  .cust-pt-xxl-0,
  .cust-py-xxl-0 {
    padding-top: 0px !important;
  }
  .cust-pb-xxl-0,
  .cust-py-xxl-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-xxl-0,
  .cust-px-xxl-0 {
    padding-left: 0px !important;
  }
  .cust-pr-xxl-0,
  .cust-px-xxl-0 {
    padding-right: 0px !important;
  }
  .cust-p-xxl-1 {
    padding: 10px !important;
  }
  .cust-pt-xxl-1,
  .cust-py-xxl-1 {
    padding-top: 10px !important;
  }
  .cust-pb-xxl-1,
  .cust-py-xxl-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-xxl-1,
  .cust-px-xxl-1 {
    padding-left: 10px !important;
  }
  .cust-pr-xxl-1,
  .cust-px-xxl-1 {
    padding-right: 10px !important;
  }
  .cust-p-xxl-2 {
    padding: 20px !important;
  }
  .cust-pt-xxl-2,
  .cust-py-xxl-2 {
    padding-top: 20px !important;
  }
  .cust-pb-xxl-2,
  .cust-py-xxl-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-xxl-2,
  .cust-px-xxl-2 {
    padding-left: 20px !important;
  }
  .cust-pr-xxl-2,
  .cust-px-xxl-2 {
    padding-right: 20px !important;
  }
  .cust-p-xxl-3 {
    padding: 30px !important;
  }
  .cust-pt-xxl-3,
  .cust-py-xxl-3 {
    padding-top: 30px !important;
  }
  .cust-pb-xxl-3,
  .cust-py-xxl-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-xxl-3,
  .cust-px-xxl-3 {
    padding-left: 30px !important;
  }
  .cust-pr-xxl-3,
  .cust-px-xxl-3 {
    padding-right: 30px !important;
  }
  .cust-p-xxl-4 {
    padding: 40px !important;
  }
  .cust-pt-xxl-4,
  .cust-py-xxl-4 {
    padding-top: 40px !important;
  }
  .cust-pb-xxl-4,
  .cust-py-xxl-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-xxl-4,
  .cust-px-xxl-4 {
    padding-left: 40px !important;
  }
  .cust-pr-xxl-4,
  .cust-px-xxl-4 {
    padding-right: 40px !important;
  }
  .cust-p-xxl-5 {
    padding: 50px !important;
  }
  .cust-pt-xxl-5,
  .cust-py-xxl-5 {
    padding-top: 50px !important;
  }
  .cust-pb-xxl-5,
  .cust-py-xxl-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-xxl-5,
  .cust-px-xxl-5 {
    padding-left: 50px !important;
  }
  .cust-pr-xxl-5,
  .cust-px-xxl-5 {
    padding-right: 50px !important;
  }
  .cust-p-xxl-6 {
    padding: 60px !important;
  }
  .cust-pt-xxl-6,
  .cust-py-xxl-6 {
    padding-top: 60px !important;
  }
  .cust-pb-xxl-6,
  .cust-py-xxl-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-xxl-6,
  .cust-px-xxl-6 {
    padding-left: 60px !important;
  }
  .cust-pr-xxl-6,
  .cust-px-xxl-6 {
    padding-right: 60px !important;
  }
  .cust-p-xxl-7 {
    padding: 70px !important;
  }
  .cust-pt-xxl-7,
  .cust-py-xxl-7 {
    padding-top: 70px !important;
  }
  .cust-pb-xxl-7,
  .cust-py-xxl-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-xxl-7,
  .cust-px-xxl-7 {
    padding-left: 70px !important;
  }
  .cust-pr-xxl-7,
  .cust-px-xxl-7 {
    padding-right: 70px !important;
  }
  .cust-p-xxl-8 {
    padding: 80px !important;
  }
  .cust-pt-xxl-8,
  .cust-py-xxl-8 {
    padding-top: 80px !important;
  }
  .cust-pb-xxl-8,
  .cust-py-xxl-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-xxl-8,
  .cust-px-xxl-8 {
    padding-left: 80px !important;
  }
  .cust-pr-xxl-8,
  .cust-px-xxl-8 {
    padding-right: 80px !important;
  }
  .cust-p-xxl-9 {
    padding: 90px !important;
  }
  .cust-pt-xxl-9,
  .cust-py-xxl-9 {
    padding-top: 90px !important;
  }
  .cust-pb-xxl-9,
  .cust-py-xxl-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-xxl-9,
  .cust-px-xxl-9 {
    padding-left: 90px !important;
  }
  .cust-pr-xxl-9,
  .cust-px-xxl-9 {
    padding-right: 90px !important;
  }
  .cust-p-xxl-10 {
    padding: 100px !important;
  }
  .cust-pt-xxl-10,
  .cust-py-xxl-10 {
    padding-top: 100px !important;
  }
  .cust-pb-xxl-10,
  .cust-py-xxl-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-xxl-10,
  .cust-px-xxl-10 {
    padding-left: 100px !important;
  }
  .cust-pr-xxl-10,
  .cust-px-xxl-10 {
    padding-right: 100px !important;
  }
  .cust-p-xxl-11 {
    padding: 110px !important;
  }
  .cust-pt-xxl-11,
  .cust-py-xxl-11 {
    padding-top: 110px !important;
  }
  .cust-pb-xxl-11,
  .cust-py-xxl-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-xxl-12 {
    padding: 120px !important;
  }
  .cust-pt-xxl-12,
  .cust-py-xxl-12 {
    padding-top: 120px !important;
  }
  .cust-pb-xxl-12,
  .cust-py-xxl-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-xxl-13 {
    padding: 130px !important;
  }
  .cust-pt-xxl-13,
  .cust-py-xxl-13 {
    padding-top: 130px !important;
  }
  .cust-pb-xxl-13,
  .cust-py-xxl-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-xxl-14 {
    padding: 140px !important;
  }
  .cust-pt-xxl-14,
  .cust-py-xxl-14 {
    padding-top: 140px !important;
  }
  .cust-pb-xxl-14,
  .cust-py-xxl-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-xxl-15 {
    padding: 150px !important;
  }
  .cust-pt-xxl-15,
  .cust-py-xxl-15 {
    padding-top: 150px !important;
  }
  .cust-pb-xxl-15,
  .cust-py-xxl-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-xxl-16 {
    padding: 160px !important;
  }
  .cust-pt-xxl-16,
  .cust-py-xxl-16 {
    padding-top: 160px !important;
  }
  .cust-pb-xxl-16,
  .cust-py-xxl-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-xxl-17 {
    padding: 170px !important;
  }
  .cust-pt-xxl-17,
  .cust-py-xxl-17 {
    padding-top: 170px !important;
  }
  .cust-pb-xxl-17,
  .cust-py-xxl-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-xxl-18 {
    padding: 180px !important;
  }
  .cust-pt-xxl-18,
  .cust-py-xxl-18 {
    padding-top: 180px !important;
  }
  .cust-pb-xxl-18,
  .cust-py-xxl-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-xxl-19 {
    padding: 190px !important;
  }
  .cust-pt-xxl-19,
  .cust-py-xxl-19 {
    padding-top: 190px !important;
  }
  .cust-pb-xxl-19,
  .cust-py-xxl-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-xxl-20 {
    padding: 200px !important;
  }
  .cust-pt-xxl-20,
  .cust-py-xxl-20 {
    padding-top: 200px !important;
  }
  .cust-pb-xxl-20,
  .cust-py-xxl-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-xxl-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-xxl-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 1921px) {
  .cust-m-xxxl-0 {
    margin: 0px !important;
  }
  .cust-mt-xxxl-0,
  .cust-my-xxxl-0 {
    margin-top: 0px !important;
  }
  .cust-mb-xxxl-0,
  .cust-my-xxxl-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-xxxl-0,
  .cust-mx-xxxl-0 {
    margin-left: 0px !important;
  }
  .cust-mr-xxxl-0,
  .cust-mx-xxxl-0 {
    margin-right: 0px !important;
  }
  .cust-m-xxxl-1 {
    margin: 10px !important;
  }
  .cust-mt-xxxl-1,
  .cust-my-xxxl-1 {
    margin-top: 10px !important;
  }
  .cust-mb-xxxl-1,
  .cust-my-xxxl-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-xxxl-1,
  .cust-mx-xxxl-1 {
    margin-left: 10px !important;
  }
  .cust-mr-xxxl-1,
  .cust-mx-xxxl-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-xxxl-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-xxxl-1,
  .cust-neg-mx-xxxl-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-xxxl-1,
  .cust-neg-mx-xxxl-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-xxxl-1,
  .cust-neg-my-xxxl-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-xxxl-1,
  .cust-neg-my-xxxl-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-xxxl-2 {
    margin: 20px !important;
  }
  .cust-mt-xxxl-2,
  .cust-my-xxxl-2 {
    margin-top: 20px !important;
  }
  .cust-mb-xxxl-2,
  .cust-my-xxxl-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-xxxl-2,
  .cust-mx-xxxl-2 {
    margin-left: 20px !important;
  }
  .cust-mr-xxxl-2,
  .cust-mx-xxxl-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-xxxl-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-xxxl-2,
  .cust-neg-mx-xxxl-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-xxxl-2,
  .cust-neg-mx-xxxl-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-xxxl-2,
  .cust-neg-my-xxxl-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-xxxl-2,
  .cust-neg-my-xxxl-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-xxxl-3 {
    margin: 30px !important;
  }
  .cust-mt-xxxl-3,
  .cust-my-xxxl-3 {
    margin-top: 30px !important;
  }
  .cust-mb-xxxl-3,
  .cust-my-xxxl-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-xxxl-3,
  .cust-mx-xxxl-3 {
    margin-left: 30px !important;
  }
  .cust-mr-xxxl-3,
  .cust-mx-xxxl-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-xxxl-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-xxxl-3,
  .cust-neg-mx-xxxl-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-xxxl-3,
  .cust-neg-mx-xxxl-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-xxxl-3,
  .cust-neg-my-xxxl-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-xxxl-3,
  .cust-neg-my-xxxl-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-xxxl-4 {
    margin: 40px !important;
  }
  .cust-mt-xxxl-4,
  .cust-my-xxxl-4 {
    margin-top: 40px !important;
  }
  .cust-mb-xxxl-4,
  .cust-my-xxxl-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-xxxl-4,
  .cust-mx-xxxl-4 {
    margin-left: 40px !important;
  }
  .cust-mr-xxxl-4,
  .cust-mx-xxxl-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-xxxl-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-xxxl-4,
  .cust-neg-mx-xxxl-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-xxxl-4,
  .cust-neg-mx-xxxl-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-xxxl-4,
  .cust-neg-my-xxxl-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-xxxl-4,
  .cust-neg-my-xxxl-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-xxxl-5 {
    margin: 50px !important;
  }
  .cust-mt-xxxl-5,
  .cust-my-xxxl-5 {
    margin-top: 50px !important;
  }
  .cust-mb-xxxl-5,
  .cust-my-xxxl-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-xxxl-5,
  .cust-mx-xxxl-5 {
    margin-left: 50px !important;
  }
  .cust-mr-xxxl-5,
  .cust-mx-xxxl-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-xxxl-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-xxxl-5,
  .cust-neg-mx-xxxl-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-xxxl-5,
  .cust-neg-mx-xxxl-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-xxxl-5,
  .cust-neg-my-xxxl-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-xxxl-5,
  .cust-neg-my-xxxl-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-xxxl-6 {
    margin: 60px !important;
  }
  .cust-mt-xxxl-6,
  .cust-my-xxxl-6 {
    margin-top: 60px !important;
  }
  .cust-mb-xxxl-6,
  .cust-my-xxxl-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-xxxl-6,
  .cust-mx-xxxl-6 {
    margin-left: 60px !important;
  }
  .cust-mr-xxxl-6,
  .cust-mx-xxxl-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-xxxl-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-xxxl-6,
  .cust-neg-mx-xxxl-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-xxxl-6,
  .cust-neg-mx-xxxl-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-xxxl-6,
  .cust-neg-my-xxxl-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-xxxl-6,
  .cust-neg-my-xxxl-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-xxxl-7 {
    margin: 70px !important;
  }
  .cust-mt-xxxl-7,
  .cust-my-xxxl-7 {
    margin-top: 70px !important;
  }
  .cust-mb-xxxl-7,
  .cust-my-xxxl-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-xxxl-7,
  .cust-mx-xxxl-7 {
    margin-left: 70px !important;
  }
  .cust-mr-xxxl-7,
  .cust-mx-xxxl-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-xxxl-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-xxxl-7,
  .cust-neg-mx-xxxl-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-xxxl-7,
  .cust-neg-mx-xxxl-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-xxxl-7,
  .cust-neg-my-xxxl-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-xxxl-7,
  .cust-neg-my-xxxl-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-xxxl-8 {
    margin: 80px !important;
  }
  .cust-mt-xxxl-8,
  .cust-my-xxxl-8 {
    margin-top: 80px !important;
  }
  .cust-mb-xxxl-8,
  .cust-my-xxxl-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-xxxl-8,
  .cust-mx-xxxl-8 {
    margin-left: 80px !important;
  }
  .cust-mr-xxxl-8,
  .cust-mx-xxxl-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-xxxl-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-xxxl-8,
  .cust-neg-mx-xxxl-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-xxxl-8,
  .cust-neg-mx-xxxl-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-xxxl-8,
  .cust-neg-my-xxxl-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-xxxl-8,
  .cust-neg-my-xxxl-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-xxxl-9 {
    margin: 90px !important;
  }
  .cust-mt-xxxl-9,
  .cust-my-xxxl-9 {
    margin-top: 90px !important;
  }
  .cust-mb-xxxl-9,
  .cust-my-xxxl-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-xxxl-9,
  .cust-mx-xxxl-9 {
    margin-left: 90px !important;
  }
  .cust-mr-xxxl-9,
  .cust-mx-xxxl-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-xxxl-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-xxxl-9,
  .cust-neg-mx-xxxl-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-xxxl-9,
  .cust-neg-mx-xxxl-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-xxxl-9,
  .cust-neg-my-xxxl-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-xxxl-9,
  .cust-neg-my-xxxl-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-xxxl-10 {
    margin: 100px !important;
  }
  .cust-mt-xxxl-10,
  .cust-my-xxxl-10 {
    margin-top: 100px !important;
  }
  .cust-mb-xxxl-10,
  .cust-my-xxxl-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-xxxl-10,
  .cust-mx-xxxl-10 {
    margin-left: 100px !important;
  }
  .cust-mr-xxxl-10,
  .cust-mx-xxxl-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-xxxl-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-xxxl-10,
  .cust-neg-mx-xxxl-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-xxxl-10,
  .cust-neg-mx-xxxl-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-xxxl-10,
  .cust-neg-my-xxxl-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-xxxl-10,
  .cust-neg-my-xxxl-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-xxxl-11 {
    margin: 110px !important;
  }
  .cust-mt-xxxl-11,
  .cust-my-xxxl-11 {
    margin-top: 110px !important;
  }
  .cust-mb-xxxl-11,
  .cust-my-xxxl-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-xxxl-11,
  .cust-neg-my-xxxl-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-xxxl-11,
  .cust-neg-my-xxxl-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-xxxl-12 {
    margin: 120px !important;
  }
  .cust-mt-xxxl-12,
  .cust-my-xxxl-12 {
    margin-top: 120px !important;
  }
  .cust-mb-xxxl-12,
  .cust-my-xxxl-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-xxxl-12,
  .cust-neg-my-xxxl-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-xxxl-12,
  .cust-neg-my-xxxl-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-xxxl-13 {
    margin: 130px !important;
  }
  .cust-mt-xxxl-13,
  .cust-my-xxxl-13 {
    margin-top: 130px !important;
  }
  .cust-mb-xxxl-13,
  .cust-my-xxxl-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-xxxl-13,
  .cust-neg-my-xxxl-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-xxxl-13,
  .cust-neg-my-xxxl-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-xxxl-14 {
    margin: 140px !important;
  }
  .cust-mt-xxxl-14,
  .cust-my-xxxl-14 {
    margin-top: 140px !important;
  }
  .cust-mb-xxxl-14,
  .cust-my-xxxl-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-xxxl-14,
  .cust-neg-my-xxxl-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-xxxl-14,
  .cust-neg-my-xxxl-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-xxxl-15 {
    margin: 150px !important;
  }
  .cust-mt-xxxl-15,
  .cust-my-xxxl-15 {
    margin-top: 150px !important;
  }
  .cust-mb-xxxl-15,
  .cust-my-xxxl-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-xxxl-15,
  .cust-neg-my-xxxl-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-xxxl-15,
  .cust-neg-my-xxxl-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-xxxl-16 {
    margin: 160px !important;
  }
  .cust-mt-xxxl-16,
  .cust-my-xxxl-16 {
    margin-top: 160px !important;
  }
  .cust-mb-xxxl-16,
  .cust-my-xxxl-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-xxxl-16,
  .cust-neg-my-xxxl-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-xxxl-16,
  .cust-neg-my-xxxl-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-xxxl-17 {
    margin: 170px !important;
  }
  .cust-mt-xxxl-17,
  .cust-my-xxxl-17 {
    margin-top: 170px !important;
  }
  .cust-mb-xxxl-17,
  .cust-my-xxxl-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-xxxl-17,
  .cust-neg-my-xxxl-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-xxxl-17,
  .cust-neg-my-xxxl-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-xxxl-18 {
    margin: 180px !important;
  }
  .cust-mt-xxxl-18,
  .cust-my-xxxl-18 {
    margin-top: 180px !important;
  }
  .cust-mb-xxxl-18,
  .cust-my-xxxl-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-xxxl-18,
  .cust-neg-my-xxxl-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-xxxl-18,
  .cust-neg-my-xxxl-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-xxxl-19 {
    margin: 190px !important;
  }
  .cust-mt-xxxl-19,
  .cust-my-xxxl-19 {
    margin-top: 190px !important;
  }
  .cust-mb-xxxl-19,
  .cust-my-xxxl-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-xxxl-19,
  .cust-neg-my-xxxl-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-xxxl-19,
  .cust-neg-my-xxxl-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-xxxl-20 {
    margin: 200px !important;
  }
  .cust-mt-xxxl-20,
  .cust-my-xxxl-20 {
    margin-top: 200px !important;
  }
  .cust-mb-xxxl-20,
  .cust-my-xxxl-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-xxxl-20,
  .cust-neg-my-xxxl-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-xxxl-20,
  .cust-neg-my-xxxl-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-xxxl-0 {
    padding: 0px !important;
  }
  .cust-pt-xxxl-0,
  .cust-py-xxxl-0 {
    padding-top: 0px !important;
  }
  .cust-pb-xxxl-0,
  .cust-py-xxxl-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-xxxl-0,
  .cust-px-xxxl-0 {
    padding-left: 0px !important;
  }
  .cust-pr-xxxl-0,
  .cust-px-xxxl-0 {
    padding-right: 0px !important;
  }
  .cust-p-xxxl-1 {
    padding: 10px !important;
  }
  .cust-pt-xxxl-1,
  .cust-py-xxxl-1 {
    padding-top: 10px !important;
  }
  .cust-pb-xxxl-1,
  .cust-py-xxxl-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-xxxl-1,
  .cust-px-xxxl-1 {
    padding-left: 10px !important;
  }
  .cust-pr-xxxl-1,
  .cust-px-xxxl-1 {
    padding-right: 10px !important;
  }
  .cust-p-xxxl-2 {
    padding: 20px !important;
  }
  .cust-pt-xxxl-2,
  .cust-py-xxxl-2 {
    padding-top: 20px !important;
  }
  .cust-pb-xxxl-2,
  .cust-py-xxxl-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-xxxl-2,
  .cust-px-xxxl-2 {
    padding-left: 20px !important;
  }
  .cust-pr-xxxl-2,
  .cust-px-xxxl-2 {
    padding-right: 20px !important;
  }
  .cust-p-xxxl-3 {
    padding: 30px !important;
  }
  .cust-pt-xxxl-3,
  .cust-py-xxxl-3 {
    padding-top: 30px !important;
  }
  .cust-pb-xxxl-3,
  .cust-py-xxxl-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-xxxl-3,
  .cust-px-xxxl-3 {
    padding-left: 30px !important;
  }
  .cust-pr-xxxl-3,
  .cust-px-xxxl-3 {
    padding-right: 30px !important;
  }
  .cust-p-xxxl-4 {
    padding: 40px !important;
  }
  .cust-pt-xxxl-4,
  .cust-py-xxxl-4 {
    padding-top: 40px !important;
  }
  .cust-pb-xxxl-4,
  .cust-py-xxxl-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-xxxl-4,
  .cust-px-xxxl-4 {
    padding-left: 40px !important;
  }
  .cust-pr-xxxl-4,
  .cust-px-xxxl-4 {
    padding-right: 40px !important;
  }
  .cust-p-xxxl-5 {
    padding: 50px !important;
  }
  .cust-pt-xxxl-5,
  .cust-py-xxxl-5 {
    padding-top: 50px !important;
  }
  .cust-pb-xxxl-5,
  .cust-py-xxxl-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-xxxl-5,
  .cust-px-xxxl-5 {
    padding-left: 50px !important;
  }
  .cust-pr-xxxl-5,
  .cust-px-xxxl-5 {
    padding-right: 50px !important;
  }
  .cust-p-xxxl-6 {
    padding: 60px !important;
  }
  .cust-pt-xxxl-6,
  .cust-py-xxxl-6 {
    padding-top: 60px !important;
  }
  .cust-pb-xxxl-6,
  .cust-py-xxxl-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-xxxl-6,
  .cust-px-xxxl-6 {
    padding-left: 60px !important;
  }
  .cust-pr-xxxl-6,
  .cust-px-xxxl-6 {
    padding-right: 60px !important;
  }
  .cust-p-xxxl-7 {
    padding: 70px !important;
  }
  .cust-pt-xxxl-7,
  .cust-py-xxxl-7 {
    padding-top: 70px !important;
  }
  .cust-pb-xxxl-7,
  .cust-py-xxxl-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-xxxl-7,
  .cust-px-xxxl-7 {
    padding-left: 70px !important;
  }
  .cust-pr-xxxl-7,
  .cust-px-xxxl-7 {
    padding-right: 70px !important;
  }
  .cust-p-xxxl-8 {
    padding: 80px !important;
  }
  .cust-pt-xxxl-8,
  .cust-py-xxxl-8 {
    padding-top: 80px !important;
  }
  .cust-pb-xxxl-8,
  .cust-py-xxxl-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-xxxl-8,
  .cust-px-xxxl-8 {
    padding-left: 80px !important;
  }
  .cust-pr-xxxl-8,
  .cust-px-xxxl-8 {
    padding-right: 80px !important;
  }
  .cust-p-xxxl-9 {
    padding: 90px !important;
  }
  .cust-pt-xxxl-9,
  .cust-py-xxxl-9 {
    padding-top: 90px !important;
  }
  .cust-pb-xxxl-9,
  .cust-py-xxxl-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-xxxl-9,
  .cust-px-xxxl-9 {
    padding-left: 90px !important;
  }
  .cust-pr-xxxl-9,
  .cust-px-xxxl-9 {
    padding-right: 90px !important;
  }
  .cust-p-xxxl-10 {
    padding: 100px !important;
  }
  .cust-pt-xxxl-10,
  .cust-py-xxxl-10 {
    padding-top: 100px !important;
  }
  .cust-pb-xxxl-10,
  .cust-py-xxxl-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-xxxl-10,
  .cust-px-xxxl-10 {
    padding-left: 100px !important;
  }
  .cust-pr-xxxl-10,
  .cust-px-xxxl-10 {
    padding-right: 100px !important;
  }
  .cust-p-xxxl-11 {
    padding: 110px !important;
  }
  .cust-pt-xxxl-11,
  .cust-py-xxxl-11 {
    padding-top: 110px !important;
  }
  .cust-pb-xxxl-11,
  .cust-py-xxxl-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-xxxl-12 {
    padding: 120px !important;
  }
  .cust-pt-xxxl-12,
  .cust-py-xxxl-12 {
    padding-top: 120px !important;
  }
  .cust-pb-xxxl-12,
  .cust-py-xxxl-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-xxxl-13 {
    padding: 130px !important;
  }
  .cust-pt-xxxl-13,
  .cust-py-xxxl-13 {
    padding-top: 130px !important;
  }
  .cust-pb-xxxl-13,
  .cust-py-xxxl-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-xxxl-14 {
    padding: 140px !important;
  }
  .cust-pt-xxxl-14,
  .cust-py-xxxl-14 {
    padding-top: 140px !important;
  }
  .cust-pb-xxxl-14,
  .cust-py-xxxl-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-xxxl-15 {
    padding: 150px !important;
  }
  .cust-pt-xxxl-15,
  .cust-py-xxxl-15 {
    padding-top: 150px !important;
  }
  .cust-pb-xxxl-15,
  .cust-py-xxxl-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-xxxl-16 {
    padding: 160px !important;
  }
  .cust-pt-xxxl-16,
  .cust-py-xxxl-16 {
    padding-top: 160px !important;
  }
  .cust-pb-xxxl-16,
  .cust-py-xxxl-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-xxxl-17 {
    padding: 170px !important;
  }
  .cust-pt-xxxl-17,
  .cust-py-xxxl-17 {
    padding-top: 170px !important;
  }
  .cust-pb-xxxl-17,
  .cust-py-xxxl-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-xxxl-18 {
    padding: 180px !important;
  }
  .cust-pt-xxxl-18,
  .cust-py-xxxl-18 {
    padding-top: 180px !important;
  }
  .cust-pb-xxxl-18,
  .cust-py-xxxl-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-xxxl-19 {
    padding: 190px !important;
  }
  .cust-pt-xxxl-19,
  .cust-py-xxxl-19 {
    padding-top: 190px !important;
  }
  .cust-pb-xxxl-19,
  .cust-py-xxxl-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-xxxl-20 {
    padding: 200px !important;
  }
  .cust-pt-xxxl-20,
  .cust-py-xxxl-20 {
    padding-top: 200px !important;
  }
  .cust-pb-xxxl-20,
  .cust-py-xxxl-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-xxxl-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-xxxl-50 {
    padding-bottom: 50% !important;
  }
}
.px-col {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media all and (min-width: 1600px) {
  .cust-neg-xxl-mt-24 {
    margin-top: -240px !important;
  }
}
@media all and (min-width: 992px) {
  .px-lg-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vwh-lg-5-3 {
    height: 18.7500117188vw !important;
  }
  .vwh-lg-8 {
    height: 12.5vw !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
}
.cust-col-8 {
  max-width: 12.5%;
}
.cust-col-5 {
  max-width: 20%;
}
@media all and (min-width: 576px) {
  .cust-col-sm-5 {
    max-width: 20%;
  }
  .cust-col-sm-8 {
    max-width: 12.5%;
  }
}
@media all and (min-width: 768px) {
  .cust-col-md-5 {
    max-width: 20%;
  }
  .cust-col-md-8 {
    max-width: 12.5%;
  }
}
@media all and (min-width: 992px) {
  .cust-col-lg-5 {
    max-width: 20%;
  }
  .cust-col-lg-8 {
    max-width: 12.5%;
  }
}
@media all and (min-width: 1200px) {
  .cust-col-xl-5 {
    max-width: 20%;
  }
  .cust-col-xl-8 {
    max-width: 12.5%;
  }
}
@media all and (min-width: 1400px) {
  .cust-col-xxl-5 {
    max-width: 20%;
  }
  .cust-col-xxl-8 {
    max-width: 12.5%;
  }
}
.mw-xxl {
  max-width: 1680px !important;
}
.mw-xxxl {
  max-width: 1980px !important;
}
.mw-third {
  max-width: 33.3333333333%;
}
@media all and (min-width: 768px) {
  .mw-md-sixth {
    max-width: 16.666667%;
  }
  .mw-md-quart {
    max-width: 25%;
  }
}
@media all and (min-width: 1200px) {
  .mw-xl-sixth {
    max-width: 16.666667%;
  }
}
.r-neg-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.min-rh-20 {
  min-height: 20rem;
}
.min-rh-14 {
  min-height: 14rem;
}
.min-rh-16 {
  min-height: 16rem;
}
.min-h-auto {
  min-height: 0 !important;
}
.min-w-auto {
  min-width: 0 !important;
}
.min-h-0 {
  min-height: 0;
}
@media all and (min-width: 992px) {
  .min-h-lg-100 {
    min-height: 100%;
  }
  .ml-lg-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
}
@media all and (min-width: 1200px) {
  .min-h-xl-100 {
    min-height: 100%;
  }
  .min-rh-xl-20 {
    min-height: 20rem;
  }
}
@media all and (min-width: 1980px) {
  .min-rh-xxxl-20 {
    min-height: 20rem;
  }
}
.vh-100 {
  height: 100vh !important;
  min-height: 600px !important;
}
.vh-75 {
  height: 75vh !important;
  min-height: 620px !important;
}
.vh-60 {
  height: 60vh !important;
  min-height: 620px !important;
}
.m-vh-100 {
  height: auto !important;
  min-height: 100vh !important;
}
.m-vh-85 {
  height: auto !important;
  min-height: 75vh !important;
}
.m-vh-75 {
  height: auto !important;
  min-height: 75vh !important;
}
.m-vh-60 {
  height: auto !important;
  min-height: 60vh !important;
}
.m-vh-50 {
  height: auto !important;
  min-height: 50vh !important;
}
.min-h-100 {
  min-height: 100%;
}
@media all and (max-width: 992px) {
  .m-vh-lg-75 {
    height: auto !important;
    min-height: 75vh !important;
  }
  .m-vh-lg-50 {
    height: auto !important;
    min-height: 50vh !important;
  }
  .transparent-mobile-b:before {
    opacity: 0;
  }
  .shadow-none-lg {
    box-shadow: none !important;
  }
  .justify-lg-start {
    justify-content: flex-start !important;
  }
}
@media all and (max-width: 768px) {
  .m-vh-md-35 {
    height: auto !important;
    min-height: 35vh !important;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-50 {
    width: 50%;
  }
}
.w-third {
  width: 33.3333333333%;
  padding: 0 15px;
}
.no-select, dialog.ui-modal-dialog.add-tv-points table thead th,
dialog.ui-modal-dialog.add-tv-points table thead td,
dialog.ui-modal-dialog.add-tv-points table tbody th,
dialog.ui-modal-dialog.add-tv-points table tbody td,
dialog.ui-modal-dialog.add-tv-points table tfoot th,
dialog.ui-modal-dialog.add-tv-points table tfoot td, dialog.ui-modal-dialog p,
dialog.ui-modal-dialog h2,
dialog.ui-modal-dialog .h2,
dialog.ui-modal-dialog td,
dialog.ui-modal-dialog th, ul.subscriptions, dialog.ui-modal-dialog.change-package span,
dialog.ui-modal-dialog.change-package label,
dialog.ui-modal-dialog.change-package select, #user-activity-logs button.download,
#user-activity-logs button.download-mobile, ul.user-permissions li label, ul.info-rows > li ul.info-details li label,
ol.info-rows > li ul.info-details li label, .dashboard section.top .actions div.action,
.dashboard section.top .swiper-wrapper div.action, .month-picker .react-calendar .react-calendar__year-view .react-calendar__tile,
.month-picker .react-calendar .react-calendar__decade-view .react-calendar__tile,
.month-picker .react-calendar .react-calendar__century-view .react-calendar__tile, .month-picker .react-calendar .react-calendar__navigation__prev-button,
.month-picker .react-calendar .react-calendar__navigation__next-button,
.month-picker .react-calendar .react-calendar__navigation__label, .month-picker .year-month span, form.filter .filter, section.pager ul.pager li {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
}
html {
  font-size: 16px;
  /*@media all and (min-width: 767px) {
      font-size: calc(((2/100)*100vw));

      body {
          .card-text {
              font-size: 1rem;
          }
      }
  }

  @media all and (min-width: 992px) {
      font-size: calc(((1.5/100)*100vw));
  }

  @media all and (min-width: 1200px) {
      font-size: calc(((0.94/100)*100vw));

      body {
          font-size: 1.1rem;

          .card-text {

              &.sub-text {
                  font-size: 14px;
              }

              &.smaller-text {
                  font-size: 14px;
              }
          }

          .content-text, .content p {

              &.sub-text {
                  font-size: 16px;
              }
          }
      }
  }

  @media all and (min-width: 1590px) {
      font-size: 18px;

      body {
          font-size: 1rem;

          .card-text, .content-text, .content p {
              font-size: 0.89rem;
          }

          .card-text {

              &.sub-text {
                  font-size: 12px;
              }

              &.smaller-text {
                  font-size: 14px;
              }
          }

          .content-text, .content p {

              &.sub-text {
                  font-size: 14px;
              }
          }
      }
  }*/
}
html body {
  font-size: 1rem;
}
html body .contact-detail a {
  color: inherit;
  text-decoration: underline;
}
html body .contact-title {
  line-height: 1.5;
}
html body .contact-form-min-height {
  min-height: 540px;
}
@media (max-width: 414px) {
  html body .contact-detail {
    font-size: 1rem;
  }
}
@media (min-width: 415px) {
  html body .contact-detail {
    font-size: 1.125rem;
  }
}
html body .card-text, html body .case-management button.load-more-queries p, .case-management button.load-more-queries html body p, html body .floaty-form form div.row .err-msg, .floaty-form form div.row html body .err-msg,
html body .floaty-form form div.row .error-message,
.floaty-form form div.row html body .error-message,
html body .case-management form div.row .err-msg,
.case-management form div.row html body .err-msg,
html body .case-management form div.row .error-message,
.case-management form div.row html body .error-message,
html body .clear-error-modal form div.row .err-msg,
.clear-error-modal form div.row html body .err-msg,
html body .clear-error-modal form div.row .error-message,
.clear-error-modal form div.row html body .error-message {
  font-size: 1rem;
}
html body .card-text.tiniest-text, html body .case-management button.load-more-queries p.tiniest-text, .case-management button.load-more-queries html body p.tiniest-text, html body .floaty-form form div.row .tiniest-text.err-msg, .floaty-form form div.row html body .tiniest-text.err-msg,
html body .floaty-form form div.row .tiniest-text.error-message,
.floaty-form form div.row html body .tiniest-text.error-message,
html body .case-management form div.row .tiniest-text.err-msg,
.case-management form div.row html body .tiniest-text.err-msg,
html body .case-management form div.row .tiniest-text.error-message,
.case-management form div.row html body .tiniest-text.error-message,
html body .clear-error-modal form div.row .tiniest-text.err-msg,
.clear-error-modal form div.row html body .tiniest-text.err-msg,
html body .clear-error-modal form div.row .tiniest-text.error-message,
.clear-error-modal form div.row html body .tiniest-text.error-message {
  font-size: 0.625rem;
}
html body .card-text.tiny-text, html body .case-management button.load-more-queries p.tiny-text, .case-management button.load-more-queries html body p.tiny-text, html body .floaty-form form div.row .tiny-text.err-msg, .floaty-form form div.row html body .tiny-text.err-msg,
html body .floaty-form form div.row .tiny-text.error-message,
.floaty-form form div.row html body .tiny-text.error-message,
html body .case-management form div.row .tiny-text.err-msg,
.case-management form div.row html body .tiny-text.err-msg,
html body .case-management form div.row .tiny-text.error-message,
.case-management form div.row html body .tiny-text.error-message,
html body .clear-error-modal form div.row .tiny-text.err-msg,
.clear-error-modal form div.row html body .tiny-text.err-msg,
html body .clear-error-modal form div.row .tiny-text.error-message,
.clear-error-modal form div.row html body .tiny-text.error-message {
  font-size: 0.625rem;
}
html body .card-text.sub-text, html body .case-management button.load-more-queries p.sub-text, .case-management button.load-more-queries html body p.sub-text, html body .floaty-form form div.row .err-msg, .floaty-form form div.row html body .err-msg,
html body .floaty-form form div.row .error-message,
.floaty-form form div.row html body .error-message,
html body .case-management form div.row .err-msg,
.case-management form div.row html body .err-msg,
html body .case-management form div.row .error-message,
.case-management form div.row html body .error-message,
html body .clear-error-modal form div.row .err-msg,
.clear-error-modal form div.row html body .err-msg,
html body .clear-error-modal form div.row .error-message,
.clear-error-modal form div.row html body .error-message {
  font-size: 0.75rem;
}
html body .card-text.smaller-text, html body .case-management button.load-more-queries p, .case-management button.load-more-queries html body p, html body .floaty-form form div.row .smaller-text.err-msg, html body .floaty-form form div.row .case-management button.load-more-queries p.err-msg, .case-management button.load-more-queries html body .floaty-form form div.row p.err-msg, .floaty-form form div.row html body .smaller-text.err-msg, .floaty-form form div.row html body .case-management button.load-more-queries p.err-msg,
html body .floaty-form form div.row .smaller-text.error-message,
html body .floaty-form form div.row .case-management button.load-more-queries p.error-message,
.case-management button.load-more-queries html body .floaty-form form div.row p.error-message,
.floaty-form form div.row html body .smaller-text.error-message,
.floaty-form form div.row html body .case-management button.load-more-queries p.error-message,
html body .case-management form div.row .smaller-text.err-msg,
html body .case-management form div.row button.load-more-queries p.err-msg,
html body .case-management button.load-more-queries form div.row p.err-msg,
.case-management form div.row html body .smaller-text.err-msg,
.case-management form div.row html body button.load-more-queries p.err-msg,
.case-management button.load-more-queries form div.row html body p.err-msg,
html body .case-management form div.row .smaller-text.error-message,
html body .case-management form div.row button.load-more-queries p.error-message,
html body .case-management button.load-more-queries form div.row p.error-message,
.case-management form div.row html body .smaller-text.error-message,
.case-management form div.row html body button.load-more-queries p.error-message,
.case-management button.load-more-queries form div.row html body p.error-message,
html body .clear-error-modal form div.row .smaller-text.err-msg,
html body .clear-error-modal form div.row .case-management button.load-more-queries p.err-msg,
.case-management button.load-more-queries html body .clear-error-modal form div.row p.err-msg,
.clear-error-modal form div.row html body .smaller-text.err-msg,
.clear-error-modal form div.row html body .case-management button.load-more-queries p.err-msg,
html body .clear-error-modal form div.row .smaller-text.error-message,
html body .clear-error-modal form div.row .case-management button.load-more-queries p.error-message,
.case-management button.load-more-queries html body .clear-error-modal form div.row p.error-message,
.clear-error-modal form div.row html body .smaller-text.error-message,
.clear-error-modal form div.row html body .case-management button.load-more-queries p.error-message {
  font-size: 0.875rem;
}
html body .card-text.bigger-text, html body .case-management button.load-more-queries p.bigger-text, .case-management button.load-more-queries html body p.bigger-text, html body .floaty-form form div.row .bigger-text.err-msg, .floaty-form form div.row html body .bigger-text.err-msg,
html body .floaty-form form div.row .bigger-text.error-message,
.floaty-form form div.row html body .bigger-text.error-message,
html body .case-management form div.row .bigger-text.err-msg,
.case-management form div.row html body .bigger-text.err-msg,
html body .case-management form div.row .bigger-text.error-message,
.case-management form div.row html body .bigger-text.error-message,
html body .clear-error-modal form div.row .bigger-text.err-msg,
.clear-error-modal form div.row html body .bigger-text.err-msg,
html body .clear-error-modal form div.row .bigger-text.error-message,
.clear-error-modal form div.row html body .bigger-text.error-message {
  font-size: 1.125rem;
}
html body .card-text.largest-text, html body .case-management button.load-more-queries p.largest-text, .case-management button.load-more-queries html body p.largest-text, html body .floaty-form form div.row .largest-text.err-msg, .floaty-form form div.row html body .largest-text.err-msg,
html body .floaty-form form div.row .largest-text.error-message,
.floaty-form form div.row html body .largest-text.error-message,
html body .case-management form div.row .largest-text.err-msg,
.case-management form div.row html body .largest-text.err-msg,
html body .case-management form div.row .largest-text.error-message,
.case-management form div.row html body .largest-text.error-message,
html body .clear-error-modal form div.row .largest-text.err-msg,
.clear-error-modal form div.row html body .largest-text.err-msg,
html body .clear-error-modal form div.row .largest-text.error-message,
.clear-error-modal form div.row html body .largest-text.error-message {
  font-size: 1.5rem;
}
html body .card-text.tiniest-text-xs, html body .case-management button.load-more-queries p.tiniest-text-xs, .case-management button.load-more-queries html body p.tiniest-text-xs, html body .floaty-form form div.row .tiniest-text-xs.err-msg, .floaty-form form div.row html body .tiniest-text-xs.err-msg,
html body .floaty-form form div.row .tiniest-text-xs.error-message,
.floaty-form form div.row html body .tiniest-text-xs.error-message,
html body .case-management form div.row .tiniest-text-xs.err-msg,
.case-management form div.row html body .tiniest-text-xs.err-msg,
html body .case-management form div.row .tiniest-text-xs.error-message,
.case-management form div.row html body .tiniest-text-xs.error-message,
html body .clear-error-modal form div.row .tiniest-text-xs.err-msg,
.clear-error-modal form div.row html body .tiniest-text-xs.err-msg,
html body .clear-error-modal form div.row .tiniest-text-xs.error-message,
.clear-error-modal form div.row html body .tiniest-text-xs.error-message {
  font-size: 0.625rem;
}
html body .card-text.tiny-text-xs, html body .case-management button.load-more-queries p.tiny-text-xs, .case-management button.load-more-queries html body p.tiny-text-xs, html body .floaty-form form div.row .tiny-text-xs.err-msg, .floaty-form form div.row html body .tiny-text-xs.err-msg,
html body .floaty-form form div.row .tiny-text-xs.error-message,
.floaty-form form div.row html body .tiny-text-xs.error-message,
html body .case-management form div.row .tiny-text-xs.err-msg,
.case-management form div.row html body .tiny-text-xs.err-msg,
html body .case-management form div.row .tiny-text-xs.error-message,
.case-management form div.row html body .tiny-text-xs.error-message,
html body .clear-error-modal form div.row .tiny-text-xs.err-msg,
.clear-error-modal form div.row html body .tiny-text-xs.err-msg,
html body .clear-error-modal form div.row .tiny-text-xs.error-message,
.clear-error-modal form div.row html body .tiny-text-xs.error-message {
  font-size: 0.625rem;
}
html body .card-text.sub-text-xs, html body .case-management button.load-more-queries p.sub-text-xs, .case-management button.load-more-queries html body p.sub-text-xs, html body .floaty-form form div.row .sub-text-xs.err-msg, .floaty-form form div.row html body .sub-text-xs.err-msg,
html body .floaty-form form div.row .sub-text-xs.error-message,
.floaty-form form div.row html body .sub-text-xs.error-message,
html body .case-management form div.row .sub-text-xs.err-msg,
.case-management form div.row html body .sub-text-xs.err-msg,
html body .case-management form div.row .sub-text-xs.error-message,
.case-management form div.row html body .sub-text-xs.error-message,
html body .clear-error-modal form div.row .sub-text-xs.err-msg,
.clear-error-modal form div.row html body .sub-text-xs.err-msg,
html body .clear-error-modal form div.row .sub-text-xs.error-message,
.clear-error-modal form div.row html body .sub-text-xs.error-message {
  font-size: 0.75rem;
}
html body .card-text.smaller-text-xs, html body .case-management button.load-more-queries p.smaller-text-xs, .case-management button.load-more-queries html body p.smaller-text-xs, html body .floaty-form form div.row .smaller-text-xs.err-msg, .floaty-form form div.row html body .smaller-text-xs.err-msg,
html body .floaty-form form div.row .smaller-text-xs.error-message,
.floaty-form form div.row html body .smaller-text-xs.error-message,
html body .case-management form div.row .smaller-text-xs.err-msg,
.case-management form div.row html body .smaller-text-xs.err-msg,
html body .case-management form div.row .smaller-text-xs.error-message,
.case-management form div.row html body .smaller-text-xs.error-message,
html body .clear-error-modal form div.row .smaller-text-xs.err-msg,
.clear-error-modal form div.row html body .smaller-text-xs.err-msg,
html body .clear-error-modal form div.row .smaller-text-xs.error-message,
.clear-error-modal form div.row html body .smaller-text-xs.error-message {
  font-size: 0.875rem;
}
html body .card-text.bigger-text-xs, html body .case-management button.load-more-queries p.bigger-text-xs, .case-management button.load-more-queries html body p.bigger-text-xs, html body .floaty-form form div.row .bigger-text-xs.err-msg, .floaty-form form div.row html body .bigger-text-xs.err-msg,
html body .floaty-form form div.row .bigger-text-xs.error-message,
.floaty-form form div.row html body .bigger-text-xs.error-message,
html body .case-management form div.row .bigger-text-xs.err-msg,
.case-management form div.row html body .bigger-text-xs.err-msg,
html body .case-management form div.row .bigger-text-xs.error-message,
.case-management form div.row html body .bigger-text-xs.error-message,
html body .clear-error-modal form div.row .bigger-text-xs.err-msg,
.clear-error-modal form div.row html body .bigger-text-xs.err-msg,
html body .clear-error-modal form div.row .bigger-text-xs.error-message,
.clear-error-modal form div.row html body .bigger-text-xs.error-message {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  html body .card-text.tiniest-text-sm, html body .case-management button.load-more-queries p.tiniest-text-sm, .case-management button.load-more-queries html body p.tiniest-text-sm, html body .floaty-form form div.row .tiniest-text-sm.err-msg, .floaty-form form div.row html body .tiniest-text-sm.err-msg,
  html body .floaty-form form div.row .tiniest-text-sm.error-message,
  .floaty-form form div.row html body .tiniest-text-sm.error-message,
  html body .case-management form div.row .tiniest-text-sm.err-msg,
  .case-management form div.row html body .tiniest-text-sm.err-msg,
  html body .case-management form div.row .tiniest-text-sm.error-message,
  .case-management form div.row html body .tiniest-text-sm.error-message,
  html body .clear-error-modal form div.row .tiniest-text-sm.err-msg,
  .clear-error-modal form div.row html body .tiniest-text-sm.err-msg,
  html body .clear-error-modal form div.row .tiniest-text-sm.error-message,
  .clear-error-modal form div.row html body .tiniest-text-sm.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.tiny-text-sm, html body .case-management button.load-more-queries p.tiny-text-sm, .case-management button.load-more-queries html body p.tiny-text-sm, html body .floaty-form form div.row .tiny-text-sm.err-msg, .floaty-form form div.row html body .tiny-text-sm.err-msg,
  html body .floaty-form form div.row .tiny-text-sm.error-message,
  .floaty-form form div.row html body .tiny-text-sm.error-message,
  html body .case-management form div.row .tiny-text-sm.err-msg,
  .case-management form div.row html body .tiny-text-sm.err-msg,
  html body .case-management form div.row .tiny-text-sm.error-message,
  .case-management form div.row html body .tiny-text-sm.error-message,
  html body .clear-error-modal form div.row .tiny-text-sm.err-msg,
  .clear-error-modal form div.row html body .tiny-text-sm.err-msg,
  html body .clear-error-modal form div.row .tiny-text-sm.error-message,
  .clear-error-modal form div.row html body .tiny-text-sm.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.sub-text-sm, html body .case-management button.load-more-queries p.sub-text-sm, .case-management button.load-more-queries html body p.sub-text-sm, html body .floaty-form form div.row .sub-text-sm.err-msg, .floaty-form form div.row html body .sub-text-sm.err-msg,
  html body .floaty-form form div.row .sub-text-sm.error-message,
  .floaty-form form div.row html body .sub-text-sm.error-message,
  html body .case-management form div.row .sub-text-sm.err-msg,
  .case-management form div.row html body .sub-text-sm.err-msg,
  html body .case-management form div.row .sub-text-sm.error-message,
  .case-management form div.row html body .sub-text-sm.error-message,
  html body .clear-error-modal form div.row .sub-text-sm.err-msg,
  .clear-error-modal form div.row html body .sub-text-sm.err-msg,
  html body .clear-error-modal form div.row .sub-text-sm.error-message,
  .clear-error-modal form div.row html body .sub-text-sm.error-message {
    font-size: 0.75rem;
  }
  html body .card-text.smaller-text-sm, html body .case-management button.load-more-queries p.smaller-text-sm, .case-management button.load-more-queries html body p.smaller-text-sm, html body .floaty-form form div.row .smaller-text-sm.err-msg, .floaty-form form div.row html body .smaller-text-sm.err-msg,
  html body .floaty-form form div.row .smaller-text-sm.error-message,
  .floaty-form form div.row html body .smaller-text-sm.error-message,
  html body .case-management form div.row .smaller-text-sm.err-msg,
  .case-management form div.row html body .smaller-text-sm.err-msg,
  html body .case-management form div.row .smaller-text-sm.error-message,
  .case-management form div.row html body .smaller-text-sm.error-message,
  html body .clear-error-modal form div.row .smaller-text-sm.err-msg,
  .clear-error-modal form div.row html body .smaller-text-sm.err-msg,
  html body .clear-error-modal form div.row .smaller-text-sm.error-message,
  .clear-error-modal form div.row html body .smaller-text-sm.error-message {
    font-size: 0.875rem;
  }
  html body .card-text.bigger-text-sm, html body .case-management button.load-more-queries p.bigger-text-sm, .case-management button.load-more-queries html body p.bigger-text-sm, html body .floaty-form form div.row .bigger-text-sm.err-msg, .floaty-form form div.row html body .bigger-text-sm.err-msg,
  html body .floaty-form form div.row .bigger-text-sm.error-message,
  .floaty-form form div.row html body .bigger-text-sm.error-message,
  html body .case-management form div.row .bigger-text-sm.err-msg,
  .case-management form div.row html body .bigger-text-sm.err-msg,
  html body .case-management form div.row .bigger-text-sm.error-message,
  .case-management form div.row html body .bigger-text-sm.error-message,
  html body .clear-error-modal form div.row .bigger-text-sm.err-msg,
  .clear-error-modal form div.row html body .bigger-text-sm.err-msg,
  html body .clear-error-modal form div.row .bigger-text-sm.error-message,
  .clear-error-modal form div.row html body .bigger-text-sm.error-message {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  html body .card-text.tiniest-text-md, html body .case-management button.load-more-queries p.tiniest-text-md, .case-management button.load-more-queries html body p.tiniest-text-md, html body .floaty-form form div.row .tiniest-text-md.err-msg, .floaty-form form div.row html body .tiniest-text-md.err-msg,
  html body .floaty-form form div.row .tiniest-text-md.error-message,
  .floaty-form form div.row html body .tiniest-text-md.error-message,
  html body .case-management form div.row .tiniest-text-md.err-msg,
  .case-management form div.row html body .tiniest-text-md.err-msg,
  html body .case-management form div.row .tiniest-text-md.error-message,
  .case-management form div.row html body .tiniest-text-md.error-message,
  html body .clear-error-modal form div.row .tiniest-text-md.err-msg,
  .clear-error-modal form div.row html body .tiniest-text-md.err-msg,
  html body .clear-error-modal form div.row .tiniest-text-md.error-message,
  .clear-error-modal form div.row html body .tiniest-text-md.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.tiny-text-md, html body .case-management button.load-more-queries p.tiny-text-md, .case-management button.load-more-queries html body p.tiny-text-md, html body .floaty-form form div.row .tiny-text-md.err-msg, .floaty-form form div.row html body .tiny-text-md.err-msg,
  html body .floaty-form form div.row .tiny-text-md.error-message,
  .floaty-form form div.row html body .tiny-text-md.error-message,
  html body .case-management form div.row .tiny-text-md.err-msg,
  .case-management form div.row html body .tiny-text-md.err-msg,
  html body .case-management form div.row .tiny-text-md.error-message,
  .case-management form div.row html body .tiny-text-md.error-message,
  html body .clear-error-modal form div.row .tiny-text-md.err-msg,
  .clear-error-modal form div.row html body .tiny-text-md.err-msg,
  html body .clear-error-modal form div.row .tiny-text-md.error-message,
  .clear-error-modal form div.row html body .tiny-text-md.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.sub-text-md, html body .case-management button.load-more-queries p.sub-text-md, .case-management button.load-more-queries html body p.sub-text-md, html body .floaty-form form div.row .sub-text-md.err-msg, .floaty-form form div.row html body .sub-text-md.err-msg,
  html body .floaty-form form div.row .sub-text-md.error-message,
  .floaty-form form div.row html body .sub-text-md.error-message,
  html body .case-management form div.row .sub-text-md.err-msg,
  .case-management form div.row html body .sub-text-md.err-msg,
  html body .case-management form div.row .sub-text-md.error-message,
  .case-management form div.row html body .sub-text-md.error-message,
  html body .clear-error-modal form div.row .sub-text-md.err-msg,
  .clear-error-modal form div.row html body .sub-text-md.err-msg,
  html body .clear-error-modal form div.row .sub-text-md.error-message,
  .clear-error-modal form div.row html body .sub-text-md.error-message {
    font-size: 0.75rem;
  }
  html body .card-text.smaller-text-md, html body .case-management button.load-more-queries p.smaller-text-md, .case-management button.load-more-queries html body p.smaller-text-md, html body .floaty-form form div.row .smaller-text-md.err-msg, .floaty-form form div.row html body .smaller-text-md.err-msg,
  html body .floaty-form form div.row .smaller-text-md.error-message,
  .floaty-form form div.row html body .smaller-text-md.error-message,
  html body .case-management form div.row .smaller-text-md.err-msg,
  .case-management form div.row html body .smaller-text-md.err-msg,
  html body .case-management form div.row .smaller-text-md.error-message,
  .case-management form div.row html body .smaller-text-md.error-message,
  html body .clear-error-modal form div.row .smaller-text-md.err-msg,
  .clear-error-modal form div.row html body .smaller-text-md.err-msg,
  html body .clear-error-modal form div.row .smaller-text-md.error-message,
  .clear-error-modal form div.row html body .smaller-text-md.error-message {
    font-size: 0.875rem;
  }
  html body .card-text.bigger-text-md, html body .case-management button.load-more-queries p.bigger-text-md, .case-management button.load-more-queries html body p.bigger-text-md, html body .floaty-form form div.row .bigger-text-md.err-msg, .floaty-form form div.row html body .bigger-text-md.err-msg,
  html body .floaty-form form div.row .bigger-text-md.error-message,
  .floaty-form form div.row html body .bigger-text-md.error-message,
  html body .case-management form div.row .bigger-text-md.err-msg,
  .case-management form div.row html body .bigger-text-md.err-msg,
  html body .case-management form div.row .bigger-text-md.error-message,
  .case-management form div.row html body .bigger-text-md.error-message,
  html body .clear-error-modal form div.row .bigger-text-md.err-msg,
  .clear-error-modal form div.row html body .bigger-text-md.err-msg,
  html body .clear-error-modal form div.row .bigger-text-md.error-message,
  .clear-error-modal form div.row html body .bigger-text-md.error-message {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  html body .card-text.tiniest-text-lg, html body .case-management button.load-more-queries p.tiniest-text-lg, .case-management button.load-more-queries html body p.tiniest-text-lg, html body .floaty-form form div.row .tiniest-text-lg.err-msg, .floaty-form form div.row html body .tiniest-text-lg.err-msg,
  html body .floaty-form form div.row .tiniest-text-lg.error-message,
  .floaty-form form div.row html body .tiniest-text-lg.error-message,
  html body .case-management form div.row .tiniest-text-lg.err-msg,
  .case-management form div.row html body .tiniest-text-lg.err-msg,
  html body .case-management form div.row .tiniest-text-lg.error-message,
  .case-management form div.row html body .tiniest-text-lg.error-message,
  html body .clear-error-modal form div.row .tiniest-text-lg.err-msg,
  .clear-error-modal form div.row html body .tiniest-text-lg.err-msg,
  html body .clear-error-modal form div.row .tiniest-text-lg.error-message,
  .clear-error-modal form div.row html body .tiniest-text-lg.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.tiny-text-lg, html body .case-management button.load-more-queries p.tiny-text-lg, .case-management button.load-more-queries html body p.tiny-text-lg, html body .floaty-form form div.row .tiny-text-lg.err-msg, .floaty-form form div.row html body .tiny-text-lg.err-msg,
  html body .floaty-form form div.row .tiny-text-lg.error-message,
  .floaty-form form div.row html body .tiny-text-lg.error-message,
  html body .case-management form div.row .tiny-text-lg.err-msg,
  .case-management form div.row html body .tiny-text-lg.err-msg,
  html body .case-management form div.row .tiny-text-lg.error-message,
  .case-management form div.row html body .tiny-text-lg.error-message,
  html body .clear-error-modal form div.row .tiny-text-lg.err-msg,
  .clear-error-modal form div.row html body .tiny-text-lg.err-msg,
  html body .clear-error-modal form div.row .tiny-text-lg.error-message,
  .clear-error-modal form div.row html body .tiny-text-lg.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.sub-text-lg, html body .case-management button.load-more-queries p.sub-text-lg, .case-management button.load-more-queries html body p.sub-text-lg, html body .floaty-form form div.row .sub-text-lg.err-msg, .floaty-form form div.row html body .sub-text-lg.err-msg,
  html body .floaty-form form div.row .sub-text-lg.error-message,
  .floaty-form form div.row html body .sub-text-lg.error-message,
  html body .case-management form div.row .sub-text-lg.err-msg,
  .case-management form div.row html body .sub-text-lg.err-msg,
  html body .case-management form div.row .sub-text-lg.error-message,
  .case-management form div.row html body .sub-text-lg.error-message,
  html body .clear-error-modal form div.row .sub-text-lg.err-msg,
  .clear-error-modal form div.row html body .sub-text-lg.err-msg,
  html body .clear-error-modal form div.row .sub-text-lg.error-message,
  .clear-error-modal form div.row html body .sub-text-lg.error-message {
    font-size: 0.75rem;
  }
  html body .card-text.smaller-text-lg, html body .case-management button.load-more-queries p.smaller-text-lg, .case-management button.load-more-queries html body p.smaller-text-lg, html body .floaty-form form div.row .smaller-text-lg.err-msg, .floaty-form form div.row html body .smaller-text-lg.err-msg,
  html body .floaty-form form div.row .smaller-text-lg.error-message,
  .floaty-form form div.row html body .smaller-text-lg.error-message,
  html body .case-management form div.row .smaller-text-lg.err-msg,
  .case-management form div.row html body .smaller-text-lg.err-msg,
  html body .case-management form div.row .smaller-text-lg.error-message,
  .case-management form div.row html body .smaller-text-lg.error-message,
  html body .clear-error-modal form div.row .smaller-text-lg.err-msg,
  .clear-error-modal form div.row html body .smaller-text-lg.err-msg,
  html body .clear-error-modal form div.row .smaller-text-lg.error-message,
  .clear-error-modal form div.row html body .smaller-text-lg.error-message {
    font-size: 0.875rem;
  }
  html body .card-text.bigger-text-lg, html body .case-management button.load-more-queries p.bigger-text-lg, .case-management button.load-more-queries html body p.bigger-text-lg, html body .floaty-form form div.row .bigger-text-lg.err-msg, .floaty-form form div.row html body .bigger-text-lg.err-msg,
  html body .floaty-form form div.row .bigger-text-lg.error-message,
  .floaty-form form div.row html body .bigger-text-lg.error-message,
  html body .case-management form div.row .bigger-text-lg.err-msg,
  .case-management form div.row html body .bigger-text-lg.err-msg,
  html body .case-management form div.row .bigger-text-lg.error-message,
  .case-management form div.row html body .bigger-text-lg.error-message,
  html body .clear-error-modal form div.row .bigger-text-lg.err-msg,
  .clear-error-modal form div.row html body .bigger-text-lg.err-msg,
  html body .clear-error-modal form div.row .bigger-text-lg.error-message,
  .clear-error-modal form div.row html body .bigger-text-lg.error-message {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  html body .card-text.tiniest-text-xl, html body .case-management button.load-more-queries p.tiniest-text-xl, .case-management button.load-more-queries html body p.tiniest-text-xl, html body .floaty-form form div.row .tiniest-text-xl.err-msg, .floaty-form form div.row html body .tiniest-text-xl.err-msg,
  html body .floaty-form form div.row .tiniest-text-xl.error-message,
  .floaty-form form div.row html body .tiniest-text-xl.error-message,
  html body .case-management form div.row .tiniest-text-xl.err-msg,
  .case-management form div.row html body .tiniest-text-xl.err-msg,
  html body .case-management form div.row .tiniest-text-xl.error-message,
  .case-management form div.row html body .tiniest-text-xl.error-message,
  html body .clear-error-modal form div.row .tiniest-text-xl.err-msg,
  .clear-error-modal form div.row html body .tiniest-text-xl.err-msg,
  html body .clear-error-modal form div.row .tiniest-text-xl.error-message,
  .clear-error-modal form div.row html body .tiniest-text-xl.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.tiny-text-xl, html body .case-management button.load-more-queries p.tiny-text-xl, .case-management button.load-more-queries html body p.tiny-text-xl, html body .floaty-form form div.row .tiny-text-xl.err-msg, .floaty-form form div.row html body .tiny-text-xl.err-msg,
  html body .floaty-form form div.row .tiny-text-xl.error-message,
  .floaty-form form div.row html body .tiny-text-xl.error-message,
  html body .case-management form div.row .tiny-text-xl.err-msg,
  .case-management form div.row html body .tiny-text-xl.err-msg,
  html body .case-management form div.row .tiny-text-xl.error-message,
  .case-management form div.row html body .tiny-text-xl.error-message,
  html body .clear-error-modal form div.row .tiny-text-xl.err-msg,
  .clear-error-modal form div.row html body .tiny-text-xl.err-msg,
  html body .clear-error-modal form div.row .tiny-text-xl.error-message,
  .clear-error-modal form div.row html body .tiny-text-xl.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.sub-text-xl, html body .case-management button.load-more-queries p.sub-text-xl, .case-management button.load-more-queries html body p.sub-text-xl, html body .floaty-form form div.row .sub-text-xl.err-msg, .floaty-form form div.row html body .sub-text-xl.err-msg,
  html body .floaty-form form div.row .sub-text-xl.error-message,
  .floaty-form form div.row html body .sub-text-xl.error-message,
  html body .case-management form div.row .sub-text-xl.err-msg,
  .case-management form div.row html body .sub-text-xl.err-msg,
  html body .case-management form div.row .sub-text-xl.error-message,
  .case-management form div.row html body .sub-text-xl.error-message,
  html body .clear-error-modal form div.row .sub-text-xl.err-msg,
  .clear-error-modal form div.row html body .sub-text-xl.err-msg,
  html body .clear-error-modal form div.row .sub-text-xl.error-message,
  .clear-error-modal form div.row html body .sub-text-xl.error-message {
    font-size: 0.75rem;
  }
  html body .card-text.smaller-text-xl, html body .case-management button.load-more-queries p.smaller-text-xl, .case-management button.load-more-queries html body p.smaller-text-xl, html body .floaty-form form div.row .smaller-text-xl.err-msg, .floaty-form form div.row html body .smaller-text-xl.err-msg,
  html body .floaty-form form div.row .smaller-text-xl.error-message,
  .floaty-form form div.row html body .smaller-text-xl.error-message,
  html body .case-management form div.row .smaller-text-xl.err-msg,
  .case-management form div.row html body .smaller-text-xl.err-msg,
  html body .case-management form div.row .smaller-text-xl.error-message,
  .case-management form div.row html body .smaller-text-xl.error-message,
  html body .clear-error-modal form div.row .smaller-text-xl.err-msg,
  .clear-error-modal form div.row html body .smaller-text-xl.err-msg,
  html body .clear-error-modal form div.row .smaller-text-xl.error-message,
  .clear-error-modal form div.row html body .smaller-text-xl.error-message {
    font-size: 0.875rem;
  }
  html body .card-text.bigger-text-xl, html body .case-management button.load-more-queries p.bigger-text-xl, .case-management button.load-more-queries html body p.bigger-text-xl, html body .floaty-form form div.row .bigger-text-xl.err-msg, .floaty-form form div.row html body .bigger-text-xl.err-msg,
  html body .floaty-form form div.row .bigger-text-xl.error-message,
  .floaty-form form div.row html body .bigger-text-xl.error-message,
  html body .case-management form div.row .bigger-text-xl.err-msg,
  .case-management form div.row html body .bigger-text-xl.err-msg,
  html body .case-management form div.row .bigger-text-xl.error-message,
  .case-management form div.row html body .bigger-text-xl.error-message,
  html body .clear-error-modal form div.row .bigger-text-xl.err-msg,
  .clear-error-modal form div.row html body .bigger-text-xl.err-msg,
  html body .clear-error-modal form div.row .bigger-text-xl.error-message,
  .clear-error-modal form div.row html body .bigger-text-xl.error-message {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  html body .card-text.tiniest-text-xxl, html body .case-management button.load-more-queries p.tiniest-text-xxl, .case-management button.load-more-queries html body p.tiniest-text-xxl, html body .floaty-form form div.row .tiniest-text-xxl.err-msg, .floaty-form form div.row html body .tiniest-text-xxl.err-msg,
  html body .floaty-form form div.row .tiniest-text-xxl.error-message,
  .floaty-form form div.row html body .tiniest-text-xxl.error-message,
  html body .case-management form div.row .tiniest-text-xxl.err-msg,
  .case-management form div.row html body .tiniest-text-xxl.err-msg,
  html body .case-management form div.row .tiniest-text-xxl.error-message,
  .case-management form div.row html body .tiniest-text-xxl.error-message,
  html body .clear-error-modal form div.row .tiniest-text-xxl.err-msg,
  .clear-error-modal form div.row html body .tiniest-text-xxl.err-msg,
  html body .clear-error-modal form div.row .tiniest-text-xxl.error-message,
  .clear-error-modal form div.row html body .tiniest-text-xxl.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.tiny-text-xxl, html body .case-management button.load-more-queries p.tiny-text-xxl, .case-management button.load-more-queries html body p.tiny-text-xxl, html body .floaty-form form div.row .tiny-text-xxl.err-msg, .floaty-form form div.row html body .tiny-text-xxl.err-msg,
  html body .floaty-form form div.row .tiny-text-xxl.error-message,
  .floaty-form form div.row html body .tiny-text-xxl.error-message,
  html body .case-management form div.row .tiny-text-xxl.err-msg,
  .case-management form div.row html body .tiny-text-xxl.err-msg,
  html body .case-management form div.row .tiny-text-xxl.error-message,
  .case-management form div.row html body .tiny-text-xxl.error-message,
  html body .clear-error-modal form div.row .tiny-text-xxl.err-msg,
  .clear-error-modal form div.row html body .tiny-text-xxl.err-msg,
  html body .clear-error-modal form div.row .tiny-text-xxl.error-message,
  .clear-error-modal form div.row html body .tiny-text-xxl.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.sub-text-xxl, html body .case-management button.load-more-queries p.sub-text-xxl, .case-management button.load-more-queries html body p.sub-text-xxl, html body .floaty-form form div.row .sub-text-xxl.err-msg, .floaty-form form div.row html body .sub-text-xxl.err-msg,
  html body .floaty-form form div.row .sub-text-xxl.error-message,
  .floaty-form form div.row html body .sub-text-xxl.error-message,
  html body .case-management form div.row .sub-text-xxl.err-msg,
  .case-management form div.row html body .sub-text-xxl.err-msg,
  html body .case-management form div.row .sub-text-xxl.error-message,
  .case-management form div.row html body .sub-text-xxl.error-message,
  html body .clear-error-modal form div.row .sub-text-xxl.err-msg,
  .clear-error-modal form div.row html body .sub-text-xxl.err-msg,
  html body .clear-error-modal form div.row .sub-text-xxl.error-message,
  .clear-error-modal form div.row html body .sub-text-xxl.error-message {
    font-size: 0.75rem;
  }
  html body .card-text.smaller-text-xxl, html body .case-management button.load-more-queries p.smaller-text-xxl, .case-management button.load-more-queries html body p.smaller-text-xxl, html body .floaty-form form div.row .smaller-text-xxl.err-msg, .floaty-form form div.row html body .smaller-text-xxl.err-msg,
  html body .floaty-form form div.row .smaller-text-xxl.error-message,
  .floaty-form form div.row html body .smaller-text-xxl.error-message,
  html body .case-management form div.row .smaller-text-xxl.err-msg,
  .case-management form div.row html body .smaller-text-xxl.err-msg,
  html body .case-management form div.row .smaller-text-xxl.error-message,
  .case-management form div.row html body .smaller-text-xxl.error-message,
  html body .clear-error-modal form div.row .smaller-text-xxl.err-msg,
  .clear-error-modal form div.row html body .smaller-text-xxl.err-msg,
  html body .clear-error-modal form div.row .smaller-text-xxl.error-message,
  .clear-error-modal form div.row html body .smaller-text-xxl.error-message {
    font-size: 0.875rem;
  }
  html body .card-text.bigger-text-xxl, html body .case-management button.load-more-queries p.bigger-text-xxl, .case-management button.load-more-queries html body p.bigger-text-xxl, html body .floaty-form form div.row .bigger-text-xxl.err-msg, .floaty-form form div.row html body .bigger-text-xxl.err-msg,
  html body .floaty-form form div.row .bigger-text-xxl.error-message,
  .floaty-form form div.row html body .bigger-text-xxl.error-message,
  html body .case-management form div.row .bigger-text-xxl.err-msg,
  .case-management form div.row html body .bigger-text-xxl.err-msg,
  html body .case-management form div.row .bigger-text-xxl.error-message,
  .case-management form div.row html body .bigger-text-xxl.error-message,
  html body .clear-error-modal form div.row .bigger-text-xxl.err-msg,
  .clear-error-modal form div.row html body .bigger-text-xxl.err-msg,
  html body .clear-error-modal form div.row .bigger-text-xxl.error-message,
  .clear-error-modal form div.row html body .bigger-text-xxl.error-message {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  html body .card-text.tiniest-text-xxxl, html body .case-management button.load-more-queries p.tiniest-text-xxxl, .case-management button.load-more-queries html body p.tiniest-text-xxxl, html body .floaty-form form div.row .tiniest-text-xxxl.err-msg, .floaty-form form div.row html body .tiniest-text-xxxl.err-msg,
  html body .floaty-form form div.row .tiniest-text-xxxl.error-message,
  .floaty-form form div.row html body .tiniest-text-xxxl.error-message,
  html body .case-management form div.row .tiniest-text-xxxl.err-msg,
  .case-management form div.row html body .tiniest-text-xxxl.err-msg,
  html body .case-management form div.row .tiniest-text-xxxl.error-message,
  .case-management form div.row html body .tiniest-text-xxxl.error-message,
  html body .clear-error-modal form div.row .tiniest-text-xxxl.err-msg,
  .clear-error-modal form div.row html body .tiniest-text-xxxl.err-msg,
  html body .clear-error-modal form div.row .tiniest-text-xxxl.error-message,
  .clear-error-modal form div.row html body .tiniest-text-xxxl.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.tiny-text-xxxl, html body .case-management button.load-more-queries p.tiny-text-xxxl, .case-management button.load-more-queries html body p.tiny-text-xxxl, html body .floaty-form form div.row .tiny-text-xxxl.err-msg, .floaty-form form div.row html body .tiny-text-xxxl.err-msg,
  html body .floaty-form form div.row .tiny-text-xxxl.error-message,
  .floaty-form form div.row html body .tiny-text-xxxl.error-message,
  html body .case-management form div.row .tiny-text-xxxl.err-msg,
  .case-management form div.row html body .tiny-text-xxxl.err-msg,
  html body .case-management form div.row .tiny-text-xxxl.error-message,
  .case-management form div.row html body .tiny-text-xxxl.error-message,
  html body .clear-error-modal form div.row .tiny-text-xxxl.err-msg,
  .clear-error-modal form div.row html body .tiny-text-xxxl.err-msg,
  html body .clear-error-modal form div.row .tiny-text-xxxl.error-message,
  .clear-error-modal form div.row html body .tiny-text-xxxl.error-message {
    font-size: 0.625rem;
  }
  html body .card-text.sub-text-xxxl, html body .case-management button.load-more-queries p.sub-text-xxxl, .case-management button.load-more-queries html body p.sub-text-xxxl, html body .floaty-form form div.row .sub-text-xxxl.err-msg, .floaty-form form div.row html body .sub-text-xxxl.err-msg,
  html body .floaty-form form div.row .sub-text-xxxl.error-message,
  .floaty-form form div.row html body .sub-text-xxxl.error-message,
  html body .case-management form div.row .sub-text-xxxl.err-msg,
  .case-management form div.row html body .sub-text-xxxl.err-msg,
  html body .case-management form div.row .sub-text-xxxl.error-message,
  .case-management form div.row html body .sub-text-xxxl.error-message,
  html body .clear-error-modal form div.row .sub-text-xxxl.err-msg,
  .clear-error-modal form div.row html body .sub-text-xxxl.err-msg,
  html body .clear-error-modal form div.row .sub-text-xxxl.error-message,
  .clear-error-modal form div.row html body .sub-text-xxxl.error-message {
    font-size: 0.75rem;
  }
  html body .card-text.smaller-text-xxxl, html body .case-management button.load-more-queries p.smaller-text-xxxl, .case-management button.load-more-queries html body p.smaller-text-xxxl, html body .floaty-form form div.row .smaller-text-xxxl.err-msg, .floaty-form form div.row html body .smaller-text-xxxl.err-msg,
  html body .floaty-form form div.row .smaller-text-xxxl.error-message,
  .floaty-form form div.row html body .smaller-text-xxxl.error-message,
  html body .case-management form div.row .smaller-text-xxxl.err-msg,
  .case-management form div.row html body .smaller-text-xxxl.err-msg,
  html body .case-management form div.row .smaller-text-xxxl.error-message,
  .case-management form div.row html body .smaller-text-xxxl.error-message,
  html body .clear-error-modal form div.row .smaller-text-xxxl.err-msg,
  .clear-error-modal form div.row html body .smaller-text-xxxl.err-msg,
  html body .clear-error-modal form div.row .smaller-text-xxxl.error-message,
  .clear-error-modal form div.row html body .smaller-text-xxxl.error-message {
    font-size: 0.875rem;
  }
  html body .card-text.bigger-text-xxxl, html body .case-management button.load-more-queries p.bigger-text-xxxl, .case-management button.load-more-queries html body p.bigger-text-xxxl, html body .floaty-form form div.row .bigger-text-xxxl.err-msg, .floaty-form form div.row html body .bigger-text-xxxl.err-msg,
  html body .floaty-form form div.row .bigger-text-xxxl.error-message,
  .floaty-form form div.row html body .bigger-text-xxxl.error-message,
  html body .case-management form div.row .bigger-text-xxxl.err-msg,
  .case-management form div.row html body .bigger-text-xxxl.err-msg,
  html body .case-management form div.row .bigger-text-xxxl.error-message,
  .case-management form div.row html body .bigger-text-xxxl.error-message,
  html body .clear-error-modal form div.row .bigger-text-xxxl.err-msg,
  .clear-error-modal form div.row html body .bigger-text-xxxl.err-msg,
  html body .clear-error-modal form div.row .bigger-text-xxxl.error-message,
  .clear-error-modal form div.row html body .bigger-text-xxxl.error-message {
    font-size: 1.125rem;
  }
}
html body .card-title.article-card-title {
  font-size: 1.56rem;
}
html body .content-text.sub-text, html body .floaty-form form div.row .content-text.err-msg, .floaty-form form div.row html body .content-text.err-msg,
html body .floaty-form form div.row .content-text.error-message,
.floaty-form form div.row html body .content-text.error-message,
html body .case-management form div.row .content-text.err-msg,
.case-management form div.row html body .content-text.err-msg,
html body .case-management form div.row .content-text.error-message,
.case-management form div.row html body .content-text.error-message,
html body .clear-error-modal form div.row .content-text.err-msg,
.clear-error-modal form div.row html body .content-text.err-msg,
html body .clear-error-modal form div.row .content-text.error-message,
.clear-error-modal form div.row html body .content-text.error-message, html body .content p.sub-text, html body .content .floaty-form form div.row p.err-msg, .floaty-form form div.row html body .content p.err-msg,
html body .content .floaty-form form div.row p.error-message,
.floaty-form form div.row html body .content p.error-message,
html body .content .case-management form div.row p.err-msg,
.case-management form div.row html body .content p.err-msg,
html body .content .case-management form div.row p.error-message,
.case-management form div.row html body .content p.error-message,
html body .content .clear-error-modal form div.row p.err-msg,
.clear-error-modal form div.row html body .content p.err-msg,
html body .content .clear-error-modal form div.row p.error-message,
.clear-error-modal form div.row html body .content p.error-message {
  font-size: 0.875rem;
}
b, strong {
  font-weight: 600;
}
.text-hide .text-show {
  text-indent: 0;
}
.notempty {
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .text-md-black-50 {
    color: rgba(10, 18, 29, 0.5) !important;
  }
  .text-md-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
@media all and (min-width: 992px) {
  .text-lg-black-50 {
    color: rgba(10, 18, 29, 0.5) !important;
  }
  .text-lg-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
@media all and (min-width: 1200px) {
  .text-xl-black-50 {
    color: rgba(10, 18, 29, 0.5) !important;
  }
  .text-xl-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
@media all and (min-width: 1600px) {
  .text-xxl-black-50 {
    color: rgba(10, 18, 29, 0.5) !important;
  }
  .text-xxl-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
.text-black {
  color: #000;
}
.italic {
  font-style: italic !important;
}
.roman {
  font-style: normal !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.normal-case {
  text-transform: none !important;
}
.underline {
  text-decoration: underline !important;
}
.line-through {
  text-decoration: line-through !important;
}
.no-underline {
  text-decoration: none !important;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-loose {
  line-height: 2;
}
.leading-r-normal {
  line-height: 1.5rem !important;
}
.font-hairline {
  font-weight: 100;
}
.font-thin {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.text-align-baseline {
  vertical-align: baseline;
}
.text-align-top {
  vertical-align: top;
}
.text-align-middle {
  vertical-align: middle;
}
.text-align-bottom {
  vertical-align: bottom;
}
.text-align-text-top {
  vertical-align: text-top;
}
.text-align-text-bottom {
  vertical-align: text-bottom;
}
.btn, span.add-attachment label {
  display: inline-block;
  position: relative;
  background-color: transparent;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none !important;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0;
  outline: 0 !important;
  -webkit-user-select: none;
          user-select: none;
  will-change: box-shadow, transform;
  transition: opacity ease 0.3s, box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--bs-border-radius);
  padding: 15px 30px;
  min-width: 159px;
  height: 47px;
  font-size: 14px !important;
  border-radius: 50rem !important;
  font-weight: 700 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn:not(:disabled):not(.disabled), span.add-attachment label:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, span.add-attachment label:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, span.add-attachment label:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus, span.add-attachment label:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, span.add-attachment label:not(:disabled):not(.disabled).active:focus {
  background-image: none;
  box-shadow: none;
}
.btn.text-left, span.add-attachment label.text-left {
  text-align: left;
  padding: 1.168rem 5.2rem 1.168rem 1.8rem;
}
.btn.text-right, span.add-attachment label.text-right {
  text-align: right;
  padding: 1.168rem 1.9rem 1.168rem 3.8rem;
}
@media (prefers-reduced-motion: reduce) {
  .btn, span.add-attachment label {
    transition: none;
  }
}
.btn.disabled, span.add-attachment label.disabled {
  opacity: 0.2 !important;
  pointer-events: auto !important;
}
.btn.disabled:hover, span.add-attachment label.disabled:hover, .btn.disabled:focus, span.add-attachment label.disabled:focus, .btn.disabled:active, span.add-attachment label.disabled:active, .btn:disabled:hover, span.add-attachment label:disabled:hover, .btn:disabled:focus, span.add-attachment label:disabled:focus, .btn:disabled:active, span.add-attachment label:disabled:active {
  box-shadow: none;
  cursor: default;
}
@media all and (min-width: 1024px) {
  .btn, span.add-attachment label {
    font-size: 1.125rem;
    min-width: 210px;
    max-width: 210px;
    padding: 0.462em 1rem;
  }
  .btn.text-left, span.add-attachment label.text-left {
    padding: 0.706em 5.2rem 0.75rem 1.8rem;
  }
  .btn.text-right, span.add-attachment label.text-right {
    padding: 0.706em 1.9rem 0.75rem 3.8rem;
  }
}
@media all and (min-width: 280px) {
  .btn, span.add-attachment label {
    min-width: 124px;
    max-width: 124px;
  }
}
@media all and (min-width: 400px) {
  .btn, span.add-attachment label {
    min-width: 127.5px;
    max-width: 127.5px;
  }
}
@media all and (min-width: 768px) {
  .btn, span.add-attachment label {
    min-width: 159px;
    max-width: 159px;
  }
}
@media all and (min-width: 1400px) {
  .btn, span.add-attachment label {
    max-width: max-content;
    padding: 15px 30px;
  }
}
.btn-small {
  display: inline-block;
  position: relative;
  background-color: transparent;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none !important;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0;
  outline: 0 !important;
  -webkit-user-select: none;
          user-select: none;
  will-change: box-shadow, transform;
  transition: opacity ease 0.3s, box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  font-size: 0.625rem;
  min-width: 90px;
  max-height: 25px;
  padding: 0.2rem 1rem;
  opacity: 0.1;
}
.btn-small:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-small:not(:disabled):not(.disabled):active, .btn-small:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: none;
}
.btn-small:not(:disabled):not(.disabled):active:focus, .btn-small:not(:disabled):not(.disabled).active:focus {
  background-image: none;
  box-shadow: none;
}
.btn-small.text-left {
  text-align: left;
  padding: 1.168rem 5.2rem 1.168rem 1.8rem;
}
.btn-small.text-right {
  text-align: right;
  padding: 1.168rem 1.9rem 1.168rem 3.8rem;
}
@media (prefers-reduced-motion: reduce) {
  .btn-small {
    transition: none;
  }
}
.btn-tiny {
  display: inline-block;
  position: relative;
  background-color: transparent;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none !important;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0;
  outline: 0 !important;
  -webkit-user-select: none;
          user-select: none;
  will-change: box-shadow, transform;
  transition: opacity ease 0.3s, box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  font-size: 0.625rem;
  padding: 0 0.625rem;
  max-height: 25px;
  opacity: 0.1;
}
.btn-tiny:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-tiny:not(:disabled):not(.disabled):active, .btn-tiny:not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: none;
}
.btn-tiny:not(:disabled):not(.disabled):active:focus, .btn-tiny:not(:disabled):not(.disabled).active:focus {
  background-image: none;
  box-shadow: none;
}
.btn-tiny.text-left {
  text-align: left;
  padding: 1.168rem 5.2rem 1.168rem 1.8rem;
}
.btn-tiny.text-right {
  text-align: right;
  padding: 1.168rem 1.9rem 1.168rem 3.8rem;
}
@media (prefers-reduced-motion: reduce) {
  .btn-tiny {
    transition: none;
  }
}
@media all and (min-width: 768px) {
  .btn-tiny {
    padding: 0.3125rem 1rem;
    max-height: 25px;
  }
}
.link-btn,
.flickity-btn {
  text-decoration: none !important;
  opacity: 1;
  transition: opacity ease 0.3s;
}
.link-btn.underline,
.flickity-btn.underline {
  text-decoration: underline !important;
}
.link-btn:hover,
.flickity-btn:hover {
  opacity: 0.8;
}
.btn-primary, ul.subscriptions li ul li p.buttons.buttons button.reconnect {
  color: #fff;
  background-color: #179edd;
  border-color: #179edd;
  opacity: 1;
}
.btn-primary:visited, ul.subscriptions li ul li p.buttons.buttons button.reconnect:visited {
  opacity: 0.8;
}
.btn-primary:visited:hover:not(:disabled):not(.disabled):not(.no-hover), ul.subscriptions li ul li p.buttons.buttons button.reconnect:visited:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #179edd;
  border-color: #179edd;
}
.btn-primary:focus, ul.subscriptions li ul li p.buttons.buttons button.reconnect:focus, .btn-primary.focus, ul.subscriptions li ul li p.buttons.buttons button.focus.reconnect {
  color: #fff;
  background-color: #179edd;
  opacity: 1;
}
.btn-primary:hover:not(:disabled):not(.disabled):not(.no-hover), ul.subscriptions li ul li p.buttons.buttons button.reconnect:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #179edd !important;
  opacity: 0.8;
  cursor: pointer;
}
.btn-outline-primary {
  color: #179edd;
  background-color: transparent;
  border-color: #179edd;
  opacity: 1;
}
.btn-outline-primary:visited {
  opacity: 0.8;
}
.btn-outline-primary:visited:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #179edd;
  background-color: transparent;
  border-color: #179edd;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #179edd;
  background-color: transparent;
  opacity: 1;
}
.btn-outline-primary:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #179edd;
  background-color: transparent !important;
  opacity: 0.8;
  cursor: pointer;
}
.btn-white, ul.subscriptions li ul li p.buttons.buttons button.change-package {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.btn-white:visited, ul.subscriptions li ul li p.buttons.buttons button.change-package:visited {
  opacity: 0.8;
}
.btn-white:visited:hover:not(:disabled):not(.disabled):not(.no-hover), ul.subscriptions li ul li p.buttons.buttons button.change-package:visited:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
}
.btn-white:focus, ul.subscriptions li ul li p.buttons.buttons button.change-package:focus, .btn-white.focus, ul.subscriptions li ul li p.buttons.buttons button.focus.change-package {
  color: #fff;
  background-color: #0095da;
  opacity: 1;
}
.btn-white:hover:not(:disabled):not(.disabled):not(.no-hover), ul.subscriptions li ul li p.buttons.buttons button.change-package:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #0095da !important;
  opacity: 0.8;
  cursor: pointer;
}
.btn-white:disabled, ul.subscriptions li ul li p.buttons.buttons button.change-package:disabled, .btn-white.disabled, ul.subscriptions li ul li p.buttons.buttons button.disabled.change-package {
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  opacity: 1 !important;
}
.btn-white.btn-view-all, ul.subscriptions li ul li p.buttons.buttons button.btn-view-all.change-package {
  opacity: 0.1 !important;
}
.btn-outline-white, ul.subscriptions li ul li p.buttons.buttons button.disconnect {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  opacity: 1;
}
.btn-outline-white:visited, ul.subscriptions li ul li p.buttons.buttons button.disconnect:visited {
  opacity: 0.8;
}
.btn-outline-white:visited:hover:not(:disabled):not(.disabled):not(.no-hover), ul.subscriptions li ul li p.buttons.buttons button.disconnect:visited:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
}
.btn-outline-white:focus, ul.subscriptions li ul li p.buttons.buttons button.disconnect:focus, .btn-outline-white.focus, ul.subscriptions li ul li p.buttons.buttons button.focus.disconnect {
  color: #fff;
  background-color: #0095da;
  opacity: 1;
}
.btn-outline-white:hover:not(:disabled):not(.disabled):not(.no-hover), ul.subscriptions li ul li p.buttons.buttons button.disconnect:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #0095da !important;
  opacity: 0.8;
  cursor: pointer;
}
.btn-outline-white:disabled, ul.subscriptions li ul li p.buttons.buttons button.disconnect:disabled, .btn-outline-white.disabled, ul.subscriptions li ul li p.buttons.buttons button.disabled.disconnect {
  color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  opacity: 1 !important;
}
.btn-white-transparent {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  border-color: none;
  opacity: 1;
}
.btn-white-transparent:visited {
  opacity: 0.8;
}
.btn-white-transparent:visited:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: none;
}
.btn-white-transparent:focus, .btn-white-transparent.focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.btn-white-transparent:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2) !important;
  opacity: 0.8;
  cursor: pointer;
}
.btn-white-transparent:disabled, .btn-white-transparent.disabled {
  color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  opacity: 1 !important;
}
.btn-black, span.add-attachment label {
  color: #fff;
  background-color: #000;
  border-color: #000;
  opacity: 1;
}
.btn-black:visited, span.add-attachment label:visited {
  opacity: 0.8;
}
.btn-black:visited:hover:not(:disabled):not(.disabled):not(.no-hover), span.add-attachment label:visited:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
}
.btn-black:focus, span.add-attachment label:focus, .btn-black.focus, span.add-attachment label.focus {
  color: #fff;
  background-color: #0095da;
  opacity: 1;
}
.btn-black:hover:not(:disabled):not(.disabled):not(.no-hover), span.add-attachment label:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #0095da !important;
  opacity: 0.8;
  cursor: pointer;
}
.btn-black:disabled, span.add-attachment label:disabled, .btn-black.disabled, span.add-attachment label.disabled {
  color: rgba(10, 18, 29, 0.2);
  background-color: rgba(10, 18, 29, 0.1);
  border-color: transparent;
  opacity: 1 !important;
}
.btn-outline-black, section.query-details section.add-comment span.add-attachment label {
  color: #000;
  background-color: transparent;
  border-color: #000;
  opacity: 1;
}
.btn-outline-black:visited, section.query-details section.add-comment span.add-attachment label:visited {
  opacity: 0.8;
}
.btn-outline-black:visited:hover:not(:disabled):not(.disabled):not(.no-hover), section.query-details section.add-comment span.add-attachment label:visited:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
}
.btn-outline-black:focus, section.query-details section.add-comment span.add-attachment label:focus, .btn-outline-black.focus, section.query-details section.add-comment span.add-attachment label.focus {
  color: #fff;
  background-color: #0095da;
  opacity: 1;
}
.btn-outline-black:hover:not(:disabled):not(.disabled):not(.no-hover), section.query-details section.add-comment span.add-attachment label:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: #fff;
  background-color: #0095da !important;
  opacity: 0.8;
  cursor: pointer;
}
.btn-outline-black:disabled, section.query-details section.add-comment span.add-attachment label:disabled, .btn-outline-black.disabled, section.query-details section.add-comment span.add-attachment label.disabled {
  color: rgba(10, 18, 29, 0.2);
  background-color: transparent;
  border-color: rgba(10, 18, 29, 0.1);
  opacity: 1 !important;
}
.btn-black-transparent {
  color: rgba(10, 19, 30, 0.5);
  background-color: rgba(10, 18, 29, 0.0509803922);
  border-color: rgba(10, 18, 29, 0.0509803922);
  opacity: 1;
}
.btn-black-transparent:visited {
  opacity: 0.8;
}
.btn-black-transparent:visited:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: rgba(10, 19, 30, 0.5);
  background-color: rgba(10, 18, 29, 0.0509803922);
  border-color: rgba(10, 18, 29, 0.0509803922);
}
.btn-black-transparent:focus, .btn-black-transparent.focus {
  color: rgba(10, 19, 30, 0.5);
  background-color: rgba(10, 18, 29, 0.0509803922);
  opacity: 1;
}
.btn-black-transparent:hover:not(:disabled):not(.disabled):not(.no-hover) {
  color: rgba(10, 19, 30, 0.5);
  background-color: rgba(10, 18, 29, 0.0509803922) !important;
  opacity: 0.8;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
button.anchor, .month-picker .rd-container section.rd-footer button {
  color: #007bff !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
}
button.anchor:hover, .month-picker .rd-container section.rd-footer button:hover {
  text-decoration: underline !important;
}
button.anchor:focus, .month-picker .rd-container section.rd-footer button:focus {
  border: 0 !important;
  outline: unset;
}
.btn-auto-width, .auto .btn, .auto span.add-attachment label, span.add-attachment .auto label {
  width: auto !important;
  max-width: unset;
  padding: 16px 32px !important;
}
:focus-visible,
button {
  outline: none !important;
}
button.btn.btn-outline-black:focus {
  color: #fff;
}
button.btn.btn-outline-black:hover {
  border-color: transparent !important;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin-loader {
  margin-bottom: 20px;
  border: 1px solid rgba(162, 182, 191, 0.4);
  border-left-color: #fff;
  border-bottom-color: #fff;
  border-top-color: #fff;
  animation: spin 0.8s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 84px;
  height: 84px;
}
.spin-loader.support-blue {
  border-width: 2px 1px 2px 2px;
  border-left-color: #0095da;
  border-bottom-color: #0095da;
  border-top-color: #0095da;
}
#header {
  z-index: 999;
  bottom: auto;
}
.navbar-brand.logo .header-logo {
  width: auto;
  max-height: 22px;
}
.navbar-nav .nav-link {
  font-weight: 500;
}
@media only screen and (min-width:1601px) {
  .navbar-nav .nav-link {
    font-size: 0.9rem;
  }
}
.navbar-nav .nav-link.link-btn {
  border: 0;
  outline: 0 !important;
}
@media only screen and (min-width:1601px) {
  .navbar-nav .nav-link.link-btn {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 1110px;
  }
}
@media (min-width: 1500px) {
  ._max-width, footer.dev nav, .main-container {
    max-width: 1410px;
  }
}
#commercial-self-service .h1 {
  font-size: 48px;
}
#commercial-self-service .h2 {
  font-size: 38px;
}
#commercial-self-service .h3 {
  font-size: 28px;
}
#commercial-self-service h4,
#commercial-self-service .h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
#commercial-self-service h5,
#commercial-self-service .h5,
#commercial-self-service .mah-cm .mah-cm-form h2,
.mah-cm .mah-cm-form #commercial-self-service h2,
#commercial-self-service .mah-cm .mah-cm-form .h2,
.mah-cm .mah-cm-form #commercial-self-service .h2,
#commercial-self-service section.query-details section.add-comment #new-comment-form .header-row h2,
section.query-details section.add-comment #new-comment-form .header-row #commercial-self-service h2,
#commercial-self-service section.query-details section.add-comment #new-comment-form .header-row .h2,
section.query-details section.add-comment #new-comment-form .header-row #commercial-self-service .h2,
#commercial-self-service section.query-details h3,
section.query-details #commercial-self-service h3,
#commercial-self-service section.query-details .h3,
section.query-details #commercial-self-service .h3,
#commercial-self-service section.payment-result h1,
section.payment-result #commercial-self-service h1,
#commercial-self-service section.payment-result .h1,
section.payment-result #commercial-self-service .h1 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
.rounded-scrollbar ::-webkit-scrollbar, section.query-details section.conversation ul.conversation ::-webkit-scrollbar, dialog.ui-modal-dialog.query-details-modal ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  padding: 2px;
  cursor: pointer !important;
}
.rounded-scrollbar ::-webkit-scrollbar-track, section.query-details section.conversation ul.conversation ::-webkit-scrollbar-track, dialog.ui-modal-dialog.query-details-modal ::-webkit-scrollbar-track {
  background: #454545;
  border-radius: 10px;
}
.rounded-scrollbar ::-webkit-scrollbar-thumb, section.query-details section.conversation ul.conversation ::-webkit-scrollbar-thumb, dialog.ui-modal-dialog.query-details-modal ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e1dede;
  border: 3px solid #454545;
}
.rounded-scrollbar ::-webkit-scrollbar-thumb:hover, section.query-details section.conversation ul.conversation ::-webkit-scrollbar-thumb:hover, dialog.ui-modal-dialog.query-details-modal ::-webkit-scrollbar-thumb:hover {
  background: #e1dede;
}
.ellipsis, ul.info-rows > li ul.info-details li.submitted-by,
ol.info-rows > li ul.info-details li.submitted-by, ul.attachments li span, .dashboard section.primary .box h3, .dashboard section.primary .box .h3, .dashboard section.left .box h3, .dashboard section.left .box .h3, section.company-switcher ul.company-list li label, .-visible-x, section.user-activities-container form.filter .row .col.react-select label.visible-x, .mah-cm .mah-cm-form .row .col.react-select label.visible-x, .statements-container .filter .row .col.react-select label.visible-x, section#statements form.filter .row .col.react-select label.visible-x, .floaty-form form div.col.react-select label.visible-x,
.case-management form div.col.react-select label.visible-x,
.clear-error-modal form div.col.react-select label.visible-x {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section:not(.main-container-inner) {
  padding: 60px 0 50px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section:not(.main-container-inner) {
    padding: 40px 0;
  }
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.header-space {
  min-height: 580px;
}
@media only screen and (min-width:1601px) {
  .header-space {
    min-height: 690px;
  }
}
.blur-block {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1019607843);
  border-width: 1px;
  border-style: solid;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.support-blue {
  color: #0095da !important;
}
.fade-none {
  opacity: 1;
}
.fade-half {
  opacity: 0.5;
}
.fade-1-4 {
  opacity: 0.75;
}
.fade-3-4 {
  opacity: 0.25;
}
.fade-60 {
  opacity: 0.6;
}
.fade-70 {
  opacity: 0.7;
}
.fade-active {
  opacity: 0.4;
}
.fade-active:hover, .fade-active.active {
  opacity: 1;
}
.block-icon-lg {
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .block-icon-lg {
    height: 50px;
    width: 50px;
  }
}
.outline-none {
  outline: none !important;
}
.btn-white-transparent {
  font-size: 10px;
}
.btn-white-transparent.font-larger {
  font-size: inherit;
}
.mt-250 {
  margin-top: 250px;
}
.textarea-autosize::-webkit-input-placeholder {
  text-align: left;
  vertical-align: central;
}
.jcf-checked-blue {
  background-color: #0095da !important;
}
.jcf-checked-blue span {
  color: #fff !important;
}
.jcf-checked-blue span:before {
  content: "\e964";
}
.text-grey {
  color: #94939b;
}
.text-black-light {
  color: #0a121d;
}
.border-dark-fade-20 {
  border: 1px solid rgba(10, 18, 29, 0.2);
}
.border-white-fade-10, ul.info-rows > li,
ol.info-rows > li {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cursor-pointer {
  cursor: pointer;
}
.flex-50 {
  flex: 50%;
}
.mr-15 {
  margin-right: 15px;
}
.mr-23 {
  margin-right: 23px;
}
.mt-12 {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .mt-md-14 {
    margin-top: 14px !important;
  }
}
@media (max-width: 414px) {
  .card-text.largest-text, .case-management button.load-more-queries p.largest-text, .floaty-form form div.row .largest-text.err-msg,
  .floaty-form form div.row .largest-text.error-message,
  .case-management form div.row .largest-text.err-msg,
  .case-management form div.row .largest-text.error-message,
  .clear-error-modal form div.row .largest-text.err-msg,
  .clear-error-modal form div.row .largest-text.error-message {
    font-size: 1.25rem;
  }
  .card-text.bigger-text, .case-management button.load-more-queries p.bigger-text, .floaty-form form div.row .bigger-text.err-msg,
  .floaty-form form div.row .bigger-text.error-message,
  .case-management form div.row .bigger-text.err-msg,
  .case-management form div.row .bigger-text.error-message,
  .clear-error-modal form div.row .bigger-text.err-msg,
  .clear-error-modal form div.row .bigger-text.error-message {
    font-size: 1rem;
  }
}
.neg-mb-1 {
  margin-bottom: -0.25rem;
}
@media (min-width: 992px) {
  .cust-modal-lg {
    max-width: 930px;
  }
}
.cust-pb-25 {
  padding-bottom: 250px;
}
.cust-pb-26 {
  padding-bottom: 260px;
}
.max-w-100 {
  max-width: 100% !important;
}
.max-h-none {
  max-height: none !important;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  background-color: rgb(0, 103, 168);
}
.tooltip .arrow:before {
  border-top-color: rgb(0, 103, 168) !important;
}
.margin-auto {
  margin: auto;
}
.unset-margin {
  margin: unset;
}
button.btn-black:active, button.btn-black:focus-visible {
  background: #0095da !important;
  border: #0095da !important;
  color: #fff;
}
ul.no-list, .case-management ul.support-filters, .statements-container ul:not(.square-loader), ul.cards,
ol.no-list,
.case-management ol.support-filters,
ol.cards {
  margin-left: 0;
  display: flex;
}
ul.no-list li, .case-management ul.support-filters li, .statements-container ul:not(.square-loader) li, ul.cards li,
ol.no-list li,
.case-management ol.support-filters li,
ol.cards li {
  list-style-type: none;
  padding-left: 0;
}
.main-section-reskin, .case-management, section#statements {
  max-width: 1021px;
  margin: auto;
}
span.anchor {
  color: #0095da;
}
span.anchor:hover {
  text-decoration: underline;
}
section.pager {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
section.pager ul.pager li {
  list-style: none;
  margin: 0px 5px;
  float: left;
  border-radius: 50%;
  background: #162b41;
  color: #fff;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
section.pager ul.pager li a {
  padding-top: 3px;
  display: block;
  margin: auto;
  text-align: center;
}
section.pager ul.pager li.pager-previous a, section.pager ul.pager li.pager-next a {
  color: #fff !important;
}
section.pager ul.pager li.pager-previous a:before {
  font-family: "DStv-com-icons" !important;
  content: "\e916";
}
section.pager ul.pager li.pager-next a:before {
  font-family: "DStv-com-icons" !important;
  content: "\e917";
}
section.pager ul.pager li.selected {
  background: #fff;
  color: #162b41;
}
section.pager ul.pager li.disabled {
  display: none !important;
}
.popup-modal {
  z-index: 999;
  width: 500px;
  height: 200px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 16px;
  padding: 20px;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-modal .close {
  opacity: unset !important;
}
.popup-modal .icon-close {
  font-size: 1rem !important;
  cursor: pointer !important;
  background: #fff;
}
.popup-modal .icon-close:hover {
  outline: 0px !important;
}
.popup-modal p {
  display: block;
  margin: auto;
  margin-top: 50px;
  color: #000;
}
@media all and (max-height: 600px) {
  .popup-modal {
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (max-height: 1000px) {
  .popup-modal {
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 600px) {
  .popup-modal {
    width: 90%;
  }
}
.modal-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.5);
}
dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: #0a121d;
  display: block;
}
dialog button.close {
  background: transparent;
  border: 0;
  box-shadow: none;
}
dialog:not([open]) {
  display: none;
}
dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(10, 18, 29, 0.9);
}
._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
dialog {
  border: 0;
  border-radius: 16px;
}
dialog + .backdrop, dialog::backdrop {
  background: rgba(10, 18, 29, 0.9);
  box-shadow: 0px 5px 15px -5px #0a121d;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  opacity: 0.999;
}
body.auth dialog + .backdrop, body.auth dialog::backdrop {
  background: unset !important;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
}
dialog.ui-modal-dialog:not(.custom-modal) {
  width: 549px !important;
  min-height: 270px;
  max-width: 690px;
  display: flex;
  flex-direction: column;
  flex-wrap: none;
  padding: 45px;
  background: unset;
  border-radius: unset;
  color: #fff;
  z-index: 10;
  padding: unset;
  overflow: hidden;
  margin: unset;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media all and (max-width: 690px) {
  dialog.ui-modal-dialog:not(.custom-modal) {
    width: 95%;
    max-width: 95%;
    padding: 30px;
  }
}
@media all and (max-height: 800px) {
  dialog.ui-modal-dialog:not(.custom-modal) {
    top: 15vh;
  }
}
@media all and (max-height: 500px) {
  dialog.ui-modal-dialog:not(.custom-modal) {
    top: 15px;
  }
}
@media all and (max-height: 300px) {
  dialog.ui-modal-dialog:not(.custom-modal) {
    top: 5px;
    padding: 15px;
  }
}
@media all and (min-height: 801px) {
  dialog.ui-modal-dialog:not(.custom-modal) {
    top: 20vh;
  }
}
@media all and (min-width: 1000px) and (min-height: 1200px) {
  dialog.ui-modal-dialog:not(.custom-modal) {
    top: 30vh;
  }
}
dialog.ui-modal-dialog:not(.custom-modal) :focus-visible {
  outline: none !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section {
  margin: unset;
  padding: unset;
  display: unset;
  position: unset;
  text-align: center !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section button:focus-visible {
  outline: none;
}
dialog.ui-modal-dialog:not(.custom-modal) section button.close {
  cursor: pointer !important;
  margin: unset;
  top: 30px;
  right: 30px;
  position: absolute;
  top: 16px;
  right: 16px;
}
dialog.ui-modal-dialog:not(.custom-modal) section button.close i {
  font-size: 1rem !important;
  opacity: 0.5 !important;
  margin-bottom: 0 !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section button.close:hover i {
  opacity: 1 !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section button.close:focus, dialog.ui-modal-dialog:not(.custom-modal) section button.close:active {
  border: 0;
  box-shadow: none;
}
dialog.ui-modal-dialog:not(.custom-modal) section button.close .icon-close.close {
  opacity: unset !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section button.close .icon-close.close:hover {
  opacity: 0.5 !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-header {
  padding: 0 0 20px 0;
  text-align: unset !important;
  color: #fff !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-header i {
  font-size: 24px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-header h3, dialog.ui-modal-dialog:not(.custom-modal) section.dialog-header .h3 {
  font-size: 22px !important;
  margin: unset;
  color: #fff !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-body {
  flex-grow: 3;
  background: #fff !important;
  border-radius: 16px !important;
  color: #000;
  padding: 58px !important;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-body i {
  font-size: 60px !important;
}
@media all and (max-height: 300px) {
  dialog.ui-modal-dialog:not(.custom-modal) section.dialog-body i {
    font-size: 30px !important;
  }
}
@media all and (max-height: 300px) {
  dialog.ui-modal-dialog:not(.custom-modal) section.dialog-body {
    padding: 30px !important;
  }
  dialog.ui-modal-dialog:not(.custom-modal) section.dialog-body i {
    font-size: 30px !important;
  }
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-body h4, dialog.ui-modal-dialog:not(.custom-modal) section.dialog-body .h4 {
  margin: 15px 0 0 0 !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-body p {
  margin: unset;
  padding: unset;
  justify-content: center;
  align-items: center;
  margin: 15px 15px 0 15px !important;
  color: #0a121d !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-body button ~ p {
  margin-top: 30px;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-footer:has(button) {
  padding-top: 15px;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-footer button {
  display: block;
  width: 210px !important;
  margin: auto;
  margin-top: 15px;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-footer button.btn-black:not(.disabled) {
  background: #0a121d !important;
  color: #fff;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-footer button.btn-outline-black:not(:hover):not(:focus) {
  border-color: #0a121d !important;
  color: #0a121d !important;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-footer.cancel {
  display: flex;
  justify-content: center;
  padding: 0;
}
dialog.ui-modal-dialog:not(.custom-modal) section.dialog-footer.cancel button {
  display: inline-block !important;
  margin: 30px 10px 0 10px;
}
@media all and (max-width: 690px) {
  dialog.ui-modal-dialog:not(.custom-modal) section.dialog-footer.cancel button {
    max-width: 40% !important;
  }
}
@media only screen and (min-width: 768px) {
  dialog.ui-modal-dialog:not(.custom-modal) section.dialog-footer.cancel {
    padding: 0 40px;
  }
}
.modal-content {
  color: #000;
}
.modal-buttons-row {
  justify-content: center !important;
  column-gap: 15px;
}
.modal-buttons-row button {
  margin: 20px 0 0 0;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 690px;
    margin: 1.75rem auto;
  }
  .contact-btn-min-width {
    max-width: 210px;
    width: 210px;
  }
  .modal-content {
    min-height: 309px;
  }
}
.modal-close {
  position: absolute;
  left: 70%;
  bottom: -30%;
}
.modal-backdrop {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background-color: unset;
  opacity: 0.9999 !important;
}
dialog.ui-modal-dialog.query-details-modal {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 950px) {
  dialog.ui-modal-dialog.query-details-modal {
    width: 100vw;
  }
}
dialog.ui-modal-dialog.query-details-modal .dialog-header {
  display: none;
}
dialog.ui-modal-dialog.query-details-modal + .backdrop, dialog.ui-modal-dialog.query-details-modal::backdrop {
  opacity: 0.9999;
}
dialog.ui-modal-dialog.user-management {
  width: 902px !important;
  max-width: 902px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 !important;
}
@media only screen and (max-width: 920px) {
  dialog.ui-modal-dialog.user-management {
    max-width: calc(100vw - 30px);
  }
}
dialog.ui-modal-dialog.user-management section.dialog-header {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  dialog.ui-modal-dialog.user-management {
    width: 95% !important;
    height: -moz-fit-content;
    height: fit-content;
    overflow-x: clip;
  }
}
.icon-access-fee:before {
  content: "\e9d1";
}
.icon-Accordian_minus:before {
  content: "\e987";
}
.icon-Accordian_plus:before {
  content: "\e988";
}
.icon-account:before {
  content: "\e91d";
}
.icon-add-decoders:before {
  content: "\ea0c";
}
.icon-add-movies:before {
  content: "\ea26";
}
.icon-add-ons_rewards:before {
  content: "\ea40";
}
.icon-add-security:before {
  content: "\ea48";
}
.icon-announcement:before {
  content: "\e9b6";
}
.icon-Arrow_down:before {
  content: "\e989";
}
.icon-Arrow_left:before {
  content: "\e98b";
}
.icon-Arrow_left_thin:before, .icon-back:before {
  content: "\e98a";
}
.icon-Arrow_right:before {
  content: "\e98d";
}
.icon-Arrow_right_thin:before {
  content: "\e98c";
}
.icon-arrow-down_4px:before {
  content: "\e915";
}
.icon-arrow-down_6px:before {
  content: "\e90d";
}
.icon-arrow-long-left_4px:before {
  content: "\e916";
}
.icon-arrow-long-left_6px:before {
  content: "\e90e";
}
.icon-arrow-long-right_4px:before {
  content: "\e917";
}
.icon-arrow-long-right_6px:before {
  content: "\e90f";
}
.icon-arrow-medium-left_4px:before {
  content: "\e918";
}
.icon-arrow-medium-left_6px:before {
  content: "\e910";
}
.icon-arrow-medium-right_4px:before {
  content: "\e919";
}
.icon-arrow-medium-right_6px:before {
  content: "\e911";
}
.icon-arrow-short-carousel-left:before {
  content: "\e9b4";
}
.icon-arrow-short-carousel-right:before {
  content: "\e9b5";
}
.icon-arrow-short-left_4px:before {
  content: "\e91a";
}
.icon-arrow-short-left_6px:before {
  content: "\e912";
}
.icon-arrow-short-right_4px:before {
  content: "\e91b";
}
.icon-arrow-short-right_6px:before {
  content: "\e913";
}
.icon-arrow-up_4px:before {
  content: "\e91c";
}
.icon-arrow-up_6px:before {
  content: "\e914";
}
.icon-atm_thin:before {
  content: "\e900";
}
.icon-audio:before {
  content: "\e97d";
}
.icon-available-ex:before {
  content: "\e91f";
}
.icon-available-ex1:before {
  content: "\e9b0";
}
.icon-available-online:before {
  content: "\e921";
}
.icon-available-on-pvr:before {
  content: "\e920";
}
.icon-Back_arrow:before {
  content: "\e98e";
}
.icon-barcode:before {
  content: "\e9af";
}
.icon-basket:before {
  content: "\e922";
}
.icon-BoxOffice:before {
  content: "\e97e";
}
.icon-boxoffice:before {
  content: "\e9e8";
}
.icon-box-office_64:before {
  content: "\e9cc";
}
.icon-calendar_32x32:before {
  content: "\e9c4";
}
.icon-camera:before {
  content: "\ea1b";
}
.icon-cancel_letter:before {
  content: "\e9d2";
}
.icon-cancel-in-circle:before, .icon-failure:before {
  content: "\e9e5";
}
.icon-cancel-policy:before {
  content: "\ea0e";
}
.icon-catch-up-play:before {
  content: "\e923";
}
.icon-change-package:before {
  content: "\e924";
}
.icon-change-package1:before {
  content: "\e9b1";
}
.icon-circle_profile:before {
  content: "\ea4d";
}
.icon-claim-insurance:before {
  content: "\ea0f";
}
.icon-clock_32x32:before, .icon-pending:before {
  content: "\ea32";
}
.icon-close:before {
  content: "\e925";
}
.icon-Close_L:before {
  content: "\e98f";
}
.icon-Close_large:before {
  content: "\e990";
}
.icon-Close_M:before {
  content: "\e991";
}
.icon-comment:before {
  content: "\e9e6";
}
.icon-compare-package:before {
  content: "\e926";
}
.icon-complex:before {
  content: "\e9d4";
}
.icon-connected-explora:before {
  content: "\e9e9";
}
.icon-contact:before {
  content: "\e927";
}
.icon-contract:before {
  content: "\ea09";
}
.icon-copy-clipboard:before {
  content: "\ea55";
}
.icon-credit-card_64:before {
  content: "\e9cb";
}
.icon-credit-card_thin:before {
  content: "\e901";
}
.icon-dashboard:before {
  content: "\e928";
}
.icon-debit-order_thin:before {
  content: "\e902";
}
.icon-debt-waiver:before {
  content: "\ea17";
}
.icon-decoder:before {
  content: "\ea0d";
}
.icon-decoder_circle:before {
  content: "\ea41";
}
.icon-decoder_model:before {
  content: "\e9c7";
}
.icon-decoder-care-contract:before {
  content: "\e929";
}
.icon-decoder-no:before {
  content: "\e9d5";
}
.icon-decoder-products:before {
  content: "\e92a";
}
.icon-decoder-yes:before {
  content: "\e9d6";
}
.icon-device-swap:before {
  content: "\ea1d";
}
.icon-dimension_32px:before {
  content: "\ea39";
}
.icon-dining:before {
  content: "\e9bc";
}
.icon-direct-deposit_thin:before {
  content: "\e903";
}
.icon-disconnect:before {
  content: "\e9ba";
}
.icon-disneyplus:before {
  content: "\ea70";
}
.icon-dl_desktop:before {
  content: "\e9e1";
}
.icon-dl_laptop:before {
  content: "\e9e2";
}
.icon-dl_mobile:before {
  content: "\e9e3";
}
.icon-double-storey:before {
  content: "\e9d7";
}
.icon-downloads:before {
  content: "\e92b";
}
.icon-Dropdown_down:before {
  content: "\e992";
}
.icon-Dropdown_up:before {
  content: "\e993";
}
.icon-dstv-insurance-rewards:before {
  content: "\ea3e";
}
.icon-dstv-internet:before {
  content: "\ea1c";
}
.icon-dstv-internet_rewards:before {
  content: "\ea3f";
}
.icon-dstv-now:before {
  content: "\e9ea";
}
.icon-dstv-package:before {
  content: "\e9eb";
}
.icon-dstv-trusted-home:before {
  content: "\ea3d";
}
.icon-efficient:before {
  content: "\ea54";
}
.icon-email:before {
  content: "\e99d";
}
.icon-enter-code:before {
  content: "\ea53";
}
.icon-ethernet_lan_port:before {
  content: "\ea11";
}
.icon-explora:before {
  content: "\e9ec";
}
.icon-extended-family:before {
  content: "\ea68";
}
.icon-eye:before {
  content: "\e9bd";
}
.icon-Facebook:before {
  content: "\e984";
}
.icon-facial-ios:before {
  content: "\ea57";
}
.icon-family-funeral:before {
  content: "\ea4e";
}
.icon-family-funeral-policy:before {
  content: "\ea18";
}
.icon-faqs:before {
  content: "\e92c";
}
.icon-favourites:before {
  content: "\e92d";
}
.icon-filter:before {
  content: "\e92e";
}
.icon-find-a-dealer:before {
  content: "\e92f";
}
.icon-find-an-installer:before {
  content: "\e930";
}
.icon-fingerprint:before {
  content: "\ea52";
}
.icon-fingerprint-ios:before {
  content: "\ea51";
}
.icon-fix-errors:before {
  content: "\e931";
}
.icon-grid-v:before {
  content: "\e9b3";
}
.icon-grid-view:before {
  content: "\e932";
}
.icon-guest-checkout:before {
  content: "\e933";
}
.icon-guide:before {
  content: "\e934";
}
.icon-hamburger-nav:before {
  content: "\e935";
}
.icon-happy-face:before {
  content: "\e9be";
}
.icon-hd:before {
  content: "\e936";
}
.icon-hdmi_port:before {
  content: "\ea12";
}
.icon-headset:before {
  content: "\e9d8";
}
.icon-heart:before {
  content: "\e9f5";
}
.icon-heart_outline:before {
  content: "\e9f8";
}
.icon-help:before {
  content: "\e937";
}
.icon-Holiday_home:before {
  content: "\e980";
}
.icon-Holiday_home_thin:before {
  content: "\e97f";
}
.icon-home:before {
  content: "\e938";
}
.icon-household-employee:before {
  content: "\ea69";
}
.icon-how-to-pay:before {
  content: "\e939";
}
.icon-ico-call-2:before {
  content: "\e994";
}
.icon-ico-compare:before {
  content: "\e995";
}
.icon-ico-more:before {
  content: "\e996";
}
.icon-ico-statements:before {
  content: "\e997";
}
.icon-ico-tick:before {
  content: "\e998";
}
.icon-ico-transaction-history:before {
  content: "\e999";
}
.icon-imi-accounts:before {
  content: "\ea00";
}
.icon-imi-all-messages:before {
  content: "\ea01";
}
.icon-imi-delete:before {
  content: "\e9f9";
}
.icon-imi-dstv-rewards:before {
  content: "\ea02";
}
.icon-imi-important-updates:before {
  content: "\e9fa";
}
.icon-imi-inbox:before {
  content: "\e9fb";
}
.icon-imi-live-chat:before {
  content: "\e9fc";
}
.icon-imi-mark-as-unread:before {
  content: "\e9fd";
}
.icon-imi-offers:before {
  content: "\e9fe";
}
.icon-imi-reminders:before {
  content: "\e9ff";
}
.icon-immediate-family:before {
  content: "\ea6a";
}
.icon-info:before {
  content: "\e93a";
}
.icon-instagram:before {
  content: "\e99e";
}
.icon-internet-payment_64:before {
  content: "\e9ca";
}
.icon-internet-payment_thin:before {
  content: "\e904";
}
.icon-kids-tv:before {
  content: "\e93b";
}
.icon-letter:before {
  content: "\e9ce";
}
.icon-link-smartcard:before {
  content: "\e93c";
}
.icon-list:before {
  content: "\e93d";
}
.icon-live-tv:before {
  content: "\e93e";
}
.icon-load-more:before {
  content: "\e9f6";
}
.icon-lock:before {
  content: "\e9df";
}
.icon-login:before {
  content: "\e979";
}
.icon-logout:before {
  content: "\e93f";
}
.icon-mail_circle:before {
  content: "\ea42";
}
.icon-mailer:before {
  content: "\e9e0";
}
.icon-maintenance:before {
  content: "\e940";
}
.icon-manage-members:before {
  content: "\ea19";
}
.icon-manage-profile:before {
  content: "\e941";
}
.icon-marketing-opt-in:before {
  content: "\e9ee";
}
.icon-masterpass_thin:before {
  content: "\e905";
}
.icon-minus:before {
  content: "\e942";
}
.icon-minus-in-circle:before {
  content: "\e943";
}
.icon-mobile_app_64:before {
  content: "\e9c9";
}
.icon-momo_thin:before {
  content: "\ea27";
}
.icon-more:before {
  content: "\e944";
}
.icon-more-filled:before {
  content: "\ea50";
}
.icon-my-dstv:before {
  content: "\ea47";
}
.icon-network_32px:before {
  content: "\ea3a";
}
.icon-newsalerts:before {
  content: "\e945";
}
.icon-no-access:before {
  content: "\e946";
}
.icon-not-streamable:before {
  content: "\e947";
}
.icon-operating-system_32px:before {
  content: "\ea3b";
}
.icon-optical_port:before {
  content: "\ea13";
}
.icon-payment-link_thin:before {
  content: "\e906";
}
.icon-payment-type:before {
  content: "\e9ef";
}
.icon-pencil:before {
  content: "\e9b7";
}
.icon-phone_circle:before {
  content: "\ea43";
}
.icon-phone_mail_circle:before {
  content: "\ea44";
}
.icon-phone_notification_circle:before {
  content: "\ea45";
}
.icon-play:before {
  content: "\e97a";
}
.icon-play_icon_16px:before {
  content: "\ea28";
}
.icon-play_icon_24px:before {
  content: "\ea29";
}
.icon-play_icon_32px:before, .icon-package-play:before {
  content: "\ea2a";
}
.icon-play-package:before {
  content: "\e9bf";
}
.icon-play-store:before {
  content: "\e948";
}
.icon-plus:before {
  content: "\e949";
}
.icon-plus-in-circle:before {
  content: "\e94a";
}
.icon-power_port:before {
  content: "\ea14";
}
.icon-Pricelock:before {
  content: "\e981";
}
.icon-profile:before {
  content: "\e94b";
}
.icon-pvr-access:before {
  content: "\e9bb";
}
.icon-qr_code_16px:before {
  content: "\ea2b";
}
.icon-qr_code_24px:before {
  content: "\ea2c";
}
.icon-qr_code_32px:before {
  content: "\ea2d";
}
.icon-qr_thin:before {
  content: "\e907";
}
.icon-radio_button_checked-1:before {
  content: "\e9b8";
}
.icon-rdp:before {
  content: "\e9d3";
}
.icon-recharge-data:before {
  content: "\ea1e";
}
.icon-reconnect:before {
  content: "\e9b9";
}
.icon-record:before {
  content: "\e94c";
}
.icon-Residential:before {
  content: "\e99a";
}
.icon-search:before {
  content: "\e94e";
}
.icon-search-circle:before {
  content: "\e99c";
}
.icon-set-reminder:before {
  content: "\e94f";
}
.icon-set-reminder_32:before {
  content: "\e9b2";
}
.icon-settings:before {
  content: "\e950";
}
.icon-share1:before {
  content: "\e951";
}
.icon-share2:before {
  content: "\e952";
}
.icon-share2_thick:before {
  content: "\e983";
}
.icon-show:before {
  content: "\e953";
}
.icon-sim-swap:before {
  content: "\ea1f";
}
.icon-single-storey:before {
  content: "\e9d9";
}
.icon-site-switcher:before {
  content: "\ea56";
}
.icon-sm_facebook_outline:before {
  content: "\e954";
}
.icon-sm_facebook_solid:before {
  content: "\e955";
}
.icon-sm_facebook-messenger_outline:before {
  content: "\e956";
}
.icon-sm_facebook-messenger_solid:before {
  content: "\e957";
}
.icon-sm_google_outline:before {
  content: "\e958";
}
.icon-sm_google_solid:before {
  content: "\e959";
}
.icon-sm_pinterest_outline:before {
  content: "\e95a";
}
.icon-sm_pinterest_solid:before {
  content: "\e95b";
}
.icon-sm_twitter_outline:before {
  content: "\e95c";
}
.icon-sm_twitter_solid:before {
  content: "\e95d";
}
.icon-sm_wechat_outline:before {
  content: "\e95e";
}
.icon-sm_wechat_solid:before {
  content: "\e95f";
}
.icon-sm_whatsapp_outline:before {
  content: "\e960";
}
.icon-sm_whatsapp_solid:before {
  content: "\e961";
}
.icon-sm_youtube_outline:before {
  content: "\e962";
}
.icon-sm_youtube_solid:before {
  content: "\e963";
}
.icon-socialmedia_circle:before {
  content: "\ea46";
}
.icon-sport-tv:before {
  content: "\e9c5";
}
.icon-star_full:before {
  content: "\e9ae";
}
.icon-star_outline:before {
  content: "\e9ad";
}
.icon-stay-connected:before {
  content: "\ea0a";
}
.icon-stay-package:before, .icon-package-stay:before {
  content: "\e9c0";
}
.icon-streama:before {
  content: "\ea10";
}
.icon-streaming-devices:before {
  content: "\ea35";
}
.icon-streaming-dstv-app:before {
  content: "\ea34";
}
.icon-streaming-satelite:before {
  content: "\ea33";
}
.icon-subscription-waiver:before {
  content: "\ea1a";
}
.icon-supermarket_32x32:before {
  content: "\ea31";
}
.icon-supermarket_thin:before {
  content: "\e908";
}
.icon-tenure:before {
  content: "\e9f1";
}
.icon-tick:before {
  content: "\e964";
}
.icon-Tick_L:before {
  content: "\ea3c";
}
.icon-Tick_large:before {
  content: "\e99b";
}
.icon-tip:before {
  content: "\ea4f";
}
.icon-Total_amount:before {
  content: "\e982";
}
.icon-tracking:before {
  content: "\e9da";
}
.icon-transfer-data:before {
  content: "\ea4b";
}
.icon-tv:before {
  content: "\e965";
}
.icon-tv2:before {
  content: "\e9dc";
}
.icon-tv3:before {
  content: "\e9dd";
}
.icon-tv4:before {
  content: "\e9de";
}
.icon-tv-mix:before {
  content: "\e9db";
}
.icon-Twitter:before {
  content: "\e985";
}
.icon-unicable_port:before {
  content: "\ea15";
}
.icon-usage-address:before {
  content: "\ea20";
}
.icon-usb_port:before {
  content: "\ea16";
}
.icon-user-plus:before {
  content: "\e9c1";
}
.icon-ussd_thin:before {
  content: "\e909";
}
.icon-view-balance:before {
  content: "\e966";
}
.icon-visa_thin:before {
  content: "\e90a";
}
.icon-walk-in-centres_thick:before {
  content: "\e9c8";
}
.icon-walk-in-centres_thin:before {
  content: "\e90b";
}
.icon-warning:before {
  content: "\e967";
}
.icon-watch:before {
  content: "\e968";
}
.icon-whatsapp-circle:before {
  content: "\ea4a";
}
.icon-wifi_32x32:before {
  content: "\e9cd";
}
.icon-wifi-connection_32px:before {
  content: "\ea38";
}
.icon-wk-dstv-add-to-cart:before {
  content: "\ea06";
}
.icon-wk-dstv-tick-in-circle:before, .icon-success:before {
  content: "\ea07";
}
.icon-work-package:before, .icon-package-work:before {
  content: "\e9c2";
}
.icon-xtraview:before {
  content: "\e9f2";
}
.icon-YouTube:before {
  content: "\e986";
}
.icon-wk-dstv-tick-in-circle, .icon-success:before {
  color: #10cb6a !important;
}
.icon-warning {
  color: #ff2d55 !important;
}
.icon-load-more,
.icon-fix-errors,
.icon-info,
.icon-tick {
  color: #60c5ff !important;
}
.icon-24 {
  font-size: 24px;
}
.icon-31 {
  font-size: 31px;
}
.icon-va {
  vertical-align: middle;
}
.icon-black {
  color: #0a121d !important;
}
.icon-button {
  cursor: pointer !important;
}
.icon-success:before {
  color: #10cb6a !important;
}
.icon-failure:before {
  color: #ff2d55;
}
.icon-pending:before {
  color: #60c5ff;
}
.icon-Arrow_right_thin {
  font-weight: 900 !important;
}
html {
  height: 100%;
}
body {
  background-attachment: fixed;
  color: #fff;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: Poppins, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
body #commercial-self-service {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
}
body #commercial-self-service .main-container::before,
body #commercial-self-service .main-container::after {
  box-sizing: content-box !important;
}
@media only screen and (max-width: 480px) {
  body #commercial-self-service {
    height: max-content;
    margin-bottom: 10px;
  }
}
body #commercial-self-service header {
  height: 134px;
}
@media (max-width: 992px) {
  body #commercial-self-service header {
    height: 103px;
  }
}
body #commercial-self-service header:has(.sub-menu) {
  height: 144px;
}
body:not(.auth) {
  background-image: url('background.gradient.ea86bc7d021ce0ec4a3c.png');
  background-color: #0a121d;
  background-repeat: no-repeat;
  background-position: top right !important;
  background-size: cover !important;
  overflow-y: auto;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  body:not(.auth) {
    background-image: url('background.tablet.e11e1278383b9c3247eb.png');
  }
}
@media only screen and (max-width: 480px) {
  body:not(.auth) {
    background-image: url('background.gradient.ea86bc7d021ce0ec4a3c.png');
  }
}
body:not(.auth) #commercial-self-service {
  overflow-y: auto !important;
}
body:not(.auth) header.business {
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
}
.main-container {
  width: 100%;
  margin: auto;
  height: auto !important;
  flex: 1 0 auto;
  /* Fix for Safari */
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 768px) {
  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 990px) {
  .main-container:has(.dashboard) {
    max-width: unset !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container {
  position: relative;
  display: -ms-flexbox;
  flex-flow: column nowrap;
  align-items: center;
  margin: 1rem 0;
  padding: 0 1rem;
  min-height: unset;
  justify-content: center;
}
@media only screen and (min-width: 37.5em) {
  .container {
    margin: 1.5em 0 2rem 0;
  }
  .container-center {
    margin: 0 auto;
  }
}
a {
  text-decoration: none;
}
.temporary-notice {
  margin: auto;
  width: 590px;
  max-width: 590px;
  color: #000;
  border-radius: 5px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .temporary-notice {
    max-width: calc(100vw - 20px) !important;
  }
}
.temporary-notice .result {
  color: #000;
}
.temporary-notice .result .anchor, .temporary-notice .result .month-picker .rd-container section.rd-footer button, .month-picker .rd-container section.rd-footer .temporary-notice .result button {
  color: #000 !important;
}
.temporary-notice .result .btn, .temporary-notice .result span.add-attachment label, span.add-attachment .temporary-notice .result label {
  margin-left: auto;
  margin-right: auto;
}
.loader {
  margin: auto;
  text-align: center;
  clear: both;
}
.detail {
  font-size: 14px;
  font-family: Poppins, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
}
.header-space {
  min-height: 500px !important;
}
footer.dev {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer.dev {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }
}
footer.dev nav {
  overflow: visible;
  color: #fff;
  font-size: 14px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  footer.dev nav {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  footer.dev nav {
    flex-direction: column;
    align-items: center;
  }
}
footer.dev a.logo img {
  max-width: 75px;
}
footer.dev ul {
  list-style-type: none;
  display: flex;
}
footer.dev div.links {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  footer.dev div.links {
    justify-content: center;
    flex-direction: column;
    gap: unset;
    align-items: center;
  }
}
footer.dev div.links ul {
  gap: 5px;
  line-height: 18px;
  margin-bottom: 0;
}
footer.dev div.links ul li a {
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}
footer.dev div.links ul li:not(:first-of-type) a:before {
  content: "|";
  position: relative;
  padding: 0 7px 0 1px;
}
footer.dev div.links ul li a,
footer.dev div.links p {
  color: #fff;
  opacity: 0.5;
  font-size: 12px !important;
  text-align: left;
}
footer.dev div.links li a:hover {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  footer.dev div.links p {
    text-align: center;
  }
  footer.dev div.links ul {
    margin: 0 0 10px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer.dev ul.social-media-links {
  gap: 32px;
}
footer.dev ul.social-media-links a {
  color: #fff;
  font-size: 22px;
}
ul.dashboard-navigation {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
ul.dashboard-navigation li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
  cursor: pointer !important;
  font-size: 0.875rem;
}
ul.dashboard-navigation li .active {
  color: #0095da;
  cursor: unset;
}
.main-heading {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main-heading {
    margin-bottom: 15px;
  }
}
.default-spinner {
  width: 3rem;
  height: 3rem;
}
.default-spinner.text-light {
  color: #e5e5e5 !important;
}
default-spinner spinner-border text-light .centered-spinner {
  margin: auto;
  display: block;
}
div.please-wait {
  border-radius: 16px;
  background: #fff;
  padding: 58px;
  top: 30vh;
  left: calc(50vw - 275px);
}
div.please-wait:not(.in-modal) {
  position: absolute;
  width: 550px;
  min-height: 270px;
  max-width: 690px;
  height: max-content;
}
@media all and (max-width: 690px) {
  div.please-wait {
    width: 95% !important;
    max-width: 95% !important;
    padding: 30px;
    left: 2.5vw !important;
  }
}
div.please-wait h4, div.please-wait .h4 {
  font-size: 24px !important;
  font-weight: 500 !important;
}
div.please-wait h4, div.please-wait .h4,
div.please-wait p {
  color: #000;
  text-align: center;
  margin-top: 16px;
}
div.please-wait p {
  margin-bottom: 0 !important;
  text-align: center;
}
.square-loader {
  height: 68px;
  width: 68px;
  top: 0px;
  padding: 0;
  margin: 0 auto;
}
.square-loader * {
  box-sizing: border-box;
}
.square-loader > li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 2px;
  height: 15px;
  width: 15px;
  top: 0px;
  margin: 1px;
  background: #0095dA;
  float: left;
  position: relative;
  opacity: 0;
  animation: self-building-square-spinner 2000ms infinite;
}
.square-loader > li:nth-child(1),
.square-loader > li:nth-child(2),
.square-loader > li:nth-child(5) {
  animation-delay: 100ms;
}
.square-loader > li:nth-child(3),
.square-loader > li:nth-child(6),
.square-loader > li:nth-child(9) {
  animation-delay: 200ms;
}
.square-loader > li:nth-child(4),
.square-loader > li:nth-child(7),
.square-loader > li:nth-child(10),
.square-loader > li:nth-child(13) {
  animation-delay: 300ms;
}
.square-loader > li:nth-child(8),
.square-loader > li:nth-child(11),
.square-loader > li:nth-child(14) {
  animation-delay: 400ms;
}
.square-loader > li:nth-child(12),
.square-loader > li:nth-child(15),
.square-loader > li:nth-child(16) {
  animation-delay: 500ms;
}
.square-loader > li:nth-child(4),
.square-loader > li:nth-child(8),
.square-loader > li:nth-child(12),
.square-loader > li:nth-child(16) {
  margin-right: 0;
}
@keyframes self-building-square-spinner {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.5;
    top: 0;
  }
  15% {
    opacity: 1;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 0;
  }
  55% {
    opacity: 1;
    top: 0;
  }
  70% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 0;
    top: inherit;
  }
}
input {
  font-family: Poppins, Roboto, "Helvetica Neue", Arial, sans-serif;
}
input ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
input ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
input :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
input :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 480px) {
  @supports (-webkit-touch-callout: none) {
    input {
      border-radius: 0 !important;
    }
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected,
input:-internal-autofill-previewed {
  background-color: #fff !important;
  box-shadow: 0 0 0 30px white inset !important;
}
input[type=submit]:not(.btn) {
  display: inline-block;
  position: relative;
  background-color: transparent;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none !important;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0;
  outline: 0 !important;
  -webkit-user-select: none;
          user-select: none;
  will-change: box-shadow, transform;
}
input[type=submit]:not(.btn):not(:disabled):not(.disabled) {
  cursor: pointer;
}
input[type=submit]:not(.btn):not(:disabled):not(.disabled):active, input[type=submit]:not(.btn):not(:disabled):not(.disabled).active {
  background-image: none;
  box-shadow: none;
}
input[type=submit]:not(.btn):not(:disabled):not(.disabled):active:focus, input[type=submit]:not(.btn):not(:disabled):not(.disabled).active:focus {
  background-image: none;
  box-shadow: none;
}
input[type=submit]:not(.btn).text-left {
  text-align: left;
  padding: 1.168rem 5.2rem 1.168rem 1.8rem;
}
input[type=submit]:not(.btn).text-right {
  text-align: right;
  padding: 1.168rem 1.9rem 1.168rem 3.8rem;
}
form:active, form:focus {
  border: none !important;
  outline: none;
}
.react-select__placeholder,
.react-select__value-container,
.react-select__value-container--has-value,
.react-select__single-value {
  padding-left: 0 !important;
}
.react-select__dropdown-indicator {
  color: #6c7177 !important;
}
.-visible-x, section.user-activities-container form.filter .row .col.react-select label.visible-x, .mah-cm .mah-cm-form .row .col.react-select label.visible-x, .statements-container .filter .row .col.react-select label.visible-x, section#statements form.filter .row .col.react-select label.visible-x, .floaty-form form div.col.react-select label.visible-x,
.case-management form div.col.react-select label.visible-x,
.clear-error-modal form div.col.react-select label.visible-x {
  transform: scale(0.625) translateY(-0.5rem) translateX(0.15rem);
  transform-origin: top left;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0px;
  width: 100%;
  padding: unset;
  padding-bottom: 1rem;
  overflow: hidden;
  text-align: start;
  pointer-events: none;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  height: 24px;
  z-index: 100;
  color: #6c7177 !important;
  opacity: 1 !important;
}
@media (prefers-reduced-motion: reduce) {
  .-visible-x, section.user-activities-container form.filter .row .col.react-select label.visible-x, .mah-cm .mah-cm-form .row .col.react-select label.visible-x, .statements-container .filter .row .col.react-select label.visible-x, section#statements form.filter .row .col.react-select label.visible-x, .floaty-form form div.col.react-select label.visible-x,
  .case-management form div.col.react-select label.visible-x,
  .clear-error-modal form div.col.react-select label.visible-x {
    transition: none;
  }
}
label.hidden-x {
  opacity: 0 !important;
}
label.visible-x {
  opacity: 1 !important;
  z-index: 100;
}
.modal-form, .new-user, dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error, .case-management .query-form {
  background: #fff;
  border-radius: 16px;
  color: #0a121d;
  padding: 30px;
}
.modal-form label:not(.btn-small), .new-user label:not(.btn-small), dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error label:not(.btn-small), .case-management .query-form label:not(.btn-small) {
  padding: unset !important;
}
.modal-form [class^=icon-], .new-user [class^=icon-], dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error [class^=icon-], .case-management .query-form [class^=icon-],
.modal-form [class*=" icon-"],
.new-user [class*=" icon-"],
dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error [class*=" icon-"],
.case-management .query-form [class*=" icon-"] {
  margin-right: 1rem;
}
.modal-form #description, .new-user #description, dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error #description, .case-management .query-form #description {
  max-height: unset !important;
  height: auto !important;
  resize: none;
}
.modal-form button.close .icon-close, .new-user button.close .icon-close, dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error button.close .icon-close, .case-management .query-form button.close .icon-close {
  margin-right: 0 !important;
}
.modal-form button.btn.disabled, .new-user button.btn.disabled, dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error button.btn.disabled, .case-management .query-form button.btn.disabled {
  pointer-events: none !important;
}
.floaty-form .react-select ~ div,
.case-management .react-select ~ div,
.clear-error-modal .react-select ~ div {
  max-width: 100%;
}
.floaty-form form,
.case-management form,
.clear-error-modal form {
  clear: both;
  width: 100% !important;
}
.floaty-form form div.row,
.case-management form div.row,
.clear-error-modal form div.row {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: unset;
  margin-right: unset;
  --bs-gutter-x: unset;
  --bs-gutter-y: unset;
  clear: both;
}
.floaty-form form div.row .err-msg,
.floaty-form form div.row .error-message,
.case-management form div.row .err-msg,
.case-management form div.row .error-message,
.clear-error-modal form div.row .err-msg,
.clear-error-modal form div.row .error-message {
  margin-top: 5px;
  color: #ff2d55 !important;
}
.floaty-form form div.row div.error-message,
.case-management form div.row div.error-message,
.clear-error-modal form div.row div.error-message {
  font-size: 0.75rem;
}
.floaty-form form div.row label.error-message,
.case-management form div.row label.error-message,
.clear-error-modal form div.row label.error-message {
  font-size: unset !important;
  color: #ff2d55 !important;
}
.floaty-form form div.row.two-cols,
.case-management form div.row.two-cols,
.clear-error-modal form div.row.two-cols {
  display: flex;
  margin: 0;
  margin-bottom: 30px;
}
.floaty-form form div.row.two-cols div.col,
.case-management form div.row.two-cols div.col,
.clear-error-modal form div.row.two-cols div.col {
  width: 50%;
  max-width: 50%;
  padding: 0;
}
.floaty-form form div.row.two-cols div.col:first-of-type,
.case-management form div.row.two-cols div.col:first-of-type,
.clear-error-modal form div.row.two-cols div.col:first-of-type {
  padding-right: 10px;
}
.floaty-form form div.row.two-cols div.col:last-of-type,
.case-management form div.row.two-cols div.col:last-of-type,
.clear-error-modal form div.row.two-cols div.col:last-of-type {
  padding-left: 10px !important;
}
.floaty-form form div.row.two-cols div.col:last-of-type label,
.case-management form div.row.two-cols div.col:last-of-type label,
.clear-error-modal form div.row.two-cols div.col:last-of-type label {
  left: 8px !important;
}
@media only screen and (max-width: 767px) {
  .floaty-form form div.row.two-cols,
  .case-management form div.row.two-cols,
  .clear-error-modal form div.row.two-cols {
    margin-bottom: 0 !important;
  }
  .floaty-form form div.row.two-cols div.col,
  .case-management form div.row.two-cols div.col,
  .clear-error-modal form div.row.two-cols div.col {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .floaty-form form div.row.two-cols div.col:first-of-type,
  .case-management form div.row.two-cols div.col:first-of-type,
  .clear-error-modal form div.row.two-cols div.col:first-of-type {
    padding-right: 0 !important;
  }
  .floaty-form form div.row.two-cols div.col:last-of-type,
  .case-management form div.row.two-cols div.col:last-of-type,
  .clear-error-modal form div.row.two-cols div.col:last-of-type {
    padding-left: 0 !important;
  }
  .floaty-form form div.row.two-cols div.col:last-of-type label,
  .case-management form div.row.two-cols div.col:last-of-type label,
  .clear-error-modal form div.row.two-cols div.col:last-of-type label {
    left: 0 !important;
  }
}
.floaty-form form div.row,
.floaty-form form div.row > div.col,
.case-management form div.row,
.case-management form div.row > div.col,
.clear-error-modal form div.row,
.clear-error-modal form div.row > div.col {
  position: relative;
}
.floaty-form form div.row input:not([type=hidden]):not([role=combobox]),
.floaty-form form div.row textarea,
.floaty-form form div.row select,
.floaty-form form div.row > div.col input:not([type=hidden]):not([role=combobox]),
.floaty-form form div.row > div.col textarea,
.floaty-form form div.row > div.col select,
.case-management form div.row input:not([type=hidden]):not([role=combobox]),
.case-management form div.row textarea,
.case-management form div.row select,
.case-management form div.row > div.col input:not([type=hidden]):not([role=combobox]),
.case-management form div.row > div.col textarea,
.case-management form div.row > div.col select,
.clear-error-modal form div.row input:not([type=hidden]):not([role=combobox]),
.clear-error-modal form div.row textarea,
.clear-error-modal form div.row select,
.clear-error-modal form div.row > div.col input:not([type=hidden]):not([role=combobox]),
.clear-error-modal form div.row > div.col textarea,
.clear-error-modal form div.row > div.col select {
  margin-top: 15px !important;
  width: 100% !important;
  border: 0;
  border-bottom: 1px solid #6c7177;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 5px;
}
.floaty-form form div.row select,
.floaty-form form div.row > div.col select,
.case-management form div.row select,
.case-management form div.row > div.col select,
.clear-error-modal form div.row select,
.clear-error-modal form div.row > div.col select {
  padding-left: -2px;
  color: #757575;
}
.floaty-form form div.row select option,
.floaty-form form div.row > div.col select option,
.case-management form div.row select option,
.case-management form div.row > div.col select option,
.clear-error-modal form div.row select option,
.clear-error-modal form div.row > div.col select option {
  padding-left: 0;
  color: #000;
}
.floaty-form form div.row label,
.floaty-form form div.row > div.col label,
.case-management form div.row label,
.case-management form div.row > div.col label,
.clear-error-modal form div.row label,
.clear-error-modal form div.row > div.col label {
  position: absolute;
  top: 0px;
  left: -2px;
  width: 100%;
  padding: unset;
  padding-bottom: 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  height: 24px;
  z-index: 100;
}
@media (prefers-reduced-motion: reduce) {
  .floaty-form form div.row label,
  .floaty-form form div.row > div.col label,
  .case-management form div.row label,
  .case-management form div.row > div.col label,
  .clear-error-modal form div.row label,
  .clear-error-modal form div.row > div.col label {
    transition: none;
  }
}
.floaty-form form div.row label:not(.visible-x),
.floaty-form form div.row > div.col label:not(.visible-x),
.case-management form div.row label:not(.visible-x),
.case-management form div.row > div.col label:not(.visible-x),
.clear-error-modal form div.row label:not(.visible-x),
.clear-error-modal form div.row > div.col label:not(.visible-x) {
  opacity: 0 !important;
}
.floaty-form form div.row input:focus,
.floaty-form form div.row > div.col input:focus,
.case-management form div.row input:focus,
.case-management form div.row > div.col input:focus,
.clear-error-modal form div.row input:focus,
.clear-error-modal form div.row > div.col input:focus {
  outline: none !important;
}
.floaty-form form div.row textarea:focus,
.floaty-form form div.row > div.col textarea:focus,
.case-management form div.row textarea:focus,
.case-management form div.row > div.col textarea:focus,
.clear-error-modal form div.row textarea:focus,
.clear-error-modal form div.row > div.col textarea:focus {
  border-bottom: 1px solid #0095da;
  margin-top: 15px !important;
  padding-bottom: 5px !important;
}
.floaty-form form div.row textarea:focus ~ label,
.floaty-form form div.row > div.col textarea:focus ~ label,
.case-management form div.row textarea:focus ~ label,
.case-management form div.row > div.col textarea:focus ~ label,
.clear-error-modal form div.row textarea:focus ~ label,
.clear-error-modal form div.row > div.col textarea:focus ~ label {
  color: #0095da !important;
  top: 0;
}
.floaty-form form div.row label.focussed,
.floaty-form form div.row > div.col label.focussed,
.case-management form div.row label.focussed,
.case-management form div.row > div.col label.focussed,
.clear-error-modal form div.row label.focussed,
.clear-error-modal form div.row > div.col label.focussed {
  color: #0095da !important;
  top: 0;
}
.floaty-form form div.row input:focus ~ label,
.floaty-form form div.row textarea:focus ~ label,
.floaty-form form div.row textarea:not(:placeholder-shown) ~ label,
.floaty-form form div.row input:not(:placeholder-shown) ~ label,
.floaty-form form div.row select:not(:invalid) ~ label,
.floaty-form form div.row > div.col input:focus ~ label,
.floaty-form form div.row > div.col textarea:focus ~ label,
.floaty-form form div.row > div.col textarea:not(:placeholder-shown) ~ label,
.floaty-form form div.row > div.col input:not(:placeholder-shown) ~ label,
.floaty-form form div.row > div.col select:not(:invalid) ~ label,
.case-management form div.row input:focus ~ label,
.case-management form div.row textarea:focus ~ label,
.case-management form div.row textarea:not(:placeholder-shown) ~ label,
.case-management form div.row input:not(:placeholder-shown) ~ label,
.case-management form div.row select:not(:invalid) ~ label,
.case-management form div.row > div.col input:focus ~ label,
.case-management form div.row > div.col textarea:focus ~ label,
.case-management form div.row > div.col textarea:not(:placeholder-shown) ~ label,
.case-management form div.row > div.col input:not(:placeholder-shown) ~ label,
.case-management form div.row > div.col select:not(:invalid) ~ label,
.clear-error-modal form div.row input:focus ~ label,
.clear-error-modal form div.row textarea:focus ~ label,
.clear-error-modal form div.row textarea:not(:placeholder-shown) ~ label,
.clear-error-modal form div.row input:not(:placeholder-shown) ~ label,
.clear-error-modal form div.row select:not(:invalid) ~ label,
.clear-error-modal form div.row > div.col input:focus ~ label,
.clear-error-modal form div.row > div.col textarea:focus ~ label,
.clear-error-modal form div.row > div.col textarea:not(:placeholder-shown) ~ label,
.clear-error-modal form div.row > div.col input:not(:placeholder-shown) ~ label,
.clear-error-modal form div.row > div.col select:not(:invalid) ~ label {
  color: #6c7177;
  pointer-events: none;
  opacity: 1 !important;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform-origin: top left;
  transition: all 0.2s ease-out;
}
.floaty-form form div.row input:focus::placeholder,
.floaty-form form div.row textarea:focus::placeholder,
.floaty-form form div.row textarea:not(:placeholder-shown)::placeholder,
.floaty-form form div.row input:not(:placeholder-shown)::placeholder,
.floaty-form form div.row select:not(:invalid)::placeholder,
.floaty-form form div.row > div.col input:focus::placeholder,
.floaty-form form div.row > div.col textarea:focus::placeholder,
.floaty-form form div.row > div.col textarea:not(:placeholder-shown)::placeholder,
.floaty-form form div.row > div.col input:not(:placeholder-shown)::placeholder,
.floaty-form form div.row > div.col select:not(:invalid)::placeholder,
.case-management form div.row input:focus::placeholder,
.case-management form div.row textarea:focus::placeholder,
.case-management form div.row textarea:not(:placeholder-shown)::placeholder,
.case-management form div.row input:not(:placeholder-shown)::placeholder,
.case-management form div.row select:not(:invalid)::placeholder,
.case-management form div.row > div.col input:focus::placeholder,
.case-management form div.row > div.col textarea:focus::placeholder,
.case-management form div.row > div.col textarea:not(:placeholder-shown)::placeholder,
.case-management form div.row > div.col input:not(:placeholder-shown)::placeholder,
.case-management form div.row > div.col select:not(:invalid)::placeholder,
.clear-error-modal form div.row input:focus::placeholder,
.clear-error-modal form div.row textarea:focus::placeholder,
.clear-error-modal form div.row textarea:not(:placeholder-shown)::placeholder,
.clear-error-modal form div.row input:not(:placeholder-shown)::placeholder,
.clear-error-modal form div.row select:not(:invalid)::placeholder,
.clear-error-modal form div.row > div.col input:focus::placeholder,
.clear-error-modal form div.row > div.col textarea:focus::placeholder,
.clear-error-modal form div.row > div.col textarea:not(:placeholder-shown)::placeholder,
.clear-error-modal form div.row > div.col input:not(:placeholder-shown)::placeholder,
.clear-error-modal form div.row > div.col select:not(:invalid)::placeholder {
  color: transparent;
}
.floaty-form form div.col,
.case-management form div.col,
.clear-error-modal form div.col {
  margin-top: 20px;
}
.floaty-form form div.col:focus textarea,
.floaty-form form div.col:focus input, .floaty-form form div.col:focus-within textarea,
.floaty-form form div.col:focus-within input,
.case-management form div.col:focus textarea,
.case-management form div.col:focus input,
.case-management form div.col:focus-within textarea,
.case-management form div.col:focus-within input,
.clear-error-modal form div.col:focus textarea,
.clear-error-modal form div.col:focus input,
.clear-error-modal form div.col:focus-within textarea,
.clear-error-modal form div.col:focus-within input {
  border-bottom: 1px solid #0095da !important;
}
.floaty-form form div.col:focus label, .floaty-form form div.col:focus-within label,
.case-management form div.col:focus label,
.case-management form div.col:focus-within label,
.clear-error-modal form div.col:focus label,
.clear-error-modal form div.col:focus-within label {
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.floaty-form form div.col:focus label:not(.error-message), .floaty-form form div.col:focus-within label:not(.error-message),
.case-management form div.col:focus label:not(.error-message),
.case-management form div.col:focus-within label:not(.error-message),
.clear-error-modal form div.col:focus label:not(.error-message),
.clear-error-modal form div.col:focus-within label:not(.error-message) {
  color: #0095da !important;
}
@media (prefers-reduced-motion: reduce) {
  .floaty-form form div.col:focus label, .floaty-form form div.col:focus-within label,
  .case-management form div.col:focus label,
  .case-management form div.col:focus-within label,
  .clear-error-modal form div.col:focus label,
  .clear-error-modal form div.col:focus-within label {
    transition: none;
  }
}
.floaty-form form div.col.react-select,
.case-management form div.col.react-select,
.clear-error-modal form div.col.react-select {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.floaty-form form div.col.react-select label,
.case-management form div.col.react-select label,
.clear-error-modal form div.col.react-select label {
  left: 0 !important;
}
.floaty-form form div.col.react-select label.visible-x,
.case-management form div.col.react-select label.visible-x,
.clear-error-modal form div.col.react-select label.visible-x {
  margin-top: -8px !important;
}
.floaty-form form div.col.react-select:focus-within label,
.case-management form div.col.react-select:focus-within label,
.clear-error-modal form div.col.react-select:focus-within label {
  opacity: 1 !important;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform-origin: top left;
  transition: all 0.2s ease-out;
}
.floaty-form form div.col.react-select > div,
.case-management form div.col.react-select > div,
.clear-error-modal form div.col.react-select > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.floaty-form form div.col.react-select .react-select__control,
.case-management form div.col.react-select .react-select__control,
.clear-error-modal form div.col.react-select .react-select__control {
  margin-bottom: 1px;
}
.floaty-form form div.col.react-select .react-select__value-container,
.case-management form div.col.react-select .react-select__value-container,
.clear-error-modal form div.col.react-select .react-select__value-container {
  padding: 0;
  align-items: flex-end;
}
.floaty-form form div.col.react-select .react-select__placeholder,
.floaty-form form div.col.react-select .react-select__single-value,
.case-management form div.col.react-select .react-select__placeholder,
.case-management form div.col.react-select .react-select__single-value,
.clear-error-modal form div.col.react-select .react-select__placeholder,
.clear-error-modal form div.col.react-select .react-select__single-value {
  margin-bottom: 4px;
}
.floaty-form form div.row.has-error input,
.floaty-form form div.col.has-error input,
.case-management form div.row.has-error input,
.case-management form div.col.has-error input,
.clear-error-modal form div.row.has-error input,
.clear-error-modal form div.col.has-error input {
  border-color: #ff2d55 !important;
}
.floaty-form form div.row.has-error label,
.floaty-form form div.col.has-error label,
.case-management form div.row.has-error label,
.case-management form div.col.has-error label,
.clear-error-modal form div.row.has-error label,
.clear-error-modal form div.col.has-error label {
  color: #ff2d55 !important;
}
.floaty-form form div.row.has-error:focus label, .floaty-form form div.row.has-error:focus-within label,
.floaty-form form div.col.has-error:focus label,
.floaty-form form div.col.has-error:focus-within label,
.case-management form div.row.has-error:focus label,
.case-management form div.row.has-error:focus-within label,
.case-management form div.col.has-error:focus label,
.case-management form div.col.has-error:focus-within label,
.clear-error-modal form div.row.has-error:focus label,
.clear-error-modal form div.row.has-error:focus-within label,
.clear-error-modal form div.col.has-error:focus label,
.clear-error-modal form div.col.has-error:focus-within label {
  color: #ff2d55 !important;
}
.floaty-form form span.error-message,
.case-management form span.error-message,
.clear-error-modal form span.error-message {
  color: #ff2d55 !important;
  font-size: small;
  width: 100%;
  height: 20px;
  display: block;
}
.floaty-form .icon.icon-close:hover {
  opacity: 0.5 !important;
}
.floaty-form.condensed form div.row.two-cols {
  margin-bottom: 20px;
}
form.filter .filter .react-select__control {
  background: transparent !important;
  color: #000;
  min-height: unset;
  align-items: flex-end;
}
form.filter .filter .react-select__placeholder,
form.filter .filter .react-select__value-container,
form.filter .filter .react-select__value-container--has-value,
form.filter .filter .react-select__single-value {
  color: #000;
}
form.filter .filter .react-select__value-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
form.filter .filter .react-select__indicator {
  padding: 0 !important;
}
form.filter .filter.desktop, form.filter .filter.mobile {
  display: none;
}
form.filter .filter.mobile {
  margin: unset;
  padding: unset;
  z-index: 999;
}
form.filter .filter.mobile p {
  margin: unset;
  margin-bottom: 40px;
}
form.filter .filter.mobile fieldset {
  clear: both;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  color: #000;
  margin-top: -20px;
}
form.filter .filter.mobile fieldset legend {
  font-weight: bold;
  font-size: 14px;
  padding-top: 0px;
}
form.filter .filter.mobile .close {
  opacity: unset !important;
}
form.filter .filter.mobile .icon-close {
  font-size: 1rem !important;
  cursor: pointer !important;
  background: #fff;
  float: right;
  position: absolute;
  right: 20px;
}
form.filter .filter.mobile .icon-close:hover {
  outline: 0px !important;
}
form.filter .filter.mobile section.buttons {
  padding: unset;
  text-align: center;
}
form.filter .filter.mobile section.buttons button {
  margin: 0px 5px;
}
@media only screen and (max-width: 768px) {
  form.filter .filter.mobile {
    display: block;
  }
  form.filter .filter.desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  form.filter .filter.desktop {
    display: flex;
  }
  form.filter .filter.mobile {
    display: none;
  }
}
form.filter div.filter.desktop {
  flex: 5;
}
form.filter div.filter.desktop ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
form.filter section.filter.mobile {
  flex-grow: 5;
}
form.filter section.filter.mobile .react-select__indicator,
form.filter section.filter.mobile .react-select__placeholder,
form.filter section.filter.mobile .react-select__value-container,
form.filter section.filter.mobile .react-select__value-container--has-value,
form.filter section.filter.mobile .react-select__single-value {
  color: #000;
}
form.filter section.filter.mobile .react-select__indicator {
  padding-right: 0;
}
form.filter section.filter.mobile ::-webkit-calendar-picker-indicator {
  filter: invert(0);
}
form.filter section.filter.mobile.closed table {
  display: table;
}
form.filter section.filter.mobile.closed fieldset {
  display: none;
}
form.filter section.filter.mobile.open table {
  display: none;
}
form.filter section.filter.mobile.open fieldset {
  display: block;
}
form.filter {
  margin: 10px 0px 20px 0px;
}
form.filter select:focus, form.filter select:focus-within,
form.filter input:focus,
form.filter input:focus-within {
  box-shadow: none !important;
}
form.filter table.filter {
  width: 100%;
  margin-top: 20px;
}
form.filter table.filter tr {
  display: block;
  padding: 0.25rem 1.25rem;
  border-radius: 0.25rem;
  -webkit-backdrop-filter: blur(1.563rem);
  backdrop-filter: blur(1.563rem);
  border: solid 0.031rem rgba(255, 255, 255, 0.1);
  background-color: rgba(175, 176, 185, 0.05);
  cursor: pointer;
  margin-bottom: 10px;
}
form.filter table.filter tr td {
  padding: 5px 10px;
  display: inline-block;
  width: 40%;
}
form.filter table.filter tr td.download {
  text-align: right;
  width: 20%;
}
form.filter table.filter tr td.download i {
  font-size: 22px !important;
}
form.filter table.filter tr td.filter {
  text-align: right;
  width: 20%;
}
form.filter table.filter tr td.filter i {
  float: right;
  font-size: 22px !important;
  text-decoration: none;
}
form.filter table.filter tr:before {
  transition: opacity 0.5s ease, z-color 0.5s ease;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #fff;
  opacity: 0.05;
  border-radius: 5px;
  z-index: -1;
}
form.filter table.filter tr:hover {
  background: #fff;
  color: #000;
}
form.filter table.filter tr:hover td .filter {
  background-color: #fff;
}
ul.cards,
ol.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1038px;
}
ul.cards li,
ol.cards li {
  background: #fff;
  border-radius: 5px;
  color: #000;
  width: calc(33.3333333333% - 10px);
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  ul.cards li,
  ol.cards li {
    width: 100%;
  }
}
ul.cards li h4, ul.cards li .h4,
ol.cards li h4,
ol.cards li .h4 {
  font-size: 16px !important;
  font-weight: bold;
}
ul.cards li h5, ul.cards li .h5, ul.cards li .mah-cm .mah-cm-form h2, .mah-cm .mah-cm-form ul.cards li h2, ul.cards li .mah-cm .mah-cm-form .h2, .mah-cm .mah-cm-form ul.cards li .h2, ul.cards li section.query-details section.add-comment #new-comment-form .header-row h2, section.query-details section.add-comment #new-comment-form .header-row ul.cards li h2, ul.cards li section.query-details section.add-comment #new-comment-form .header-row .h2, section.query-details section.add-comment #new-comment-form .header-row ul.cards li .h2, ul.cards li section.query-details h3, section.query-details ul.cards li h3, ul.cards li section.query-details .h3, section.query-details ul.cards li .h3, ul.cards li section.payment-result h1, section.payment-result ul.cards li h1, ul.cards li section.payment-result .h1, section.payment-result ul.cards li .h1,
ol.cards li h5,
ol.cards li .h5,
ol.cards li .mah-cm .mah-cm-form h2,
.mah-cm .mah-cm-form ol.cards li h2,
ol.cards li .mah-cm .mah-cm-form .h2,
.mah-cm .mah-cm-form ol.cards li .h2,
ol.cards li section.query-details section.add-comment #new-comment-form .header-row h2,
section.query-details section.add-comment #new-comment-form .header-row ol.cards li h2,
ol.cards li section.query-details section.add-comment #new-comment-form .header-row .h2,
section.query-details section.add-comment #new-comment-form .header-row ol.cards li .h2,
ol.cards li section.query-details h3,
section.query-details ol.cards li h3,
ol.cards li section.query-details .h3,
section.query-details ol.cards li .h3,
ol.cards li section.payment-result h1,
section.payment-result ol.cards li h1,
ol.cards li section.payment-result .h1,
section.payment-result ol.cards li .h1 {
  font-size: 14px !important;
  font-weight: normal;
}
ul.cards li p,
ol.cards li p {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}
ul.cards li button,
ol.cards li button {
  border: 0;
  outline: 0;
  background: transparent;
  float: right;
  padding: 0 !important;
}
ul.cards li em,
ol.cards li em {
  font-style: normal;
  color: #27C101;
}
ul.cards li em.no,
ol.cards li em.no {
  color: #FF0000;
}
.month-picker .year-month {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-top: 1px;
  padding-bottom: 5px;
}
.month-picker .year-month span {
  line-height: 24px;
  margin-top: 15px;
}
.month-picker .year-month i {
  color: #fff;
  margin-top: 15px;
  cursor: pointer !important;
}
.month-picker .year-month i:hover {
  color: #0095da !important;
}
.month-picker .year-month i.disabled {
  cursor: not-allowed !important;
}
.month-picker .rd-container {
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  color: #000;
  width: 200px;
  position: absolute;
  z-index: 20;
  visibility: visible !important;
  display: none !important;
}
.month-picker .rd-container section.rd-footer {
  padding: unset;
  margin: unset;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.month-picker .rd-container section.rd-footer button {
  font-size: 12px;
}
.month-picker .rd-container section.rd-footer button:hover {
  opacity: 0.7 !important;
  text-decoration: none !important;
}
.month-picker.focussed label,
.month-picker.focussed .year-month i {
  color: #0095da !important;
}
.month-picker.focussed .rd-container {
  display: block !important;
}
.month-picker .react-calendar {
  border: 0 !important;
  width: 200px;
}
.month-picker .react-calendar .react-calendar__navigation {
  margin-bottom: 0;
  height: 30px;
}
.month-picker .react-calendar .react-calendar__navigation__label__labelText {
  font-size: 14px;
}
.month-picker .react-calendar .react-calendar__navigation__prev-button,
.month-picker .react-calendar .react-calendar__navigation__next-button {
  font-size: 1.25rem;
  margin-bottom: 3px;
}
.month-picker .react-calendar .react-calendar__navigation__prev-button:hover,
.month-picker .react-calendar .react-calendar__navigation__next-button:hover,
.month-picker .react-calendar .react-calendar__navigation__label:hover {
  background: #fff !important;
}
.month-picker .react-calendar .react-calendar__navigation__label {
  pointer-events: none;
  cursor: none !important;
}
.month-picker .react-calendar .react-calendar__navigation__prev2-button,
.month-picker .react-calendar .react-calendar__navigation__next2-button {
  display: none;
}
.month-picker .react-calendar .react-calendar__navigation {
  justify-content: space-around;
}
.month-picker .react-calendar .react-calendar__year-view .react-calendar__tile,
.month-picker .react-calendar .react-calendar__decade-view .react-calendar__tile,
.month-picker .react-calendar .react-calendar__century-view .react-calendar__tile {
  padding: 0.5rem;
}
.month-picker .react-calendar .react-calendar__tile--now {
  background: #60c5ff;
}
.month-picker .react-calendar abbr {
  font-size: 12px;
}
body.auth {
  background: #121212;
}
body.auth .popover {
  display: none;
}
body.auth .main-container {
  height: 100%;
  width: 100%;
  padding: 20px 0 !important;
  display: flex;
}
body.auth #commercial-self-service {
  height: 100%;
}
body.auth header {
  margin-top: 84px;
}
body.auth header a {
  background: url('dstv-business-part-of-mc-group.f113fdfdd4068b17395c.png');
  width: 184px;
  height: 61px;
  display: block;
  margin: auto;
}
body.auth footer .footer-menu {
  background: transparent !important;
  color: #fff;
}
body.auth footer .copywrite,
body.auth footer .copyright {
  color: #fff;
}
body.auth footer ul.social-list li i {
  width: 20px;
  height: 20px;
  display: inline-block;
}
body.auth footer ul.social-list li a:hover {
  text-decoration: none !important;
}
body.auth .bg-white {
  color: #000;
}
body.auth .result {
  text-align: center;
  padding: 60px !important;
}
body.auth .result .result-icon {
  display: block;
  margin: 0 auto;
  font-size: 31px;
}
body.auth .result h1, body.auth .result .h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 30px;
}
body.auth .result p {
  margin: 0px 0px 45px 0px;
}
body.auth .result button:not(.btn) {
  background: #000;
  color: #fff;
}
body.auth button.anchor, body.auth .month-picker .rd-container section.rd-footer button, .month-picker .rd-container section.rd-footer body.auth button {
  color: #007bff !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0px !important;
  cursor: pointer !important;
}
body.auth button.anchor:hover, body.auth .month-picker .rd-container section.rd-footer button:hover, .month-picker .rd-container section.rd-footer body.auth button:hover {
  text-decoration: underline !important;
}
body.auth button.focus {
  outline: 0 !important;
}
body.auth button.try-again {
  display: block;
  margin: auto !important;
  margin-top: 20px !important;
  color: #0a121d !important;
  text-decoration: underline !important;
}
@media only screen and (max-width: 768px) {
  body.auth footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
section.company-switcher {
  margin: auto !important;
  padding: 0 !important;
  text-align: center;
  max-width: 610px;
}
section.company-switcher p {
  font-size: 20px;
  max-width: 350px;
  display: block;
  margin: auto;
}
section.company-switcher ul.company-list {
  display: flex;
  justify-content: center;
  clear: both;
  padding: 0;
  flex-wrap: wrap;
  margin-top: 30px;
}
section.company-switcher ul.company-list li {
  list-style: none;
  text-align: center;
  cursor: pointer;
  margin: 15px;
}
section.company-switcher ul.company-list li i {
  font-size: 50px;
  padding: 60px;
  display: block;
  background: #222223;
  border-radius: 5px;
  border: 1px solid #383839;
  margin-bottom: 30px;
}
section.company-switcher ul.company-list li label {
  cursor: pointer;
  max-width: 160px;
  text-align: center;
}
section.company-switcher ul.company-list li:hover i {
  background: #383839;
  color: #000;
}
#capture-user-details {
  padding: 30px;
  max-width: 600px !important;
}
#capture-user-details .btn, #capture-user-details span.add-attachment label, span.add-attachment #capture-user-details label {
  margin: 0 10px;
}
#capture-user-details .btn-outline-black, #capture-user-details section.query-details section.add-comment span.add-attachment label, section.query-details section.add-comment span.add-attachment #capture-user-details label {
  color: #0a121d;
}
#capture-user-details button.close {
  position: absolute;
  right: 30px;
  z-index: 1;
  cursor: pointer !important;
}
@media only screen and (max-width: 550px) {
  #capture-user-details.set-name {
    max-width: calc(100vw - 30px) !important;
  }
}
#capture-user-details.set-name p {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.debug {
  color: #fff;
}
.is-desktop {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .is-desktop {
    display: block !important;
  }
}
.not-desktop {
  display: none;
}
@media only screen and (max-width: 1439.9px) {
  .not-desktop {
    display: block !important;
  }
}
.is-tablet {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .is-tablet {
    display: block !important;
  }
}
.is-phone {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .is-phone {
    display: block !important;
  }
}
._frosted_border, .dashboard section.primary .box, .dashboard section.top .box, .dashboard section.left .box, ._frosted-box, .dashboard div[class^=package-], .dashboard section.top .actions div.action,
.dashboard section.top .swiper-wrapper div.action {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
._frosted-box, .dashboard div[class^=package-], .dashboard section.top .actions div.action,
.dashboard section.top .swiper-wrapper div.action {
  box-shadow: 0px 5px 15px -5px #0a121d;
  /* Frosted Glass Blur */
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.dashboard {
  color: #fff;
  display: grid;
  grid-template-areas: "title title" "left top" "left main";
}
@media only screen and (min-width: 1440px) {
  .dashboard {
    grid-template-rows: auto 220px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard {
    grid-template-areas: "title title" "primary top" "left left" "main main";
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 767.9px) {
  .dashboard {
    grid-template-areas: "title" "primary" "top" "left" "main";
  }
}
.dashboard section {
  margin: unset;
  padding: unset;
}
.dashboard section.title {
  grid-column: span 2;
  grid-area: title;
}
.dashboard section.title h1, .dashboard section.title .h1 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 45px;
}
.dashboard section.title h1::before, .dashboard section.title .h1::before {
  content: "Welcome back, ";
}
@media only screen and (max-width: 480px) {
  .dashboard section.title h1::before, .dashboard section.title .h1::before {
    content: "Hi ";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.title h1, .dashboard section.title .h1 {
    font-size: 38px;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .dashboard section.title h1, .dashboard section.title .h1 {
    font-size: 26px;
    margin-bottom: 20px !important;
    text-align: center;
  }
}
.dashboard section.primary .box, .dashboard section.top .box, .dashboard section.left .box {
  background: #0f1b2a;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px;
}
.dashboard section.primary .box.primary-action button.btn, .dashboard section.top .box.primary-action button.btn, .dashboard section.left .box.primary-action button.btn {
  margin: auto !important;
}
.dashboard section.primary .box, .dashboard section.left .box {
  clear: both;
}
@media only screen and (max-width: 1439.9px) {
  .dashboard section.primary .box, .dashboard section.left .box {
    margin-bottom: 15px;
    font-size: 14px !important;
    line-height: 16px;
  }
}
.dashboard section.primary .box h3, .dashboard section.primary .box .h3, .dashboard section.left .box h3, .dashboard section.left .box .h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  max-width: 80%;
  display: inline-block;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1439.9px) {
  .dashboard section.primary .box h3, .dashboard section.primary .box .h3, .dashboard section.left .box h3, .dashboard section.left .box .h3 {
    font-size: 18px;
    line-height: 21px;
  }
}
.dashboard section.primary .box label, .dashboard section.left .box label {
  font-weight: bold;
}
.dashboard section.primary .box dl, .dashboard section.left .box dl {
  margin-bottom: 0;
}
.dashboard section.primary .box p, .dashboard section.left .box p {
  margin-top: 8px;
  margin-bottom: 0;
}
.dashboard section.primary .box p label, .dashboard section.left .box p label {
  margin-right: 5px;
}
.dashboard section.primary .box p label::after, .dashboard section.left .box p label::after {
  content: ":";
}
.dashboard section.primary .box.primary-action, .dashboard section.left .box.primary-action {
  font-size: 28px;
}
.dashboard section.primary .box.primary-action h5, .dashboard section.primary .box.primary-action .h5, .dashboard section.primary .box.primary-action .mah-cm .mah-cm-form h2, .mah-cm .mah-cm-form .dashboard section.primary .box.primary-action h2, .dashboard section.primary .box.primary-action .mah-cm .mah-cm-form .h2, .mah-cm .mah-cm-form .dashboard section.primary .box.primary-action .h2, .dashboard section.primary .box.primary-action section.query-details section.add-comment #new-comment-form .header-row h2, section.query-details section.add-comment #new-comment-form .header-row .dashboard section.primary .box.primary-action h2, .dashboard section.primary .box.primary-action section.query-details section.add-comment #new-comment-form .header-row .h2, section.query-details section.add-comment #new-comment-form .header-row .dashboard section.primary .box.primary-action .h2, .dashboard section.primary .box.primary-action section.query-details h3, section.query-details .dashboard section.primary .box.primary-action h3, .dashboard section.primary .box.primary-action section.query-details .h3, section.query-details .dashboard section.primary .box.primary-action .h3, .dashboard section.primary .box.primary-action section.payment-result h1, section.payment-result .dashboard section.primary .box.primary-action h1, .dashboard section.primary .box.primary-action section.payment-result .h1, section.payment-result .dashboard section.primary .box.primary-action .h1, .dashboard section.left .box.primary-action h5, .dashboard section.left .box.primary-action .h5, .dashboard section.left .box.primary-action .mah-cm .mah-cm-form h2, .mah-cm .mah-cm-form .dashboard section.left .box.primary-action h2, .dashboard section.left .box.primary-action .mah-cm .mah-cm-form .h2, .mah-cm .mah-cm-form .dashboard section.left .box.primary-action .h2, .dashboard section.left .box.primary-action section.query-details section.add-comment #new-comment-form .header-row h2, section.query-details section.add-comment #new-comment-form .header-row .dashboard section.left .box.primary-action h2, .dashboard section.left .box.primary-action section.query-details section.add-comment #new-comment-form .header-row .h2, section.query-details section.add-comment #new-comment-form .header-row .dashboard section.left .box.primary-action .h2, .dashboard section.left .box.primary-action section.query-details h3, section.query-details .dashboard section.left .box.primary-action h3, .dashboard section.left .box.primary-action section.query-details .h3, section.query-details .dashboard section.left .box.primary-action .h3, .dashboard section.left .box.primary-action section.payment-result h1, section.payment-result .dashboard section.left .box.primary-action h1, .dashboard section.left .box.primary-action section.payment-result .h1, section.payment-result .dashboard section.left .box.primary-action .h1 {
  font-size: 20px;
  margin-bottom: 11px;
}
.dashboard section.primary .box.primary-action button.btn, .dashboard section.left .box.primary-action button.btn {
  margin-top: 24px !important;
}
.dashboard section.primary .box.primary-action p, .dashboard section.left .box.primary-action p {
  font-weight: bold;
}
.dashboard section.primary .box.primary-action p.total-amount, .dashboard section.left .box.primary-action p.total-amount {
  margin-top: 11px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.primary .box.primary-action p.total-amount, .dashboard section.left .box.primary-action p.total-amount {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .dashboard section.primary .box.primary-action p.total-amount, .dashboard section.left .box.primary-action p.total-amount {
    font-size: 24px !important;
  }
}
.dashboard section.primary .box.primary-action p.error-message, .dashboard section.left .box.primary-action p.error-message {
  font-size: 14px !important;
  font-weight: normal !important;
}
.dashboard section.primary .box.primary-action span.download-statement, .dashboard section.left .box.primary-action span.download-statement {
  font-size: 16px;
  display: flex !important;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
  display: block;
  margin: auto;
  max-width: 400px;
}
.dashboard section.primary .box.primary-action span.download-statement i, .dashboard section.left .box.primary-action span.download-statement i {
  font-size: 16px;
}
.dashboard section.primary .box.primary-action span.download-statement:hover, .dashboard section.left .box.primary-action span.download-statement:hover {
  color: #0095da !important;
}
.dashboard section.primary {
  grid-area: primary;
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .dashboard section.primary {
    display: block !important;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.primary {
    display: block !important;
    margin-right: 5px;
    margin-bottom: 30px;
  }
}
.dashboard section.primary .box {
  padding: 19px;
  font-size: 28px;
}
.dashboard section.primary .box h5, .dashboard section.primary .box .h5, .dashboard section.primary .box .mah-cm .mah-cm-form h2, .mah-cm .mah-cm-form .dashboard section.primary .box h2, .dashboard section.primary .box .mah-cm .mah-cm-form .h2, .mah-cm .mah-cm-form .dashboard section.primary .box .h2, .dashboard section.primary .box section.query-details section.add-comment #new-comment-form .header-row h2, section.query-details section.add-comment #new-comment-form .header-row .dashboard section.primary .box h2, .dashboard section.primary .box section.query-details section.add-comment #new-comment-form .header-row .h2, section.query-details section.add-comment #new-comment-form .header-row .dashboard section.primary .box .h2, .dashboard section.primary .box section.query-details h3, section.query-details .dashboard section.primary .box h3, .dashboard section.primary .box section.query-details .h3, section.query-details .dashboard section.primary .box .h3, .dashboard section.primary .box section.payment-result h1, section.payment-result .dashboard section.primary .box h1, .dashboard section.primary .box section.payment-result .h1, section.payment-result .dashboard section.primary .box .h1 {
  font-size: 20px !important;
  margin-bottom: 11px;
}
.dashboard section.primary .box button {
  margin-top: 33px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.primary .box {
    height: 257px;
    padding: 45px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .dashboard section.primary .box button {
    padding: 5px 149px;
    max-width: 255px !important;
    max-width: unset;
  }
  .dashboard section.primary .box span.download-statement ~ button.btn {
    padding: 5px 100px !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .dashboard section.primary .box button.btn {
    min-width: 210px !important;
  }
}
.dashboard section.left {
  width: 357px;
  margin-right: 45px;
  grid-area: left;
}
@media only screen and (max-width: 1439.9px) {
  .dashboard section.left {
    width: 100% !important;
    margin-right: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.left {
    display: flex;
    justify-content: space-between;
  }
  .dashboard section.left address {
    margin-bottom: 30px;
  }
  .dashboard section.left .box {
    width: calc(50% - 5px);
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1439.9px) {
  .dashboard section.left .box.primary-action {
    display: none;
  }
}
.dashboard section.top {
  grid-area: top;
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.top {
    margin-left: 15px;
  }
}
.dashboard section.top h2, .dashboard section.top .h2 {
  font-size: 24px !important;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1439.9px) {
  .dashboard section.top h2, .dashboard section.top .h2 {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.top h2, .dashboard section.top .h2 {
    margin-top: -2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.top .swiper-actions .swiper-pagination {
    display: none !important;
  }
}
@media only screen and (max-width: 767.9px) {
  .dashboard section.top .swiper-actions .swiper-pagination {
    row-gap: 0;
  }
}
.dashboard section.top .actions,
.dashboard section.top .swiper-wrapper {
  justify-content: start;
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.top .actions,
  .dashboard section.top .swiper-wrapper {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.dashboard section.top .actions div.action,
.dashboard section.top .swiper-wrapper div.action {
  margin-right: 15px;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  cursor: pointer !important;
  background: rgba(0, 149, 218, 0.03);
  /* 04_Opacities/White 10% */
  border-radius: 8px;
  width: 181px;
  height: 144px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.dashboard section.top .actions div.action:hover,
.dashboard section.top .swiper-wrapper div.action:hover {
  background: #0095da;
}
@media only screen and (max-width: 1439.9px) {
  .dashboard section.top .actions div.action,
  .dashboard section.top .swiper-wrapper div.action {
    width: 140px;
    height: 106px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.top .actions div.action,
  .dashboard section.top .swiper-wrapper div.action {
    width: 102px;
    height: 102px;
  }
}
.dashboard section.top .actions div.action i,
.dashboard section.top .swiper-wrapper div.action i {
  display: block !important;
  font-size: 22px !important;
  padding: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.top .swiper-wrapper {
    row-gap: 15px;
  }
}
.dashboard section.main {
  grid-area: main;
}
.dashboard section.main .subscriptions-loader {
  max-width: 967px;
}
@media only screen and (max-width: 1439.9px) {
  .dashboard section.main .subscriptions-loader {
    margin: auto;
  }
}
.dashboard section.main .subscriptions-loader ul.square-loader {
  margin: 100px auto !important;
}
.dashboard section.main > div:not(.subscriptions-loader) {
  width: 967px;
  height: 365px;
  background-size: 420px 365px;
  margin-bottom: 15px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-position: left;
  padding: 30px;
  padding-left: 450px;
}
.dashboard section.main > div:not(.subscriptions-loader) h2, .dashboard section.main > div:not(.subscriptions-loader) .h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1439.9px) {
  .dashboard section.main > div:not(.subscriptions-loader) {
    background-size: 311px 270px;
    width: 100%;
    height: 271px;
    padding: 0 30px 30px 340px;
  }
}
@media only screen and (max-width: 767.9px) {
  .dashboard section.main > div:not(.subscriptions-loader) {
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: unset;
    padding: 56% 30px 50% 30px;
    font-size: 12px;
    line-height: 18px;
  }
  .dashboard section.main > div:not(.subscriptions-loader) h2, .dashboard section.main > div:not(.subscriptions-loader) .h2 {
    font-size: 22px;
  }
}
.dashboard .top .swiper:not(.no-swipe) {
  max-width: calc(100vw - 60px);
}
.dashboard .top .swiper:not(.no-swipe) .actions,
.dashboard .top .swiper:not(.no-swipe) .swiper-wrapper {
  margin-bottom: 37px;
}
.dashboard .top .swiper.no-swipe .swiper-pagination {
  display: none !important;
}
.dashboard .top .swiper.no-swipe .swiper-wrapper {
  transform: none !important;
}
.dashboard .swiper-pagination-bullet {
  background: #fff !important;
  opacity: unset;
}
.dashboard .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0095da !important;
  border: 2px solid #0a121d;
  box-shadow: 0 0 0 1px #0095da;
}
.dashboard div[class^=package-] {
  background-origin: content-box;
  border-radius: 10px;
}
.dashboard div.package-play {
  background-image: url('background.play.small.db526d5e31108560f912.png');
  background-color: #073b32;
}
.dashboard div.package-stay {
  background-image: url('background.stay.small.d1de8fded8d0f46ccea2.png');
  background-color: #131d3f;
}
.dashboard div.package-work {
  background-image: url('background.work.small.c93636f0ee89c6e45198.png');
  background-color: #1b1737;
}
.dashboard div.box.primary-action:not(:has(.square-loader)):not(:has(h5)) {
  display: none;
}
.row.subscriptions {
  color: #fff;
}
.row.subscriptions .on-top, .row.subscriptions .status, .row.subscriptions .total-device-count, .row.subscriptions .package-header {
  z-index: 999;
}
.row.subscriptions .section-header {
  width: 258px;
  font-size: 24px;
  font-weight: bold;
}
.row.subscriptions .package-header {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 16px;
}
.row.subscriptions .package-header i {
  height: 22px;
  width: 22px;
}
.row.subscriptions .package {
  position: relative;
}
.row.subscriptions .package:after {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row.subscriptions .package-stay:after {
  background-image: linear-gradient(243deg, rgba(145, 200, 100, 0) 35%, #448c19), linear-gradient(to top, #0a121d, rgba(10, 18, 29, 0));
}
.row.subscriptions .package-play:after {
  background-image: linear-gradient(243deg, rgba(65, 150, 150, 0) 35%, #005f5f), linear-gradient(to top, #0a121d, rgba(10, 18, 29, 0));
}
.row.subscriptions .package-work:after {
  background-image: linear-gradient(243deg, rgba(1, 55, 80, 0) 35%, #013750), linear-gradient(to top, #0a121d, rgba(10, 18, 29, 0));
}
.row.subscriptions .total-device-count {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 47px;
  left: 16px;
}
.row.subscriptions .status {
  font-size: 12px;
  position: absolute;
  bottom: 8px;
  right: 16px;
  cursor: pointer;
}
.row.subscriptions .status i {
  width: 8px;
  height: 8px;
  margin: 0 0 0.5px 10px;
  border-radius: 50%;
  display: inline-block;
}
.row.subscriptions .status.status-active i {
  box-shadow: 0 0 5px 0 #00b482;
  background-color: #00b482;
}
.row.subscriptions .status.status-inactive i {
  box-shadow: 0 0 5px 0 #ff2d55;
  background-color: #ff2d55;
}
.row.subscriptions .status.status-pending i {
  box-shadow: 0 0 5px 0 #ffa500;
  background-color: #ffa500;
}
body.country-ng .subscriptions .total-device-count {
  display: none !important;
}
section#statements {
  margin: auto;
  padding: 0px;
}
section#statements h1, section#statements .h1 {
  font-size: 1.5rem;
}
section#statements button.anchor.back, section#statements .month-picker .rd-container section.rd-footer button.back, .month-picker .rd-container section.rd-footer section#statements button.back {
  font-weight: bold;
  color: red !important;
  font-size: 1.2rem;
  display: block;
  margin: 20px 0px;
}
section#statements button.anchor.back i, section#statements .month-picker .rd-container section.rd-footer button.back i, .month-picker .rd-container section.rd-footer section#statements button.back i {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
section#statements p.now-viewing {
  font-weight: bold;
}
section#statements p.now-viewing em {
  color: #707070;
  font-style: normal;
}
section#statements .form-control {
  box-shadow: none !important;
}
section#statements form.filter {
  margin-top: 30px;
}
section#statements form.filter .row {
  gap: 30px;
}
@media (max-width: 550px) {
  section#statements form.filter .row {
    flex-direction: column;
  }
}
section#statements form.filter .row .col {
  width: 32% !important;
  max-width: 215px !important;
  margin-top: unset;
}
@media (max-width: 550px) {
  section#statements form.filter .row .col {
    width: unset !important;
    max-width: unset !important;
    margin-right: 60px;
  }
}
section#statements form.filter .row .col.react-select #itemType {
  margin-top: 15px;
}
section#statements form.filter .row .col.react-select .react-select__single-value {
  margin-bottom: unset !important;
}
section#statements form.filter .react-select__control {
  border-bottom: 1px solid #fff;
}
section#statements .year-month {
  padding-top: 5px;
  padding-bottom: 0px;
}
section#statements .year-month span {
  margin-top: 10px !important;
}
.bottom-toolbar {
  margin: 20px 0px;
}
.bottom-toolbar .btn, .bottom-toolbar span.add-attachment label, span.add-attachment .bottom-toolbar label {
  padding: 0.594em 1rem;
  font-size: 0.8rem;
}
.no-items {
  display: block;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
}
.statements-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
}
.statements-container.is-loading,
.statements-container .no-items {
  padding-bottom: 40px !important;
}
.statements-container ul:not(.square-loader) {
  margin-left: 30px;
}
.statements-container ul:not(.square-loader) li {
  color: #000;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-right: 30px;
}
.statements-container ul:not(.square-loader) li.active {
  color: #0095da;
  text-decoration: underline;
}
.statements-container ul.square-loader {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.statements-container .filter {
  margin-left: 30px;
  margin-bottom: 0;
}
.statements-container .filter .row {
  gap: 30px;
}
.statements-container .filter .row .col {
  width: 32% !important;
  max-width: 215px !important;
  margin-top: unset;
}
.statements-container .filter .row .col.react-select #itemType {
  margin-top: 15px;
}
.statements-container .filter .row .col.react-select .react-select__single-value {
  margin-bottom: unset !important;
}
.statements-container .filter .react-select__control {
  border-bottom: 1px solid #fff;
}
.statements-container .month-picker .year-month {
  color: #000 !important;
  border-bottom-color: rgba(10, 18, 29, 0.6);
}
.statements-container .month-picker i {
  color: #000 !important;
}
.statements-container table.statements {
  width: 100%;
  margin-top: 20px;
}
.statements-container table.statements tr {
  display: block;
  padding: 0.25rem 1.25rem;
  border-radius: 0.25rem;
  -webkit-backdrop-filter: blur(1.563rem);
  backdrop-filter: blur(1.563rem);
  border: solid 0.031rem rgba(255, 255, 255, 0.1);
  background-color: rgba(175, 176, 185, 0.05);
  cursor: pointer;
  margin-bottom: 10px;
}
.statements-container table.statements tr td {
  padding: 5px 0;
  display: inline-block;
  width: 40%;
}
.statements-container table.statements tr td.download {
  text-align: right;
  width: 20%;
}
.statements-container table.statements tr td.download i {
  font-size: 22px !important;
}
.statements-container table.statements tr td.filter {
  text-align: right;
  width: 20%;
}
.statements-container table.statements tr td.filter i {
  float: right;
  font-size: 22px !important;
  text-decoration: none;
}
.statements-container table.statements tr:before {
  transition: opacity 0.5s ease, z-color 0.5s ease;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #fff;
  opacity: 0.05;
  border-radius: 5px;
  z-index: -1;
}
.statements-container table.statements tr:hover {
  background: #fff;
  color: #000;
}
.statements-container table.statements tr:hover td .filter {
  background-color: #fff;
}
.statements-container table.statements tr {
  margin-bottom: 2px;
}
.statements-container table.statements tr::before {
  transition: unset !important;
  opacity: 1;
}
.statements-container table.statements tr:nth-child(odd) {
  background: transparent;
}
.statements-container table.statements tr:nth-child(odd)::before {
  background: rgba(147, 147, 147, 0.3);
}
.statements-container table.statements tr td,
.statements-container table.statements tr i {
  color: #000;
}
.statements-container table.statements tr:hover td.download i.icon-downloads {
  color: #0095da !important;
}
section.sa-payment {
  margin: auto;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  color: #000;
  width: max-content;
}
section.sa-payment ._bold_payment, section.mah-payment p.amount-to-pay section.sa-payment input[type=number], section.sa-payment p.amount-to-pay input[type=number], section.sa-payment p.amount-to-pay {
  font-weight: bold !important;
  font-size: 38px !important;
  line-height: 45px !important;
}
@media only screen and (max-width: 768px) {
  section.sa-payment h4, section.sa-payment .h4 {
    text-align: center;
  }
}
section.sa-payment p {
  padding: unset;
  text-align: center;
  display: block !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  margin: 20px 0;
}
section.sa-payment p.amount-to-pay {
  margin: 16px 0 !important;
  text-align: center;
}
section.sa-payment p.amount-to-pay input::-webkit-outer-spin-button,
section.sa-payment p.amount-to-pay input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.sa-payment p.amount-to-pay input[type=number] {
  -moz-appearance: textfield;
  border: 0;
  border-bottom: 1px solid #0095da;
  margin: 0 5px 0 10px;
}
section.sa-payment p.amount-to-pay input[type=number]:disabled {
  background: transparent !important;
  color: #000 !important;
  border: 0 !important;
}
section.sa-payment p.amount-to-pay i {
  font-size: 22px;
  cursor: pointer !important;
}
section.sa-payment p.amount-to-pay i:hover {
  color: #0095da !important;
}
section.sa-payment button.btn {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  section.sa-payment button.btn {
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
}
section.sa-payment ul.payment-methods {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.sa-payment ul.payment-methods {
    max-width: 250px !important;
  }
}
section.sa-payment ul.payment-methods li {
  list-style: none;
  display: inline-block;
  width: 210px;
  height: 145px;
  color: #fff;
  background: linear-gradient(180deg, #063d61 0%, #050e30 100%);
  border-radius: 10px;
  margin: 0 14px 20px 14px;
  text-align: center;
  font-weight: 400;
  vertical-align: bottom;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
}
section.sa-payment ul.payment-methods li:hover {
  background: #0067a8 !important;
}
section.sa-payment ul.payment-methods li i {
  color: #fff;
  display: block;
  height: 90px;
}
section.sa-payment ul.payment-methods li label {
  text-transform: uppercase;
  color: #fff;
  width: 210px;
  cursor: pointer;
  display: block;
}
section.sa-payment ul.payment-methods li.eft i {
  font-size: 60px;
  margin-top: 25px;
  margin-bottom: 5px;
  height: 71px;
}
section.sa-payment ul.payment-methods li.card i {
  font-size: 90px;
  margin-top: 10px;
}
section.sa-payment ul.payment-methods.selected-card li.card {
  background: #0067a8 !important;
}
section.sa-payment ul.payment-methods.selected-card li.card label {
  color: #fff !important;
}
section.sa-payment ul.payment-methods.selected-eft li.eft {
  background: #0067a8 !important;
}
section.sa-payment ul.payment-methods.selected-eft li.eft label {
  color: #fff !important;
}
#payment-modal {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background: transparent;
  color: #000;
  display: none !important;
}
#payment-modal-loader-section {
  z-index: 10001;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 16px;
  display: none !important;
  max-width: 590px;
  margin: auto;
  margin-top: 250px;
  padding: 0;
}
#payment-modal-loader-section h4, #payment-modal-loader-section .h4 {
  margin-top: 30px;
}
#payment-modal-loader-section p,
#payment-modal-loader-section .spinner-border {
  font-size: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #payment-modal-loader-section {
    width: 90%;
  }
  button.try-again,
  button.dashboard {
    font-size: 90% !important;
  }
}
#payment-modal-iframe-section {
  z-index: 1009;
  margin: unset;
  position: absolute !important;
  display: none !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-height: 980px) {
  #payment-modal-iframe-section {
    margin-top: 90px;
  }
}
#payment-modal.loading {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.5);
}
#payment-modal.loading #payment-modal-loader-section {
  display: block !important;
}
#payment-modal.loading #payment-modal-iframe-section {
  display: none !important;
}
#payment-modal.loaded {
  display: block !important;
  background-color: transparent;
}
#payment-modal.loaded #payment-modal-loader-section {
  display: none !important;
}
#payment-modal.loaded #payment-modal-iframe-section {
  display: block !important;
}
#payment-modal-iframe {
  border: 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
section.payment-result {
  background: #fff;
  color: #000;
  border-radius: 16px;
  margin: auto;
  max-width: 578px !important;
  padding-top: 50px;
}
@media only screen and (max-width: 619px) {
  section.payment-result {
    max-width: max-content !important;
    min-width: 310px;
  }
}
section.payment-result p.please-note {
  padding: 30px 45px 15px 45px !important;
  margin-bottom: 0 !important;
}
section.payment-result .result-icon {
  display: block;
  margin: 0 auto;
  font-size: 40px;
  width: 40px;
  height: 40px;
}
section.payment-result h1, section.payment-result .h1 {
  display: block;
  margin: auto;
  text-align: center;
  margin: 30px;
}
section.payment-result dl {
  display: flex;
  flex-flow: row wrap;
  border: solid #333;
  border-width: 1px 1px 0 0;
  padding: 0 45px;
  border: 0;
  margin: auto;
}
section.payment-result dl dt {
  clear: left;
  float: left !important;
  text-align: left;
  flex-basis: 40%;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  margin: unset;
}
section.payment-result dl dt::after {
  content: ":";
}
section.payment-result dl dd {
  float: left !important;
  flex-basis: 60%;
  flex-grow: 1;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  text-align: right;
  margin: unset;
}
section.payment-result button.btn {
  max-width: unset !important;
}
section.payment-result button.btn.try-again, section.payment-result button.btn.dashboard {
  display: block;
  margin: auto !important;
  margin-top: 30px !important;
  width: 40% !important;
  max-width: 40% !important;
}
@media only screen and (max-width: 539px) {
  section.payment-result button.btn.try-again, section.payment-result button.btn.dashboard {
    width: 60% !important;
    max-width: 60% !important;
  }
}
.temporary-notice.failure-message {
  color: #000;
  text-align: center;
}
.payment-logo {
  background: url('pay@.305cd9dfeb559c9ad695.png');
  width: 135px;
  height: 58px;
  display: block;
  border: 0px;
  margin: auto;
  margin-top: 50px;
}
section.mah-payment {
  margin: auto;
  padding: 80px;
  background: #fff;
  border-radius: 16px;
  color: #000;
  width: max-content;
}
section.mah-payment ._bold_payment, section.mah-payment p.amount-to-pay input[type=number], section.mah-payment p.amount-to-pay, section.sa-payment p.amount-to-pay section.mah-payment input[type=number] {
  font-weight: bold !important;
  font-size: 38px !important;
  line-height: 45px !important;
}
section.mah-payment h4, section.mah-payment .h4 {
  text-align: center;
}
section.mah-payment p {
  padding: unset;
  text-align: center;
  display: block !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  margin: 20px 0;
}
section.mah-payment p.amount-to-pay {
  margin: 16px 0 !important;
  text-align: center;
}
section.mah-payment p.amount-to-pay input::-webkit-outer-spin-button,
section.mah-payment p.amount-to-pay input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.mah-payment p.amount-to-pay input[type=number] {
  -moz-appearance: textfield;
  border: 0;
  border-bottom: 1px solid #0095da;
  margin: 0 5px 0 10px;
}
section.mah-payment p.amount-to-pay input[type=number]:disabled {
  background: transparent !important;
  color: #000 !important;
  border: 0 !important;
}
section.mah-payment p.amount-to-pay i {
  font-size: 22px;
  cursor: pointer !important;
}
section.mah-payment p.amount-to-pay i:hover {
  color: #0095da !important;
}
section.mah-payment p.error-message {
  margin-top: 5px;
  color: #ff2d55 !important;
  font-size: 12px;
}
section.mah-payment button.btn {
  display: block;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  section.mah-payment button.btn {
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
}
span.add-attachment {
  display: flex;
  align-items: center;
}
span.add-attachment label {
  margin-right: 20px;
  min-width: unset;
  max-width: unset;
  width: 102px !important;
  min-width: 102px !important;
  max-width: 102px !important;
  height: 22px;
  padding: unset !important;
  font-size: 10px !important;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.add-attachment p,
span.add-attachment span {
  font-size: 0.75rem;
  display: inline-block;
  margin: unset;
  padding: unset;
}
h4.attachments, .attachments.h4 {
  color: #94939b;
  margin-top: 40px;
  margin-bottom: 10px !important;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 400;
}
ul.attachments {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 70px;
  column-gap: 10px;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  ul.attachments {
    width: 100%;
  }
}
ul.attachments li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 10px;
  border: 2px solid #60c5ff;
  width: 174px;
  max-width: 174px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
ul.attachments li img {
  margin-right: 10px;
}
ul.attachments li span {
  flex-grow: 1;
  font-size: 0.75rem;
  width: 100px;
  max-width: 100px;
}
ul.attachments li span em,
ul.attachments li span small,
ul.attachments li span .small {
  display: block;
  font-style: normal;
}
ul.attachments li span em {
  color: #ff2d55;
  font-weight: 400;
}
ul.attachments li i.icon-close {
  cursor: pointer !important;
  margin-right: 0 !important;
}
@keyframes fade-in-from-left {
  from {
    opacity: 0;
    transform: translateX(-500px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.freshdesk-auth-message {
  margin-top: 60px;
}
.freshdesk-auth-message p {
  text-align: center;
}
.case-management {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .case-management button.btn-primary, .case-management ul.subscriptions li ul li p.buttons.buttons button.reconnect, ul.subscriptions li ul li p.buttons.buttons .case-management button.reconnect {
    height: 22px;
    font-size: 10px !important;
    width: auto;
    padding: 6px 12px !important;
  }
}
.case-management .query-form #category {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
}
.case-management .query-form .row.react-select label {
  margin-top: -8px;
}
.case-management section {
  padding: unset;
  margin: unset;
}
.case-management section.header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px;
}
.case-management h5 .icon-fix-errors, .case-management .h5 .icon-fix-errors, .case-management .mah-cm .mah-cm-form h2 .icon-fix-errors, .mah-cm .mah-cm-form .case-management h2 .icon-fix-errors, .case-management .mah-cm .mah-cm-form .h2 .icon-fix-errors, .mah-cm .mah-cm-form .case-management .h2 .icon-fix-errors, .case-management section.query-details section.add-comment #new-comment-form .header-row h2 .icon-fix-errors, section.query-details section.add-comment #new-comment-form .header-row .case-management h2 .icon-fix-errors, .case-management section.query-details section.add-comment #new-comment-form .header-row .h2 .icon-fix-errors, section.query-details section.add-comment #new-comment-form .header-row .case-management .h2 .icon-fix-errors, .case-management section.query-details h3 .icon-fix-errors, section.query-details .case-management h3 .icon-fix-errors, .case-management section.query-details .h3 .icon-fix-errors, section.query-details .case-management .h3 .icon-fix-errors, .case-management section.payment-result h1 .icon-fix-errors, section.payment-result .case-management h1 .icon-fix-errors, .case-management section.payment-result .h1 .icon-fix-errors, section.payment-result .case-management .h1 .icon-fix-errors {
  font-size: 24px;
  vertical-align: middle;
}
.case-management .support-filters {
  float: right;
  align-items: center;
}
.case-management .support-filters li {
  font-size: 0.75rem;
  margin-left: 20px;
  cursor: pointer !important;
}
.case-management .support-filters li.active {
  color: #0095da !important;
}
.case-management .no-queries li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px !important;
}
.case-management .no-queries li h5 i, .case-management .no-queries li .h5 i, .case-management .no-queries li .mah-cm .mah-cm-form h2 i, .mah-cm .mah-cm-form .case-management .no-queries li h2 i, .case-management .no-queries li .mah-cm .mah-cm-form .h2 i, .mah-cm .mah-cm-form .case-management .no-queries li .h2 i, .case-management .no-queries li section.query-details section.add-comment #new-comment-form .header-row h2 i, section.query-details section.add-comment #new-comment-form .header-row .case-management .no-queries li h2 i, .case-management .no-queries li section.query-details section.add-comment #new-comment-form .header-row .h2 i, section.query-details section.add-comment #new-comment-form .header-row .case-management .no-queries li .h2 i, .case-management .no-queries li section.query-details h3 i, section.query-details .case-management .no-queries li h3 i, .case-management .no-queries li section.query-details .h3 i, section.query-details .case-management .no-queries li .h3 i, .case-management .no-queries li section.payment-result h1 i, section.payment-result .case-management .no-queries li h1 i, .case-management .no-queries li section.payment-result .h1 i, section.payment-result .case-management .no-queries li .h1 i {
  color: #0095da !important;
  margin-right: 16px;
}
.case-management .no-queries li:hover {
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .case-management .no-queries li {
    display: block !important;
  }
  .case-management .no-queries li h5 i, .case-management .no-queries li .h5 i, .case-management .no-queries li .mah-cm .mah-cm-form h2 i, .mah-cm .mah-cm-form .case-management .no-queries li h2 i, .case-management .no-queries li .mah-cm .mah-cm-form .h2 i, .mah-cm .mah-cm-form .case-management .no-queries li .h2 i, .case-management .no-queries li section.query-details section.add-comment #new-comment-form .header-row h2 i, section.query-details section.add-comment #new-comment-form .header-row .case-management .no-queries li h2 i, .case-management .no-queries li section.query-details section.add-comment #new-comment-form .header-row .h2 i, section.query-details section.add-comment #new-comment-form .header-row .case-management .no-queries li .h2 i, .case-management .no-queries li section.query-details h3 i, section.query-details .case-management .no-queries li h3 i, .case-management .no-queries li section.query-details .h3 i, section.query-details .case-management .no-queries li .h3 i, .case-management .no-queries li section.payment-result h1 i, section.payment-result .case-management .no-queries li h1 i, .case-management .no-queries li section.payment-result .h1 i, section.payment-result .case-management .no-queries li .h1 i {
    display: none;
  }
  .case-management .no-queries li button {
    display: block;
    clear: both;
    margin: auto;
    margin-top: 15px;
  }
  .case-management .no-queries li button.btn {
    height: unset !important;
    font-size: unset !important;
  }
}
.case-management button.close i.icon-close {
  font-size: 1rem;
  cursor: pointer;
}
.case-management .new-query .description {
  margin-bottom: -2px !important;
  top: -18px !important;
  min-height: 2rem;
}
.case-management .new-query h6, .case-management .new-query .h6 {
  display: flex;
  align-items: flex-end;
  height: 70px;
  font-size: 18px;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .case-management .new-query h6, .case-management .new-query .h6 {
    font-size: 16px;
    font-weight: bold;
  }
}
.case-management .comment p {
  margin-bottom: 10px;
}
.case-management .comment a {
  color: #fff !important;
  display: block;
  margin-top: 10px;
}
.case-management div.status-filters span {
  cursor: pointer;
}
.case-management .status-closed {
  color: #ff2d55;
}
.case-management .status-open {
  color: #00b482;
}
.case-management .bottom-toolbar {
  text-align: center;
  margin-top: 30px;
}
.case-management button.load-more-queries {
  margin: auto;
  margin-bottom: 45px !important;
  display: block;
}
.case-management button.load-more-queries p {
  margin-top: 10px;
  color: #0095da;
  font-weight: bold;
}
.modal-header-row, .modal-form .header-row, .new-user .header-row, dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error .header-row, .case-management .query-form .header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal-header-row button.close, .modal-form .header-row button.close, .new-user .header-row button.close, dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error .header-row button.close, .case-management .query-form .header-row button.close {
  width: auto !important;
  background: transparent;
  outline: none;
  border: 0;
}
.modal-header-row button.close:hover, .modal-form .header-row button.close:hover, .new-user .header-row button.close:hover, dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error .header-row button.close:hover, .case-management .query-form .header-row button.close:hover {
  opacity: 0.75;
}
.modal-no-buttons button {
  visibility: hidden !important;
}
.visible {
  visibility: visible;
}
.hidden {
  visibility: hidden;
}
ul,
ol {
  padding-left: 0 !important;
}
ul.info-rows > li,
ol.info-rows > li {
  list-style-type: none !important;
  border-radius: 10px !important;
  margin-top: 20px !important;
  padding: 20px !important;
}
ul.info-rows > li h6, ul.info-rows > li .h6,
ol.info-rows > li h6,
ol.info-rows > li .h6 {
  font-size: 0.875rem !important;
  margin-bottom: 16px !important;
}
@media only screen and (max-width: 768px) {
  ul.info-rows > li h6, ul.info-rows > li .h6,
  ol.info-rows > li h6,
  ol.info-rows > li .h6 {
    font-size: 0.75rem !important;
  }
}
ul.info-rows > li i,
ol.info-rows > li i {
  color: #fff !important;
}
ul.info-rows > li .info-details-header,
ol.info-rows > li .info-details-header {
  display: flex;
  justify-content: space-between;
}
ul.info-rows > li .info-details-header i,
ol.info-rows > li .info-details-header i {
  display: none;
}
@media only screen and (max-width: 768px) {
  ul.info-rows > li .info-details-header,
  ol.info-rows > li .info-details-header {
    flex-direction: column;
  }
  ul.info-rows > li .info-details-header i,
  ol.info-rows > li .info-details-header i {
    font-size: 22px !important;
    position: absolute;
    right: 30px;
    display: block;
  }
}
ul.info-rows > li .info-details-header span.title,
ol.info-rows > li .info-details-header span.title {
  font-size: 16px;
  font-weight: bold;
  width: 72%;
}
ul.info-rows > li .info-details-header span.reference,
ol.info-rows > li .info-details-header span.reference {
  font-size: 14px;
  font-weight: normal;
  color: #000 !important;
  width: 28%;
}
ul.info-rows > li ul.info-details,
ol.info-rows > li ul.info-details {
  display: flex;
  flex-flow: row;
  clear: both;
  align-items: flex-end;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  ul.info-rows > li ul.info-details,
  ol.info-rows > li ul.info-details {
    flex-flow: row wrap;
  }
}
ul.info-rows > li ul.info-details li,
ol.info-rows > li ul.info-details li {
  list-style: none;
  display: inline-block !important;
  width: 33%;
  display: flex;
  align-items: center;
  font-size: 0.75rem !important;
}
@media only screen and (max-width: 400px) {
  ul.info-rows > li ul.info-details li,
  ol.info-rows > li ul.info-details li {
    width: 100%;
    font-size: 0.6rem !important;
  }
}
ul.info-rows > li ul.info-details li.disabled,
ol.info-rows > li ul.info-details li.disabled {
  color: #6c7177;
}
ul.info-rows > li ul.info-details li label,
ol.info-rows > li ul.info-details li label {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  margin-bottom: 4px;
  display: block !important;
}
@media only screen and (max-width: 400px) {
  ul.info-rows > li ul.info-details li label,
  ol.info-rows > li ul.info-details li label {
    width: 100%;
    font-size: 0.75rem !important;
  }
}
ul.info-rows > li ul.info-details li.submitted-by,
ol.info-rows > li ul.info-details li.submitted-by {
  width: 25% !important;
}
ul.info-rows > li ul.info-details li button,
ol.info-rows > li ul.info-details li button {
  float: right;
  background: transparent !important;
  outline: none !important;
  border: 0 !important;
  text-decoration: none !important;
  opacity: 1;
  transition: opacity ease 0.3s;
}
ul.info-rows > li ul.info-details li button.not-clickable,
ol.info-rows > li ul.info-details li button.not-clickable {
  display: none;
}
ul.info-rows > li ul.info-details li button i,
ol.info-rows > li ul.info-details li button i {
  font-size: 22px;
  margin-bottom: 0 !important;
}
ul.info-rows > li ul.info-details.five-items li:last-of-type,
ol.info-rows > li ul.info-details.five-items li:last-of-type {
  width: 8% !important;
}
ul.info-rows > li ul.info-details.details-page li, ul.info-rows > li ul.info-details.five-items li,
ol.info-rows > li ul.info-details.details-page li,
ol.info-rows > li ul.info-details.five-items li {
  width: 16% !important;
}
ul.info-rows > li ul.info-details.details-page li.submitted-by, ul.info-rows > li ul.info-details.five-items li.submitted-by,
ol.info-rows > li ul.info-details.details-page li.submitted-by,
ol.info-rows > li ul.info-details.five-items li.submitted-by {
  width: 28% !important;
}
ul.info-rows > li ul.info-details.four-items li,
ol.info-rows > li ul.info-details.four-items li {
  width: 20% !important;
}
ul.info-rows > li ul.info-details.four-items li.submitted-by,
ol.info-rows > li ul.info-details.four-items li.submitted-by {
  width: 32% !important;
}
@media only screen and (max-width: 768px) {
  ul.info-rows > li ul.info-details.four-items li.submitted-by,
  ol.info-rows > li ul.info-details.four-items li.submitted-by {
    width: 25% !important;
  }
}
@media only screen and (max-width: 768px) {
  ul.info-rows > li ul.info-details.four-items li,
  ol.info-rows > li ul.info-details.four-items li {
    width: 25% !important;
  }
}
ul.info-rows > li ul.info-details.four-items li:last-of-type,
ol.info-rows > li ul.info-details.four-items li:last-of-type {
  width: 8% !important;
}
@media only screen and (max-width: 768px) {
  ul.info-rows > li ul.info-details.four-items li:last-of-type,
  ol.info-rows > li ul.info-details.four-items li:last-of-type {
    display: none !important;
  }
}
ul.info-rows > li:hover,
ol.info-rows > li:hover {
  background-color: #0095da;
}
ul.info-rows > li:hover .info-details-header span,
ul.info-rows > li:hover .info-details-header i,
ol.info-rows > li:hover .info-details-header span,
ol.info-rows > li:hover .info-details-header i {
  color: #fff !important;
}
ul.info-rows > li:hover ul.info-details li,
ol.info-rows > li:hover ul.info-details li {
  color: #fff;
}
ul.info-rows > li:hover ul.info-details li label,
ol.info-rows > li:hover ul.info-details li label {
  color: #fff !important;
}
ul.info-rows > li:hover ul.info-details li.status-closed,
ol.info-rows > li:hover ul.info-details li.status-closed {
  color: #ff2d55;
}
ul.info-rows > li:hover ul.info-details li.status-open,
ol.info-rows > li:hover ul.info-details li.status-open {
  color: #00b482;
}
ul.info-rows > li:hover ul.info-details li p.reference,
ol.info-rows > li:hover ul.info-details li p.reference {
  color: #fff !important;
}
ul.info-rows > li:hover ul.info-details li button i,
ol.info-rows > li:hover ul.info-details li button i {
  color: #fff !important;
}
ul.info-rows > li,
ol.info-rows > li {
  cursor: pointer;
  background: #fff;
  color: #0a121d;
}
ul.info-rows > li label,
ul.info-rows > li i,
ol.info-rows > li label,
ol.info-rows > li i {
  color: #0a121d !important;
}
.case-management .ui-modal-dialog.new-query {
  width: calc(100vw - 20px) !important;
  max-width: 643px !important;
  padding: 30px !important;
}
.case-management .ui-modal-dialog.new-query ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  padding: 2px;
  cursor: pointer;
}
.case-management .ui-modal-dialog.new-query ::-webkit-scrollbar-track {
  background: #454545;
  border-radius: 10px;
}
.case-management .ui-modal-dialog.new-query ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e1dede;
  border: 3px solid #454545;
}
.case-management .ui-modal-dialog.new-query ::-webkit-scrollbar-thumb:hover {
  background: #e1dede;
}
@media all and (min-width: 300px) and (max-width: 400px) {
  .case-management .ui-modal-dialog.new-query .row.modal-buttons-row button.btn {
    max-width: 127.5px !important;
  }
}
section.query-details {
  display: grid;
  grid-template-areas: "left right-top" "left right-bottom";
  grid-template-rows: 50% 50%;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 800px;
  min-height: 600px;
  height: 660px;
}
section.query-details h3, section.query-details .h3 {
  color: #000 !important;
}
section.query-details dl dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}
section.query-details dl dd {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 18px;
}
section.query-details section.details {
  background: #fff;
  border-radius: 16px 0 0 16px;
  padding: 30px;
  width: 303px;
  grid-area: left;
  color: #000;
}
section.query-details section.details .icon-close {
  display: none;
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}
section.query-details section.conversation {
  grid-area: right-top;
  background: #dadada;
  border-radius: 0 16px 0 0;
  padding: 30px;
  padding-bottom: 0;
  width: 599px;
  color: #000;
}
section.query-details section.conversation ul.conversation {
  margin: 0;
  padding: 0;
  display: block;
  overflow-y: auto;
  height: calc(100% - 60px);
}
section.query-details section.conversation ul.conversation li {
  list-style: none;
  padding-right: 20px;
}
section.query-details section.conversation ul.conversation li.date {
  text-align: center;
  font-size: 10px !important;
  line-height: 19px;
}
@media only screen and (min-width: 950px) {
  section.query-details section.conversation ul.conversation li.date {
    visibility: hidden;
  }
}
section.query-details section.conversation ul.conversation li img {
  max-width: calc(100% - 10px);
}
section.query-details section.conversation ul.conversation li.sent div.message {
  background: #0095da;
}
section.query-details section.conversation ul.conversation li.received div.message {
  background: #00b482;
}
section.query-details section.conversation ul.conversation li.received section.query-details {
  border-radius: 20px;
  display: flex;
}
section.query-details section.conversation ul.conversation li strong {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
section.query-details section.conversation ul.conversation li em {
  display: inline-block;
  font-style: normal;
  text-align: right;
  font-size: 10px !important;
  line-height: 12px;
}
section.query-details section.conversation ul.conversation li em span.date {
  font-size: 10px !important;
}
section.query-details section.conversation ul.conversation li div.message {
  display: block;
  border-radius: 22px;
  padding: 15px;
  color: #fff;
}
section.query-details section.conversation ul.conversation li div.message * {
  font-size: 12px;
  line-height: 18px;
}
section.query-details section.conversation ul.conversation li div.message p {
  margin: 0;
}
section.query-details section.conversation ul.conversation li div.message-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 3px;
}
section.query-details section.conversation ol.attachments {
  display: flex;
  max-width: calc(100vw - 130px);
  overflow: auto;
}
section.query-details section.conversation ol.attachments li {
  padding-right: 5px !important;
}
section.query-details section.conversation ol.attachments li a {
  font-size: 12px;
  line-height: 14px;
  color: #0095da;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.query-details section.conversation ol.attachments li a img {
  display: none;
}
section.query-details section.add-comment {
  grid-area: right-bottom;
  background: #ccc;
  border-radius: 0 0 16px 0;
  padding: 30px;
  width: 599px;
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
}
@media only screen and (mix-width: 950px) {
  section.query-details section.add-comment {
    padding-top: 0 !important;
  }
}
section.query-details section.add-comment .attachments-container.none {
  display: none;
}
section.query-details section.add-comment form {
  background-color: transparent !important;
}
section.query-details section.add-comment form.mobile {
  display: none;
}
section.query-details section.add-comment form textarea {
  border-radius: 8px;
  width: 100%;
  font-size: 12px;
}
section.query-details section.add-comment #new-comment-form #comment {
  max-height: unset !important;
  height: auto !important;
  resize: none;
  margin-bottom: 30px;
}
section.query-details section.add-comment #new-comment-form textarea:focus,
section.query-details section.add-comment #new-comment-form #comment:focus {
  margin-top: unset !important;
}
section.query-details section.add-comment #new-comment-form .header-row {
  margin-bottom: 1.5rem;
}
section.query-details section.add-comment #new-comment-form .header-row h2, section.query-details section.add-comment #new-comment-form .header-row .h2 {
  font-weight: bold !important;
}
section.query-details section.add-comment span.add-attachment {
  margin-top: 3px;
}
section.query-details .react-select__single-value {
  margin-top: 3px;
}
section.query-details .modal-buttons-row button.btn {
  margin-top: 0;
}
@media only screen and (max-width: 950px) {
  .case-management section.query-details {
    grid-template-areas: "left" "right-top" "right-bottom";
    grid-template-rows: 70px calc(100% - 170px) 100px;
    width: 100% !important;
  }
  .case-management section.details {
    height: 70px;
    max-height: 70px;
    overflow: hidden;
    padding: 20px !important;
    border-bottom: 1px solid #000;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100% !important;
  }
  .case-management section.details h3, .case-management section.details .h3 {
    display: none;
  }
  .case-management section.details .icon-close {
    display: block !important;
    font-size: 18.5px;
  }
  .case-management section.details dt {
    font-size: 16px;
    line-height: 19px;
  }
  .case-management section.details dd {
    font-size: 12px;
    line-height: 21px;
  }
  .case-management section.conversation {
    background: #fff !important;
    width: 100% !important;
    height: 100%;
    padding: 15px !important;
    padding-bottom: 10px !important;
  }
  .case-management section.conversation h3, .case-management section.conversation .h3 {
    display: none;
  }
  .case-management section.conversation ul.conversation {
    height: 100% !important;
  }
  .case-management section.conversation .message-footer {
    padding-top: 5px;
  }
  .case-management section.conversation span.date {
    display: none;
  }
  .case-management section.conversation span.time {
    font-weight: bold;
  }
  .case-management section.add-comment {
    background: #fff !important;
    height: 120px;
    width: 100% !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .case-management section.add-comment h3, .case-management section.add-comment .h3 {
    display: none;
  }
  .case-management section.add-comment .attachments-container {
    border-top: 1px solid #0a121d;
    border-bottom: 1px solid #0a121d;
    padding: 5px 10px;
    height: 46px;
  }
  .case-management section.add-comment .attachments-container.none {
    border: 0 !important;
  }
  .case-management section.add-comment ul.attachments {
    margin: 0px !important;
    gap: 5px;
  }
  .case-management section.add-comment ul.attachments li {
    width: 121px;
    height: 35px;
    margin: 0px !important;
  }
  .case-management section.add-comment ul.attachments li i {
    font-size: 11px;
  }
  .case-management section.add-comment ul.attachments li span small, .case-management section.add-comment ul.attachments li span .small {
    display: none !important;
  }
  .case-management section.add-comment form {
    display: none;
    margin-bottom: 20px;
  }
  .case-management section.add-comment form.mobile {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
  }
  .case-management section.add-comment form.mobile span.add-attachment label {
    min-width: unset !important;
    max-width: unset !important;
  }
  .case-management section.add-comment form.mobile textarea {
    font-size: 14px;
    width: calc(100% - 64px) !important;
    margin: 0 5px;
    border-radius: 0 !important;
    border: unset !important;
    border-bottom: 1px solid #0a121d !important;
  }
  .case-management section.add-comment form.mobile button,
  .case-management section.add-comment form.mobile .add-attachment label {
    border: 0 !important;
    border-radius: 50% !important;
    background: #0095da !important;
    outline: none !important;
    width: 32px !important;
    height: 32px !important;
    margin-right: unset !important;
  }
  .case-management section.add-comment form.mobile button i,
  .case-management section.add-comment form.mobile .add-attachment label i {
    color: #fff;
    height: 12.5px;
    line-height: 15px;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  @supports (-webkit-touch-callout: none) {
    .case-management section.details {
      max-width: calc(100% - 80px) !important;
    }
    .case-management section.conversation ul.conversation {
      max-width: calc(100% - 80px) !important;
    }
    .case-management section form.mobile {
      max-width: calc(100% - 80px) !important;
    }
  }
}
.mah-cm {
  max-width: 902px !important;
  margin: auto;
}
@media only screen and (max-width: 920px) {
  .mah-cm {
    max-width: calc(100vw - 30px);
  }
}
.mah-cm .mah-cm-form h2, .mah-cm .mah-cm-form .h2 {
  margin-bottom: 1.5rem;
  display: flex;
  font-weight: bold;
}
.mah-cm .mah-cm-form .no-label .text-grey.card-text, .mah-cm .mah-cm-form .no-label .floaty-form form div.row .text-grey.err-msg, .floaty-form form div.row .mah-cm .mah-cm-form .no-label .text-grey.err-msg,
.mah-cm .mah-cm-form .no-label .floaty-form form div.row .text-grey.error-message,
.floaty-form form div.row .mah-cm .mah-cm-form .no-label .text-grey.error-message,
.mah-cm .mah-cm-form .no-label .case-management form div.row .text-grey.err-msg,
.case-management form div.row .mah-cm .mah-cm-form .no-label .text-grey.err-msg,
.mah-cm .mah-cm-form .no-label .case-management form div.row .text-grey.error-message,
.case-management form div.row .mah-cm .mah-cm-form .no-label .text-grey.error-message,
.mah-cm .mah-cm-form .no-label .clear-error-modal form div.row .text-grey.err-msg,
.clear-error-modal form div.row .mah-cm .mah-cm-form .no-label .text-grey.err-msg,
.mah-cm .mah-cm-form .no-label .clear-error-modal form div.row .text-grey.error-message,
.clear-error-modal form div.row .mah-cm .mah-cm-form .no-label .text-grey.error-message, .mah-cm .mah-cm-form .no-label .case-management button.load-more-queries p.text-grey, .case-management button.load-more-queries .mah-cm .mah-cm-form .no-label p.text-grey {
  visibility: hidden;
}
.mah-cm .mah-cm-form .react-select__indicator {
  padding: 0;
}
.mah-cm .mah-cm-form i.icon-fix-errors {
  font-size: 24px !important;
}
.mah-cm .mah-cm-form .cm-buttons {
  width: 100%;
  text-align: center;
}
.mah-cm .mah-cm-form .cm-buttons button {
  display: inline-block !important;
}
.mah-cm .mah-cm-form .row .col {
  margin-top: 10px;
}
.mah-cm .mah-cm-form .row .col.react-select {
  margin-top: 17px !important;
}
.mah-cm .mah-cm-form .row .col.react-select .react-select__control {
  min-height: 39px;
  padding-bottom: 0.5px;
}
.mah-cm .mah-cm-form .row .col.react-select .react-select__value-container {
  padding: 0 8px;
  align-items: flex-end;
}
.mah-cm .mah-cm-form .row .col.react-select .react-select__value-container .react-select__single-value {
  margin-bottom: 0 !important;
  padding-top: 5px;
}
.mah-cm .mah-cm-form .row .col.react-select .react-select__placeholder {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 4px !important;
}
.mah-cm .mah-cm-form .row .col.react-select label.visible-x {
  margin-top: -7px;
}
body.link-up-customer .main-container {
  padding: 40px 0 0 0 !important;
}
body.link-up-customer hr {
  border-color: #ccc;
}
body.link-up-customer .form-control:focus {
  box-shadow: none;
  outline: none;
}
body.link-up-customer .anchor.action, body.link-up-customer .month-picker .rd-container section.rd-footer button.action, .month-picker .rd-container section.rd-footer body.link-up-customer button.action {
  display: block;
}
body.link-up-customer .result {
  padding: 45px 30px !important;
}
body.link-up-customer .result p {
  margin-bottom: 15px !important;
}
body.link-up-customer button,
body.link-up-customer .anchor,
body.link-up-customer .month-picker .rd-container section.rd-footer button,
.month-picker .rd-container section.rd-footer body.link-up-customer button {
  cursor: pointer !important;
}
body.link-up-customer .anchor, body.link-up-customer .month-picker .rd-container section.rd-footer button, .month-picker .rd-container section.rd-footer body.link-up-customer button {
  font-weight: bold;
  text-decoration: underline;
}
body.link-up-customer .anchor:hover, body.link-up-customer .month-picker .rd-container section.rd-footer button:hover, .month-picker .rd-container section.rd-footer body.link-up-customer button:hover {
  text-decoration: none;
}
body.link-up-customer .temporary-notice {
  text-align: unset !important;
  padding: 0 !important;
}
body.link-up-customer .temporary-notice h1, body.link-up-customer .temporary-notice .h1 {
  text-align: left !important;
  margin: 0 0 30px 0 !important;
  font-size: 28px !important;
}
@media only screen and (max-width: 768px) {
  body.link-up-customer .temporary-notice h1, body.link-up-customer .temporary-notice .h1 {
    font-size: 18px !important;
  }
}
body.link-up-customer .temporary-notice em {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  display: block;
  margin-top: 20px;
}
body.link-up-customer .temporary-notice a {
  display: block;
  margin: auto;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (min-width: 430px) {
  body.link-up-customer .customer-search {
    max-width: 410px !important;
    width: 410px !important;
  }
}
body.link-up-customer .customer-search h1, body.link-up-customer .customer-search .h1 {
  font-size: 20px !important;
}
body.link-up-customer .customer-search button.btn {
  margin: 30px 0 !important;
  width: 100% !important;
  max-width: unset !important;
}
body.link-up-customer .customer-search p {
  text-align: left !important;
  font-size: 14px;
}
body.link-up-customer .account-not-found .result .result-icon {
  display: block;
  margin: 0 auto;
}
body.link-up-customer .account-not-found .result h1, body.link-up-customer .account-not-found .result .h1 {
  font-size: 28px !important;
  font-weight: bold !important;
  margin: 30px !important;
  text-align: center !important;
}
body.link-up-customer .account-not-found .result button.btn {
  margin: auto !important;
}
body.link-up-customer div.select-accounts {
  max-width: 930px !important;
  width: 930px !important;
}
body.link-up-customer div.select-accounts p.retry {
  margin-bottom: 0;
}
body.link-up-customer div.select-accounts p:not(.retry) {
  text-align: left !important;
}
body.link-up-customer div.select-accounts button {
  width: 50%;
  max-width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: unset !important;
}
body.link-up-customer div.select-accounts ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding: 0 !important;
  gap: 10px 10px;
  padding-left: 0 !important;
  justify-content: flex-start;
}
body.link-up-customer div.select-accounts ul li {
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px !important;
  width: 100%;
  text-align: left;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
}
body.link-up-customer div.select-accounts ul li input {
  float: left;
  width: 20px;
  height: 20px;
}
body.link-up-customer div.select-accounts ul li label {
  visibility: visible;
  display: block;
  float: left;
  padding-top: 2px;
  color: #898989;
}
body.link-up-customer div.select-accounts ul li label p {
  margin: 0 0 5px 0;
  font-size: 12px !important;
}
body.link-up-customer div.select-accounts ul li label p:last {
  padding-bottom: 5px;
}
body.link-up-customer div.select-accounts ul li label em {
  font-style: normal;
  font-weight: normal;
  font-size: 12px !important;
}
body.link-up-customer div.select-accounts ul li label strong,
body.link-up-customer div.select-accounts ul li label em {
  display: inline !important;
  text-transform: none !important;
  color: #000;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  body.link-up-customer div.select-accounts li {
    width: 47% !important;
    max-width: 47% !important;
    flex-grow: 0 !important;
  }
}
@media only screen and (min-width: 1440px) {
  body.link-up-customer div.select-accounts .result {
    padding: 60px !important;
  }
  body.link-up-customer div.select-accounts .result p:first-of-type {
    margin-bottom: 45px !important;
  }
  body.link-up-customer div.select-accounts .result li p:first-of-type {
    margin-bottom: 15px !important;
  }
  body.link-up-customer div.select-accounts ul {
    gap: 15px;
  }
  body.link-up-customer div.select-accounts ul:has(:nth-child(2)) {
    gap: 25px 15px;
  }
  body.link-up-customer div.select-accounts ul li {
    width: calc(33% - 15px);
    flex-grow: 0 !important;
  }
}
body.link-up-customer .select-contacts {
  max-width: 930px !important;
  width: 930px !important;
}
body.link-up-customer .select-contacts h1, body.link-up-customer .select-contacts .h1 {
  font-size: 28px;
  margin-bottom: 15px;
}
body.link-up-customer .select-contacts p {
  text-align: left;
}
body.link-up-customer .select-contacts button {
  width: 50%;
  max-width: 50%;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1440px) {
  body.link-up-customer .select-contacts button {
    width: 258px !important;
  }
}
body.link-up-customer .select-contacts ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  gap: 10px 10px;
  padding-left: 0 !important;
  justify-content: space-between;
  margin: 30px 0;
  width: 100%;
}
body.link-up-customer .select-contacts ul li {
  list-style: none;
  width: 48%;
  font-size: 12px !important;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
}
body.link-up-customer .select-contacts ul li label {
  visibility: visible;
  float: unset;
  font-size: 14px;
}
body.link-up-customer .select-contacts ul li .jcf-radio {
  margin-right: 10px !important;
}
body.link-up-customer .select-contacts .go-back {
  display: block;
  margin-bottom: 0 !important;
}
body.link-up-customer i.checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #b5b7ba;
  margin-right: 10px;
  padding: 3px;
}
body.link-up-customer i.checkbox.icon-tick {
  background: #0095da;
  border: 1px solid #0095da;
  color: #fff !important;
  text-align: center;
}
body.link-up-customer .processing {
  background: url('loading.50e6661c922fb90f987f.gif') no-repeat;
  padding-left: 30px !important;
  height: 24px !important;
  margin: 38px auto !important;
  display: table;
  cursor: wait;
}
body.link-up-customer .select-contact {
  text-align: left !important;
}
body.link-up-customer .select-contact h1, body.link-up-customer .select-contact .h1 {
  font-size: 20px;
}
body.link-up-customer .select-contact p {
  margin: unset !important;
  text-align: left !important;
}
body.link-up-customer .enter-otp {
  max-width: 380px !important;
  width: 380px !important;
}
body.link-up-customer .enter-otp h1, body.link-up-customer .enter-otp .h1 {
  margin-bottom: 15px !important;
  font-size: 18px !important;
}
body.link-up-customer .enter-otp .result {
  max-width: 380px !important;
  width: 380px !important;
}
body.link-up-customer .enter-otp p:not(.processing):not(.re-sent) {
  margin: unset !important;
  text-align: left !important;
  padding: 0 !important;
}
body.link-up-customer .enter-otp p:not(.processing):not(.re-sent):first-of-type {
  font-size: 12px;
  padding: unset;
}
body.link-up-customer .enter-otp p:not(.processing):not(.re-sent):last-of-type {
  font-size: 14px !important;
  padding-top: 10px !important;
}
body.link-up-customer .enter-otp .processing {
  margin-top: 15px;
}
body.link-up-customer .enter-otp .result {
  padding: 15px;
}
body.link-up-customer .enter-otp button {
  width: 100% !important;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
body.link-up-customer .enter-otp fieldset {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 15px 0;
}
body.link-up-customer .enter-otp fieldset input {
  width: 20%;
  border: unset !important;
  border-bottom: 2px solid #000 !important;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
body.link-up-customer .enter-otp fieldset input:focus {
  border-color: #0095da !important;
}
body.link-up-customer .enter-otp fieldset input:focus-visible {
  outline: unset;
}
body.link-up-customer .enter-otp fieldset.error input {
  border-bottom: 2px solid #ff2d55 !important;
}
body.link-up-customer .enter-otp p.error-message {
  color: #ff2d55 !important;
  text-align: center !important;
  font-size: 12px;
  font-weight: bold;
}
body.link-up-customer .enter-otp p.re-sent {
  font-size: 12px !important;
  font-weight: bold !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}
body.link-up-customer .enter-otp p.re-sent i {
  margin-right: 5px;
  color: #0a121d !important;
}
@media only screen and (min-width: 1440px) {
  body.link-up-customer .select-contacts .result,
  body.link-up-customer div.select-accounts .result {
    padding: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  body.link-up-customer button.btn {
    width: 100% !important;
    max-width: 100% !important;
  }
}
body.link-up-customer.country-mw #contact-cell,
body.link-up-customer.country-mw label[for=contact-cell] {
  display: none;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal {
  width: 950px !important;
  max-width: 950px !important;
  max-height: 470px;
  background-color: transparent;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal input[type=number] {
  -moz-appearance: textfield;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal input::-webkit-outer-spin-button,
dialog.ui-modal-dialog.custom-modal.clear-error-modal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error {
  border-radius: 16px !important;
  max-width: 565px;
  height: max-content;
}
@media only screen and (max-width: 768px) {
  dialog.ui-modal-dialog.custom-modal.clear-error-modal form.clear-error {
    padding: 45px 30px !important;
    max-width: calc(98vw - 32px);
  }
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal h5, dialog.ui-modal-dialog.custom-modal.clear-error-modal .h5, dialog.ui-modal-dialog.custom-modal.clear-error-modal section.payment-result h1, section.payment-result dialog.ui-modal-dialog.custom-modal.clear-error-modal h1, dialog.ui-modal-dialog.custom-modal.clear-error-modal section.payment-result .h1, section.payment-result dialog.ui-modal-dialog.custom-modal.clear-error-modal .h1, dialog.ui-modal-dialog.custom-modal.clear-error-modal section.query-details h3, section.query-details dialog.ui-modal-dialog.custom-modal.clear-error-modal h3, dialog.ui-modal-dialog.custom-modal.clear-error-modal section.query-details .h3, section.query-details dialog.ui-modal-dialog.custom-modal.clear-error-modal .h3, dialog.ui-modal-dialog.custom-modal.clear-error-modal section.query-details section.add-comment #new-comment-form .header-row h2, section.query-details section.add-comment #new-comment-form .header-row dialog.ui-modal-dialog.custom-modal.clear-error-modal h2, dialog.ui-modal-dialog.custom-modal.clear-error-modal section.query-details section.add-comment #new-comment-form .header-row .h2, section.query-details section.add-comment #new-comment-form .header-row dialog.ui-modal-dialog.custom-modal.clear-error-modal .h2, dialog.ui-modal-dialog.custom-modal.clear-error-modal .mah-cm .mah-cm-form h2, .mah-cm .mah-cm-form dialog.ui-modal-dialog.custom-modal.clear-error-modal h2, dialog.ui-modal-dialog.custom-modal.clear-error-modal .mah-cm .mah-cm-form .h2, .mah-cm .mah-cm-form dialog.ui-modal-dialog.custom-modal.clear-error-modal .h2 {
  font-weight: bold;
  margin-bottom: 25px;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal p {
  margin-bottom: 45px;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .row {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .row.react-select:focus-within label {
  margin-top: -8px;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .react-select__menu-list {
  max-height: 160px !important;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .react-select__value-container {
  padding-bottom: 0.5px;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal a {
  color: var(--bs-link-color);
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .errorcode-col label {
  margin-left: -1px;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal div.description {
  margin-bottom: 1.5rem !important;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal div.description p {
  margin-bottom: 1rem !important;
}
@media only screen and (max-width: 768px) {
  dialog.ui-modal-dialog.custom-modal.clear-error-modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed !important;
    max-width: unset !important;
    max-height: unset !important;
  }
  dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body {
    overflow: auto !important;
  }
  dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-content {
    max-height: 100% !important;
  }
  dialog.ui-modal-dialog.custom-modal.clear-error-modal form {
    padding: 15px !important;
  }
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  background: rgba(225, 255, 255, 0);
  border: 0px;
}
@media only screen and (max-width: 768px) {
  dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body {
    flex-direction: column;
  }
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body .disclaimer {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #6c7177;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body .modal-side-bar {
  background: #0f1b2a;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgb(255, 255, 255);
  width: 267px;
  max-width: 267px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 300 !important;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body .modal-side-bar {
    margin: 0 !important;
    width: 100%;
    max-width: calc(98vw - 32px);
  }
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body .modal-side-bar * {
  font-size: 14px !important;
  line-height: 21px;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body .modal-side-bar ol {
  margin-left: 16px;
  margin-bottom: 0;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body .modal-side-bar ol li {
  font-size: 14px !important;
  line-height: 21px;
}
dialog.ui-modal-dialog.custom-modal.clear-error-modal .modal-body .modal-side-bar p {
  font-size: 14px !important;
  line-height: 21px;
  margin-bottom: 16px;
}
.user-form {
  padding: 0 !important;
}
.user-form .btn-small {
  font-size: 14px !important;
  padding-top: 5px;
  height: 30px;
  max-height: 30px;
}
@media only screen and (max-width: 768px) {
  .user-management h4, .user-management .h4 {
    font-size: 1.25rem !important;
  }
}
.user-management .no-users li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px !important;
}
.user-management .no-users li h5 i, .user-management .no-users li .h5 i, .user-management .no-users li section.payment-result h1 i, section.payment-result .user-management .no-users li h1 i, .user-management .no-users li section.payment-result .h1 i, section.payment-result .user-management .no-users li .h1 i, .user-management .no-users li section.query-details h3 i, section.query-details .user-management .no-users li h3 i, .user-management .no-users li section.query-details .h3 i, section.query-details .user-management .no-users li .h3 i, .user-management .no-users li section.query-details section.add-comment #new-comment-form .header-row h2 i, section.query-details section.add-comment #new-comment-form .header-row .user-management .no-users li h2 i, .user-management .no-users li section.query-details section.add-comment #new-comment-form .header-row .h2 i, section.query-details section.add-comment #new-comment-form .header-row .user-management .no-users li .h2 i, .user-management .no-users li .mah-cm .mah-cm-form h2 i, .mah-cm .mah-cm-form .user-management .no-users li h2 i, .user-management .no-users li .mah-cm .mah-cm-form .h2 i, .mah-cm .mah-cm-form .user-management .no-users li .h2 i {
  color: #0095da !important;
  margin-right: 16px;
}
.user-management .no-users li:hover {
  background: #fff !important;
}
@media only screen and (max-width: 480px) {
  .user-management .no-users li {
    display: block !important;
  }
  .user-management .no-users li h5 i, .user-management .no-users li .h5 i, .user-management .no-users li section.payment-result h1 i, section.payment-result .user-management .no-users li h1 i, .user-management .no-users li section.payment-result .h1 i, section.payment-result .user-management .no-users li .h1 i, .user-management .no-users li section.query-details h3 i, section.query-details .user-management .no-users li h3 i, .user-management .no-users li section.query-details .h3 i, section.query-details .user-management .no-users li .h3 i, .user-management .no-users li section.query-details section.add-comment #new-comment-form .header-row h2 i, section.query-details section.add-comment #new-comment-form .header-row .user-management .no-users li h2 i, .user-management .no-users li section.query-details section.add-comment #new-comment-form .header-row .h2 i, section.query-details section.add-comment #new-comment-form .header-row .user-management .no-users li .h2 i, .user-management .no-users li .mah-cm .mah-cm-form h2 i, .mah-cm .mah-cm-form .user-management .no-users li h2 i, .user-management .no-users li .mah-cm .mah-cm-form .h2 i, .mah-cm .mah-cm-form .user-management .no-users li .h2 i {
    display: none;
  }
  .user-management .no-users li button {
    display: block;
    clear: both;
    margin: auto;
    margin-top: 15px;
  }
  .user-management .no-users li button.btn {
    max-width: unset !important;
    height: unset !important;
    font-size: unset !important;
  }
}
.user-management .cards {
  max-width: none !important;
}
.user-management .cards h4, .user-management .cards .h4 {
  margin-bottom: 0;
}
.user-management .cards h6, .user-management .cards .h6 {
  margin-bottom: 20px;
}
.user-management .two-cols {
  margin-bottom: 0 !important;
}
.user-management .col {
  margin-top: 10px !important;
}
.user-management .col.user-detail {
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.user-management .col.user-detail.email {
  margin-bottom: 93px !important;
}
@media only screen and (max-width: 768px) {
  .user-management .col.user-detail.email {
    margin-bottom: 26px !important;
  }
}
.user-management .col.user-detail.role {
  font-size: large;
}
.user-management .col.user-detail.mobile {
  margin-bottom: 0px !important;
}
.user-management .permissions {
  background-color: rgb(219, 219, 219);
}
.user-management .modal-buttons-row {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .user-management .modal-buttons-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 0px;
  }
}
.user-management .user-info p {
  color: #000 !important;
}
dialog.user-management .dialog-header {
  z-index: 100;
}
.new-user {
  margin-top: 0;
  color: #0a121d;
  padding: 0 !important;
}
.new-user > .modal-buttons-row {
  margin-top: 10px;
}
.new-user input[type=text]:disabled {
  background: transparent !important;
}
.new-user h6, .new-user .h6 {
  font-size: 16px;
  color: #94939b !important;
}
.new-user h2, .new-user .h2 {
  font-size: 1.25rem !important;
  color: #0a121d !important;
  font-weight: 700;
}
.new-user p {
  color: #94939b !important;
  font-size: 14px;
}
.new-user p.enter-details {
  display: block;
  font-size: 16px;
}
.new-user section {
  padding: 30px !important;
}
@media only screen and (max-width: 768px) {
  .new-user section:not(.user-info) {
    padding-left: 25px !important;
  }
}
.new-user section hr {
  margin-top: 0;
}
.new-user section .details,
.new-user section .permissions {
  display: none;
}
.new-user button.close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  margin: unset;
  padding: unset;
}
.new-user .header-row h2, .new-user .header-row .h2 {
  margin: 30px 0 0 30px !important;
}
.new-user:not(.permissions) section.user-details {
  padding-bottom: 0 !important;
}
.new-user:not(.permissions) div.row.modal-buttons-row {
  margin-bottom: 30px !important;
}
.new-user.permissions {
  display: grid;
  grid-template-areas: "left right" "left buttons";
  grid-template-columns: 40% 60%;
  grid-template-rows: auto 100px;
  max-height: 800px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .new-user.permissions {
    grid-template-areas: "left" "right";
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
.new-user.permissions .header-row {
  display: none !important;
}
.new-user.permissions .modal-buttons-row {
  grid-area: buttons;
}
.new-user.permissions section.user-details {
  background: #fff;
  border-radius: 16px 0 0 16px;
  padding: 30px;
  grid-area: left;
  color: #000;
}
.new-user.permissions section.user-info {
  grid-area: left;
  background: #fff;
}
.new-user.permissions section.user-info .icon {
  display: none;
}
@media only screen and (max-width: 768px) {
  .new-user.permissions section.user-info .icon {
    display: block;
  }
}
.new-user.permissions section.user-info h3, .new-user.permissions section.user-info .h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
}
.new-user.permissions section.user-info h4, .new-user.permissions section.user-info .h4 {
  font-size: 14px !important;
  font-weight: normal;
  line-height: 21px;
}
.new-user.permissions section.user-info p {
  margin-bottom: 10px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
}
.new-user.permissions section.user-info .btn:not(.btn-outline-black), .new-user.permissions section.user-info span.add-attachment label:not(.btn-outline-black), span.add-attachment .new-user.permissions section.user-info label:not(.btn-outline-black) {
  display: none;
}
@media only screen and (max-width: 768px) {
  .new-user.permissions section.user-info .btn, .new-user.permissions section.user-info span.add-attachment label, span.add-attachment .new-user.permissions section.user-info label {
    display: block;
  }
}
.new-user.permissions section.user-info .buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .new-user.permissions section.user-info .buttons {
    bottom: 20px;
  }
}
.new-user.permissions section.user-info .buttons .btn, .new-user.permissions section.user-info .buttons span.add-attachment label, span.add-attachment .new-user.permissions section.user-info .buttons label {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .new-user.permissions section.user-info {
    padding-bottom: 90px !important;
  }
}
.new-user.permissions section.permissions {
  grid-area: right;
  background: #dadada;
  border-radius: 0 16px 0 0;
  padding: 30px;
  padding-bottom: 0 !important;
  color: #000;
}
.new-user.permissions section.permissions h3, .new-user.permissions section.permissions .h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
}
.new-user.permissions section.permissions .icon {
  display: block;
}
@media only screen and (max-width: 768px) {
  .new-user.permissions section.permissions .icon {
    display: none;
  }
}
.new-user.permissions section.permissions button.btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .new-user.permissions section.permissions {
    border-radius: 0;
    padding-bottom: 20px !important;
  }
  .new-user.permissions section.permissions .btn, .new-user.permissions section.permissions span.add-attachment label, span.add-attachment .new-user.permissions section.permissions label {
    display: block !important;
    margin: auto;
    margin-top: 16px;
    width: 128px;
  }
}
.new-user.permissions div.row.modal-buttons-row {
  background-color: #dadada !important;
  grid-area: buttons;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .new-user.permissions div.row.modal-buttons-row {
    display: none;
  }
}
ul.user-permissions {
  padding: 0;
  margin-top: 10px;
  margin-left: 0;
}
ul.user-permissions i.checkbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
ul.user-permissions li {
  list-style: none;
  margin-bottom: 10px;
  align-items: center;
}
ul.user-permissions li span.all-wrapper {
  display: flex;
  align-items: center;
}
ul.user-permissions li label {
  font-size: 12px !important;
  font-weight: 400;
  margin-bottom: 0 !important;
}
ul.user-permissions li ul {
  margin-top: 10px;
  margin-left: 25px;
}
ul.user-permissions li ul li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  ul.user-permissions li {
    width: 100%;
  }
}
ul.user-permissions li.disabled {
  color: #94939b;
}
ul.user-permissions li label {
  font-size: 14px;
  margin-bottom: 4px;
}
section.permissions i.checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #54575c;
  margin-right: 10px !important;
  padding: 2px;
  line-height: 1;
  color: transparent;
}
section.permissions i.checkbox:not(.disabled) {
  cursor: pointer;
}
section.permissions i.checkbox:before {
  font-family: "DStv-com-icons" !important;
  content: ".";
}
section.permissions i.checkbox.icon-tick {
  background-color: #b5b7ba;
  border-color: #b5b7ba;
  text-align: center;
  color: #fff !important;
}
section.permissions i.checkbox.icon-tick:before {
  content: "\e964";
}
section.permissions i.checkbox.icon-tick:not(.disabled) {
  background-color: #0095da;
  border-color: #0095da;
}
.user-management-menu {
  display: inline-flex;
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .user-management-menu {
    margin-bottom: 10px;
  }
}
.user-management-menu .dashboard-navigation li.active {
  color: #0095da;
}
@media only screen and (max-width: 768px) {
  .user-management-menu .dashboard-navigation li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .user-management-menu .dashboard-navigation {
    display: inline-flex;
    margin-bottom: 0px;
    padding-top: 10px;
  }
}
.user-management-menu .user-update {
  margin-right: 0;
  display: inline-flex;
  flex-direction: row;
}
.user-management-menu .user-update button {
  border: 0 !important;
  border-radius: 50% !important;
  background: #0095da !important;
  outline: none !important;
  width: 48px !important;
  height: 48px !important;
  margin-right: unset !important;
  margin-left: 5px;
  color: #fff;
}
#user-activity-logs {
  max-width: 1384px;
  padding: unset;
  padding-top: 20px;
}
#user-activity-logs h2, #user-activity-logs .h2 {
  font-size: 24px !important;
  float: left;
  margin-top: 20px;
}
@media only screen and (max-width: 1280px) {
  #user-activity-logs h2, #user-activity-logs .h2 {
    font-size: 20px !important;
    margin-top: 0px;
  }
}
#user-activity-logs table.user-activity-logs {
  border-top: 1px solid #d9d9d9;
  border-collapse: unset;
  border-spacing: 0;
  width: 100%;
}
#user-activity-logs table.user-activity-logs th {
  font-weight: normal;
}
#user-activity-logs table.user-activity-logs tr th,
#user-activity-logs table.user-activity-logs tr td {
  background: #fff;
  padding: 10px 20px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #user-activity-logs table.user-activity-logs tr th,
  #user-activity-logs table.user-activity-logs tr td {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 480px) {
  #user-activity-logs table.user-activity-logs tr th,
  #user-activity-logs table.user-activity-logs tr td {
    padding: 5px;
  }
}
#user-activity-logs table.user-activity-logs tr:nth-child(odd) td {
  background: rgba(245, 246, 246, 0.8);
}
#user-activity-logs table.user-activity-logs td:first-of-type,
#user-activity-logs table.user-activity-logs th:first-of-type {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  #user-activity-logs table.user-activity-logs td:first-of-type,
  #user-activity-logs table.user-activity-logs th:first-of-type {
    padding-left: 5px !important;
  }
}
#user-activity-logs table.user-activity-logs td.date {
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  #user-activity-logs table.user-activity-logs td {
    width: calc(33.3333333333vw - 30px);
    max-width: calc(33.3333333333vw - 30px);
  }
  #user-activity-logs table.user-activity-logs td span.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: calc(33.3333333333vw - 30px);
    max-width: calc(33.3333333333vw - 30px);
  }
}
@media only screen and (max-width: 768px) {
  #user-activity-logs table.user-activity-logs span.time {
    display: none;
  }
}
#user-activity-logs table.user-activity-logs .user-type {
  display: none;
}
@media only screen and (min-width: 768px) {
  #user-activity-logs table.user-activity-logs .user-type {
    display: table-cell;
  }
}
#user-activity-logs button.download,
#user-activity-logs button.download-mobile {
  border-radius: 50px;
  background-color: #0095da;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  float: right;
  outline: none;
  display: none;
  border: none;
  margin-bottom: 30px;
  white-space: nowrap;
  flex: 1 0.3;
  padding: 5px !important;
}
@media only screen and (min-width: 1024px) {
  #user-activity-logs button.download,
  #user-activity-logs button.download-mobile {
    font-size: 14px;
    padding: 15px 30px !important;
  }
}
#user-activity-logs button.download i,
#user-activity-logs button.download-mobile i {
  background: url('excel.c09bb5b829fe82fcc8c6.svg');
  width: 24px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#user-activity-logs button.download {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  #user-activity-logs button.download {
    display: block;
  }
}
#user-activity-logs button.download-mobile {
  padding: 15px !important;
  position: absolute;
  top: -70px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #user-activity-logs button.download-mobile {
    display: block;
  }
}
#user-activity-logs button.download-mobile i {
  margin: 0;
  padding: 0;
}
#user-activity-logs section.pager {
  padding-top: 0 !important;
  float: none;
  text-align: center;
}
#user-activity-logs section.pager ul {
  display: inline-block;
}
#user-activity-logs section.pager ul a {
  padding-top: 6px;
  font-size: 80%;
}
section.user-activities-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
}
section.user-activities-container p {
  color: #000 !important;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
section.user-activities-container ul.square-loader {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
section.user-activities-container form.filter {
  display: flex !important;
  color: #000;
  margin-top: 30px;
}
section.user-activities-container form.filter .row .col {
  flex-basis: 19%;
  margin-right: 10px;
  border-bottom: 1px solid rgba(10, 18, 29, 0.6) !important;
  margin-top: unset;
}
section.user-activities-container form.filter .row .col:first-of-type {
  flex-basis: 34%;
}
section.user-activities-container form.filter .row .col:last-of-type {
  flex-basis: 14%;
  border-bottom: 0 !important;
  padding-right: 0 !important;
}
section.user-activities-container form.filter .row .col:last-of-type button {
  max-width: 183px;
}
section.user-activities-container form.filter .row .col.react-select #itemType {
  margin-top: 15px;
}
section.user-activities-container form.filter .row .col.react-select .react-select__control {
  border-bottom: 1px solid #fff;
}
section.user-activities-container form.filter .row .col.react-select .react-select__single-value {
  padding-top: 15px;
  margin-bottom: unset !important;
}
section.user-activities-container form.filter .row .col.react-select .react-select__dropdown-indicator {
  padding: 16px 0 0 0 !important;
}
section.user-activities-container form.filter .row .col.react-select .react-select__dropdown-indicator svg {
  width: 24px !important;
  height: 24px !important;
}
section.user-activities-container form.filter .row .col.react-select .react-select__control--is-disabled {
  background-color: #fff !important;
}
@media only screen and (max-width: 768px) {
  section.user-activities-container form.filter .row .col.button {
    display: none;
  }
}
section.user-activities-container form.filter i {
  color: #000 !important;
}
section.user-activities-container form.filter .year-month {
  padding-top: 5px;
  padding-bottom: 0px;
}
section.user-activities-container form.filter .year-month span {
  margin-top: 10px !important;
}
body.not-postman select,
body.not-postman input,
body.not-postman textarea {
  width: 600px;
}
body.not-postman select {
  padding: 4px 0;
}
body.not-postman label {
  display: block;
  width: 600px;
}
body.not-postman pre {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  color: #000;
  margin-top: 20px;
}
body.not-postman .clear {
  float: right;
  cursor: pointer;
}
body.not-postman .clear:hover {
  text-decoration: underline;
}
.area-demos ul.nav {
  margin-bottom: 20px;
}
.area-demos .temporary-notice .result {
  padding: 30px;
}
.area-demos .buttons button.btn {
  display: block;
  margin: 5px 0;
}
.demos-icons i {
  font-size: 30px;
  color: #000 !important;
}
.demos-icons div i {
  display: inline-block;
  margin: 2px;
}
.temporary-notice.demos-modal .result button.btn {
  margin: 10px auto !important;
}
span.anchor {
  cursor: pointer;
}
div.demos-styles {
  display: flex !important;
  justify-content: space-between;
}
div.demos-styles .react-select ~ div {
  max-width: 100%;
}
.tools {
  width: max-content !important;
  max-width: unset;
}
.tools table th {
  padding-right: 20px;
}
.area-tools ul.nav {
  margin-bottom: 20px;
}
.area-tools .temporary-notice .result {
  padding: 30px;
}
.area-tools .buttons button.btn {
  display: block;
  margin: 5px 0;
}
.area-tools .tools {
  width: max-content !important;
  max-width: unset;
}
.area-tools .tools table th {
  padding-right: 20px;
}
.area-tools .log-dialog-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: rgba(10, 18, 29, 0.9);
  box-shadow: 0px 5px 15px -5px #0a121d;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  opacity: 0.999;
  display: flex;
  justify-content: center;
}
.area-tools .log-dialog {
  position: absolute;
  top: 100px;
  background: #fff;
  color: #000;
  z-index: 9999;
  max-width: max-content;
  max-height: max-content;
  border-radius: 16px;
}
.area-tools .log-dialog section {
  padding: unset !important;
}
.area-tools .log-dialog section.buttons {
  padding: 15px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area-tools .log-dialog section.buttons button.round {
  border-radius: 50%;
}
.area-tools .log-dialog section.buttons div {
  display: flex;
}
.area-tools .log-dialog section.buttons div button {
  margin: 0 7.5px !important;
  display: flex !important;
  /* align-content: center; */
  align-items: center;
  justify-content: center;
}
.area-tools .log-dialog section.buttons i {
  cursor: pointer !important;
}
.area-tools .log-dialog section.body {
  padding: 30px 15px 15px 15px !important;
}
.area-tools .log-dialog pre {
  overflow: auto;
  color: #000;
  max-width: calc(100vw - 60px);
}
.area-tools section.error-logs {
  padding: unset !important;
}
.area-tools section.error-logs h2, .area-tools section.error-logs .h2 {
  margin-bottom: 20px;
}
.area-tools section.error-logs button.btn-small {
  margin-right: 15px;
}
.area-tools section.error-logs table {
  margin-top: 15px;
}
.area-tools section.error-logs table td,
.area-tools section.error-logs table th {
  padding: 5px 10px;
}
.area-tools section.error-logs table td button {
  margin: unset !important;
  cursor: pointer !important;
}
.area-tools section.error-logs table td.status {
  cursor: help !important;
}
.area-tools section.error-logs table td.method, .area-tools section.error-logs table td.status, .area-tools section.error-logs table td.id, .area-tools section.error-logs table td.date {
  text-align: center;
}
.area-tools section.error-logs table thead th {
  text-align: center !important;
  border-bottom: 1px solid #fff !important;
}
.area-tools section.error-logs table thead th.url {
  text-align: left !important;
}
.area-tools section.error-logs table {
  border-top: 1px solid #d9d9d9;
  border-collapse: unset;
  border-spacing: 0;
  width: 100%;
}
.area-tools section.error-logs table th {
  font-weight: normal;
}
.area-tools section.error-logs table tr th,
.area-tools section.error-logs table tr td {
  background: #fff;
  padding: 10px 20px;
  color: #000;
}
.area-tools section.error-logs table tr:nth-child(odd) td {
  background: rgba(245, 246, 246, 0.8);
}
.area-tools section.error-logs div.three-cols {
  display: flex;
  margin: 0;
  margin-bottom: 30px;
}
.area-tools section.error-logs div.three-cols div.col {
  width: 33%;
  max-width: 33%;
  padding: 0;
}
.area-tools section.error-logs div.three-cols div.col:first-of-type {
  padding-right: 10px;
}
.area-tools section.error-logs div.three-cols div.col:last-of-type {
  padding-left: 10px !important;
}
.area-tools section.error-logs div.three-cols div.col:last-of-type label {
  left: 8px !important;
}
.area-tools section.error-logs div.three-cols div.col button {
  display: inline-block;
}
.area-tools section.error-logs form.status-filter {
  max-width: 700px;
}
.area-tools section.error-logs form.status-filter div.col.status-code {
  width: 200px !important;
}
.area-tools section.error-logs form.status-filter label {
  display: none !important;
}
dialog.change-package button.btn.btn-outline-black:hover, dialog.change-package button.btn.btn-black, dialog.change-package button.btn.btn-black:hover, dialog.change-package button.btn.btn-black.disabled, dialog.change-package button.btn.btn-black.disabled:hover,
dialog.add-tv-points button.btn.btn-outline-black:hover,
dialog.add-tv-points button.btn.btn-black,
dialog.add-tv-points button.btn.btn-black:hover,
dialog.add-tv-points button.btn.btn-black.disabled,
dialog.add-tv-points button.btn.btn-black.disabled:hover {
  color: #fff !important;
}
dialog.change-package div label,
dialog.add-tv-points div label {
  visibility: hidden;
}
dialog.change-package div.hasValue label,
dialog.add-tv-points div.hasValue label {
  visibility: visible !important;
}
dialog.change-package option,
dialog.add-tv-points option {
  padding: 10px 5px;
  margin: 10px 5px;
}
dialog.change-package option:nth-child(even),
dialog.add-tv-points option:nth-child(even) {
  background: #fff;
}
dialog.change-package option:nth-child(odd),
dialog.add-tv-points option:nth-child(odd) {
  background: #ccc;
}
dialog.change-package select:focus option:first-of-type,
dialog.add-tv-points select:focus option:first-of-type {
  display: none;
}
dialog.change-package div label ~ select:focus,
dialog.add-tv-points div label ~ select:focus {
  visibility: visible !important;
}
dialog.ui-modal-dialog.change-package h2, dialog.ui-modal-dialog.change-package .h2 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 30px;
}
dialog.ui-modal-dialog.change-package .dialog-footer.cancel {
  flex-wrap: wrap;
}
dialog.ui-modal-dialog.change-package .dialog-footer P {
  margin-top: 30px;
  margin-bottom: 0;
  clear: both;
  font-size: 80%;
  font-weight: 500;
}
dialog.ui-modal-dialog.change-package span,
dialog.ui-modal-dialog.change-package label,
dialog.ui-modal-dialog.change-package select {
  text-align: left;
  display: block;
}
dialog.ui-modal-dialog.change-package label {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 3px;
}
dialog.ui-modal-dialog.change-package span,
dialog.ui-modal-dialog.change-package select,
dialog.ui-modal-dialog.change-package input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-bottom: 5px;
}
dialog.ui-modal-dialog.change-package div {
  margin-bottom: 20px;
}
dialog.ui-modal-dialog.change-package div:last-of-type {
  margin-bottom: 0;
}
dialog.ui-modal-dialog.change-package section.dialog-footer.cancel button {
  margin-top: 30px !important;
}
dialog.ui-modal-dialog.change-package select,
dialog.ui-modal-dialog.change-package option {
  font-size: 16px;
}
dialog.ui-modal-dialog.change-package div.select:after {
  font-family: "DStv-com-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90d";
  float: right;
  margin-top: -25px;
  pointer-events: none;
}
dialog.ui-modal-dialog.change-package select {
  appearance: none;
}
dialog.ui-modal-dialog.change-package select::-ms-expand {
  display: none;
}
ul.subscriptions {
  margin: 60px 0 0 0;
  padding: 0;
}
ul.subscriptions li {
  list-style-type: none;
  margin: 45px 0;
  padding: 0;
}
ul.subscriptions li h3, ul.subscriptions li .h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
ul.subscriptions li p {
  font-size: 18px;
}
ul.subscriptions li ul {
  display: flex;
  margin: 30px 0 0 0;
  padding: 0;
  justify-content: space-between;
}
ul.subscriptions li ul li {
  margin: 0;
  padding: 25px;
  display: inline-block;
  width: 450px;
  border: solid 0.5px rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #263d54;
}
ul.subscriptions li ul li.status-inactive {
  opacity: 0.6;
}
ul.subscriptions li ul li h4, ul.subscriptions li ul li .h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
ul.subscriptions li ul li h4 i, ul.subscriptions li ul li .h4 i {
  margin-right: 10px;
}
ul.subscriptions li ul li span.status {
  font-size: 12px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
ul.subscriptions li ul li span.status i {
  width: 8px;
  height: 8px;
  margin: 0 5px 0.5px 0;
  border-radius: 50%;
  display: inline-block;
}
ul.subscriptions li ul li span.status.status-active i {
  box-shadow: 0 0 5px 0 #00b482;
  background-color: #00b482;
}
ul.subscriptions li ul li span.status.status-inactive i {
  box-shadow: 0 0 5px 0 #ff2d55;
  background-color: #ff2d55;
}
ul.subscriptions li ul li span.status.status-pending i {
  box-shadow: 0 0 5px 0 #ffa500;
  background-color: #ffa500;
}
ul.subscriptions li ul li summary {
  cursor: unset;
}
ul.subscriptions li ul li summary strong {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
ul.subscriptions li ul li summary p {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 25px;
}
ul.subscriptions li ul li summary p span {
  font-weight: normal;
  margin-left: 5px;
}
ul.subscriptions li ul li summary .anchor:hover, ul.subscriptions li ul li summary .month-picker .rd-container section.rd-footer button:hover, .month-picker .rd-container section.rd-footer ul.subscriptions li ul li summary button:hover {
  text-decoration: underline;
}
ul.subscriptions li ul li p.buttons {
  display: block;
  margin-bottom: 0 !important;
}
ul.subscriptions li ul li p.buttons.buttons {
  display: flex;
  justify-content: center;
}
ul.subscriptions li ul li p.buttons.buttons button {
  margin: 0 10px;
}
dialog.ui-modal-dialog {
  width: 652px;
}
dialog.ui-modal-dialog h2, dialog.ui-modal-dialog .h2 {
  font-size: 24px;
}
dialog.ui-modal-dialog.change-package section.stage2 p {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 15px 0 !important;
  padding: 0;
}
dialog.ui-modal-dialog.change-package table {
  width: 100%;
}
dialog.ui-modal-dialog.change-package table th {
  border-bottom: 1px solid #ccc;
}
dialog.ui-modal-dialog.change-package table thead th,
dialog.ui-modal-dialog.change-package table thead td,
dialog.ui-modal-dialog.change-package table tbody th,
dialog.ui-modal-dialog.change-package table tbody td,
dialog.ui-modal-dialog.change-package table tfoot th,
dialog.ui-modal-dialog.change-package table tfoot td {
  width: 50%;
  padding: 10px 5px;
  font-weight: bold;
}
dialog.ui-modal-dialog.change-package table thead th:first-child,
dialog.ui-modal-dialog.change-package table thead td:first-child,
dialog.ui-modal-dialog.change-package table tbody th:first-child,
dialog.ui-modal-dialog.change-package table tbody td:first-child,
dialog.ui-modal-dialog.change-package table tfoot th:first-child,
dialog.ui-modal-dialog.change-package table tfoot td:first-child {
  text-align: left !important;
}
dialog.ui-modal-dialog.change-package table thead th:last-child,
dialog.ui-modal-dialog.change-package table thead td:last-child,
dialog.ui-modal-dialog.change-package table tbody th:last-child,
dialog.ui-modal-dialog.change-package table tbody td:last-child,
dialog.ui-modal-dialog.change-package table tfoot th:last-child,
dialog.ui-modal-dialog.change-package table tfoot td:last-child {
  text-align: right !important;
}
dialog.ui-modal-dialog.change-package table thead th button,
dialog.ui-modal-dialog.change-package table thead td button,
dialog.ui-modal-dialog.change-package table tbody th button,
dialog.ui-modal-dialog.change-package table tbody td button,
dialog.ui-modal-dialog.change-package table tfoot th button,
dialog.ui-modal-dialog.change-package table tfoot td button {
  border: 0.5px solid #000;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  font-size: 15px;
  line-height: 10px;
  background: #fff;
  margin: 0 10px;
}
dialog.ui-modal-dialog.change-package table thead th button:disabled,
dialog.ui-modal-dialog.change-package table thead td button:disabled,
dialog.ui-modal-dialog.change-package table tbody th button:disabled,
dialog.ui-modal-dialog.change-package table tbody td button:disabled,
dialog.ui-modal-dialog.change-package table tfoot th button:disabled,
dialog.ui-modal-dialog.change-package table tfoot td button:disabled {
  opacity: 0.5;
}
dialog.ui-modal-dialog.change-package table tbody td {
  font-weight: normal !important;
}
dialog.ui-modal-dialog.change-package table tfoot td {
  border-top: 1px solid #ccc;
}
dialog.ui-modal-dialog.add-tv-points h2, dialog.ui-modal-dialog.add-tv-points .h2,
dialog.ui-modal-dialog.add-tv-points p {
  text-align: left !important;
}
dialog.ui-modal-dialog.add-tv-points section.dialog-body p {
  display: block !important;
  margin: unset !important;
}
dialog.ui-modal-dialog.add-tv-points table {
  width: 100%;
}
dialog.ui-modal-dialog.add-tv-points table th {
  border-bottom: 1px solid #ccc;
}
dialog.ui-modal-dialog.add-tv-points table thead th,
dialog.ui-modal-dialog.add-tv-points table thead td,
dialog.ui-modal-dialog.add-tv-points table tbody th,
dialog.ui-modal-dialog.add-tv-points table tbody td,
dialog.ui-modal-dialog.add-tv-points table tfoot th,
dialog.ui-modal-dialog.add-tv-points table tfoot td {
  width: 33.33%;
  padding: 5px;
  font-weight: bold;
}
dialog.ui-modal-dialog.add-tv-points table thead th:first-child,
dialog.ui-modal-dialog.add-tv-points table thead td:first-child,
dialog.ui-modal-dialog.add-tv-points table tbody th:first-child,
dialog.ui-modal-dialog.add-tv-points table tbody td:first-child,
dialog.ui-modal-dialog.add-tv-points table tfoot th:first-child,
dialog.ui-modal-dialog.add-tv-points table tfoot td:first-child {
  text-align: left !important;
}
dialog.ui-modal-dialog.add-tv-points table thead th:last-child,
dialog.ui-modal-dialog.add-tv-points table thead td:last-child,
dialog.ui-modal-dialog.add-tv-points table tbody th:last-child,
dialog.ui-modal-dialog.add-tv-points table tbody td:last-child,
dialog.ui-modal-dialog.add-tv-points table tfoot th:last-child,
dialog.ui-modal-dialog.add-tv-points table tfoot td:last-child {
  text-align: right !important;
}
dialog.ui-modal-dialog.add-tv-points table thead th button,
dialog.ui-modal-dialog.add-tv-points table thead td button,
dialog.ui-modal-dialog.add-tv-points table tbody th button,
dialog.ui-modal-dialog.add-tv-points table tbody td button,
dialog.ui-modal-dialog.add-tv-points table tfoot th button,
dialog.ui-modal-dialog.add-tv-points table tfoot td button {
  border: 0.5px solid #000;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  font-size: 15px;
  line-height: 10px;
  background: #fff;
  margin: 0 10px;
}
dialog.ui-modal-dialog.add-tv-points table thead th button:disabled,
dialog.ui-modal-dialog.add-tv-points table thead td button:disabled,
dialog.ui-modal-dialog.add-tv-points table tbody th button:disabled,
dialog.ui-modal-dialog.add-tv-points table tbody td button:disabled,
dialog.ui-modal-dialog.add-tv-points table tfoot th button:disabled,
dialog.ui-modal-dialog.add-tv-points table tfoot td button:disabled {
  opacity: 0.5;
}
dialog.ui-modal-dialog.add-tv-points section.amount-due h2, dialog.ui-modal-dialog.add-tv-points section.amount-due .h2 {
  font-size: 20px;
}
dialog.ui-modal-dialog.add-tv-points section.amount-due table th,
dialog.ui-modal-dialog.add-tv-points section.amount-due table td {
  padding: 10px 5px;
}
dialog.ui-modal-dialog.add-tv-points section.amount-due table tbody td {
  font-weight: normal !important;
}
dialog.ui-modal-dialog.add-tv-points section.amount-due table tfoot td {
  border-top: 1px solid #ccc;
}
._heading_h4, section.inbox h1, section.inbox .h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
._heading_h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000;
}
._caption, section.inbox ul.categories li {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #000;
}
._caption_small, section.inbox p.no-messages, section.inbox table.inbox tr td strong {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
}
._caption_extra_small, section.inbox table.inbox tr td small, section.inbox table.inbox tr td .small {
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
}
._paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
._label_bold, section.inbox table.inbox tr td time {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
}
.category {
  padding: 5px 10px;
  background: rgba(10, 18, 29, 0.1);
  border-radius: 4px;
  font-weight: 600;
  font-size: 8px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
._heading_h4, section.inbox h1, section.inbox .h1 {
  font-size: 22px;
  line-height: 26px;
}
._heading_h5 {
  font-size: 16px;
  line-height: 22px;
}
._caption, section.inbox ul.categories li {
  font-size: 14px;
  line-height: 120%;
}
._caption_small, section.inbox p.no-messages, section.inbox table.inbox tr td strong {
  font-size: 12px;
  line-height: 120%;
}
._caption_extra_small, section.inbox table.inbox tr td small, section.inbox table.inbox tr td .small {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
}
._paragraph {
  font-size: 14px;
  line-height: 150%;
}
.category {
  font-weight: 600;
  font-size: 8px;
  line-height: 120%;
}
._caption, section.inbox ul.categories li {
  font-size: 14px;
  line-height: 120%;
}
._caption_small, section.inbox p.no-messages, section.inbox table.inbox tr td strong {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
}
._caption_extra_small, section.inbox table.inbox tr td small, section.inbox table.inbox tr td .small {
  font-size: 10px;
  line-height: 120%;
}
._heading_h4, section.inbox h1, section.inbox .h1 {
  font-size: 22px;
  line-height: 26px;
}
._heading_h5 {
  font-size: 16px;
  line-height: 22px;
}
._paragraph {
  font-size: 14px;
  line-height: 150%;
}
.cust-m-0 {
  margin: 0px !important;
}
.cust-mt-0,
.cust-my-0 {
  margin-top: 0px !important;
}
.cust-mb-0,
.cust-my-0 {
  margin-bottom: 0px !important;
}
.cust-ml-0,
.cust-mx-0 {
  margin-left: 0px !important;
}
.cust-mr-0,
.cust-mx-0 {
  margin-right: 0px !important;
}
.cust-m-1 {
  margin: 10px !important;
}
.cust-mt-1,
.cust-my-1 {
  margin-top: 10px !important;
}
.cust-mb-1,
.cust-my-1 {
  margin-bottom: 10px !important;
}
.cust-ml-1,
.cust-mx-1 {
  margin-left: 10px !important;
}
.cust-mr-1,
.cust-mx-1 {
  margin-right: 10px !important;
}
.cust-neg-m-1 {
  margin: -10px !important;
}
.cust-neg-mr-1,
.cust-neg-mx-1 {
  margin-right: -10px !important;
}
.cust-neg-ml-1,
.cust-neg-mx-1 {
  margin-left: -10px !important;
}
.cust-neg-mt-1,
.cust-neg-my-1 {
  margin-top: -10px !important;
}
.cust-neg-mb-1,
.cust-neg-my-1 {
  margin-bottom: -10px !important;
}
.cust-m-2 {
  margin: 20px !important;
}
.cust-mt-2,
.cust-my-2 {
  margin-top: 20px !important;
}
.cust-mb-2,
.cust-my-2 {
  margin-bottom: 20px !important;
}
.cust-ml-2,
.cust-mx-2 {
  margin-left: 20px !important;
}
.cust-mr-2,
.cust-mx-2 {
  margin-right: 20px !important;
}
.cust-neg-m-2 {
  margin: -20px !important;
}
.cust-neg-mr-2,
.cust-neg-mx-2 {
  margin-right: -20px !important;
}
.cust-neg-ml-2,
.cust-neg-mx-2 {
  margin-left: -20px !important;
}
.cust-neg-mt-2,
.cust-neg-my-2 {
  margin-top: -20px !important;
}
.cust-neg-mb-2,
.cust-neg-my-2 {
  margin-bottom: -20px !important;
}
.cust-m-3 {
  margin: 30px !important;
}
.cust-mt-3,
.cust-my-3 {
  margin-top: 30px !important;
}
.cust-mb-3,
.cust-my-3 {
  margin-bottom: 30px !important;
}
.cust-ml-3,
.cust-mx-3 {
  margin-left: 30px !important;
}
.cust-mr-3,
.cust-mx-3 {
  margin-right: 30px !important;
}
.cust-neg-m-3 {
  margin: -30px !important;
}
.cust-neg-mr-3,
.cust-neg-mx-3 {
  margin-right: -30px !important;
}
.cust-neg-ml-3,
.cust-neg-mx-3 {
  margin-left: -30px !important;
}
.cust-neg-mt-3,
.cust-neg-my-3 {
  margin-top: -30px !important;
}
.cust-neg-mb-3,
.cust-neg-my-3 {
  margin-bottom: -30px !important;
}
.cust-m-4 {
  margin: 40px !important;
}
.cust-mt-4,
.cust-my-4 {
  margin-top: 40px !important;
}
.cust-mb-4,
.cust-my-4 {
  margin-bottom: 40px !important;
}
.cust-ml-4,
.cust-mx-4 {
  margin-left: 40px !important;
}
.cust-mr-4,
.cust-mx-4 {
  margin-right: 40px !important;
}
.cust-neg-m-4 {
  margin: -40px !important;
}
.cust-neg-mr-4,
.cust-neg-mx-4 {
  margin-right: -40px !important;
}
.cust-neg-ml-4,
.cust-neg-mx-4 {
  margin-left: -40px !important;
}
.cust-neg-mt-4,
.cust-neg-my-4 {
  margin-top: -40px !important;
}
.cust-neg-mb-4,
.cust-neg-my-4 {
  margin-bottom: -40px !important;
}
.cust-m-5 {
  margin: 50px !important;
}
.cust-mt-5,
.cust-my-5 {
  margin-top: 50px !important;
}
.cust-mb-5,
.cust-my-5 {
  margin-bottom: 50px !important;
}
.cust-ml-5,
.cust-mx-5 {
  margin-left: 50px !important;
}
.cust-mr-5,
.cust-mx-5 {
  margin-right: 50px !important;
}
.cust-neg-m-5 {
  margin: -50px !important;
}
.cust-neg-mr-5,
.cust-neg-mx-5 {
  margin-right: -50px !important;
}
.cust-neg-ml-5,
.cust-neg-mx-5 {
  margin-left: -50px !important;
}
.cust-neg-mt-5,
.cust-neg-my-5 {
  margin-top: -50px !important;
}
.cust-neg-mb-5,
.cust-neg-my-5 {
  margin-bottom: -50px !important;
}
.cust-m-6 {
  margin: 60px !important;
}
.cust-mt-6,
.cust-my-6 {
  margin-top: 60px !important;
}
.cust-mb-6,
.cust-my-6 {
  margin-bottom: 60px !important;
}
.cust-ml-6,
.cust-mx-6 {
  margin-left: 60px !important;
}
.cust-mr-6,
.cust-mx-6 {
  margin-right: 60px !important;
}
.cust-neg-m-6 {
  margin: -60px !important;
}
.cust-neg-mr-6,
.cust-neg-mx-6 {
  margin-right: -60px !important;
}
.cust-neg-ml-6,
.cust-neg-mx-6 {
  margin-left: -60px !important;
}
.cust-neg-mt-6,
.cust-neg-my-6 {
  margin-top: -60px !important;
}
.cust-neg-mb-6,
.cust-neg-my-6 {
  margin-bottom: -60px !important;
}
.cust-m-7 {
  margin: 70px !important;
}
.cust-mt-7,
.cust-my-7 {
  margin-top: 70px !important;
}
.cust-mb-7,
.cust-my-7 {
  margin-bottom: 70px !important;
}
.cust-ml-7,
.cust-mx-7 {
  margin-left: 70px !important;
}
.cust-mr-7,
.cust-mx-7 {
  margin-right: 70px !important;
}
.cust-neg-m-7 {
  margin: -70px !important;
}
.cust-neg-mr-7,
.cust-neg-mx-7 {
  margin-right: -70px !important;
}
.cust-neg-ml-7,
.cust-neg-mx-7 {
  margin-left: -70px !important;
}
.cust-neg-mt-7,
.cust-neg-my-7 {
  margin-top: -70px !important;
}
.cust-neg-mb-7,
.cust-neg-my-7 {
  margin-bottom: -70px !important;
}
.cust-m-8 {
  margin: 80px !important;
}
.cust-mt-8,
.cust-my-8 {
  margin-top: 80px !important;
}
.cust-mb-8,
.cust-my-8 {
  margin-bottom: 80px !important;
}
.cust-ml-8,
.cust-mx-8 {
  margin-left: 80px !important;
}
.cust-mr-8,
.cust-mx-8 {
  margin-right: 80px !important;
}
.cust-neg-m-8 {
  margin: -80px !important;
}
.cust-neg-mr-8,
.cust-neg-mx-8 {
  margin-right: -80px !important;
}
.cust-neg-ml-8,
.cust-neg-mx-8 {
  margin-left: -80px !important;
}
.cust-neg-mt-8,
.cust-neg-my-8 {
  margin-top: -80px !important;
}
.cust-neg-mb-8,
.cust-neg-my-8 {
  margin-bottom: -80px !important;
}
.cust-m-9 {
  margin: 90px !important;
}
.cust-mt-9,
.cust-my-9 {
  margin-top: 90px !important;
}
.cust-mb-9,
.cust-my-9 {
  margin-bottom: 90px !important;
}
.cust-ml-9,
.cust-mx-9 {
  margin-left: 90px !important;
}
.cust-mr-9,
.cust-mx-9 {
  margin-right: 90px !important;
}
.cust-neg-m-9 {
  margin: -90px !important;
}
.cust-neg-mr-9,
.cust-neg-mx-9 {
  margin-right: -90px !important;
}
.cust-neg-ml-9,
.cust-neg-mx-9 {
  margin-left: -90px !important;
}
.cust-neg-mt-9,
.cust-neg-my-9 {
  margin-top: -90px !important;
}
.cust-neg-mb-9,
.cust-neg-my-9 {
  margin-bottom: -90px !important;
}
.cust-m-10 {
  margin: 100px !important;
}
.cust-mt-10,
.cust-my-10 {
  margin-top: 100px !important;
}
.cust-mb-10,
.cust-my-10 {
  margin-bottom: 100px !important;
}
.cust-ml-10,
.cust-mx-10 {
  margin-left: 100px !important;
}
.cust-mr-10,
.cust-mx-10 {
  margin-right: 100px !important;
}
.cust-neg-m-10 {
  margin: -100px !important;
}
.cust-neg-mr-10,
.cust-neg-mx-10 {
  margin-right: -100px !important;
}
.cust-neg-ml-10,
.cust-neg-mx-10 {
  margin-left: -100px !important;
}
.cust-neg-mt-10,
.cust-neg-my-10 {
  margin-top: -100px !important;
}
.cust-neg-mb-10,
.cust-neg-my-10 {
  margin-bottom: -100px !important;
}
.cust-m-11 {
  margin: 110px !important;
}
.cust-mt-11,
.cust-my-11 {
  margin-top: 110px !important;
}
.cust-mb-11,
.cust-my-11 {
  margin-bottom: 110px !important;
}
.cust-neg-mt-11,
.cust-neg-my-11 {
  margin-top: -110px !important;
}
.cust-neg-mb-11,
.cust-neg-my-11 {
  margin-bottom: -110px !important;
}
.cust-m-12 {
  margin: 120px !important;
}
.cust-mt-12,
.cust-my-12 {
  margin-top: 120px !important;
}
.cust-mb-12,
.cust-my-12 {
  margin-bottom: 120px !important;
}
.cust-neg-mt-12,
.cust-neg-my-12 {
  margin-top: -120px !important;
}
.cust-neg-mb-12,
.cust-neg-my-12 {
  margin-bottom: -120px !important;
}
.cust-m-13 {
  margin: 130px !important;
}
.cust-mt-13,
.cust-my-13 {
  margin-top: 130px !important;
}
.cust-mb-13,
.cust-my-13 {
  margin-bottom: 130px !important;
}
.cust-neg-mt-13,
.cust-neg-my-13 {
  margin-top: -130px !important;
}
.cust-neg-mb-13,
.cust-neg-my-13 {
  margin-bottom: -130px !important;
}
.cust-m-14 {
  margin: 140px !important;
}
.cust-mt-14,
.cust-my-14 {
  margin-top: 140px !important;
}
.cust-mb-14,
.cust-my-14 {
  margin-bottom: 140px !important;
}
.cust-neg-mt-14,
.cust-neg-my-14 {
  margin-top: -140px !important;
}
.cust-neg-mb-14,
.cust-neg-my-14 {
  margin-bottom: -140px !important;
}
.cust-m-15 {
  margin: 150px !important;
}
.cust-mt-15,
.cust-my-15 {
  margin-top: 150px !important;
}
.cust-mb-15,
.cust-my-15 {
  margin-bottom: 150px !important;
}
.cust-neg-mt-15,
.cust-neg-my-15 {
  margin-top: -150px !important;
}
.cust-neg-mb-15,
.cust-neg-my-15 {
  margin-bottom: -150px !important;
}
.cust-m-16 {
  margin: 160px !important;
}
.cust-mt-16,
.cust-my-16 {
  margin-top: 160px !important;
}
.cust-mb-16,
.cust-my-16 {
  margin-bottom: 160px !important;
}
.cust-neg-mt-16,
.cust-neg-my-16 {
  margin-top: -160px !important;
}
.cust-neg-mb-16,
.cust-neg-my-16 {
  margin-bottom: -160px !important;
}
.cust-m-17 {
  margin: 170px !important;
}
.cust-mt-17,
.cust-my-17 {
  margin-top: 170px !important;
}
.cust-mb-17,
.cust-my-17 {
  margin-bottom: 170px !important;
}
.cust-neg-mt-17,
.cust-neg-my-17 {
  margin-top: -170px !important;
}
.cust-neg-mb-17,
.cust-neg-my-17 {
  margin-bottom: -170px !important;
}
.cust-m-18 {
  margin: 180px !important;
}
.cust-mt-18,
.cust-my-18 {
  margin-top: 180px !important;
}
.cust-mb-18,
.cust-my-18 {
  margin-bottom: 180px !important;
}
.cust-neg-mt-18,
.cust-neg-my-18 {
  margin-top: -180px !important;
}
.cust-neg-mb-18,
.cust-neg-my-18 {
  margin-bottom: -180px !important;
}
.cust-m-19 {
  margin: 190px !important;
}
.cust-mt-19,
.cust-my-19 {
  margin-top: 190px !important;
}
.cust-mb-19,
.cust-my-19 {
  margin-bottom: 190px !important;
}
.cust-neg-mt-19,
.cust-neg-my-19 {
  margin-top: -190px !important;
}
.cust-neg-mb-19,
.cust-neg-my-19 {
  margin-bottom: -190px !important;
}
.cust-m-20 {
  margin: 200px !important;
}
.cust-mt-20,
.cust-my-20 {
  margin-top: 200px !important;
}
.cust-mb-20,
.cust-my-20 {
  margin-bottom: 200px !important;
}
.cust-neg-mt-20,
.cust-neg-my-20 {
  margin-top: -200px !important;
}
.cust-neg-mb-20,
.cust-neg-my-20 {
  margin-bottom: -200px !important;
}
.cust-p-0 {
  padding: 0px !important;
}
.cust-pt-0,
.cust-py-0 {
  padding-top: 0px !important;
}
.cust-pb-0,
.cust-py-0 {
  padding-bottom: 0px !important;
}
.cust-pl-0,
.cust-px-0 {
  padding-left: 0px !important;
}
.cust-pr-0,
.cust-px-0 {
  padding-right: 0px !important;
}
.cust-p-1 {
  padding: 10px !important;
}
.cust-pt-1,
.cust-py-1 {
  padding-top: 10px !important;
}
.cust-pb-1,
.cust-py-1 {
  padding-bottom: 10px !important;
}
.cust-pl-1,
.cust-px-1 {
  padding-left: 10px !important;
}
.cust-pr-1,
.cust-px-1 {
  padding-right: 10px !important;
}
.cust-p-2 {
  padding: 20px !important;
}
.cust-pt-2,
.cust-py-2 {
  padding-top: 20px !important;
}
.cust-pb-2,
.cust-py-2 {
  padding-bottom: 20px !important;
}
.cust-pl-2,
.cust-px-2 {
  padding-left: 20px !important;
}
.cust-pr-2,
.cust-px-2 {
  padding-right: 20px !important;
}
.cust-p-3 {
  padding: 30px !important;
}
.cust-pt-3,
.cust-py-3 {
  padding-top: 30px !important;
}
.cust-pb-3,
.cust-py-3 {
  padding-bottom: 30px !important;
}
.cust-pl-3,
.cust-px-3 {
  padding-left: 30px !important;
}
.cust-pr-3,
.cust-px-3 {
  padding-right: 30px !important;
}
.cust-p-4 {
  padding: 40px !important;
}
.cust-pt-4,
.cust-py-4 {
  padding-top: 40px !important;
}
.cust-pb-4,
.cust-py-4 {
  padding-bottom: 40px !important;
}
.cust-pl-4,
.cust-px-4 {
  padding-left: 40px !important;
}
.cust-pr-4,
.cust-px-4 {
  padding-right: 40px !important;
}
.cust-p-5 {
  padding: 50px !important;
}
.cust-pt-5,
.cust-py-5 {
  padding-top: 50px !important;
}
.cust-pb-5,
.cust-py-5 {
  padding-bottom: 50px !important;
}
.cust-pl-5,
.cust-px-5 {
  padding-left: 50px !important;
}
.cust-pr-5,
.cust-px-5 {
  padding-right: 50px !important;
}
.cust-p-6 {
  padding: 60px !important;
}
.cust-pt-6,
.cust-py-6 {
  padding-top: 60px !important;
}
.cust-pb-6,
.cust-py-6 {
  padding-bottom: 60px !important;
}
.cust-pl-6,
.cust-px-6 {
  padding-left: 60px !important;
}
.cust-pr-6,
.cust-px-6 {
  padding-right: 60px !important;
}
.cust-p-7 {
  padding: 70px !important;
}
.cust-pt-7,
.cust-py-7 {
  padding-top: 70px !important;
}
.cust-pb-7,
.cust-py-7 {
  padding-bottom: 70px !important;
}
.cust-pl-7,
.cust-px-7 {
  padding-left: 70px !important;
}
.cust-pr-7,
.cust-px-7 {
  padding-right: 70px !important;
}
.cust-p-8 {
  padding: 80px !important;
}
.cust-pt-8,
.cust-py-8 {
  padding-top: 80px !important;
}
.cust-pb-8,
.cust-py-8 {
  padding-bottom: 80px !important;
}
.cust-pl-8,
.cust-px-8 {
  padding-left: 80px !important;
}
.cust-pr-8,
.cust-px-8 {
  padding-right: 80px !important;
}
.cust-p-9 {
  padding: 90px !important;
}
.cust-pt-9,
.cust-py-9 {
  padding-top: 90px !important;
}
.cust-pb-9,
.cust-py-9 {
  padding-bottom: 90px !important;
}
.cust-pl-9,
.cust-px-9 {
  padding-left: 90px !important;
}
.cust-pr-9,
.cust-px-9 {
  padding-right: 90px !important;
}
.cust-p-10 {
  padding: 100px !important;
}
.cust-pt-10,
.cust-py-10 {
  padding-top: 100px !important;
}
.cust-pb-10,
.cust-py-10 {
  padding-bottom: 100px !important;
}
.cust-pl-10,
.cust-px-10 {
  padding-left: 100px !important;
}
.cust-pr-10,
.cust-px-10 {
  padding-right: 100px !important;
}
.cust-p-11 {
  padding: 110px !important;
}
.cust-pt-11,
.cust-py-11 {
  padding-top: 110px !important;
}
.cust-pb-11,
.cust-py-11 {
  padding-bottom: 110px !important;
}
.cust-p-12 {
  padding: 120px !important;
}
.cust-pt-12,
.cust-py-12 {
  padding-top: 120px !important;
}
.cust-pb-12,
.cust-py-12 {
  padding-bottom: 120px !important;
}
.cust-p-13 {
  padding: 130px !important;
}
.cust-pt-13,
.cust-py-13 {
  padding-top: 130px !important;
}
.cust-pb-13,
.cust-py-13 {
  padding-bottom: 130px !important;
}
.cust-p-14 {
  padding: 140px !important;
}
.cust-pt-14,
.cust-py-14 {
  padding-top: 140px !important;
}
.cust-pb-14,
.cust-py-14 {
  padding-bottom: 140px !important;
}
.cust-p-15 {
  padding: 150px !important;
}
.cust-pt-15,
.cust-py-15 {
  padding-top: 150px !important;
}
.cust-pb-15,
.cust-py-15 {
  padding-bottom: 150px !important;
}
.cust-p-16 {
  padding: 160px !important;
}
.cust-pt-16,
.cust-py-16 {
  padding-top: 160px !important;
}
.cust-pb-16,
.cust-py-16 {
  padding-bottom: 160px !important;
}
.cust-p-17 {
  padding: 170px !important;
}
.cust-pt-17,
.cust-py-17 {
  padding-top: 170px !important;
}
.cust-pb-17,
.cust-py-17 {
  padding-bottom: 170px !important;
}
.cust-p-18 {
  padding: 180px !important;
}
.cust-pt-18,
.cust-py-18 {
  padding-top: 180px !important;
}
.cust-pb-18,
.cust-py-18 {
  padding-bottom: 180px !important;
}
.cust-p-19 {
  padding: 190px !important;
}
.cust-pt-19,
.cust-py-19 {
  padding-top: 190px !important;
}
.cust-pb-19,
.cust-py-19 {
  padding-bottom: 190px !important;
}
.cust-p-20 {
  padding: 200px !important;
}
.cust-pt-20,
.cust-py-20 {
  padding-top: 200px !important;
}
.cust-pb-20,
.cust-py-20 {
  padding-bottom: 200px !important;
}
.per-pb-100 {
  padding-bottom: 100% !important;
}
.per-pb-50 {
  padding-bottom: 50% !important;
}
@media (min-width: 576px) {
  .cust-m-sm-0 {
    margin: 0px !important;
  }
  .cust-mt-sm-0,
  .cust-my-sm-0 {
    margin-top: 0px !important;
  }
  .cust-mb-sm-0,
  .cust-my-sm-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-sm-0,
  .cust-mx-sm-0 {
    margin-left: 0px !important;
  }
  .cust-mr-sm-0,
  .cust-mx-sm-0 {
    margin-right: 0px !important;
  }
  .cust-m-sm-1 {
    margin: 10px !important;
  }
  .cust-mt-sm-1,
  .cust-my-sm-1 {
    margin-top: 10px !important;
  }
  .cust-mb-sm-1,
  .cust-my-sm-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-sm-1,
  .cust-mx-sm-1 {
    margin-left: 10px !important;
  }
  .cust-mr-sm-1,
  .cust-mx-sm-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-sm-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-sm-1,
  .cust-neg-mx-sm-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-sm-1,
  .cust-neg-mx-sm-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-sm-1,
  .cust-neg-my-sm-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-sm-1,
  .cust-neg-my-sm-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-sm-2 {
    margin: 20px !important;
  }
  .cust-mt-sm-2,
  .cust-my-sm-2 {
    margin-top: 20px !important;
  }
  .cust-mb-sm-2,
  .cust-my-sm-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-sm-2,
  .cust-mx-sm-2 {
    margin-left: 20px !important;
  }
  .cust-mr-sm-2,
  .cust-mx-sm-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-sm-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-sm-2,
  .cust-neg-mx-sm-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-sm-2,
  .cust-neg-mx-sm-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-sm-2,
  .cust-neg-my-sm-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-sm-2,
  .cust-neg-my-sm-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-sm-3 {
    margin: 30px !important;
  }
  .cust-mt-sm-3,
  .cust-my-sm-3 {
    margin-top: 30px !important;
  }
  .cust-mb-sm-3,
  .cust-my-sm-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-sm-3,
  .cust-mx-sm-3 {
    margin-left: 30px !important;
  }
  .cust-mr-sm-3,
  .cust-mx-sm-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-sm-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-sm-3,
  .cust-neg-mx-sm-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-sm-3,
  .cust-neg-mx-sm-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-sm-3,
  .cust-neg-my-sm-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-sm-3,
  .cust-neg-my-sm-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-sm-4 {
    margin: 40px !important;
  }
  .cust-mt-sm-4,
  .cust-my-sm-4 {
    margin-top: 40px !important;
  }
  .cust-mb-sm-4,
  .cust-my-sm-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-sm-4,
  .cust-mx-sm-4 {
    margin-left: 40px !important;
  }
  .cust-mr-sm-4,
  .cust-mx-sm-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-sm-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-sm-4,
  .cust-neg-mx-sm-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-sm-4,
  .cust-neg-mx-sm-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-sm-4,
  .cust-neg-my-sm-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-sm-4,
  .cust-neg-my-sm-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-sm-5 {
    margin: 50px !important;
  }
  .cust-mt-sm-5,
  .cust-my-sm-5 {
    margin-top: 50px !important;
  }
  .cust-mb-sm-5,
  .cust-my-sm-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-sm-5,
  .cust-mx-sm-5 {
    margin-left: 50px !important;
  }
  .cust-mr-sm-5,
  .cust-mx-sm-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-sm-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-sm-5,
  .cust-neg-mx-sm-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-sm-5,
  .cust-neg-mx-sm-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-sm-5,
  .cust-neg-my-sm-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-sm-5,
  .cust-neg-my-sm-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-sm-6 {
    margin: 60px !important;
  }
  .cust-mt-sm-6,
  .cust-my-sm-6 {
    margin-top: 60px !important;
  }
  .cust-mb-sm-6,
  .cust-my-sm-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-sm-6,
  .cust-mx-sm-6 {
    margin-left: 60px !important;
  }
  .cust-mr-sm-6,
  .cust-mx-sm-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-sm-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-sm-6,
  .cust-neg-mx-sm-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-sm-6,
  .cust-neg-mx-sm-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-sm-6,
  .cust-neg-my-sm-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-sm-6,
  .cust-neg-my-sm-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-sm-7 {
    margin: 70px !important;
  }
  .cust-mt-sm-7,
  .cust-my-sm-7 {
    margin-top: 70px !important;
  }
  .cust-mb-sm-7,
  .cust-my-sm-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-sm-7,
  .cust-mx-sm-7 {
    margin-left: 70px !important;
  }
  .cust-mr-sm-7,
  .cust-mx-sm-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-sm-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-sm-7,
  .cust-neg-mx-sm-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-sm-7,
  .cust-neg-mx-sm-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-sm-7,
  .cust-neg-my-sm-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-sm-7,
  .cust-neg-my-sm-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-sm-8 {
    margin: 80px !important;
  }
  .cust-mt-sm-8,
  .cust-my-sm-8 {
    margin-top: 80px !important;
  }
  .cust-mb-sm-8,
  .cust-my-sm-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-sm-8,
  .cust-mx-sm-8 {
    margin-left: 80px !important;
  }
  .cust-mr-sm-8,
  .cust-mx-sm-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-sm-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-sm-8,
  .cust-neg-mx-sm-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-sm-8,
  .cust-neg-mx-sm-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-sm-8,
  .cust-neg-my-sm-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-sm-8,
  .cust-neg-my-sm-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-sm-9 {
    margin: 90px !important;
  }
  .cust-mt-sm-9,
  .cust-my-sm-9 {
    margin-top: 90px !important;
  }
  .cust-mb-sm-9,
  .cust-my-sm-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-sm-9,
  .cust-mx-sm-9 {
    margin-left: 90px !important;
  }
  .cust-mr-sm-9,
  .cust-mx-sm-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-sm-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-sm-9,
  .cust-neg-mx-sm-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-sm-9,
  .cust-neg-mx-sm-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-sm-9,
  .cust-neg-my-sm-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-sm-9,
  .cust-neg-my-sm-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-sm-10 {
    margin: 100px !important;
  }
  .cust-mt-sm-10,
  .cust-my-sm-10 {
    margin-top: 100px !important;
  }
  .cust-mb-sm-10,
  .cust-my-sm-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-sm-10,
  .cust-mx-sm-10 {
    margin-left: 100px !important;
  }
  .cust-mr-sm-10,
  .cust-mx-sm-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-sm-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-sm-10,
  .cust-neg-mx-sm-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-sm-10,
  .cust-neg-mx-sm-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-sm-10,
  .cust-neg-my-sm-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-sm-10,
  .cust-neg-my-sm-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-sm-11 {
    margin: 110px !important;
  }
  .cust-mt-sm-11,
  .cust-my-sm-11 {
    margin-top: 110px !important;
  }
  .cust-mb-sm-11,
  .cust-my-sm-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-sm-11,
  .cust-neg-my-sm-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-sm-11,
  .cust-neg-my-sm-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-sm-12 {
    margin: 120px !important;
  }
  .cust-mt-sm-12,
  .cust-my-sm-12 {
    margin-top: 120px !important;
  }
  .cust-mb-sm-12,
  .cust-my-sm-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-sm-12,
  .cust-neg-my-sm-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-sm-12,
  .cust-neg-my-sm-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-sm-13 {
    margin: 130px !important;
  }
  .cust-mt-sm-13,
  .cust-my-sm-13 {
    margin-top: 130px !important;
  }
  .cust-mb-sm-13,
  .cust-my-sm-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-sm-13,
  .cust-neg-my-sm-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-sm-13,
  .cust-neg-my-sm-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-sm-14 {
    margin: 140px !important;
  }
  .cust-mt-sm-14,
  .cust-my-sm-14 {
    margin-top: 140px !important;
  }
  .cust-mb-sm-14,
  .cust-my-sm-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-sm-14,
  .cust-neg-my-sm-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-sm-14,
  .cust-neg-my-sm-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-sm-15 {
    margin: 150px !important;
  }
  .cust-mt-sm-15,
  .cust-my-sm-15 {
    margin-top: 150px !important;
  }
  .cust-mb-sm-15,
  .cust-my-sm-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-sm-15,
  .cust-neg-my-sm-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-sm-15,
  .cust-neg-my-sm-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-sm-16 {
    margin: 160px !important;
  }
  .cust-mt-sm-16,
  .cust-my-sm-16 {
    margin-top: 160px !important;
  }
  .cust-mb-sm-16,
  .cust-my-sm-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-sm-16,
  .cust-neg-my-sm-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-sm-16,
  .cust-neg-my-sm-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-sm-17 {
    margin: 170px !important;
  }
  .cust-mt-sm-17,
  .cust-my-sm-17 {
    margin-top: 170px !important;
  }
  .cust-mb-sm-17,
  .cust-my-sm-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-sm-17,
  .cust-neg-my-sm-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-sm-17,
  .cust-neg-my-sm-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-sm-18 {
    margin: 180px !important;
  }
  .cust-mt-sm-18,
  .cust-my-sm-18 {
    margin-top: 180px !important;
  }
  .cust-mb-sm-18,
  .cust-my-sm-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-sm-18,
  .cust-neg-my-sm-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-sm-18,
  .cust-neg-my-sm-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-sm-19 {
    margin: 190px !important;
  }
  .cust-mt-sm-19,
  .cust-my-sm-19 {
    margin-top: 190px !important;
  }
  .cust-mb-sm-19,
  .cust-my-sm-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-sm-19,
  .cust-neg-my-sm-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-sm-19,
  .cust-neg-my-sm-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-sm-20 {
    margin: 200px !important;
  }
  .cust-mt-sm-20,
  .cust-my-sm-20 {
    margin-top: 200px !important;
  }
  .cust-mb-sm-20,
  .cust-my-sm-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-sm-20,
  .cust-neg-my-sm-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-sm-20,
  .cust-neg-my-sm-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-sm-0 {
    padding: 0px !important;
  }
  .cust-pt-sm-0,
  .cust-py-sm-0 {
    padding-top: 0px !important;
  }
  .cust-pb-sm-0,
  .cust-py-sm-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-sm-0,
  .cust-px-sm-0 {
    padding-left: 0px !important;
  }
  .cust-pr-sm-0,
  .cust-px-sm-0 {
    padding-right: 0px !important;
  }
  .cust-p-sm-1 {
    padding: 10px !important;
  }
  .cust-pt-sm-1,
  .cust-py-sm-1 {
    padding-top: 10px !important;
  }
  .cust-pb-sm-1,
  .cust-py-sm-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-sm-1,
  .cust-px-sm-1 {
    padding-left: 10px !important;
  }
  .cust-pr-sm-1,
  .cust-px-sm-1 {
    padding-right: 10px !important;
  }
  .cust-p-sm-2 {
    padding: 20px !important;
  }
  .cust-pt-sm-2,
  .cust-py-sm-2 {
    padding-top: 20px !important;
  }
  .cust-pb-sm-2,
  .cust-py-sm-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-sm-2,
  .cust-px-sm-2 {
    padding-left: 20px !important;
  }
  .cust-pr-sm-2,
  .cust-px-sm-2 {
    padding-right: 20px !important;
  }
  .cust-p-sm-3 {
    padding: 30px !important;
  }
  .cust-pt-sm-3,
  .cust-py-sm-3 {
    padding-top: 30px !important;
  }
  .cust-pb-sm-3,
  .cust-py-sm-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-sm-3,
  .cust-px-sm-3 {
    padding-left: 30px !important;
  }
  .cust-pr-sm-3,
  .cust-px-sm-3 {
    padding-right: 30px !important;
  }
  .cust-p-sm-4 {
    padding: 40px !important;
  }
  .cust-pt-sm-4,
  .cust-py-sm-4 {
    padding-top: 40px !important;
  }
  .cust-pb-sm-4,
  .cust-py-sm-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-sm-4,
  .cust-px-sm-4 {
    padding-left: 40px !important;
  }
  .cust-pr-sm-4,
  .cust-px-sm-4 {
    padding-right: 40px !important;
  }
  .cust-p-sm-5 {
    padding: 50px !important;
  }
  .cust-pt-sm-5,
  .cust-py-sm-5 {
    padding-top: 50px !important;
  }
  .cust-pb-sm-5,
  .cust-py-sm-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-sm-5,
  .cust-px-sm-5 {
    padding-left: 50px !important;
  }
  .cust-pr-sm-5,
  .cust-px-sm-5 {
    padding-right: 50px !important;
  }
  .cust-p-sm-6 {
    padding: 60px !important;
  }
  .cust-pt-sm-6,
  .cust-py-sm-6 {
    padding-top: 60px !important;
  }
  .cust-pb-sm-6,
  .cust-py-sm-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-sm-6,
  .cust-px-sm-6 {
    padding-left: 60px !important;
  }
  .cust-pr-sm-6,
  .cust-px-sm-6 {
    padding-right: 60px !important;
  }
  .cust-p-sm-7 {
    padding: 70px !important;
  }
  .cust-pt-sm-7,
  .cust-py-sm-7 {
    padding-top: 70px !important;
  }
  .cust-pb-sm-7,
  .cust-py-sm-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-sm-7,
  .cust-px-sm-7 {
    padding-left: 70px !important;
  }
  .cust-pr-sm-7,
  .cust-px-sm-7 {
    padding-right: 70px !important;
  }
  .cust-p-sm-8 {
    padding: 80px !important;
  }
  .cust-pt-sm-8,
  .cust-py-sm-8 {
    padding-top: 80px !important;
  }
  .cust-pb-sm-8,
  .cust-py-sm-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-sm-8,
  .cust-px-sm-8 {
    padding-left: 80px !important;
  }
  .cust-pr-sm-8,
  .cust-px-sm-8 {
    padding-right: 80px !important;
  }
  .cust-p-sm-9 {
    padding: 90px !important;
  }
  .cust-pt-sm-9,
  .cust-py-sm-9 {
    padding-top: 90px !important;
  }
  .cust-pb-sm-9,
  .cust-py-sm-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-sm-9,
  .cust-px-sm-9 {
    padding-left: 90px !important;
  }
  .cust-pr-sm-9,
  .cust-px-sm-9 {
    padding-right: 90px !important;
  }
  .cust-p-sm-10 {
    padding: 100px !important;
  }
  .cust-pt-sm-10,
  .cust-py-sm-10 {
    padding-top: 100px !important;
  }
  .cust-pb-sm-10,
  .cust-py-sm-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-sm-10,
  .cust-px-sm-10 {
    padding-left: 100px !important;
  }
  .cust-pr-sm-10,
  .cust-px-sm-10 {
    padding-right: 100px !important;
  }
  .cust-p-sm-11 {
    padding: 110px !important;
  }
  .cust-pt-sm-11,
  .cust-py-sm-11 {
    padding-top: 110px !important;
  }
  .cust-pb-sm-11,
  .cust-py-sm-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-sm-12 {
    padding: 120px !important;
  }
  .cust-pt-sm-12,
  .cust-py-sm-12 {
    padding-top: 120px !important;
  }
  .cust-pb-sm-12,
  .cust-py-sm-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-sm-13 {
    padding: 130px !important;
  }
  .cust-pt-sm-13,
  .cust-py-sm-13 {
    padding-top: 130px !important;
  }
  .cust-pb-sm-13,
  .cust-py-sm-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-sm-14 {
    padding: 140px !important;
  }
  .cust-pt-sm-14,
  .cust-py-sm-14 {
    padding-top: 140px !important;
  }
  .cust-pb-sm-14,
  .cust-py-sm-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-sm-15 {
    padding: 150px !important;
  }
  .cust-pt-sm-15,
  .cust-py-sm-15 {
    padding-top: 150px !important;
  }
  .cust-pb-sm-15,
  .cust-py-sm-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-sm-16 {
    padding: 160px !important;
  }
  .cust-pt-sm-16,
  .cust-py-sm-16 {
    padding-top: 160px !important;
  }
  .cust-pb-sm-16,
  .cust-py-sm-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-sm-17 {
    padding: 170px !important;
  }
  .cust-pt-sm-17,
  .cust-py-sm-17 {
    padding-top: 170px !important;
  }
  .cust-pb-sm-17,
  .cust-py-sm-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-sm-18 {
    padding: 180px !important;
  }
  .cust-pt-sm-18,
  .cust-py-sm-18 {
    padding-top: 180px !important;
  }
  .cust-pb-sm-18,
  .cust-py-sm-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-sm-19 {
    padding: 190px !important;
  }
  .cust-pt-sm-19,
  .cust-py-sm-19 {
    padding-top: 190px !important;
  }
  .cust-pb-sm-19,
  .cust-py-sm-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-sm-20 {
    padding: 200px !important;
  }
  .cust-pt-sm-20,
  .cust-py-sm-20 {
    padding-top: 200px !important;
  }
  .cust-pb-sm-20,
  .cust-py-sm-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-sm-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-sm-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 768px) {
  .cust-m-md-0 {
    margin: 0px !important;
  }
  .cust-mt-md-0,
  .cust-my-md-0 {
    margin-top: 0px !important;
  }
  .cust-mb-md-0,
  .cust-my-md-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-md-0,
  .cust-mx-md-0 {
    margin-left: 0px !important;
  }
  .cust-mr-md-0,
  .cust-mx-md-0 {
    margin-right: 0px !important;
  }
  .cust-m-md-1 {
    margin: 10px !important;
  }
  .cust-mt-md-1,
  .cust-my-md-1 {
    margin-top: 10px !important;
  }
  .cust-mb-md-1,
  .cust-my-md-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-md-1,
  .cust-mx-md-1 {
    margin-left: 10px !important;
  }
  .cust-mr-md-1,
  .cust-mx-md-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-md-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-md-1,
  .cust-neg-mx-md-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-md-1,
  .cust-neg-mx-md-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-md-1,
  .cust-neg-my-md-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-md-1,
  .cust-neg-my-md-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-md-2 {
    margin: 20px !important;
  }
  .cust-mt-md-2,
  .cust-my-md-2 {
    margin-top: 20px !important;
  }
  .cust-mb-md-2,
  .cust-my-md-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-md-2,
  .cust-mx-md-2 {
    margin-left: 20px !important;
  }
  .cust-mr-md-2,
  .cust-mx-md-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-md-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-md-2,
  .cust-neg-mx-md-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-md-2,
  .cust-neg-mx-md-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-md-2,
  .cust-neg-my-md-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-md-2,
  .cust-neg-my-md-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-md-3 {
    margin: 30px !important;
  }
  .cust-mt-md-3,
  .cust-my-md-3 {
    margin-top: 30px !important;
  }
  .cust-mb-md-3,
  .cust-my-md-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-md-3,
  .cust-mx-md-3 {
    margin-left: 30px !important;
  }
  .cust-mr-md-3,
  .cust-mx-md-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-md-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-md-3,
  .cust-neg-mx-md-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-md-3,
  .cust-neg-mx-md-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-md-3,
  .cust-neg-my-md-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-md-3,
  .cust-neg-my-md-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-md-4 {
    margin: 40px !important;
  }
  .cust-mt-md-4,
  .cust-my-md-4 {
    margin-top: 40px !important;
  }
  .cust-mb-md-4,
  .cust-my-md-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-md-4,
  .cust-mx-md-4 {
    margin-left: 40px !important;
  }
  .cust-mr-md-4,
  .cust-mx-md-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-md-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-md-4,
  .cust-neg-mx-md-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-md-4,
  .cust-neg-mx-md-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-md-4,
  .cust-neg-my-md-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-md-4,
  .cust-neg-my-md-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-md-5 {
    margin: 50px !important;
  }
  .cust-mt-md-5,
  .cust-my-md-5 {
    margin-top: 50px !important;
  }
  .cust-mb-md-5,
  .cust-my-md-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-md-5,
  .cust-mx-md-5 {
    margin-left: 50px !important;
  }
  .cust-mr-md-5,
  .cust-mx-md-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-md-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-md-5,
  .cust-neg-mx-md-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-md-5,
  .cust-neg-mx-md-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-md-5,
  .cust-neg-my-md-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-md-5,
  .cust-neg-my-md-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-md-6 {
    margin: 60px !important;
  }
  .cust-mt-md-6,
  .cust-my-md-6 {
    margin-top: 60px !important;
  }
  .cust-mb-md-6,
  .cust-my-md-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-md-6,
  .cust-mx-md-6 {
    margin-left: 60px !important;
  }
  .cust-mr-md-6,
  .cust-mx-md-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-md-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-md-6,
  .cust-neg-mx-md-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-md-6,
  .cust-neg-mx-md-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-md-6,
  .cust-neg-my-md-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-md-6,
  .cust-neg-my-md-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-md-7 {
    margin: 70px !important;
  }
  .cust-mt-md-7,
  .cust-my-md-7 {
    margin-top: 70px !important;
  }
  .cust-mb-md-7,
  .cust-my-md-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-md-7,
  .cust-mx-md-7 {
    margin-left: 70px !important;
  }
  .cust-mr-md-7,
  .cust-mx-md-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-md-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-md-7,
  .cust-neg-mx-md-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-md-7,
  .cust-neg-mx-md-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-md-7,
  .cust-neg-my-md-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-md-7,
  .cust-neg-my-md-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-md-8 {
    margin: 80px !important;
  }
  .cust-mt-md-8,
  .cust-my-md-8 {
    margin-top: 80px !important;
  }
  .cust-mb-md-8,
  .cust-my-md-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-md-8,
  .cust-mx-md-8 {
    margin-left: 80px !important;
  }
  .cust-mr-md-8,
  .cust-mx-md-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-md-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-md-8,
  .cust-neg-mx-md-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-md-8,
  .cust-neg-mx-md-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-md-8,
  .cust-neg-my-md-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-md-8,
  .cust-neg-my-md-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-md-9 {
    margin: 90px !important;
  }
  .cust-mt-md-9,
  .cust-my-md-9 {
    margin-top: 90px !important;
  }
  .cust-mb-md-9,
  .cust-my-md-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-md-9,
  .cust-mx-md-9 {
    margin-left: 90px !important;
  }
  .cust-mr-md-9,
  .cust-mx-md-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-md-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-md-9,
  .cust-neg-mx-md-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-md-9,
  .cust-neg-mx-md-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-md-9,
  .cust-neg-my-md-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-md-9,
  .cust-neg-my-md-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-md-10 {
    margin: 100px !important;
  }
  .cust-mt-md-10,
  .cust-my-md-10 {
    margin-top: 100px !important;
  }
  .cust-mb-md-10,
  .cust-my-md-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-md-10,
  .cust-mx-md-10 {
    margin-left: 100px !important;
  }
  .cust-mr-md-10,
  .cust-mx-md-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-md-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-md-10,
  .cust-neg-mx-md-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-md-10,
  .cust-neg-mx-md-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-md-10,
  .cust-neg-my-md-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-md-10,
  .cust-neg-my-md-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-md-11 {
    margin: 110px !important;
  }
  .cust-mt-md-11,
  .cust-my-md-11 {
    margin-top: 110px !important;
  }
  .cust-mb-md-11,
  .cust-my-md-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-md-11,
  .cust-neg-my-md-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-md-11,
  .cust-neg-my-md-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-md-12 {
    margin: 120px !important;
  }
  .cust-mt-md-12,
  .cust-my-md-12 {
    margin-top: 120px !important;
  }
  .cust-mb-md-12,
  .cust-my-md-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-md-12,
  .cust-neg-my-md-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-md-12,
  .cust-neg-my-md-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-md-13 {
    margin: 130px !important;
  }
  .cust-mt-md-13,
  .cust-my-md-13 {
    margin-top: 130px !important;
  }
  .cust-mb-md-13,
  .cust-my-md-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-md-13,
  .cust-neg-my-md-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-md-13,
  .cust-neg-my-md-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-md-14 {
    margin: 140px !important;
  }
  .cust-mt-md-14,
  .cust-my-md-14 {
    margin-top: 140px !important;
  }
  .cust-mb-md-14,
  .cust-my-md-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-md-14,
  .cust-neg-my-md-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-md-14,
  .cust-neg-my-md-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-md-15 {
    margin: 150px !important;
  }
  .cust-mt-md-15,
  .cust-my-md-15 {
    margin-top: 150px !important;
  }
  .cust-mb-md-15,
  .cust-my-md-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-md-15,
  .cust-neg-my-md-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-md-15,
  .cust-neg-my-md-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-md-16 {
    margin: 160px !important;
  }
  .cust-mt-md-16,
  .cust-my-md-16 {
    margin-top: 160px !important;
  }
  .cust-mb-md-16,
  .cust-my-md-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-md-16,
  .cust-neg-my-md-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-md-16,
  .cust-neg-my-md-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-md-17 {
    margin: 170px !important;
  }
  .cust-mt-md-17,
  .cust-my-md-17 {
    margin-top: 170px !important;
  }
  .cust-mb-md-17,
  .cust-my-md-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-md-17,
  .cust-neg-my-md-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-md-17,
  .cust-neg-my-md-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-md-18 {
    margin: 180px !important;
  }
  .cust-mt-md-18,
  .cust-my-md-18 {
    margin-top: 180px !important;
  }
  .cust-mb-md-18,
  .cust-my-md-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-md-18,
  .cust-neg-my-md-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-md-18,
  .cust-neg-my-md-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-md-19 {
    margin: 190px !important;
  }
  .cust-mt-md-19,
  .cust-my-md-19 {
    margin-top: 190px !important;
  }
  .cust-mb-md-19,
  .cust-my-md-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-md-19,
  .cust-neg-my-md-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-md-19,
  .cust-neg-my-md-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-md-20 {
    margin: 200px !important;
  }
  .cust-mt-md-20,
  .cust-my-md-20 {
    margin-top: 200px !important;
  }
  .cust-mb-md-20,
  .cust-my-md-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-md-20,
  .cust-neg-my-md-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-md-20,
  .cust-neg-my-md-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-md-0 {
    padding: 0px !important;
  }
  .cust-pt-md-0,
  .cust-py-md-0 {
    padding-top: 0px !important;
  }
  .cust-pb-md-0,
  .cust-py-md-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-md-0,
  .cust-px-md-0 {
    padding-left: 0px !important;
  }
  .cust-pr-md-0,
  .cust-px-md-0 {
    padding-right: 0px !important;
  }
  .cust-p-md-1 {
    padding: 10px !important;
  }
  .cust-pt-md-1,
  .cust-py-md-1 {
    padding-top: 10px !important;
  }
  .cust-pb-md-1,
  .cust-py-md-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-md-1,
  .cust-px-md-1 {
    padding-left: 10px !important;
  }
  .cust-pr-md-1,
  .cust-px-md-1 {
    padding-right: 10px !important;
  }
  .cust-p-md-2 {
    padding: 20px !important;
  }
  .cust-pt-md-2,
  .cust-py-md-2 {
    padding-top: 20px !important;
  }
  .cust-pb-md-2,
  .cust-py-md-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-md-2,
  .cust-px-md-2 {
    padding-left: 20px !important;
  }
  .cust-pr-md-2,
  .cust-px-md-2 {
    padding-right: 20px !important;
  }
  .cust-p-md-3 {
    padding: 30px !important;
  }
  .cust-pt-md-3,
  .cust-py-md-3 {
    padding-top: 30px !important;
  }
  .cust-pb-md-3,
  .cust-py-md-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-md-3,
  .cust-px-md-3 {
    padding-left: 30px !important;
  }
  .cust-pr-md-3,
  .cust-px-md-3 {
    padding-right: 30px !important;
  }
  .cust-p-md-4 {
    padding: 40px !important;
  }
  .cust-pt-md-4,
  .cust-py-md-4 {
    padding-top: 40px !important;
  }
  .cust-pb-md-4,
  .cust-py-md-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-md-4,
  .cust-px-md-4 {
    padding-left: 40px !important;
  }
  .cust-pr-md-4,
  .cust-px-md-4 {
    padding-right: 40px !important;
  }
  .cust-p-md-5 {
    padding: 50px !important;
  }
  .cust-pt-md-5,
  .cust-py-md-5 {
    padding-top: 50px !important;
  }
  .cust-pb-md-5,
  .cust-py-md-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-md-5,
  .cust-px-md-5 {
    padding-left: 50px !important;
  }
  .cust-pr-md-5,
  .cust-px-md-5 {
    padding-right: 50px !important;
  }
  .cust-p-md-6 {
    padding: 60px !important;
  }
  .cust-pt-md-6,
  .cust-py-md-6 {
    padding-top: 60px !important;
  }
  .cust-pb-md-6,
  .cust-py-md-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-md-6,
  .cust-px-md-6 {
    padding-left: 60px !important;
  }
  .cust-pr-md-6,
  .cust-px-md-6 {
    padding-right: 60px !important;
  }
  .cust-p-md-7 {
    padding: 70px !important;
  }
  .cust-pt-md-7,
  .cust-py-md-7 {
    padding-top: 70px !important;
  }
  .cust-pb-md-7,
  .cust-py-md-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-md-7,
  .cust-px-md-7 {
    padding-left: 70px !important;
  }
  .cust-pr-md-7,
  .cust-px-md-7 {
    padding-right: 70px !important;
  }
  .cust-p-md-8 {
    padding: 80px !important;
  }
  .cust-pt-md-8,
  .cust-py-md-8 {
    padding-top: 80px !important;
  }
  .cust-pb-md-8,
  .cust-py-md-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-md-8,
  .cust-px-md-8 {
    padding-left: 80px !important;
  }
  .cust-pr-md-8,
  .cust-px-md-8 {
    padding-right: 80px !important;
  }
  .cust-p-md-9 {
    padding: 90px !important;
  }
  .cust-pt-md-9,
  .cust-py-md-9 {
    padding-top: 90px !important;
  }
  .cust-pb-md-9,
  .cust-py-md-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-md-9,
  .cust-px-md-9 {
    padding-left: 90px !important;
  }
  .cust-pr-md-9,
  .cust-px-md-9 {
    padding-right: 90px !important;
  }
  .cust-p-md-10 {
    padding: 100px !important;
  }
  .cust-pt-md-10,
  .cust-py-md-10 {
    padding-top: 100px !important;
  }
  .cust-pb-md-10,
  .cust-py-md-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-md-10,
  .cust-px-md-10 {
    padding-left: 100px !important;
  }
  .cust-pr-md-10,
  .cust-px-md-10 {
    padding-right: 100px !important;
  }
  .cust-p-md-11 {
    padding: 110px !important;
  }
  .cust-pt-md-11,
  .cust-py-md-11 {
    padding-top: 110px !important;
  }
  .cust-pb-md-11,
  .cust-py-md-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-md-12 {
    padding: 120px !important;
  }
  .cust-pt-md-12,
  .cust-py-md-12 {
    padding-top: 120px !important;
  }
  .cust-pb-md-12,
  .cust-py-md-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-md-13 {
    padding: 130px !important;
  }
  .cust-pt-md-13,
  .cust-py-md-13 {
    padding-top: 130px !important;
  }
  .cust-pb-md-13,
  .cust-py-md-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-md-14 {
    padding: 140px !important;
  }
  .cust-pt-md-14,
  .cust-py-md-14 {
    padding-top: 140px !important;
  }
  .cust-pb-md-14,
  .cust-py-md-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-md-15 {
    padding: 150px !important;
  }
  .cust-pt-md-15,
  .cust-py-md-15 {
    padding-top: 150px !important;
  }
  .cust-pb-md-15,
  .cust-py-md-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-md-16 {
    padding: 160px !important;
  }
  .cust-pt-md-16,
  .cust-py-md-16 {
    padding-top: 160px !important;
  }
  .cust-pb-md-16,
  .cust-py-md-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-md-17 {
    padding: 170px !important;
  }
  .cust-pt-md-17,
  .cust-py-md-17 {
    padding-top: 170px !important;
  }
  .cust-pb-md-17,
  .cust-py-md-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-md-18 {
    padding: 180px !important;
  }
  .cust-pt-md-18,
  .cust-py-md-18 {
    padding-top: 180px !important;
  }
  .cust-pb-md-18,
  .cust-py-md-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-md-19 {
    padding: 190px !important;
  }
  .cust-pt-md-19,
  .cust-py-md-19 {
    padding-top: 190px !important;
  }
  .cust-pb-md-19,
  .cust-py-md-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-md-20 {
    padding: 200px !important;
  }
  .cust-pt-md-20,
  .cust-py-md-20 {
    padding-top: 200px !important;
  }
  .cust-pb-md-20,
  .cust-py-md-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-md-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-md-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 992px) {
  .cust-m-lg-0 {
    margin: 0px !important;
  }
  .cust-mt-lg-0,
  .cust-my-lg-0 {
    margin-top: 0px !important;
  }
  .cust-mb-lg-0,
  .cust-my-lg-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-lg-0,
  .cust-mx-lg-0 {
    margin-left: 0px !important;
  }
  .cust-mr-lg-0,
  .cust-mx-lg-0 {
    margin-right: 0px !important;
  }
  .cust-m-lg-1 {
    margin: 10px !important;
  }
  .cust-mt-lg-1,
  .cust-my-lg-1 {
    margin-top: 10px !important;
  }
  .cust-mb-lg-1,
  .cust-my-lg-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-lg-1,
  .cust-mx-lg-1 {
    margin-left: 10px !important;
  }
  .cust-mr-lg-1,
  .cust-mx-lg-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-lg-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-lg-1,
  .cust-neg-mx-lg-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-lg-1,
  .cust-neg-mx-lg-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-lg-1,
  .cust-neg-my-lg-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-lg-1,
  .cust-neg-my-lg-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-lg-2 {
    margin: 20px !important;
  }
  .cust-mt-lg-2,
  .cust-my-lg-2 {
    margin-top: 20px !important;
  }
  .cust-mb-lg-2,
  .cust-my-lg-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-lg-2,
  .cust-mx-lg-2 {
    margin-left: 20px !important;
  }
  .cust-mr-lg-2,
  .cust-mx-lg-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-lg-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-lg-2,
  .cust-neg-mx-lg-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-lg-2,
  .cust-neg-mx-lg-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-lg-2,
  .cust-neg-my-lg-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-lg-2,
  .cust-neg-my-lg-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-lg-3 {
    margin: 30px !important;
  }
  .cust-mt-lg-3,
  .cust-my-lg-3 {
    margin-top: 30px !important;
  }
  .cust-mb-lg-3,
  .cust-my-lg-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-lg-3,
  .cust-mx-lg-3 {
    margin-left: 30px !important;
  }
  .cust-mr-lg-3,
  .cust-mx-lg-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-lg-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-lg-3,
  .cust-neg-mx-lg-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-lg-3,
  .cust-neg-mx-lg-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-lg-3,
  .cust-neg-my-lg-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-lg-3,
  .cust-neg-my-lg-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-lg-4 {
    margin: 40px !important;
  }
  .cust-mt-lg-4,
  .cust-my-lg-4 {
    margin-top: 40px !important;
  }
  .cust-mb-lg-4,
  .cust-my-lg-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-lg-4,
  .cust-mx-lg-4 {
    margin-left: 40px !important;
  }
  .cust-mr-lg-4,
  .cust-mx-lg-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-lg-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-lg-4,
  .cust-neg-mx-lg-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-lg-4,
  .cust-neg-mx-lg-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-lg-4,
  .cust-neg-my-lg-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-lg-4,
  .cust-neg-my-lg-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-lg-5 {
    margin: 50px !important;
  }
  .cust-mt-lg-5,
  .cust-my-lg-5 {
    margin-top: 50px !important;
  }
  .cust-mb-lg-5,
  .cust-my-lg-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-lg-5,
  .cust-mx-lg-5 {
    margin-left: 50px !important;
  }
  .cust-mr-lg-5,
  .cust-mx-lg-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-lg-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-lg-5,
  .cust-neg-mx-lg-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-lg-5,
  .cust-neg-mx-lg-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-lg-5,
  .cust-neg-my-lg-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-lg-5,
  .cust-neg-my-lg-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-lg-6 {
    margin: 60px !important;
  }
  .cust-mt-lg-6,
  .cust-my-lg-6 {
    margin-top: 60px !important;
  }
  .cust-mb-lg-6,
  .cust-my-lg-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-lg-6,
  .cust-mx-lg-6 {
    margin-left: 60px !important;
  }
  .cust-mr-lg-6,
  .cust-mx-lg-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-lg-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-lg-6,
  .cust-neg-mx-lg-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-lg-6,
  .cust-neg-mx-lg-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-lg-6,
  .cust-neg-my-lg-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-lg-6,
  .cust-neg-my-lg-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-lg-7 {
    margin: 70px !important;
  }
  .cust-mt-lg-7,
  .cust-my-lg-7 {
    margin-top: 70px !important;
  }
  .cust-mb-lg-7,
  .cust-my-lg-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-lg-7,
  .cust-mx-lg-7 {
    margin-left: 70px !important;
  }
  .cust-mr-lg-7,
  .cust-mx-lg-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-lg-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-lg-7,
  .cust-neg-mx-lg-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-lg-7,
  .cust-neg-mx-lg-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-lg-7,
  .cust-neg-my-lg-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-lg-7,
  .cust-neg-my-lg-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-lg-8 {
    margin: 80px !important;
  }
  .cust-mt-lg-8,
  .cust-my-lg-8 {
    margin-top: 80px !important;
  }
  .cust-mb-lg-8,
  .cust-my-lg-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-lg-8,
  .cust-mx-lg-8 {
    margin-left: 80px !important;
  }
  .cust-mr-lg-8,
  .cust-mx-lg-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-lg-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-lg-8,
  .cust-neg-mx-lg-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-lg-8,
  .cust-neg-mx-lg-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-lg-8,
  .cust-neg-my-lg-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-lg-8,
  .cust-neg-my-lg-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-lg-9 {
    margin: 90px !important;
  }
  .cust-mt-lg-9,
  .cust-my-lg-9 {
    margin-top: 90px !important;
  }
  .cust-mb-lg-9,
  .cust-my-lg-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-lg-9,
  .cust-mx-lg-9 {
    margin-left: 90px !important;
  }
  .cust-mr-lg-9,
  .cust-mx-lg-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-lg-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-lg-9,
  .cust-neg-mx-lg-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-lg-9,
  .cust-neg-mx-lg-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-lg-9,
  .cust-neg-my-lg-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-lg-9,
  .cust-neg-my-lg-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-lg-10 {
    margin: 100px !important;
  }
  .cust-mt-lg-10,
  .cust-my-lg-10 {
    margin-top: 100px !important;
  }
  .cust-mb-lg-10,
  .cust-my-lg-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-lg-10,
  .cust-mx-lg-10 {
    margin-left: 100px !important;
  }
  .cust-mr-lg-10,
  .cust-mx-lg-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-lg-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-lg-10,
  .cust-neg-mx-lg-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-lg-10,
  .cust-neg-mx-lg-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-lg-10,
  .cust-neg-my-lg-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-lg-10,
  .cust-neg-my-lg-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-lg-11 {
    margin: 110px !important;
  }
  .cust-mt-lg-11,
  .cust-my-lg-11 {
    margin-top: 110px !important;
  }
  .cust-mb-lg-11,
  .cust-my-lg-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-lg-11,
  .cust-neg-my-lg-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-lg-11,
  .cust-neg-my-lg-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-lg-12 {
    margin: 120px !important;
  }
  .cust-mt-lg-12,
  .cust-my-lg-12 {
    margin-top: 120px !important;
  }
  .cust-mb-lg-12,
  .cust-my-lg-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-lg-12,
  .cust-neg-my-lg-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-lg-12,
  .cust-neg-my-lg-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-lg-13 {
    margin: 130px !important;
  }
  .cust-mt-lg-13,
  .cust-my-lg-13 {
    margin-top: 130px !important;
  }
  .cust-mb-lg-13,
  .cust-my-lg-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-lg-13,
  .cust-neg-my-lg-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-lg-13,
  .cust-neg-my-lg-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-lg-14 {
    margin: 140px !important;
  }
  .cust-mt-lg-14,
  .cust-my-lg-14 {
    margin-top: 140px !important;
  }
  .cust-mb-lg-14,
  .cust-my-lg-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-lg-14,
  .cust-neg-my-lg-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-lg-14,
  .cust-neg-my-lg-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-lg-15 {
    margin: 150px !important;
  }
  .cust-mt-lg-15,
  .cust-my-lg-15 {
    margin-top: 150px !important;
  }
  .cust-mb-lg-15,
  .cust-my-lg-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-lg-15,
  .cust-neg-my-lg-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-lg-15,
  .cust-neg-my-lg-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-lg-16 {
    margin: 160px !important;
  }
  .cust-mt-lg-16,
  .cust-my-lg-16 {
    margin-top: 160px !important;
  }
  .cust-mb-lg-16,
  .cust-my-lg-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-lg-16,
  .cust-neg-my-lg-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-lg-16,
  .cust-neg-my-lg-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-lg-17 {
    margin: 170px !important;
  }
  .cust-mt-lg-17,
  .cust-my-lg-17 {
    margin-top: 170px !important;
  }
  .cust-mb-lg-17,
  .cust-my-lg-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-lg-17,
  .cust-neg-my-lg-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-lg-17,
  .cust-neg-my-lg-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-lg-18 {
    margin: 180px !important;
  }
  .cust-mt-lg-18,
  .cust-my-lg-18 {
    margin-top: 180px !important;
  }
  .cust-mb-lg-18,
  .cust-my-lg-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-lg-18,
  .cust-neg-my-lg-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-lg-18,
  .cust-neg-my-lg-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-lg-19 {
    margin: 190px !important;
  }
  .cust-mt-lg-19,
  .cust-my-lg-19 {
    margin-top: 190px !important;
  }
  .cust-mb-lg-19,
  .cust-my-lg-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-lg-19,
  .cust-neg-my-lg-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-lg-19,
  .cust-neg-my-lg-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-lg-20 {
    margin: 200px !important;
  }
  .cust-mt-lg-20,
  .cust-my-lg-20 {
    margin-top: 200px !important;
  }
  .cust-mb-lg-20,
  .cust-my-lg-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-lg-20,
  .cust-neg-my-lg-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-lg-20,
  .cust-neg-my-lg-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-lg-0 {
    padding: 0px !important;
  }
  .cust-pt-lg-0,
  .cust-py-lg-0 {
    padding-top: 0px !important;
  }
  .cust-pb-lg-0,
  .cust-py-lg-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-lg-0,
  .cust-px-lg-0 {
    padding-left: 0px !important;
  }
  .cust-pr-lg-0,
  .cust-px-lg-0 {
    padding-right: 0px !important;
  }
  .cust-p-lg-1 {
    padding: 10px !important;
  }
  .cust-pt-lg-1,
  .cust-py-lg-1 {
    padding-top: 10px !important;
  }
  .cust-pb-lg-1,
  .cust-py-lg-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-lg-1,
  .cust-px-lg-1 {
    padding-left: 10px !important;
  }
  .cust-pr-lg-1,
  .cust-px-lg-1 {
    padding-right: 10px !important;
  }
  .cust-p-lg-2 {
    padding: 20px !important;
  }
  .cust-pt-lg-2,
  .cust-py-lg-2 {
    padding-top: 20px !important;
  }
  .cust-pb-lg-2,
  .cust-py-lg-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-lg-2,
  .cust-px-lg-2 {
    padding-left: 20px !important;
  }
  .cust-pr-lg-2,
  .cust-px-lg-2 {
    padding-right: 20px !important;
  }
  .cust-p-lg-3 {
    padding: 30px !important;
  }
  .cust-pt-lg-3,
  .cust-py-lg-3 {
    padding-top: 30px !important;
  }
  .cust-pb-lg-3,
  .cust-py-lg-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-lg-3,
  .cust-px-lg-3 {
    padding-left: 30px !important;
  }
  .cust-pr-lg-3,
  .cust-px-lg-3 {
    padding-right: 30px !important;
  }
  .cust-p-lg-4 {
    padding: 40px !important;
  }
  .cust-pt-lg-4,
  .cust-py-lg-4 {
    padding-top: 40px !important;
  }
  .cust-pb-lg-4,
  .cust-py-lg-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-lg-4,
  .cust-px-lg-4 {
    padding-left: 40px !important;
  }
  .cust-pr-lg-4,
  .cust-px-lg-4 {
    padding-right: 40px !important;
  }
  .cust-p-lg-5 {
    padding: 50px !important;
  }
  .cust-pt-lg-5,
  .cust-py-lg-5 {
    padding-top: 50px !important;
  }
  .cust-pb-lg-5,
  .cust-py-lg-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-lg-5,
  .cust-px-lg-5 {
    padding-left: 50px !important;
  }
  .cust-pr-lg-5,
  .cust-px-lg-5 {
    padding-right: 50px !important;
  }
  .cust-p-lg-6 {
    padding: 60px !important;
  }
  .cust-pt-lg-6,
  .cust-py-lg-6 {
    padding-top: 60px !important;
  }
  .cust-pb-lg-6,
  .cust-py-lg-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-lg-6,
  .cust-px-lg-6 {
    padding-left: 60px !important;
  }
  .cust-pr-lg-6,
  .cust-px-lg-6 {
    padding-right: 60px !important;
  }
  .cust-p-lg-7 {
    padding: 70px !important;
  }
  .cust-pt-lg-7,
  .cust-py-lg-7 {
    padding-top: 70px !important;
  }
  .cust-pb-lg-7,
  .cust-py-lg-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-lg-7,
  .cust-px-lg-7 {
    padding-left: 70px !important;
  }
  .cust-pr-lg-7,
  .cust-px-lg-7 {
    padding-right: 70px !important;
  }
  .cust-p-lg-8 {
    padding: 80px !important;
  }
  .cust-pt-lg-8,
  .cust-py-lg-8 {
    padding-top: 80px !important;
  }
  .cust-pb-lg-8,
  .cust-py-lg-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-lg-8,
  .cust-px-lg-8 {
    padding-left: 80px !important;
  }
  .cust-pr-lg-8,
  .cust-px-lg-8 {
    padding-right: 80px !important;
  }
  .cust-p-lg-9 {
    padding: 90px !important;
  }
  .cust-pt-lg-9,
  .cust-py-lg-9 {
    padding-top: 90px !important;
  }
  .cust-pb-lg-9,
  .cust-py-lg-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-lg-9,
  .cust-px-lg-9 {
    padding-left: 90px !important;
  }
  .cust-pr-lg-9,
  .cust-px-lg-9 {
    padding-right: 90px !important;
  }
  .cust-p-lg-10 {
    padding: 100px !important;
  }
  .cust-pt-lg-10,
  .cust-py-lg-10 {
    padding-top: 100px !important;
  }
  .cust-pb-lg-10,
  .cust-py-lg-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-lg-10,
  .cust-px-lg-10 {
    padding-left: 100px !important;
  }
  .cust-pr-lg-10,
  .cust-px-lg-10 {
    padding-right: 100px !important;
  }
  .cust-p-lg-11 {
    padding: 110px !important;
  }
  .cust-pt-lg-11,
  .cust-py-lg-11 {
    padding-top: 110px !important;
  }
  .cust-pb-lg-11,
  .cust-py-lg-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-lg-12 {
    padding: 120px !important;
  }
  .cust-pt-lg-12,
  .cust-py-lg-12 {
    padding-top: 120px !important;
  }
  .cust-pb-lg-12,
  .cust-py-lg-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-lg-13 {
    padding: 130px !important;
  }
  .cust-pt-lg-13,
  .cust-py-lg-13 {
    padding-top: 130px !important;
  }
  .cust-pb-lg-13,
  .cust-py-lg-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-lg-14 {
    padding: 140px !important;
  }
  .cust-pt-lg-14,
  .cust-py-lg-14 {
    padding-top: 140px !important;
  }
  .cust-pb-lg-14,
  .cust-py-lg-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-lg-15 {
    padding: 150px !important;
  }
  .cust-pt-lg-15,
  .cust-py-lg-15 {
    padding-top: 150px !important;
  }
  .cust-pb-lg-15,
  .cust-py-lg-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-lg-16 {
    padding: 160px !important;
  }
  .cust-pt-lg-16,
  .cust-py-lg-16 {
    padding-top: 160px !important;
  }
  .cust-pb-lg-16,
  .cust-py-lg-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-lg-17 {
    padding: 170px !important;
  }
  .cust-pt-lg-17,
  .cust-py-lg-17 {
    padding-top: 170px !important;
  }
  .cust-pb-lg-17,
  .cust-py-lg-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-lg-18 {
    padding: 180px !important;
  }
  .cust-pt-lg-18,
  .cust-py-lg-18 {
    padding-top: 180px !important;
  }
  .cust-pb-lg-18,
  .cust-py-lg-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-lg-19 {
    padding: 190px !important;
  }
  .cust-pt-lg-19,
  .cust-py-lg-19 {
    padding-top: 190px !important;
  }
  .cust-pb-lg-19,
  .cust-py-lg-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-lg-20 {
    padding: 200px !important;
  }
  .cust-pt-lg-20,
  .cust-py-lg-20 {
    padding-top: 200px !important;
  }
  .cust-pb-lg-20,
  .cust-py-lg-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-lg-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-lg-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 1200px) {
  .cust-m-xl-0 {
    margin: 0px !important;
  }
  .cust-mt-xl-0,
  .cust-my-xl-0 {
    margin-top: 0px !important;
  }
  .cust-mb-xl-0,
  .cust-my-xl-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-xl-0,
  .cust-mx-xl-0 {
    margin-left: 0px !important;
  }
  .cust-mr-xl-0,
  .cust-mx-xl-0 {
    margin-right: 0px !important;
  }
  .cust-m-xl-1 {
    margin: 10px !important;
  }
  .cust-mt-xl-1,
  .cust-my-xl-1 {
    margin-top: 10px !important;
  }
  .cust-mb-xl-1,
  .cust-my-xl-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-xl-1,
  .cust-mx-xl-1 {
    margin-left: 10px !important;
  }
  .cust-mr-xl-1,
  .cust-mx-xl-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-xl-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-xl-1,
  .cust-neg-mx-xl-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-xl-1,
  .cust-neg-mx-xl-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-xl-1,
  .cust-neg-my-xl-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-xl-1,
  .cust-neg-my-xl-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-xl-2 {
    margin: 20px !important;
  }
  .cust-mt-xl-2,
  .cust-my-xl-2 {
    margin-top: 20px !important;
  }
  .cust-mb-xl-2,
  .cust-my-xl-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-xl-2,
  .cust-mx-xl-2 {
    margin-left: 20px !important;
  }
  .cust-mr-xl-2,
  .cust-mx-xl-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-xl-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-xl-2,
  .cust-neg-mx-xl-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-xl-2,
  .cust-neg-mx-xl-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-xl-2,
  .cust-neg-my-xl-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-xl-2,
  .cust-neg-my-xl-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-xl-3 {
    margin: 30px !important;
  }
  .cust-mt-xl-3,
  .cust-my-xl-3 {
    margin-top: 30px !important;
  }
  .cust-mb-xl-3,
  .cust-my-xl-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-xl-3,
  .cust-mx-xl-3 {
    margin-left: 30px !important;
  }
  .cust-mr-xl-3,
  .cust-mx-xl-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-xl-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-xl-3,
  .cust-neg-mx-xl-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-xl-3,
  .cust-neg-mx-xl-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-xl-3,
  .cust-neg-my-xl-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-xl-3,
  .cust-neg-my-xl-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-xl-4 {
    margin: 40px !important;
  }
  .cust-mt-xl-4,
  .cust-my-xl-4 {
    margin-top: 40px !important;
  }
  .cust-mb-xl-4,
  .cust-my-xl-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-xl-4,
  .cust-mx-xl-4 {
    margin-left: 40px !important;
  }
  .cust-mr-xl-4,
  .cust-mx-xl-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-xl-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-xl-4,
  .cust-neg-mx-xl-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-xl-4,
  .cust-neg-mx-xl-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-xl-4,
  .cust-neg-my-xl-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-xl-4,
  .cust-neg-my-xl-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-xl-5 {
    margin: 50px !important;
  }
  .cust-mt-xl-5,
  .cust-my-xl-5 {
    margin-top: 50px !important;
  }
  .cust-mb-xl-5,
  .cust-my-xl-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-xl-5,
  .cust-mx-xl-5 {
    margin-left: 50px !important;
  }
  .cust-mr-xl-5,
  .cust-mx-xl-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-xl-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-xl-5,
  .cust-neg-mx-xl-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-xl-5,
  .cust-neg-mx-xl-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-xl-5,
  .cust-neg-my-xl-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-xl-5,
  .cust-neg-my-xl-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-xl-6 {
    margin: 60px !important;
  }
  .cust-mt-xl-6,
  .cust-my-xl-6 {
    margin-top: 60px !important;
  }
  .cust-mb-xl-6,
  .cust-my-xl-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-xl-6,
  .cust-mx-xl-6 {
    margin-left: 60px !important;
  }
  .cust-mr-xl-6,
  .cust-mx-xl-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-xl-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-xl-6,
  .cust-neg-mx-xl-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-xl-6,
  .cust-neg-mx-xl-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-xl-6,
  .cust-neg-my-xl-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-xl-6,
  .cust-neg-my-xl-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-xl-7 {
    margin: 70px !important;
  }
  .cust-mt-xl-7,
  .cust-my-xl-7 {
    margin-top: 70px !important;
  }
  .cust-mb-xl-7,
  .cust-my-xl-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-xl-7,
  .cust-mx-xl-7 {
    margin-left: 70px !important;
  }
  .cust-mr-xl-7,
  .cust-mx-xl-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-xl-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-xl-7,
  .cust-neg-mx-xl-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-xl-7,
  .cust-neg-mx-xl-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-xl-7,
  .cust-neg-my-xl-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-xl-7,
  .cust-neg-my-xl-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-xl-8 {
    margin: 80px !important;
  }
  .cust-mt-xl-8,
  .cust-my-xl-8 {
    margin-top: 80px !important;
  }
  .cust-mb-xl-8,
  .cust-my-xl-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-xl-8,
  .cust-mx-xl-8 {
    margin-left: 80px !important;
  }
  .cust-mr-xl-8,
  .cust-mx-xl-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-xl-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-xl-8,
  .cust-neg-mx-xl-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-xl-8,
  .cust-neg-mx-xl-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-xl-8,
  .cust-neg-my-xl-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-xl-8,
  .cust-neg-my-xl-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-xl-9 {
    margin: 90px !important;
  }
  .cust-mt-xl-9,
  .cust-my-xl-9 {
    margin-top: 90px !important;
  }
  .cust-mb-xl-9,
  .cust-my-xl-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-xl-9,
  .cust-mx-xl-9 {
    margin-left: 90px !important;
  }
  .cust-mr-xl-9,
  .cust-mx-xl-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-xl-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-xl-9,
  .cust-neg-mx-xl-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-xl-9,
  .cust-neg-mx-xl-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-xl-9,
  .cust-neg-my-xl-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-xl-9,
  .cust-neg-my-xl-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-xl-10 {
    margin: 100px !important;
  }
  .cust-mt-xl-10,
  .cust-my-xl-10 {
    margin-top: 100px !important;
  }
  .cust-mb-xl-10,
  .cust-my-xl-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-xl-10,
  .cust-mx-xl-10 {
    margin-left: 100px !important;
  }
  .cust-mr-xl-10,
  .cust-mx-xl-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-xl-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-xl-10,
  .cust-neg-mx-xl-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-xl-10,
  .cust-neg-mx-xl-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-xl-10,
  .cust-neg-my-xl-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-xl-10,
  .cust-neg-my-xl-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-xl-11 {
    margin: 110px !important;
  }
  .cust-mt-xl-11,
  .cust-my-xl-11 {
    margin-top: 110px !important;
  }
  .cust-mb-xl-11,
  .cust-my-xl-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-xl-11,
  .cust-neg-my-xl-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-xl-11,
  .cust-neg-my-xl-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-xl-12 {
    margin: 120px !important;
  }
  .cust-mt-xl-12,
  .cust-my-xl-12 {
    margin-top: 120px !important;
  }
  .cust-mb-xl-12,
  .cust-my-xl-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-xl-12,
  .cust-neg-my-xl-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-xl-12,
  .cust-neg-my-xl-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-xl-13 {
    margin: 130px !important;
  }
  .cust-mt-xl-13,
  .cust-my-xl-13 {
    margin-top: 130px !important;
  }
  .cust-mb-xl-13,
  .cust-my-xl-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-xl-13,
  .cust-neg-my-xl-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-xl-13,
  .cust-neg-my-xl-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-xl-14 {
    margin: 140px !important;
  }
  .cust-mt-xl-14,
  .cust-my-xl-14 {
    margin-top: 140px !important;
  }
  .cust-mb-xl-14,
  .cust-my-xl-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-xl-14,
  .cust-neg-my-xl-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-xl-14,
  .cust-neg-my-xl-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-xl-15 {
    margin: 150px !important;
  }
  .cust-mt-xl-15,
  .cust-my-xl-15 {
    margin-top: 150px !important;
  }
  .cust-mb-xl-15,
  .cust-my-xl-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-xl-15,
  .cust-neg-my-xl-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-xl-15,
  .cust-neg-my-xl-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-xl-16 {
    margin: 160px !important;
  }
  .cust-mt-xl-16,
  .cust-my-xl-16 {
    margin-top: 160px !important;
  }
  .cust-mb-xl-16,
  .cust-my-xl-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-xl-16,
  .cust-neg-my-xl-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-xl-16,
  .cust-neg-my-xl-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-xl-17 {
    margin: 170px !important;
  }
  .cust-mt-xl-17,
  .cust-my-xl-17 {
    margin-top: 170px !important;
  }
  .cust-mb-xl-17,
  .cust-my-xl-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-xl-17,
  .cust-neg-my-xl-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-xl-17,
  .cust-neg-my-xl-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-xl-18 {
    margin: 180px !important;
  }
  .cust-mt-xl-18,
  .cust-my-xl-18 {
    margin-top: 180px !important;
  }
  .cust-mb-xl-18,
  .cust-my-xl-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-xl-18,
  .cust-neg-my-xl-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-xl-18,
  .cust-neg-my-xl-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-xl-19 {
    margin: 190px !important;
  }
  .cust-mt-xl-19,
  .cust-my-xl-19 {
    margin-top: 190px !important;
  }
  .cust-mb-xl-19,
  .cust-my-xl-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-xl-19,
  .cust-neg-my-xl-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-xl-19,
  .cust-neg-my-xl-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-xl-20 {
    margin: 200px !important;
  }
  .cust-mt-xl-20,
  .cust-my-xl-20 {
    margin-top: 200px !important;
  }
  .cust-mb-xl-20,
  .cust-my-xl-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-xl-20,
  .cust-neg-my-xl-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-xl-20,
  .cust-neg-my-xl-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-xl-0 {
    padding: 0px !important;
  }
  .cust-pt-xl-0,
  .cust-py-xl-0 {
    padding-top: 0px !important;
  }
  .cust-pb-xl-0,
  .cust-py-xl-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-xl-0,
  .cust-px-xl-0 {
    padding-left: 0px !important;
  }
  .cust-pr-xl-0,
  .cust-px-xl-0 {
    padding-right: 0px !important;
  }
  .cust-p-xl-1 {
    padding: 10px !important;
  }
  .cust-pt-xl-1,
  .cust-py-xl-1 {
    padding-top: 10px !important;
  }
  .cust-pb-xl-1,
  .cust-py-xl-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-xl-1,
  .cust-px-xl-1 {
    padding-left: 10px !important;
  }
  .cust-pr-xl-1,
  .cust-px-xl-1 {
    padding-right: 10px !important;
  }
  .cust-p-xl-2 {
    padding: 20px !important;
  }
  .cust-pt-xl-2,
  .cust-py-xl-2 {
    padding-top: 20px !important;
  }
  .cust-pb-xl-2,
  .cust-py-xl-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-xl-2,
  .cust-px-xl-2 {
    padding-left: 20px !important;
  }
  .cust-pr-xl-2,
  .cust-px-xl-2 {
    padding-right: 20px !important;
  }
  .cust-p-xl-3 {
    padding: 30px !important;
  }
  .cust-pt-xl-3,
  .cust-py-xl-3 {
    padding-top: 30px !important;
  }
  .cust-pb-xl-3,
  .cust-py-xl-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-xl-3,
  .cust-px-xl-3 {
    padding-left: 30px !important;
  }
  .cust-pr-xl-3,
  .cust-px-xl-3 {
    padding-right: 30px !important;
  }
  .cust-p-xl-4 {
    padding: 40px !important;
  }
  .cust-pt-xl-4,
  .cust-py-xl-4 {
    padding-top: 40px !important;
  }
  .cust-pb-xl-4,
  .cust-py-xl-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-xl-4,
  .cust-px-xl-4 {
    padding-left: 40px !important;
  }
  .cust-pr-xl-4,
  .cust-px-xl-4 {
    padding-right: 40px !important;
  }
  .cust-p-xl-5 {
    padding: 50px !important;
  }
  .cust-pt-xl-5,
  .cust-py-xl-5 {
    padding-top: 50px !important;
  }
  .cust-pb-xl-5,
  .cust-py-xl-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-xl-5,
  .cust-px-xl-5 {
    padding-left: 50px !important;
  }
  .cust-pr-xl-5,
  .cust-px-xl-5 {
    padding-right: 50px !important;
  }
  .cust-p-xl-6 {
    padding: 60px !important;
  }
  .cust-pt-xl-6,
  .cust-py-xl-6 {
    padding-top: 60px !important;
  }
  .cust-pb-xl-6,
  .cust-py-xl-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-xl-6,
  .cust-px-xl-6 {
    padding-left: 60px !important;
  }
  .cust-pr-xl-6,
  .cust-px-xl-6 {
    padding-right: 60px !important;
  }
  .cust-p-xl-7 {
    padding: 70px !important;
  }
  .cust-pt-xl-7,
  .cust-py-xl-7 {
    padding-top: 70px !important;
  }
  .cust-pb-xl-7,
  .cust-py-xl-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-xl-7,
  .cust-px-xl-7 {
    padding-left: 70px !important;
  }
  .cust-pr-xl-7,
  .cust-px-xl-7 {
    padding-right: 70px !important;
  }
  .cust-p-xl-8 {
    padding: 80px !important;
  }
  .cust-pt-xl-8,
  .cust-py-xl-8 {
    padding-top: 80px !important;
  }
  .cust-pb-xl-8,
  .cust-py-xl-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-xl-8,
  .cust-px-xl-8 {
    padding-left: 80px !important;
  }
  .cust-pr-xl-8,
  .cust-px-xl-8 {
    padding-right: 80px !important;
  }
  .cust-p-xl-9 {
    padding: 90px !important;
  }
  .cust-pt-xl-9,
  .cust-py-xl-9 {
    padding-top: 90px !important;
  }
  .cust-pb-xl-9,
  .cust-py-xl-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-xl-9,
  .cust-px-xl-9 {
    padding-left: 90px !important;
  }
  .cust-pr-xl-9,
  .cust-px-xl-9 {
    padding-right: 90px !important;
  }
  .cust-p-xl-10 {
    padding: 100px !important;
  }
  .cust-pt-xl-10,
  .cust-py-xl-10 {
    padding-top: 100px !important;
  }
  .cust-pb-xl-10,
  .cust-py-xl-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-xl-10,
  .cust-px-xl-10 {
    padding-left: 100px !important;
  }
  .cust-pr-xl-10,
  .cust-px-xl-10 {
    padding-right: 100px !important;
  }
  .cust-p-xl-11 {
    padding: 110px !important;
  }
  .cust-pt-xl-11,
  .cust-py-xl-11 {
    padding-top: 110px !important;
  }
  .cust-pb-xl-11,
  .cust-py-xl-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-xl-12 {
    padding: 120px !important;
  }
  .cust-pt-xl-12,
  .cust-py-xl-12 {
    padding-top: 120px !important;
  }
  .cust-pb-xl-12,
  .cust-py-xl-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-xl-13 {
    padding: 130px !important;
  }
  .cust-pt-xl-13,
  .cust-py-xl-13 {
    padding-top: 130px !important;
  }
  .cust-pb-xl-13,
  .cust-py-xl-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-xl-14 {
    padding: 140px !important;
  }
  .cust-pt-xl-14,
  .cust-py-xl-14 {
    padding-top: 140px !important;
  }
  .cust-pb-xl-14,
  .cust-py-xl-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-xl-15 {
    padding: 150px !important;
  }
  .cust-pt-xl-15,
  .cust-py-xl-15 {
    padding-top: 150px !important;
  }
  .cust-pb-xl-15,
  .cust-py-xl-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-xl-16 {
    padding: 160px !important;
  }
  .cust-pt-xl-16,
  .cust-py-xl-16 {
    padding-top: 160px !important;
  }
  .cust-pb-xl-16,
  .cust-py-xl-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-xl-17 {
    padding: 170px !important;
  }
  .cust-pt-xl-17,
  .cust-py-xl-17 {
    padding-top: 170px !important;
  }
  .cust-pb-xl-17,
  .cust-py-xl-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-xl-18 {
    padding: 180px !important;
  }
  .cust-pt-xl-18,
  .cust-py-xl-18 {
    padding-top: 180px !important;
  }
  .cust-pb-xl-18,
  .cust-py-xl-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-xl-19 {
    padding: 190px !important;
  }
  .cust-pt-xl-19,
  .cust-py-xl-19 {
    padding-top: 190px !important;
  }
  .cust-pb-xl-19,
  .cust-py-xl-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-xl-20 {
    padding: 200px !important;
  }
  .cust-pt-xl-20,
  .cust-py-xl-20 {
    padding-top: 200px !important;
  }
  .cust-pb-xl-20,
  .cust-py-xl-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-xl-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-xl-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 1600px) {
  .cust-m-xxl-0 {
    margin: 0px !important;
  }
  .cust-mt-xxl-0,
  .cust-my-xxl-0 {
    margin-top: 0px !important;
  }
  .cust-mb-xxl-0,
  .cust-my-xxl-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-xxl-0,
  .cust-mx-xxl-0 {
    margin-left: 0px !important;
  }
  .cust-mr-xxl-0,
  .cust-mx-xxl-0 {
    margin-right: 0px !important;
  }
  .cust-m-xxl-1 {
    margin: 10px !important;
  }
  .cust-mt-xxl-1,
  .cust-my-xxl-1 {
    margin-top: 10px !important;
  }
  .cust-mb-xxl-1,
  .cust-my-xxl-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-xxl-1,
  .cust-mx-xxl-1 {
    margin-left: 10px !important;
  }
  .cust-mr-xxl-1,
  .cust-mx-xxl-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-xxl-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-xxl-1,
  .cust-neg-mx-xxl-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-xxl-1,
  .cust-neg-mx-xxl-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-xxl-1,
  .cust-neg-my-xxl-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-xxl-1,
  .cust-neg-my-xxl-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-xxl-2 {
    margin: 20px !important;
  }
  .cust-mt-xxl-2,
  .cust-my-xxl-2 {
    margin-top: 20px !important;
  }
  .cust-mb-xxl-2,
  .cust-my-xxl-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-xxl-2,
  .cust-mx-xxl-2 {
    margin-left: 20px !important;
  }
  .cust-mr-xxl-2,
  .cust-mx-xxl-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-xxl-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-xxl-2,
  .cust-neg-mx-xxl-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-xxl-2,
  .cust-neg-mx-xxl-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-xxl-2,
  .cust-neg-my-xxl-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-xxl-2,
  .cust-neg-my-xxl-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-xxl-3 {
    margin: 30px !important;
  }
  .cust-mt-xxl-3,
  .cust-my-xxl-3 {
    margin-top: 30px !important;
  }
  .cust-mb-xxl-3,
  .cust-my-xxl-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-xxl-3,
  .cust-mx-xxl-3 {
    margin-left: 30px !important;
  }
  .cust-mr-xxl-3,
  .cust-mx-xxl-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-xxl-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-xxl-3,
  .cust-neg-mx-xxl-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-xxl-3,
  .cust-neg-mx-xxl-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-xxl-3,
  .cust-neg-my-xxl-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-xxl-3,
  .cust-neg-my-xxl-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-xxl-4 {
    margin: 40px !important;
  }
  .cust-mt-xxl-4,
  .cust-my-xxl-4 {
    margin-top: 40px !important;
  }
  .cust-mb-xxl-4,
  .cust-my-xxl-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-xxl-4,
  .cust-mx-xxl-4 {
    margin-left: 40px !important;
  }
  .cust-mr-xxl-4,
  .cust-mx-xxl-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-xxl-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-xxl-4,
  .cust-neg-mx-xxl-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-xxl-4,
  .cust-neg-mx-xxl-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-xxl-4,
  .cust-neg-my-xxl-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-xxl-4,
  .cust-neg-my-xxl-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-xxl-5 {
    margin: 50px !important;
  }
  .cust-mt-xxl-5,
  .cust-my-xxl-5 {
    margin-top: 50px !important;
  }
  .cust-mb-xxl-5,
  .cust-my-xxl-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-xxl-5,
  .cust-mx-xxl-5 {
    margin-left: 50px !important;
  }
  .cust-mr-xxl-5,
  .cust-mx-xxl-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-xxl-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-xxl-5,
  .cust-neg-mx-xxl-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-xxl-5,
  .cust-neg-mx-xxl-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-xxl-5,
  .cust-neg-my-xxl-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-xxl-5,
  .cust-neg-my-xxl-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-xxl-6 {
    margin: 60px !important;
  }
  .cust-mt-xxl-6,
  .cust-my-xxl-6 {
    margin-top: 60px !important;
  }
  .cust-mb-xxl-6,
  .cust-my-xxl-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-xxl-6,
  .cust-mx-xxl-6 {
    margin-left: 60px !important;
  }
  .cust-mr-xxl-6,
  .cust-mx-xxl-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-xxl-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-xxl-6,
  .cust-neg-mx-xxl-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-xxl-6,
  .cust-neg-mx-xxl-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-xxl-6,
  .cust-neg-my-xxl-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-xxl-6,
  .cust-neg-my-xxl-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-xxl-7 {
    margin: 70px !important;
  }
  .cust-mt-xxl-7,
  .cust-my-xxl-7 {
    margin-top: 70px !important;
  }
  .cust-mb-xxl-7,
  .cust-my-xxl-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-xxl-7,
  .cust-mx-xxl-7 {
    margin-left: 70px !important;
  }
  .cust-mr-xxl-7,
  .cust-mx-xxl-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-xxl-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-xxl-7,
  .cust-neg-mx-xxl-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-xxl-7,
  .cust-neg-mx-xxl-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-xxl-7,
  .cust-neg-my-xxl-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-xxl-7,
  .cust-neg-my-xxl-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-xxl-8 {
    margin: 80px !important;
  }
  .cust-mt-xxl-8,
  .cust-my-xxl-8 {
    margin-top: 80px !important;
  }
  .cust-mb-xxl-8,
  .cust-my-xxl-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-xxl-8,
  .cust-mx-xxl-8 {
    margin-left: 80px !important;
  }
  .cust-mr-xxl-8,
  .cust-mx-xxl-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-xxl-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-xxl-8,
  .cust-neg-mx-xxl-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-xxl-8,
  .cust-neg-mx-xxl-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-xxl-8,
  .cust-neg-my-xxl-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-xxl-8,
  .cust-neg-my-xxl-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-xxl-9 {
    margin: 90px !important;
  }
  .cust-mt-xxl-9,
  .cust-my-xxl-9 {
    margin-top: 90px !important;
  }
  .cust-mb-xxl-9,
  .cust-my-xxl-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-xxl-9,
  .cust-mx-xxl-9 {
    margin-left: 90px !important;
  }
  .cust-mr-xxl-9,
  .cust-mx-xxl-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-xxl-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-xxl-9,
  .cust-neg-mx-xxl-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-xxl-9,
  .cust-neg-mx-xxl-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-xxl-9,
  .cust-neg-my-xxl-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-xxl-9,
  .cust-neg-my-xxl-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-xxl-10 {
    margin: 100px !important;
  }
  .cust-mt-xxl-10,
  .cust-my-xxl-10 {
    margin-top: 100px !important;
  }
  .cust-mb-xxl-10,
  .cust-my-xxl-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-xxl-10,
  .cust-mx-xxl-10 {
    margin-left: 100px !important;
  }
  .cust-mr-xxl-10,
  .cust-mx-xxl-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-xxl-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-xxl-10,
  .cust-neg-mx-xxl-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-xxl-10,
  .cust-neg-mx-xxl-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-xxl-10,
  .cust-neg-my-xxl-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-xxl-10,
  .cust-neg-my-xxl-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-xxl-11 {
    margin: 110px !important;
  }
  .cust-mt-xxl-11,
  .cust-my-xxl-11 {
    margin-top: 110px !important;
  }
  .cust-mb-xxl-11,
  .cust-my-xxl-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-xxl-11,
  .cust-neg-my-xxl-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-xxl-11,
  .cust-neg-my-xxl-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-xxl-12 {
    margin: 120px !important;
  }
  .cust-mt-xxl-12,
  .cust-my-xxl-12 {
    margin-top: 120px !important;
  }
  .cust-mb-xxl-12,
  .cust-my-xxl-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-xxl-12,
  .cust-neg-my-xxl-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-xxl-12,
  .cust-neg-my-xxl-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-xxl-13 {
    margin: 130px !important;
  }
  .cust-mt-xxl-13,
  .cust-my-xxl-13 {
    margin-top: 130px !important;
  }
  .cust-mb-xxl-13,
  .cust-my-xxl-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-xxl-13,
  .cust-neg-my-xxl-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-xxl-13,
  .cust-neg-my-xxl-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-xxl-14 {
    margin: 140px !important;
  }
  .cust-mt-xxl-14,
  .cust-my-xxl-14 {
    margin-top: 140px !important;
  }
  .cust-mb-xxl-14,
  .cust-my-xxl-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-xxl-14,
  .cust-neg-my-xxl-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-xxl-14,
  .cust-neg-my-xxl-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-xxl-15 {
    margin: 150px !important;
  }
  .cust-mt-xxl-15,
  .cust-my-xxl-15 {
    margin-top: 150px !important;
  }
  .cust-mb-xxl-15,
  .cust-my-xxl-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-xxl-15,
  .cust-neg-my-xxl-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-xxl-15,
  .cust-neg-my-xxl-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-xxl-16 {
    margin: 160px !important;
  }
  .cust-mt-xxl-16,
  .cust-my-xxl-16 {
    margin-top: 160px !important;
  }
  .cust-mb-xxl-16,
  .cust-my-xxl-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-xxl-16,
  .cust-neg-my-xxl-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-xxl-16,
  .cust-neg-my-xxl-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-xxl-17 {
    margin: 170px !important;
  }
  .cust-mt-xxl-17,
  .cust-my-xxl-17 {
    margin-top: 170px !important;
  }
  .cust-mb-xxl-17,
  .cust-my-xxl-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-xxl-17,
  .cust-neg-my-xxl-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-xxl-17,
  .cust-neg-my-xxl-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-xxl-18 {
    margin: 180px !important;
  }
  .cust-mt-xxl-18,
  .cust-my-xxl-18 {
    margin-top: 180px !important;
  }
  .cust-mb-xxl-18,
  .cust-my-xxl-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-xxl-18,
  .cust-neg-my-xxl-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-xxl-18,
  .cust-neg-my-xxl-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-xxl-19 {
    margin: 190px !important;
  }
  .cust-mt-xxl-19,
  .cust-my-xxl-19 {
    margin-top: 190px !important;
  }
  .cust-mb-xxl-19,
  .cust-my-xxl-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-xxl-19,
  .cust-neg-my-xxl-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-xxl-19,
  .cust-neg-my-xxl-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-xxl-20 {
    margin: 200px !important;
  }
  .cust-mt-xxl-20,
  .cust-my-xxl-20 {
    margin-top: 200px !important;
  }
  .cust-mb-xxl-20,
  .cust-my-xxl-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-xxl-20,
  .cust-neg-my-xxl-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-xxl-20,
  .cust-neg-my-xxl-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-xxl-0 {
    padding: 0px !important;
  }
  .cust-pt-xxl-0,
  .cust-py-xxl-0 {
    padding-top: 0px !important;
  }
  .cust-pb-xxl-0,
  .cust-py-xxl-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-xxl-0,
  .cust-px-xxl-0 {
    padding-left: 0px !important;
  }
  .cust-pr-xxl-0,
  .cust-px-xxl-0 {
    padding-right: 0px !important;
  }
  .cust-p-xxl-1 {
    padding: 10px !important;
  }
  .cust-pt-xxl-1,
  .cust-py-xxl-1 {
    padding-top: 10px !important;
  }
  .cust-pb-xxl-1,
  .cust-py-xxl-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-xxl-1,
  .cust-px-xxl-1 {
    padding-left: 10px !important;
  }
  .cust-pr-xxl-1,
  .cust-px-xxl-1 {
    padding-right: 10px !important;
  }
  .cust-p-xxl-2 {
    padding: 20px !important;
  }
  .cust-pt-xxl-2,
  .cust-py-xxl-2 {
    padding-top: 20px !important;
  }
  .cust-pb-xxl-2,
  .cust-py-xxl-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-xxl-2,
  .cust-px-xxl-2 {
    padding-left: 20px !important;
  }
  .cust-pr-xxl-2,
  .cust-px-xxl-2 {
    padding-right: 20px !important;
  }
  .cust-p-xxl-3 {
    padding: 30px !important;
  }
  .cust-pt-xxl-3,
  .cust-py-xxl-3 {
    padding-top: 30px !important;
  }
  .cust-pb-xxl-3,
  .cust-py-xxl-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-xxl-3,
  .cust-px-xxl-3 {
    padding-left: 30px !important;
  }
  .cust-pr-xxl-3,
  .cust-px-xxl-3 {
    padding-right: 30px !important;
  }
  .cust-p-xxl-4 {
    padding: 40px !important;
  }
  .cust-pt-xxl-4,
  .cust-py-xxl-4 {
    padding-top: 40px !important;
  }
  .cust-pb-xxl-4,
  .cust-py-xxl-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-xxl-4,
  .cust-px-xxl-4 {
    padding-left: 40px !important;
  }
  .cust-pr-xxl-4,
  .cust-px-xxl-4 {
    padding-right: 40px !important;
  }
  .cust-p-xxl-5 {
    padding: 50px !important;
  }
  .cust-pt-xxl-5,
  .cust-py-xxl-5 {
    padding-top: 50px !important;
  }
  .cust-pb-xxl-5,
  .cust-py-xxl-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-xxl-5,
  .cust-px-xxl-5 {
    padding-left: 50px !important;
  }
  .cust-pr-xxl-5,
  .cust-px-xxl-5 {
    padding-right: 50px !important;
  }
  .cust-p-xxl-6 {
    padding: 60px !important;
  }
  .cust-pt-xxl-6,
  .cust-py-xxl-6 {
    padding-top: 60px !important;
  }
  .cust-pb-xxl-6,
  .cust-py-xxl-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-xxl-6,
  .cust-px-xxl-6 {
    padding-left: 60px !important;
  }
  .cust-pr-xxl-6,
  .cust-px-xxl-6 {
    padding-right: 60px !important;
  }
  .cust-p-xxl-7 {
    padding: 70px !important;
  }
  .cust-pt-xxl-7,
  .cust-py-xxl-7 {
    padding-top: 70px !important;
  }
  .cust-pb-xxl-7,
  .cust-py-xxl-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-xxl-7,
  .cust-px-xxl-7 {
    padding-left: 70px !important;
  }
  .cust-pr-xxl-7,
  .cust-px-xxl-7 {
    padding-right: 70px !important;
  }
  .cust-p-xxl-8 {
    padding: 80px !important;
  }
  .cust-pt-xxl-8,
  .cust-py-xxl-8 {
    padding-top: 80px !important;
  }
  .cust-pb-xxl-8,
  .cust-py-xxl-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-xxl-8,
  .cust-px-xxl-8 {
    padding-left: 80px !important;
  }
  .cust-pr-xxl-8,
  .cust-px-xxl-8 {
    padding-right: 80px !important;
  }
  .cust-p-xxl-9 {
    padding: 90px !important;
  }
  .cust-pt-xxl-9,
  .cust-py-xxl-9 {
    padding-top: 90px !important;
  }
  .cust-pb-xxl-9,
  .cust-py-xxl-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-xxl-9,
  .cust-px-xxl-9 {
    padding-left: 90px !important;
  }
  .cust-pr-xxl-9,
  .cust-px-xxl-9 {
    padding-right: 90px !important;
  }
  .cust-p-xxl-10 {
    padding: 100px !important;
  }
  .cust-pt-xxl-10,
  .cust-py-xxl-10 {
    padding-top: 100px !important;
  }
  .cust-pb-xxl-10,
  .cust-py-xxl-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-xxl-10,
  .cust-px-xxl-10 {
    padding-left: 100px !important;
  }
  .cust-pr-xxl-10,
  .cust-px-xxl-10 {
    padding-right: 100px !important;
  }
  .cust-p-xxl-11 {
    padding: 110px !important;
  }
  .cust-pt-xxl-11,
  .cust-py-xxl-11 {
    padding-top: 110px !important;
  }
  .cust-pb-xxl-11,
  .cust-py-xxl-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-xxl-12 {
    padding: 120px !important;
  }
  .cust-pt-xxl-12,
  .cust-py-xxl-12 {
    padding-top: 120px !important;
  }
  .cust-pb-xxl-12,
  .cust-py-xxl-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-xxl-13 {
    padding: 130px !important;
  }
  .cust-pt-xxl-13,
  .cust-py-xxl-13 {
    padding-top: 130px !important;
  }
  .cust-pb-xxl-13,
  .cust-py-xxl-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-xxl-14 {
    padding: 140px !important;
  }
  .cust-pt-xxl-14,
  .cust-py-xxl-14 {
    padding-top: 140px !important;
  }
  .cust-pb-xxl-14,
  .cust-py-xxl-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-xxl-15 {
    padding: 150px !important;
  }
  .cust-pt-xxl-15,
  .cust-py-xxl-15 {
    padding-top: 150px !important;
  }
  .cust-pb-xxl-15,
  .cust-py-xxl-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-xxl-16 {
    padding: 160px !important;
  }
  .cust-pt-xxl-16,
  .cust-py-xxl-16 {
    padding-top: 160px !important;
  }
  .cust-pb-xxl-16,
  .cust-py-xxl-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-xxl-17 {
    padding: 170px !important;
  }
  .cust-pt-xxl-17,
  .cust-py-xxl-17 {
    padding-top: 170px !important;
  }
  .cust-pb-xxl-17,
  .cust-py-xxl-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-xxl-18 {
    padding: 180px !important;
  }
  .cust-pt-xxl-18,
  .cust-py-xxl-18 {
    padding-top: 180px !important;
  }
  .cust-pb-xxl-18,
  .cust-py-xxl-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-xxl-19 {
    padding: 190px !important;
  }
  .cust-pt-xxl-19,
  .cust-py-xxl-19 {
    padding-top: 190px !important;
  }
  .cust-pb-xxl-19,
  .cust-py-xxl-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-xxl-20 {
    padding: 200px !important;
  }
  .cust-pt-xxl-20,
  .cust-py-xxl-20 {
    padding-top: 200px !important;
  }
  .cust-pb-xxl-20,
  .cust-py-xxl-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-xxl-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-xxl-50 {
    padding-bottom: 50% !important;
  }
}
@media (min-width: 1921px) {
  .cust-m-xxxl-0 {
    margin: 0px !important;
  }
  .cust-mt-xxxl-0,
  .cust-my-xxxl-0 {
    margin-top: 0px !important;
  }
  .cust-mb-xxxl-0,
  .cust-my-xxxl-0 {
    margin-bottom: 0px !important;
  }
  .cust-ml-xxxl-0,
  .cust-mx-xxxl-0 {
    margin-left: 0px !important;
  }
  .cust-mr-xxxl-0,
  .cust-mx-xxxl-0 {
    margin-right: 0px !important;
  }
  .cust-m-xxxl-1 {
    margin: 10px !important;
  }
  .cust-mt-xxxl-1,
  .cust-my-xxxl-1 {
    margin-top: 10px !important;
  }
  .cust-mb-xxxl-1,
  .cust-my-xxxl-1 {
    margin-bottom: 10px !important;
  }
  .cust-ml-xxxl-1,
  .cust-mx-xxxl-1 {
    margin-left: 10px !important;
  }
  .cust-mr-xxxl-1,
  .cust-mx-xxxl-1 {
    margin-right: 10px !important;
  }
  .cust-neg-m-xxxl-1 {
    margin: -10px !important;
  }
  .cust-neg-mr-xxxl-1,
  .cust-neg-mx-xxxl-1 {
    margin-right: -10px !important;
  }
  .cust-neg-ml-xxxl-1,
  .cust-neg-mx-xxxl-1 {
    margin-left: -10px !important;
  }
  .cust-neg-mt-xxxl-1,
  .cust-neg-my-xxxl-1 {
    margin-top: -10px !important;
  }
  .cust-neg-mb-xxxl-1,
  .cust-neg-my-xxxl-1 {
    margin-bottom: -10px !important;
  }
  .cust-m-xxxl-2 {
    margin: 20px !important;
  }
  .cust-mt-xxxl-2,
  .cust-my-xxxl-2 {
    margin-top: 20px !important;
  }
  .cust-mb-xxxl-2,
  .cust-my-xxxl-2 {
    margin-bottom: 20px !important;
  }
  .cust-ml-xxxl-2,
  .cust-mx-xxxl-2 {
    margin-left: 20px !important;
  }
  .cust-mr-xxxl-2,
  .cust-mx-xxxl-2 {
    margin-right: 20px !important;
  }
  .cust-neg-m-xxxl-2 {
    margin: -20px !important;
  }
  .cust-neg-mr-xxxl-2,
  .cust-neg-mx-xxxl-2 {
    margin-right: -20px !important;
  }
  .cust-neg-ml-xxxl-2,
  .cust-neg-mx-xxxl-2 {
    margin-left: -20px !important;
  }
  .cust-neg-mt-xxxl-2,
  .cust-neg-my-xxxl-2 {
    margin-top: -20px !important;
  }
  .cust-neg-mb-xxxl-2,
  .cust-neg-my-xxxl-2 {
    margin-bottom: -20px !important;
  }
  .cust-m-xxxl-3 {
    margin: 30px !important;
  }
  .cust-mt-xxxl-3,
  .cust-my-xxxl-3 {
    margin-top: 30px !important;
  }
  .cust-mb-xxxl-3,
  .cust-my-xxxl-3 {
    margin-bottom: 30px !important;
  }
  .cust-ml-xxxl-3,
  .cust-mx-xxxl-3 {
    margin-left: 30px !important;
  }
  .cust-mr-xxxl-3,
  .cust-mx-xxxl-3 {
    margin-right: 30px !important;
  }
  .cust-neg-m-xxxl-3 {
    margin: -30px !important;
  }
  .cust-neg-mr-xxxl-3,
  .cust-neg-mx-xxxl-3 {
    margin-right: -30px !important;
  }
  .cust-neg-ml-xxxl-3,
  .cust-neg-mx-xxxl-3 {
    margin-left: -30px !important;
  }
  .cust-neg-mt-xxxl-3,
  .cust-neg-my-xxxl-3 {
    margin-top: -30px !important;
  }
  .cust-neg-mb-xxxl-3,
  .cust-neg-my-xxxl-3 {
    margin-bottom: -30px !important;
  }
  .cust-m-xxxl-4 {
    margin: 40px !important;
  }
  .cust-mt-xxxl-4,
  .cust-my-xxxl-4 {
    margin-top: 40px !important;
  }
  .cust-mb-xxxl-4,
  .cust-my-xxxl-4 {
    margin-bottom: 40px !important;
  }
  .cust-ml-xxxl-4,
  .cust-mx-xxxl-4 {
    margin-left: 40px !important;
  }
  .cust-mr-xxxl-4,
  .cust-mx-xxxl-4 {
    margin-right: 40px !important;
  }
  .cust-neg-m-xxxl-4 {
    margin: -40px !important;
  }
  .cust-neg-mr-xxxl-4,
  .cust-neg-mx-xxxl-4 {
    margin-right: -40px !important;
  }
  .cust-neg-ml-xxxl-4,
  .cust-neg-mx-xxxl-4 {
    margin-left: -40px !important;
  }
  .cust-neg-mt-xxxl-4,
  .cust-neg-my-xxxl-4 {
    margin-top: -40px !important;
  }
  .cust-neg-mb-xxxl-4,
  .cust-neg-my-xxxl-4 {
    margin-bottom: -40px !important;
  }
  .cust-m-xxxl-5 {
    margin: 50px !important;
  }
  .cust-mt-xxxl-5,
  .cust-my-xxxl-5 {
    margin-top: 50px !important;
  }
  .cust-mb-xxxl-5,
  .cust-my-xxxl-5 {
    margin-bottom: 50px !important;
  }
  .cust-ml-xxxl-5,
  .cust-mx-xxxl-5 {
    margin-left: 50px !important;
  }
  .cust-mr-xxxl-5,
  .cust-mx-xxxl-5 {
    margin-right: 50px !important;
  }
  .cust-neg-m-xxxl-5 {
    margin: -50px !important;
  }
  .cust-neg-mr-xxxl-5,
  .cust-neg-mx-xxxl-5 {
    margin-right: -50px !important;
  }
  .cust-neg-ml-xxxl-5,
  .cust-neg-mx-xxxl-5 {
    margin-left: -50px !important;
  }
  .cust-neg-mt-xxxl-5,
  .cust-neg-my-xxxl-5 {
    margin-top: -50px !important;
  }
  .cust-neg-mb-xxxl-5,
  .cust-neg-my-xxxl-5 {
    margin-bottom: -50px !important;
  }
  .cust-m-xxxl-6 {
    margin: 60px !important;
  }
  .cust-mt-xxxl-6,
  .cust-my-xxxl-6 {
    margin-top: 60px !important;
  }
  .cust-mb-xxxl-6,
  .cust-my-xxxl-6 {
    margin-bottom: 60px !important;
  }
  .cust-ml-xxxl-6,
  .cust-mx-xxxl-6 {
    margin-left: 60px !important;
  }
  .cust-mr-xxxl-6,
  .cust-mx-xxxl-6 {
    margin-right: 60px !important;
  }
  .cust-neg-m-xxxl-6 {
    margin: -60px !important;
  }
  .cust-neg-mr-xxxl-6,
  .cust-neg-mx-xxxl-6 {
    margin-right: -60px !important;
  }
  .cust-neg-ml-xxxl-6,
  .cust-neg-mx-xxxl-6 {
    margin-left: -60px !important;
  }
  .cust-neg-mt-xxxl-6,
  .cust-neg-my-xxxl-6 {
    margin-top: -60px !important;
  }
  .cust-neg-mb-xxxl-6,
  .cust-neg-my-xxxl-6 {
    margin-bottom: -60px !important;
  }
  .cust-m-xxxl-7 {
    margin: 70px !important;
  }
  .cust-mt-xxxl-7,
  .cust-my-xxxl-7 {
    margin-top: 70px !important;
  }
  .cust-mb-xxxl-7,
  .cust-my-xxxl-7 {
    margin-bottom: 70px !important;
  }
  .cust-ml-xxxl-7,
  .cust-mx-xxxl-7 {
    margin-left: 70px !important;
  }
  .cust-mr-xxxl-7,
  .cust-mx-xxxl-7 {
    margin-right: 70px !important;
  }
  .cust-neg-m-xxxl-7 {
    margin: -70px !important;
  }
  .cust-neg-mr-xxxl-7,
  .cust-neg-mx-xxxl-7 {
    margin-right: -70px !important;
  }
  .cust-neg-ml-xxxl-7,
  .cust-neg-mx-xxxl-7 {
    margin-left: -70px !important;
  }
  .cust-neg-mt-xxxl-7,
  .cust-neg-my-xxxl-7 {
    margin-top: -70px !important;
  }
  .cust-neg-mb-xxxl-7,
  .cust-neg-my-xxxl-7 {
    margin-bottom: -70px !important;
  }
  .cust-m-xxxl-8 {
    margin: 80px !important;
  }
  .cust-mt-xxxl-8,
  .cust-my-xxxl-8 {
    margin-top: 80px !important;
  }
  .cust-mb-xxxl-8,
  .cust-my-xxxl-8 {
    margin-bottom: 80px !important;
  }
  .cust-ml-xxxl-8,
  .cust-mx-xxxl-8 {
    margin-left: 80px !important;
  }
  .cust-mr-xxxl-8,
  .cust-mx-xxxl-8 {
    margin-right: 80px !important;
  }
  .cust-neg-m-xxxl-8 {
    margin: -80px !important;
  }
  .cust-neg-mr-xxxl-8,
  .cust-neg-mx-xxxl-8 {
    margin-right: -80px !important;
  }
  .cust-neg-ml-xxxl-8,
  .cust-neg-mx-xxxl-8 {
    margin-left: -80px !important;
  }
  .cust-neg-mt-xxxl-8,
  .cust-neg-my-xxxl-8 {
    margin-top: -80px !important;
  }
  .cust-neg-mb-xxxl-8,
  .cust-neg-my-xxxl-8 {
    margin-bottom: -80px !important;
  }
  .cust-m-xxxl-9 {
    margin: 90px !important;
  }
  .cust-mt-xxxl-9,
  .cust-my-xxxl-9 {
    margin-top: 90px !important;
  }
  .cust-mb-xxxl-9,
  .cust-my-xxxl-9 {
    margin-bottom: 90px !important;
  }
  .cust-ml-xxxl-9,
  .cust-mx-xxxl-9 {
    margin-left: 90px !important;
  }
  .cust-mr-xxxl-9,
  .cust-mx-xxxl-9 {
    margin-right: 90px !important;
  }
  .cust-neg-m-xxxl-9 {
    margin: -90px !important;
  }
  .cust-neg-mr-xxxl-9,
  .cust-neg-mx-xxxl-9 {
    margin-right: -90px !important;
  }
  .cust-neg-ml-xxxl-9,
  .cust-neg-mx-xxxl-9 {
    margin-left: -90px !important;
  }
  .cust-neg-mt-xxxl-9,
  .cust-neg-my-xxxl-9 {
    margin-top: -90px !important;
  }
  .cust-neg-mb-xxxl-9,
  .cust-neg-my-xxxl-9 {
    margin-bottom: -90px !important;
  }
  .cust-m-xxxl-10 {
    margin: 100px !important;
  }
  .cust-mt-xxxl-10,
  .cust-my-xxxl-10 {
    margin-top: 100px !important;
  }
  .cust-mb-xxxl-10,
  .cust-my-xxxl-10 {
    margin-bottom: 100px !important;
  }
  .cust-ml-xxxl-10,
  .cust-mx-xxxl-10 {
    margin-left: 100px !important;
  }
  .cust-mr-xxxl-10,
  .cust-mx-xxxl-10 {
    margin-right: 100px !important;
  }
  .cust-neg-m-xxxl-10 {
    margin: -100px !important;
  }
  .cust-neg-mr-xxxl-10,
  .cust-neg-mx-xxxl-10 {
    margin-right: -100px !important;
  }
  .cust-neg-ml-xxxl-10,
  .cust-neg-mx-xxxl-10 {
    margin-left: -100px !important;
  }
  .cust-neg-mt-xxxl-10,
  .cust-neg-my-xxxl-10 {
    margin-top: -100px !important;
  }
  .cust-neg-mb-xxxl-10,
  .cust-neg-my-xxxl-10 {
    margin-bottom: -100px !important;
  }
  .cust-m-xxxl-11 {
    margin: 110px !important;
  }
  .cust-mt-xxxl-11,
  .cust-my-xxxl-11 {
    margin-top: 110px !important;
  }
  .cust-mb-xxxl-11,
  .cust-my-xxxl-11 {
    margin-bottom: 110px !important;
  }
  .cust-neg-mt-xxxl-11,
  .cust-neg-my-xxxl-11 {
    margin-top: -110px !important;
  }
  .cust-neg-mb-xxxl-11,
  .cust-neg-my-xxxl-11 {
    margin-bottom: -110px !important;
  }
  .cust-m-xxxl-12 {
    margin: 120px !important;
  }
  .cust-mt-xxxl-12,
  .cust-my-xxxl-12 {
    margin-top: 120px !important;
  }
  .cust-mb-xxxl-12,
  .cust-my-xxxl-12 {
    margin-bottom: 120px !important;
  }
  .cust-neg-mt-xxxl-12,
  .cust-neg-my-xxxl-12 {
    margin-top: -120px !important;
  }
  .cust-neg-mb-xxxl-12,
  .cust-neg-my-xxxl-12 {
    margin-bottom: -120px !important;
  }
  .cust-m-xxxl-13 {
    margin: 130px !important;
  }
  .cust-mt-xxxl-13,
  .cust-my-xxxl-13 {
    margin-top: 130px !important;
  }
  .cust-mb-xxxl-13,
  .cust-my-xxxl-13 {
    margin-bottom: 130px !important;
  }
  .cust-neg-mt-xxxl-13,
  .cust-neg-my-xxxl-13 {
    margin-top: -130px !important;
  }
  .cust-neg-mb-xxxl-13,
  .cust-neg-my-xxxl-13 {
    margin-bottom: -130px !important;
  }
  .cust-m-xxxl-14 {
    margin: 140px !important;
  }
  .cust-mt-xxxl-14,
  .cust-my-xxxl-14 {
    margin-top: 140px !important;
  }
  .cust-mb-xxxl-14,
  .cust-my-xxxl-14 {
    margin-bottom: 140px !important;
  }
  .cust-neg-mt-xxxl-14,
  .cust-neg-my-xxxl-14 {
    margin-top: -140px !important;
  }
  .cust-neg-mb-xxxl-14,
  .cust-neg-my-xxxl-14 {
    margin-bottom: -140px !important;
  }
  .cust-m-xxxl-15 {
    margin: 150px !important;
  }
  .cust-mt-xxxl-15,
  .cust-my-xxxl-15 {
    margin-top: 150px !important;
  }
  .cust-mb-xxxl-15,
  .cust-my-xxxl-15 {
    margin-bottom: 150px !important;
  }
  .cust-neg-mt-xxxl-15,
  .cust-neg-my-xxxl-15 {
    margin-top: -150px !important;
  }
  .cust-neg-mb-xxxl-15,
  .cust-neg-my-xxxl-15 {
    margin-bottom: -150px !important;
  }
  .cust-m-xxxl-16 {
    margin: 160px !important;
  }
  .cust-mt-xxxl-16,
  .cust-my-xxxl-16 {
    margin-top: 160px !important;
  }
  .cust-mb-xxxl-16,
  .cust-my-xxxl-16 {
    margin-bottom: 160px !important;
  }
  .cust-neg-mt-xxxl-16,
  .cust-neg-my-xxxl-16 {
    margin-top: -160px !important;
  }
  .cust-neg-mb-xxxl-16,
  .cust-neg-my-xxxl-16 {
    margin-bottom: -160px !important;
  }
  .cust-m-xxxl-17 {
    margin: 170px !important;
  }
  .cust-mt-xxxl-17,
  .cust-my-xxxl-17 {
    margin-top: 170px !important;
  }
  .cust-mb-xxxl-17,
  .cust-my-xxxl-17 {
    margin-bottom: 170px !important;
  }
  .cust-neg-mt-xxxl-17,
  .cust-neg-my-xxxl-17 {
    margin-top: -170px !important;
  }
  .cust-neg-mb-xxxl-17,
  .cust-neg-my-xxxl-17 {
    margin-bottom: -170px !important;
  }
  .cust-m-xxxl-18 {
    margin: 180px !important;
  }
  .cust-mt-xxxl-18,
  .cust-my-xxxl-18 {
    margin-top: 180px !important;
  }
  .cust-mb-xxxl-18,
  .cust-my-xxxl-18 {
    margin-bottom: 180px !important;
  }
  .cust-neg-mt-xxxl-18,
  .cust-neg-my-xxxl-18 {
    margin-top: -180px !important;
  }
  .cust-neg-mb-xxxl-18,
  .cust-neg-my-xxxl-18 {
    margin-bottom: -180px !important;
  }
  .cust-m-xxxl-19 {
    margin: 190px !important;
  }
  .cust-mt-xxxl-19,
  .cust-my-xxxl-19 {
    margin-top: 190px !important;
  }
  .cust-mb-xxxl-19,
  .cust-my-xxxl-19 {
    margin-bottom: 190px !important;
  }
  .cust-neg-mt-xxxl-19,
  .cust-neg-my-xxxl-19 {
    margin-top: -190px !important;
  }
  .cust-neg-mb-xxxl-19,
  .cust-neg-my-xxxl-19 {
    margin-bottom: -190px !important;
  }
  .cust-m-xxxl-20 {
    margin: 200px !important;
  }
  .cust-mt-xxxl-20,
  .cust-my-xxxl-20 {
    margin-top: 200px !important;
  }
  .cust-mb-xxxl-20,
  .cust-my-xxxl-20 {
    margin-bottom: 200px !important;
  }
  .cust-neg-mt-xxxl-20,
  .cust-neg-my-xxxl-20 {
    margin-top: -200px !important;
  }
  .cust-neg-mb-xxxl-20,
  .cust-neg-my-xxxl-20 {
    margin-bottom: -200px !important;
  }
  .cust-p-xxxl-0 {
    padding: 0px !important;
  }
  .cust-pt-xxxl-0,
  .cust-py-xxxl-0 {
    padding-top: 0px !important;
  }
  .cust-pb-xxxl-0,
  .cust-py-xxxl-0 {
    padding-bottom: 0px !important;
  }
  .cust-pl-xxxl-0,
  .cust-px-xxxl-0 {
    padding-left: 0px !important;
  }
  .cust-pr-xxxl-0,
  .cust-px-xxxl-0 {
    padding-right: 0px !important;
  }
  .cust-p-xxxl-1 {
    padding: 10px !important;
  }
  .cust-pt-xxxl-1,
  .cust-py-xxxl-1 {
    padding-top: 10px !important;
  }
  .cust-pb-xxxl-1,
  .cust-py-xxxl-1 {
    padding-bottom: 10px !important;
  }
  .cust-pl-xxxl-1,
  .cust-px-xxxl-1 {
    padding-left: 10px !important;
  }
  .cust-pr-xxxl-1,
  .cust-px-xxxl-1 {
    padding-right: 10px !important;
  }
  .cust-p-xxxl-2 {
    padding: 20px !important;
  }
  .cust-pt-xxxl-2,
  .cust-py-xxxl-2 {
    padding-top: 20px !important;
  }
  .cust-pb-xxxl-2,
  .cust-py-xxxl-2 {
    padding-bottom: 20px !important;
  }
  .cust-pl-xxxl-2,
  .cust-px-xxxl-2 {
    padding-left: 20px !important;
  }
  .cust-pr-xxxl-2,
  .cust-px-xxxl-2 {
    padding-right: 20px !important;
  }
  .cust-p-xxxl-3 {
    padding: 30px !important;
  }
  .cust-pt-xxxl-3,
  .cust-py-xxxl-3 {
    padding-top: 30px !important;
  }
  .cust-pb-xxxl-3,
  .cust-py-xxxl-3 {
    padding-bottom: 30px !important;
  }
  .cust-pl-xxxl-3,
  .cust-px-xxxl-3 {
    padding-left: 30px !important;
  }
  .cust-pr-xxxl-3,
  .cust-px-xxxl-3 {
    padding-right: 30px !important;
  }
  .cust-p-xxxl-4 {
    padding: 40px !important;
  }
  .cust-pt-xxxl-4,
  .cust-py-xxxl-4 {
    padding-top: 40px !important;
  }
  .cust-pb-xxxl-4,
  .cust-py-xxxl-4 {
    padding-bottom: 40px !important;
  }
  .cust-pl-xxxl-4,
  .cust-px-xxxl-4 {
    padding-left: 40px !important;
  }
  .cust-pr-xxxl-4,
  .cust-px-xxxl-4 {
    padding-right: 40px !important;
  }
  .cust-p-xxxl-5 {
    padding: 50px !important;
  }
  .cust-pt-xxxl-5,
  .cust-py-xxxl-5 {
    padding-top: 50px !important;
  }
  .cust-pb-xxxl-5,
  .cust-py-xxxl-5 {
    padding-bottom: 50px !important;
  }
  .cust-pl-xxxl-5,
  .cust-px-xxxl-5 {
    padding-left: 50px !important;
  }
  .cust-pr-xxxl-5,
  .cust-px-xxxl-5 {
    padding-right: 50px !important;
  }
  .cust-p-xxxl-6 {
    padding: 60px !important;
  }
  .cust-pt-xxxl-6,
  .cust-py-xxxl-6 {
    padding-top: 60px !important;
  }
  .cust-pb-xxxl-6,
  .cust-py-xxxl-6 {
    padding-bottom: 60px !important;
  }
  .cust-pl-xxxl-6,
  .cust-px-xxxl-6 {
    padding-left: 60px !important;
  }
  .cust-pr-xxxl-6,
  .cust-px-xxxl-6 {
    padding-right: 60px !important;
  }
  .cust-p-xxxl-7 {
    padding: 70px !important;
  }
  .cust-pt-xxxl-7,
  .cust-py-xxxl-7 {
    padding-top: 70px !important;
  }
  .cust-pb-xxxl-7,
  .cust-py-xxxl-7 {
    padding-bottom: 70px !important;
  }
  .cust-pl-xxxl-7,
  .cust-px-xxxl-7 {
    padding-left: 70px !important;
  }
  .cust-pr-xxxl-7,
  .cust-px-xxxl-7 {
    padding-right: 70px !important;
  }
  .cust-p-xxxl-8 {
    padding: 80px !important;
  }
  .cust-pt-xxxl-8,
  .cust-py-xxxl-8 {
    padding-top: 80px !important;
  }
  .cust-pb-xxxl-8,
  .cust-py-xxxl-8 {
    padding-bottom: 80px !important;
  }
  .cust-pl-xxxl-8,
  .cust-px-xxxl-8 {
    padding-left: 80px !important;
  }
  .cust-pr-xxxl-8,
  .cust-px-xxxl-8 {
    padding-right: 80px !important;
  }
  .cust-p-xxxl-9 {
    padding: 90px !important;
  }
  .cust-pt-xxxl-9,
  .cust-py-xxxl-9 {
    padding-top: 90px !important;
  }
  .cust-pb-xxxl-9,
  .cust-py-xxxl-9 {
    padding-bottom: 90px !important;
  }
  .cust-pl-xxxl-9,
  .cust-px-xxxl-9 {
    padding-left: 90px !important;
  }
  .cust-pr-xxxl-9,
  .cust-px-xxxl-9 {
    padding-right: 90px !important;
  }
  .cust-p-xxxl-10 {
    padding: 100px !important;
  }
  .cust-pt-xxxl-10,
  .cust-py-xxxl-10 {
    padding-top: 100px !important;
  }
  .cust-pb-xxxl-10,
  .cust-py-xxxl-10 {
    padding-bottom: 100px !important;
  }
  .cust-pl-xxxl-10,
  .cust-px-xxxl-10 {
    padding-left: 100px !important;
  }
  .cust-pr-xxxl-10,
  .cust-px-xxxl-10 {
    padding-right: 100px !important;
  }
  .cust-p-xxxl-11 {
    padding: 110px !important;
  }
  .cust-pt-xxxl-11,
  .cust-py-xxxl-11 {
    padding-top: 110px !important;
  }
  .cust-pb-xxxl-11,
  .cust-py-xxxl-11 {
    padding-bottom: 110px !important;
  }
  .cust-p-xxxl-12 {
    padding: 120px !important;
  }
  .cust-pt-xxxl-12,
  .cust-py-xxxl-12 {
    padding-top: 120px !important;
  }
  .cust-pb-xxxl-12,
  .cust-py-xxxl-12 {
    padding-bottom: 120px !important;
  }
  .cust-p-xxxl-13 {
    padding: 130px !important;
  }
  .cust-pt-xxxl-13,
  .cust-py-xxxl-13 {
    padding-top: 130px !important;
  }
  .cust-pb-xxxl-13,
  .cust-py-xxxl-13 {
    padding-bottom: 130px !important;
  }
  .cust-p-xxxl-14 {
    padding: 140px !important;
  }
  .cust-pt-xxxl-14,
  .cust-py-xxxl-14 {
    padding-top: 140px !important;
  }
  .cust-pb-xxxl-14,
  .cust-py-xxxl-14 {
    padding-bottom: 140px !important;
  }
  .cust-p-xxxl-15 {
    padding: 150px !important;
  }
  .cust-pt-xxxl-15,
  .cust-py-xxxl-15 {
    padding-top: 150px !important;
  }
  .cust-pb-xxxl-15,
  .cust-py-xxxl-15 {
    padding-bottom: 150px !important;
  }
  .cust-p-xxxl-16 {
    padding: 160px !important;
  }
  .cust-pt-xxxl-16,
  .cust-py-xxxl-16 {
    padding-top: 160px !important;
  }
  .cust-pb-xxxl-16,
  .cust-py-xxxl-16 {
    padding-bottom: 160px !important;
  }
  .cust-p-xxxl-17 {
    padding: 170px !important;
  }
  .cust-pt-xxxl-17,
  .cust-py-xxxl-17 {
    padding-top: 170px !important;
  }
  .cust-pb-xxxl-17,
  .cust-py-xxxl-17 {
    padding-bottom: 170px !important;
  }
  .cust-p-xxxl-18 {
    padding: 180px !important;
  }
  .cust-pt-xxxl-18,
  .cust-py-xxxl-18 {
    padding-top: 180px !important;
  }
  .cust-pb-xxxl-18,
  .cust-py-xxxl-18 {
    padding-bottom: 180px !important;
  }
  .cust-p-xxxl-19 {
    padding: 190px !important;
  }
  .cust-pt-xxxl-19,
  .cust-py-xxxl-19 {
    padding-top: 190px !important;
  }
  .cust-pb-xxxl-19,
  .cust-py-xxxl-19 {
    padding-bottom: 190px !important;
  }
  .cust-p-xxxl-20 {
    padding: 200px !important;
  }
  .cust-pt-xxxl-20,
  .cust-py-xxxl-20 {
    padding-top: 200px !important;
  }
  .cust-pb-xxxl-20,
  .cust-py-xxxl-20 {
    padding-bottom: 200px !important;
  }
  .per-pb-xxxl-100 {
    padding-bottom: 100% !important;
  }
  .per-pb-xxxl-50 {
    padding-bottom: 50% !important;
  }
}
.px-col {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media all and (min-width: 1600px) {
  .cust-neg-xxl-mt-24 {
    margin-top: -240px !important;
  }
}
@media all and (min-width: 992px) {
  .px-lg-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vwh-lg-5-3 {
    height: 18.7500117188vw !important;
  }
  .vwh-lg-8 {
    height: 12.5vw !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
}
.cust-col-8 {
  max-width: 12.5%;
}
.cust-col-5 {
  max-width: 20%;
}
@media all and (min-width: 576px) {
  .cust-col-sm-5 {
    max-width: 20%;
  }
  .cust-col-sm-8 {
    max-width: 12.5%;
  }
}
@media all and (min-width: 768px) {
  .cust-col-md-5 {
    max-width: 20%;
  }
  .cust-col-md-8 {
    max-width: 12.5%;
  }
}
@media all and (min-width: 992px) {
  .cust-col-lg-5 {
    max-width: 20%;
  }
  .cust-col-lg-8 {
    max-width: 12.5%;
  }
}
@media all and (min-width: 1200px) {
  .cust-col-xl-5 {
    max-width: 20%;
  }
  .cust-col-xl-8 {
    max-width: 12.5%;
  }
}
@media all and (min-width: 1400px) {
  .cust-col-xxl-5 {
    max-width: 20%;
  }
  .cust-col-xxl-8 {
    max-width: 12.5%;
  }
}
.mw-xxl {
  max-width: 1680px !important;
}
.mw-xxxl {
  max-width: 1980px !important;
}
.mw-third {
  max-width: 33.3333333333%;
}
@media all and (min-width: 768px) {
  .mw-md-sixth {
    max-width: 16.666667%;
  }
  .mw-md-quart {
    max-width: 25%;
  }
}
@media all and (min-width: 1200px) {
  .mw-xl-sixth {
    max-width: 16.666667%;
  }
}
.r-neg-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.min-rh-20 {
  min-height: 20rem;
}
.min-rh-14 {
  min-height: 14rem;
}
.min-rh-16 {
  min-height: 16rem;
}
.min-h-auto {
  min-height: 0 !important;
}
.min-w-auto {
  min-width: 0 !important;
}
.min-h-0 {
  min-height: 0;
}
@media all and (min-width: 992px) {
  .min-h-lg-100 {
    min-height: 100%;
  }
  .ml-lg-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
}
@media all and (min-width: 1200px) {
  .min-h-xl-100 {
    min-height: 100%;
  }
  .min-rh-xl-20 {
    min-height: 20rem;
  }
}
@media all and (min-width: 1980px) {
  .min-rh-xxxl-20 {
    min-height: 20rem;
  }
}
.vh-100 {
  height: 100vh !important;
  min-height: 600px !important;
}
.vh-75 {
  height: 75vh !important;
  min-height: 620px !important;
}
.vh-60 {
  height: 60vh !important;
  min-height: 620px !important;
}
.m-vh-100 {
  height: auto !important;
  min-height: 100vh !important;
}
.m-vh-85 {
  height: auto !important;
  min-height: 75vh !important;
}
.m-vh-75 {
  height: auto !important;
  min-height: 75vh !important;
}
.m-vh-60 {
  height: auto !important;
  min-height: 60vh !important;
}
.m-vh-50 {
  height: auto !important;
  min-height: 50vh !important;
}
.min-h-100 {
  min-height: 100%;
}
@media all and (max-width: 992px) {
  .m-vh-lg-75 {
    height: auto !important;
    min-height: 75vh !important;
  }
  .m-vh-lg-50 {
    height: auto !important;
    min-height: 50vh !important;
  }
  .transparent-mobile-b:before {
    opacity: 0;
  }
  .shadow-none-lg {
    box-shadow: none !important;
  }
  .justify-lg-start {
    justify-content: flex-start !important;
  }
}
@media all and (max-width: 768px) {
  .m-vh-md-35 {
    height: auto !important;
    min-height: 35vh !important;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-50 {
    width: 50%;
  }
}
.w-third {
  width: 33.3333333333%;
  padding: 0 15px;
}
section.inbox {
  max-width: 1021px;
  margin: auto;
  padding: unset !important;
}
@media (max-width: 490px) {
  section.inbox {
    max-width: 330px;
  }
}
@media (max-width: 992px) {
  section.inbox {
    max-width: 720px;
  }
}
section.inbox h1, section.inbox .h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
section.inbox .category {
  border-radius: 4px;
  padding: 5px 10px;
  text-transform: uppercase;
  background: rgba(10, 18, 29, 0.1);
}
section.inbox ul.categories {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
section.inbox ul.categories li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
}
section.inbox ul.categories li.active {
  color: #60c5ff;
}
section.inbox table.inbox {
  width: 100%;
  background: #fff;
  border-radius: 15px;
}
section.inbox table.inbox tr td {
  padding: 15px 0;
  vertical-align: middle;
  color: #000;
}
section.inbox table.inbox tr td:first-child {
  padding-left: 30px;
}
@media (max-width: 768px) {
  section.inbox table.inbox tr td:first-child {
    padding-left: 15px;
  }
}
section.inbox table.inbox tr td:first-child > span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
section.inbox table.inbox tr td:not(:nth-child(2)) {
  width: 0;
}
section.inbox table.inbox tr td:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 992px) {
  section.inbox table.inbox tr td:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.inbox table.inbox tr td:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.inbox table.inbox tr td:last-child {
  padding-right: 30px;
}
@media (max-width: 768px) {
  section.inbox table.inbox tr td:last-child {
    padding-right: 15px;
  }
}
section.inbox table.inbox tr td small, section.inbox table.inbox tr td .small,
section.inbox table.inbox tr td strong {
  display: block;
  max-height: 1.2em;
  overflow: hidden;
  position: relative;
  color: transparent;
}
section.inbox table.inbox tr td small::after, section.inbox table.inbox tr td .small::after,
section.inbox table.inbox tr td strong::after {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
section.inbox table.inbox tr td time {
  display: flex;
  justify-content: end;
  white-space: nowrap;
}
section.inbox table.inbox tr td button {
  background: transparent;
  border: 0;
  outline: none;
  padding-left: 10px;
}
section.inbox table.inbox tr td button i {
  color: rgba(10, 18, 29, 0.6);
}
section.inbox table.inbox tr td i.status-indicator {
  width: 4px;
  height: 4px;
  background: #0095da;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
section.inbox table.inbox tr.read td {
  color: #666;
}
section.inbox table.inbox tr.read td i.status-indicator {
  background: transparent;
}
section.inbox table.inbox tr.read td small::after, section.inbox table.inbox tr.read td .small::after,
section.inbox table.inbox tr.read td strong::after {
  color: #666;
}
section.inbox section.pager {
  margin-top: 30px;
}
section.inbox p.no-messages {
  padding: 30px;
  text-align: center;
}
section.inbox nav {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  section.inbox nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
  }
}
section.inbox .search {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  width: 43%;
  /* 04_Opacities/Primary Blue 3% */
  background: rgba(0, 149, 218, 0.03);
  /* 04_Opacities/White 10% */
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Frosted Glass Blur */
  box-shadow: 0 5px 15px -5px #0a121d;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 80px;
}
section.inbox .search input {
  background: transparent !important;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
}
section.inbox .search input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  section.inbox .search {
    width: 100%;
    margin-bottom: 15px;
  }
  section.inbox .search input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
section.inbox .message {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  color: #000;
}
section.inbox .message img {
  display: block;
  clear: both;
  margin: auto;
  margin-bottom: 15px;
  max-width: 100%;
  border-radius: 16px;
  max-height: 312px;
}
@media (max-width: 576px) {
  section.inbox .message img {
    max-height: 285px;
  }
}
section.inbox .message .category {
  display: inline-block;
  clear: both;
  margin-bottom: 15px;
}
section.inbox .message p {
  clear: both;
  color: rgba(10, 18, 29, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
section.inbox .message button:not(.btn) {
  background: transparent;
  border: 0;
  outline: none;
}
section.inbox .message button:not(.btn) i {
  color: rgba(10, 18, 29, 0.6);
}
section.inbox .message header {
  display: flex !important;
  justify-content: space-between;
  font-weight: bold;
  height: auto !important;
}
section.inbox .message header h5, section.inbox .message header .h5, section.inbox .message header section.payment-result h1, section.payment-result section.inbox .message header h1, section.inbox .message header section.payment-result .h1, section.payment-result section.inbox .message header .h1, section.inbox .message header section.query-details h3, section.query-details section.inbox .message header h3, section.inbox .message header section.query-details .h3, section.query-details section.inbox .message header .h3, section.inbox .message header section.query-details section.add-comment #new-comment-form .header-row h2, section.query-details section.add-comment #new-comment-form .header-row section.inbox .message header h2, section.inbox .message header section.query-details section.add-comment #new-comment-form .header-row .h2, section.query-details section.add-comment #new-comment-form .header-row section.inbox .message header .h2, section.inbox .message header .mah-cm .mah-cm-form h2, .mah-cm .mah-cm-form section.inbox .message header h2, section.inbox .message header .mah-cm .mah-cm-form .h2, .mah-cm .mah-cm-form section.inbox .message header .h2 {
  margin-bottom: 15px;
}
section.inbox .message header button i {
  color: #000 !important;
}
@media (max-width: 490px) {
  section.inbox .message header {
    flex-direction: column-reverse;
    gap: 15px;
  }
  section.inbox .message header span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
section.inbox .message footer {
  display: flex;
}
@media (max-width: 490px) {
  section.inbox .message footer {
    flex-direction: column;
  }
}
section.inbox .message footer button.btn,
section.inbox .message footer a.btn {
  margin-right: 15px !important;
}
@media (max-width: 490px) {
  section.inbox .message footer button.btn,
  section.inbox .message footer a.btn {
    width: 100% !important;
    max-width: unset;
  }
  section.inbox .message footer button.btn:first-child,
  section.inbox .message footer a.btn:first-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  section.inbox .message footer button.btn,
  section.inbox .message footer a.btn {
    max-width: unset;
  }
}
/* 
Hides profile menu option if the user is not linked to more than one company. 
Assumes that the switch company link is the first option though. 
*/
body:not(.multi) ul.profile-menu li[data-title=switch_company] {
  display: none;
}
body:not(.multi) ul.profile-menu:has(li[data-title=switch_company]) li:nth-child(2) {
  padding-top: 20px !important;
}
body:not(.multi) ul.profile-menu:has(li[data-title=switch_company]) li:nth-child(2):hover {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

/*# sourceMappingURL=styles.3decec81e4805546.css.map*/