﻿:root {
  --c-menu-icon-width: 60px;
}

body {
  /*background-color: green !important;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
}

.c-wrap {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  /*
  display: flex;
      background-color:red;

  */
}

.c-wrap .c-wrap-inner {
  flex-grow: 2;
  overflow: hidden;
}

.c-wrap .k-drawer-container {
  height: 100%;
  overflow: hidden;
}

.c-wrap .c-wrap-inner .c-wrap-content {
  /*background-color:green;*/
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-wrap .c-wrap-inner .c-wrap-content .c-wrap-content-body {
  height: 100%;
  overflow: hidden;
}
.c-wrap .c-wrap-inner .c-wrap-content .c-wrap-content-body.c-blur {
  -moz-filter: blur(20px) saturate(125%) brightness(75%) contrast(200%);
  -ms-filter: blur(20px) saturate(125%) brightness(75%) contrast(200%);
  -webkit-filter: blur(20px) saturate(125%) brightness(75%) contrast(200%);
  filter: blur(20px) saturate(125%) brightness(75%) contrast(200%);
}
.c-wrap .c-wrap-inner .c-wrap-content .c-wrap-content-body .k-h-full.k-tabstrip {
  overflow: hidden;
  color: red !important;
}
.c-wrap .c-wrap-inner .c-wrap-content .c-wrap-content-body .k-h-full.k-tabstrip .k-tabstrip-content {
  overflow-y: auto;
}

.k-appbar {
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.k-appbar-section:first-child {
  min-height: 3.5em;
}

.k-appbar .title {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.c-wrap .k-appbar-section:first-child {
  overflow: hidden;
}
.c-wrap .k-appbar-section:first-child .k-button.c-logo, .c-wrap .k-appbar-section:first-child .k-button.k-button-solid.c-logo {
  flex: 1;
  align-self: stretch;
  border: none;
  border-radius: 0;
}
.c-wrap .k-appbar-section:first-child .k-button.c-logo .k-svg-i-c-icon.c-icon-logo-short, .c-wrap .k-appbar-section:first-child .k-button.k-button-solid.c-logo .k-svg-i-c-icon.c-icon-logo-short {
  width: 1.715em;
  height: 1.715em;
}
.c-wrap .k-appbar-section:first-child .k-button.c-logo .k-svg-i-c-icon.c-icon-logo-short svg, .c-wrap .k-appbar-section:first-child .k-button.k-button-solid.c-logo .k-svg-i-c-icon.c-icon-logo-short svg {
  width: 1.715em;
  height: 1.715em;
}
.c-wrap .k-appbar-section:first-child .k-button.c-logo .k-svg-i-c-icon.c-icon-logo-full, .c-wrap .k-appbar-section:first-child .k-button.k-button-solid.c-logo .k-svg-i-c-icon.c-icon-logo-full {
  width: 6.55em;
  height: 2em;
}
.c-wrap .k-appbar-section:first-child .k-button.c-logo .k-svg-i-c-icon.c-icon-logo-full svg, .c-wrap .k-appbar-section:first-child .k-button.k-button-solid.c-logo .k-svg-i-c-icon.c-icon-logo-full svg {
  width: 6.55em;
  height: 2em;
}
.c-wrap.c-menu-open .k-appbar .k-appbar-section:first-child {
  width: calc(16.25rem + 1px);
}
.c-wrap.c-menu-open .k-appbar .k-appbar-section:first-child .c-product {
  border-left: solid 1px;
  font-size: 1.3em;
  padding: 0em 0 0 0.5em;
  margin: 0 0em 0 0.5em;
}
.c-wrap.c-menu-closed .k-appbar .k-appbar-section:first-child {
  width: 49px;
}
.c-appbar-button {
  background-color: red;
}

span.c-login-logo.c-icon-logo-full {
  width: 3.4375em !important;
  height: 1em;
  font-size: 3em;
}
.k-form.c-form .k-form-field.k-m-0 {
  margin: 0;
}
.k-form.c-form .k-form-field.c-form-id-field {
  margin: var(--kendo-spacing-1);
}
.k-form.c-form .k-form-field.c-form-id-field .k-input.k-textbox.k-input-flat {
  border-color: transparent;
}
.k-form.c-form .k-form-fieldset {
  margin: 0.25em 0 1.75em;
}
.k-form.c-form .k-form-fieldset .k-form-legend {
  margin: 0;
}
.k-form.c-form .c-suffix-button {
  border-left: 1px solid var(--kendo-color-border, rgba(0, 0, 0, 0.08));
}
.k-form.c-form .k-bg-base-subtle .k-input:not(.k-focus), .k-form.c-form .k-bg-base-subtle .k-input.k-input-solid:not(.k-focus), .k-form.c-form .k-bg-base-subtle .k-input.k-input-flat:not(.k-focus) {
  background-color: transparent;
}
.k-form.c-form .k-form-field-wrap.c-skeleton-wrap {
  position: relative;
}
.k-form.c-form .k-form-field-wrap.c-skeleton-wrap .k-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1em);
  height: 100%;
  margin: 0 0.5em;
}
.k-form.c-form .k-form-field-wrap.c-skeleton-wrap .k-skeleton.c-prefix-1 {
  width: calc(100% - 3.3em);
  margin: 0 0.5em 0 2.8em;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
  border-block-end-width: 0 !important;
}

.k-tabstrip-actions.k-hstack .k-button.k-menu-button.k-tabstrip-overflow-button.k-disabled {
  color: transparent;
}

/***************************************************************/
.k-fab.k-rounded-l-full {
  border-left-radius: 9999px;
}
.k-fab.k-rounded {
  border-radius: 0.25rem;
}
.k-fab.k-rounded-0 {
  border-radius: 0;
}
.k-fab.k-rounded-sm {
  border-radius: 0.125rem;
}
.k-fab.k-rounded-md {
  border-radius: 0.25rem;
}
.k-fab.k-rounded-lg {
  border-radius: 0.5rem;
}
.k-fab.k-rounded-full {
  border-radius: 9999px;
}
.k-fab.k-rounded-tl {
  border-top-left-radius: 0.25rem;
}
.k-fab.k-rounded-tl-0 {
  border-top-left-radius: 0;
}
.k-fab.k-rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.k-fab.k-rounded-tl-md {
  border-top-left-radius: 0.25rem;
}
.k-fab.k-rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.k-fab.k-rounded-tl-full {
  border-top-left-radius: 9999px;
}
.k-fab.k-rounded-tr {
  border-top-right-radius: 0.25rem;
}
.k-fab.k-rounded-tr-0 {
  border-top-right-radius: 0;
}
.k-fab.k-rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.k-fab.k-rounded-tr-md {
  border-top-right-radius: 0.25rem;
}
.k-fab.k-rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.k-fab.k-rounded-tr-full {
  border-top-right-radius: 9999px;
}
.k-fab.k-rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.k-fab.k-rounded-br-0 {
  border-bottom-right-radius: 0;
}
.k-fab.k-rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.k-fab.k-rounded-br-md {
  border-bottom-right-radius: 0.25rem;
}
.k-fab.k-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.k-fab.k-rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.k-fab.k-rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.k-fab.k-rounded-bl-0 {
  border-bottom-left-radius: 0;
}
.k-fab.k-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.k-fab.k-rounded-bl-md {
  border-bottom-left-radius: 0.25rem;
}
.k-fab.k-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.k-fab.k-rounded-bl-full {
  border-bottom-right-radius: 9999px;
}
.k-fab.k-rounded-t {
  border-top-radius: 0.25rem;
}
.k-fab.k-rounded-t-0 {
  border-top-radius: 0;
}
.k-fab.k-rounded-t-sm {
  border-top-radius: 0.125rem;
}
.k-fab.k-rounded-t-md {
  border-top-radius: 0.25rem;
}
.k-fab.k-rounded-t-lg {
  border-top-radius: 0.5rem;
}
.k-fab.k-rounded-t-full {
  border-top-radius: 9999px;
}
.k-fab.k-rounded-r {
  border-right-radius: 0.25rem;
}
.k-fab.k-rounded-r-0 {
  border-right-radius: 0;
}
.k-fab.k-rounded-r-sm {
  border-right-radius: 0.125rem;
}
.k-fab.k-rounded-r-md {
  border-right-radius: 0.25rem;
}
.k-fab.k-rounded-r-lg {
  border-right-radius: 0.5rem;
}
.k-fab.k-rounded-r-full {
  border-right-radius: 9999px;
}
.k-fab.k-rounded-b {
  border-bottom-radius: 0.25rem;
}
.k-fab.k-rounded-b-0 {
  border-bottom-radius: 0;
}
.k-fab.k-rounded-b-sm {
  border-bottom-radius: 0.125rem;
}
.k-fab.k-rounded-b-md {
  border-bottom-radius: 0.25rem;
}
.k-fab.k-rounded-b-lg {
  border-bottom-radius: 0.5rem;
}
.k-fab.k-rounded-b-full {
  border-bottom-radius: 9999px;
}
.k-fab.k-rounded-l {
  border-left-radius: 0.25rem;
}
.k-fab.k-rounded-l-0 {
  border-left-radius: 0;
}
.k-fab.k-rounded-l-sm {
  border-left-radius: 0.125rem;
}
.k-fab.k-rounded-l-md {
  border-left-radius: 0.25rem;
}
.k-fab.k-rounded-l-lg {
  border-left-radius: 0.5rem;
}

/***************************************************************/
.k-form .k-form-field > .k-label, .k-form .k-form-field > kendo-label, .k-form .k-form-label {
  color: var(--kendo-color-subtle);
  margin-block-end: 0 !important;
  font-size: var(--kendo-font-size-xs, inherit) !important;
}

.c-k-drawer .k-drawer-content {
  height: 100%;
}

.k-drawer-mini .c-menu-top {
  padding-bottom: 5.8em;
}

.c-menu-top {
  height: 100%;
  padding-bottom: 2.9em;
  overflow-x: hidden;
  overflow-y: hidden;
}
.c-menu-top:hover {
  overflow-y: auto;
  scrollbar-width: thin;
}
.c-menu-top .k-drawer-items {
  padding: 0;
}

.k-drawer-item {
  position: relative;
  align-items: center;
}
.k-drawer-item.c-drawer-item {
  padding-block: 0px;
  padding-inline: 0px;
}
.k-drawer-item.c-drawer-item > a {
  padding-block: 8px;
  padding-inline: 16px;
  outline: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  cursor: pointer;
}
.k-drawer-item.c-drawer-item:hover .c-menu-fav-btn {
  display: inline-block;
}
.k-drawer-item.c-drawer-item .c-menu-fav-btn {
  position: absolute;
  left: 220px;
  border: none;
  border-radius: 50%;
  display: none;
}
.k-drawer-item.c-drawer-item .c-menu-fav-btn.is-fav {
  display: inline-block;
}
.k-drawer-item.c-drawer-item .c-menu-fav-btn .c-menu-fav-icon:first-child {
  display: inline-flex;
}
.k-drawer-item.c-drawer-item .c-menu-fav-btn .c-menu-fav-icon:nth-child(2) {
  display: none;
}
.k-drawer-item.c-drawer-item .c-menu-fav-btn:hover .c-menu-fav-icon:first-child {
  display: none;
}
.k-drawer-item.c-drawer-item .c-menu-fav-btn:hover .c-menu-fav-icon:nth-child(2) {
  display: inline-flex;
}
.k-drawer-item .c-menu-icon:nth-child(1) {
  display: inline-flex;
}
.k-drawer-item .c-menu-icon:nth-child(2) {
  display: none;
}
.k-drawer-item .c-menu-expand-icon {
  position: absolute;
  left: 14.45rem;
  display: none;
}
.k-drawer-item:hover .c-menu-icon:nth-child(1) {
  display: none;
}
.k-drawer-item:hover .c-menu-icon:nth-child(2) {
  display: inline-flex;
}
.k-drawer-item:hover .c-menu-expand-icon {
  background-color: #b9c6cc !important;
  display: inline-flex;
  transition: transform 300ms;
}
.k-drawer-item.k-selected .c-menu-expand-icon {
  display: inline-flex;
  transform: rotate(180deg);
}

.k-item-text {
  opacity: 1;
  transition: opacity 200ms 100ms ease-in-out;
}

.c-drawer-mini .k-item-text {
  opacity: 0;
  transition: opacity 300ms 0ms ease-in-out;
}

.c-menu-item {
  text-decoration: none !important;
}
.c-menu-item:hover {
  text-decoration: underline !important;
}

.c-menu-favs {
  position: relative;
  height: 1.2em;
  text-align: center;
  width: 16.25rem;
}
.c-menu-favs hr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 0.5em);
  margin: 0.5em 0.25em;
  border: none;
  height: 1px;
  z-index: 1;
  border-top-width: 1px;
  border-top-style: solid;
}
.c-menu-favs .c-menu-favs-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  z-index: 2;
}
.c-menu-favs .c-menu-favs-title .c-menu-favs-title-text {
  white-space: nowrap;
  display: inline-block;
  font-size: 0.8rem;
  font-size: 0.64rem;
  text-transform: uppercase;
  -webkit-transition: opacity ease-in 300ms, max-width ease-in 300ms;
  transition: opacity ease-in 300ms, max-width ease-in 300ms;
  opacity: 1;
  max-width: 260px;
  padding: 0 0.5px 0 2px;
}

.k-drawer-mini .k-drawer-wrapper {
  /* background-color: pink;
   width: calc(var(--kendo-spacing-4) * 2 + 16px + var(--kendo-spacing-2) * 2);
   width: 64px;*/
  width: calc(var(--kendo-spacing-4) * 2 + 16px) !important;
}
.k-drawer-mini .c-menu-favs {
  width: 48px;
}
.k-drawer-mini .c-menu-favs-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.k-drawer-mini .c-menu-favs-title .c-menu-favs-title-text {
  opacity: 0;
  max-width: 0px;
  padding: 0 0 0 0px;
  -webkit-transition: opacity ease-in 0ms, max-width ease-in 0ms;
  transition: opacity ease-in 0ms, max-width ease-in 0ms;
}

.c-menu-footer {
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-menu-footer .c-menu-expander {
  position: absolute;
  right: 0;
}
.c-menu-footer .c-menu-expander .k-icon {
  transform: rotate(180deg);
  transition: transform 300ms;
}
.c-menu-footer .k-drawer-items {
  padding: 0;
}

.k-drawer-mini .c-menu-expander {
  position: relative;
}
.k-drawer-mini .c-menu-expander .k-icon {
  transform: rotate(0deg);
}

.c-menu-popup .k-popover-inner {
  overflow: hidden;
}
.c-menu-popup .k-popover-inner .k-popover-header {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-menu-popup .k-popover-inner .k-popover-body {
  padding: 0;
  margin: 0;
  height: calc(100% - 40px);
}
.c-menu-popup .k-popover-inner .k-popover-body .c-menu-popup-list {
  margin: 0;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-menu-popup .k-popover-inner .k-popover-body .c-menu-popup-list .c-drawer-item .c-menu-item {
  width: 100%;
}

.k-drawer.c-menu-pop-out {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 260px;
  height: 100% !important;
  z-index: 100;
}
.k-drawer.c-menu-pop-out .c-menu-pop-out-title {
  font-weight: 700;
  padding: 1em 1em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.k-drawer.c-menu-pop-out .k-drawer-items {
  background-color: pink;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.c-menu-pop-out-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-image: url(../images/noisy-texture-100x100-o3-d10-c-f34379-t1.png);
  background-attachment: fixed;
  background-repeat: repeat;
}

/*@import "themeColors.scss";*/
.c-form-container {
  container-type: inline-size;
  container-name: c-form-container;
}

.c-d-grid {
  display: grid;
}

.c-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.c-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.c-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.c-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.c-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.c-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.c-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.c-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.c-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.c-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.c-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.c-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.c-grid-cols-none {
  grid-template-columns: none;
}

.c-col-span-1 {
  grid-column: span 1/span 1;
}

.c-col-span-2 {
  grid-column: span 2/span 2;
}

.c-col-span-3 {
  grid-column: span 3/span 3;
}

.c-col-span-4 {
  grid-column: span 4/span 4;
}

.c-col-span-5 {
  grid-column: span 5/span 5;
}

.c-col-span-6 {
  grid-column: span 6/span 6;
}

.c-col-span-7 {
  grid-column: span 7/span 7;
}

.c-col-span-8 {
  grid-column: span 8/span 8;
}

.c-col-span-9 {
  grid-column: span 9/span 9;
}

.c-col-span-10 {
  grid-column: span 10/span 10;
}

.c-col-span-11 {
  grid-column: span 11/span 11;
}

.c-col-span-12 {
  grid-column: span 12/span 12;
}

.c-col-span-full {
  grid-column: 1/-1;
}

.c-col-span-auto {
  grid-column: auto;
}

.c-col-start-1 {
  grid-column-start: 1;
}

.c-col-start-2 {
  grid-column-start: 2;
}

.c-col-start-3 {
  grid-column-start: 3;
}

.c-col-start-4 {
  grid-column-start: 4;
}

.c-col-start-5 {
  grid-column-start: 5;
}

.c-col-start-6 {
  grid-column-start: 6;
}

.c-col-start-7 {
  grid-column-start: 7;
}

.c-col-start-8 {
  grid-column-start: 8;
}

.c-col-start-9 {
  grid-column-start: 9;
}

.c-col-start-10 {
  grid-column-start: 10;
}

.c-col-start-11 {
  grid-column-start: 11;
}

.c-col-start-12 {
  grid-column-start: 12;
}

.c-col-start-13 {
  grid-column-start: 13;
}

.c-col-start-auto {
  grid-column-start: auto;
}

.c-col-end-1 {
  grid-column-end: 1;
}

.c-col-end-2 {
  grid-column-end: 2;
}

.c-col-end-3 {
  grid-column-end: 3;
}

.c-col-end-4 {
  grid-column-end: 4;
}

.c-col-end-5 {
  grid-column-end: 5;
}

.c-col-end-6 {
  grid-column-end: 6;
}

.c-col-end-7 {
  grid-column-end: 7;
}

.c-col-end-8 {
  grid-column-end: 8;
}

.c-col-end-9 {
  grid-column-end: 9;
}

.c-col-end-10 {
  grid-column-end: 10;
}

.c-col-end-11 {
  grid-column-end: 11;
}

.c-col-end-12 {
  grid-column-end: 12;
}

.c-col-end-13 {
  grid-column-end: 13;
}

.c-col-end-auto {
  grid-column-end: auto;
}

.c-row-span-1 {
  grid-row: span 1/span 1;
}

.c-row-span-2 {
  grid-row: span 2/span 2;
}

.c-row-span-3 {
  grid-row: span 3/span 3;
}

.c-row-span-4 {
  grid-row: span 4/span 4;
}

.c-row-span-5 {
  grid-row: span 5/span 5;
}

.c-row-span-6 {
  grid-row: span 6/span 6;
}

.c-row-span-7 {
  grid-row: span 7/span 7;
}

.c-row-span-8 {
  grid-row: span 8/span 8;
}

.c-row-span-9 {
  grid-row: span 9/span 9;
}

.c-row-span-10 {
  grid-row: span 10/span 10;
}

.c-row-span-11 {
  grid-row: span 11/span 11;
}

.c-row-span-12 {
  grid-row: span 12/span 12;
}

.c-row-span-full {
  grid-row: 1/-1;
}

.c-row-span-auto {
  grid-row: auto;
}

.c-row-start-1 {
  grid-row-start: 1;
}

.c-row-start-2 {
  grid-row-start: 2;
}

.c-row-start-3 {
  grid-row-start: 3;
}

.c-row-start-4 {
  grid-row-start: 4;
}

.c-row-start-5 {
  grid-row-start: 5;
}

.c-row-start-6 {
  grid-row-start: 6;
}

.c-row-start-7 {
  grid-row-start: 7;
}

.c-row-start-8 {
  grid-row-start: 8;
}

.c-row-start-9 {
  grid-row-start: 9;
}

.c-row-start-10 {
  grid-row-start: 10;
}

.c-row-start-11 {
  grid-row-start: 11;
}

.c-row-start-12 {
  grid-row-start: 12;
}

.c-row-start-13 {
  grid-row-start: 13;
}

.c-row-start-auto {
  grid-row-start: auto;
}

.c-row-end-1 {
  grid-row-end: 1;
}

.c-row-end-2 {
  grid-row-end: 2;
}

.c-row-end-3 {
  grid-row-end: 3;
}

.c-row-end-4 {
  grid-row-end: 4;
}

.c-row-end-5 {
  grid-row-end: 5;
}

.c-row-end-6 {
  grid-row-end: 6;
}

.c-row-end-7 {
  grid-row-end: 7;
}

.c-row-end-8 {
  grid-row-end: 8;
}

.c-row-end-9 {
  grid-row-end: 9;
}

.c-row-end-10 {
  grid-row-end: 10;
}

.c-row-end-11 {
  grid-row-end: 11;
}

.c-row-end-12 {
  grid-row-end: 12;
}

.c-row-end-13 {
  grid-row-end: 13;
}

.c-row-end-auto {
  grid-row-end: auto;
}

.c-gap-0 {
  gap: 0rem;
}

.c-gap-x-0 {
  column-gap: 0rem;
}

.c-gap-y-0 {
  row-gap: 0rem;
}

.c-gap-1 {
  gap: 0.25rem;
}

.c-gap-x-1 {
  column-gap: 0.25rem;
}

.c-gap-y-1 {
  row-gap: 0.25rem;
}

.c-gap-2 {
  gap: 0.5rem;
}

.c-gap-x-2 {
  column-gap: 0.5rem;
}

.c-gap-y-2 {
  row-gap: 0.5rem;
}

.c-gap-3 {
  gap: 0.75rem;
}

.c-gap-x-3 {
  column-gap: 0.75rem;
}

.c-gap-y-3 {
  row-gap: 0.75rem;
}

.c-gap-4 {
  gap: 1rem;
}

.c-gap-x-4 {
  column-gap: 1rem;
}

.c-gap-y-4 {
  row-gap: 1rem;
}

.c-gap-5 {
  gap: 1.25rem;
}

.c-gap-x-5 {
  column-gap: 1.25rem;
}

.c-gap-y-5 {
  row-gap: 1.25rem;
}

.c-gap-6 {
  gap: 1.5rem;
}

.c-gap-x-6 {
  column-gap: 1.5rem;
}

.c-gap-y-6 {
  row-gap: 1.5rem;
}

.c-gap-7 {
  gap: 1.75rem;
}

.c-gap-x-7 {
  column-gap: 1.75rem;
}

.c-gap-y-7 {
  row-gap: 1.75rem;
}

.c-gap-8 {
  gap: 2rem;
}

.c-gap-x-8 {
  column-gap: 2rem;
}

.c-gap-y-8 {
  row-gap: 2rem;
}

.c-gap-9 {
  gap: 2.25rem;
}

.c-gap-x-9 {
  column-gap: 2.25rem;
}

.c-gap-y-9 {
  row-gap: 2.25rem;
}

.c-gap-10 {
  gap: 2.5rem;
}

.c-gap-x-10 {
  column-gap: 2.5rem;
}

.c-gap-y-10 {
  row-gap: 2.5rem;
}

.c-gap-11 {
  gap: 2.75rem;
}

.c-gap-x-11 {
  column-gap: 2.75rem;
}

.c-gap-y-11 {
  row-gap: 2.75rem;
}

.c-gap-12 {
  gap: 3rem;
}

.c-gap-x-12 {
  column-gap: 3rem;
}

.c-gap-y-12 {
  row-gap: 3rem;
}

@container c-form-container (min-width: 576px) {
  .c-grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c-grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .c-grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .c-grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .c-grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .c-grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .c-grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .c-grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .c-grid-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .c-grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .c-grid-cols-sm-none {
    grid-template-columns: none;
  }
  .c-col-span-sm-1 {
    grid-column: span 1/span 1;
  }
  .c-col-span-sm-2 {
    grid-column: span 2/span 2;
  }
  .c-col-span-sm-3 {
    grid-column: span 3/span 3;
  }
  .c-col-span-sm-4 {
    grid-column: span 4/span 4;
  }
  .c-col-span-sm-5 {
    grid-column: span 5/span 5;
  }
  .c-col-span-sm-6 {
    grid-column: span 6/span 6;
  }
  .c-col-span-sm-7 {
    grid-column: span 7/span 7;
  }
  .c-col-span-sm-8 {
    grid-column: span 8/span 8;
  }
  .c-col-span-sm-9 {
    grid-column: span 9/span 9;
  }
  .c-col-span-sm-10 {
    grid-column: span 10/span 10;
  }
  .c-col-span-sm-11 {
    grid-column: span 11/span 11;
  }
  .c-col-span-sm-12 {
    grid-column: span 12/span 12;
  }
  .c-col-span-sm-full {
    grid-column: 1/-1;
  }
  .c-col-span-sm-auto {
    grid-column: auto;
  }
  .c-col-start-sm-1 {
    grid-column-start: 1;
  }
  .c-col-start-sm-2 {
    grid-column-start: 2;
  }
  .c-col-start-sm-3 {
    grid-column-start: 3;
  }
  .c-col-start-sm-4 {
    grid-column-start: 4;
  }
  .c-col-start-sm-5 {
    grid-column-start: 5;
  }
  .c-col-start-sm-6 {
    grid-column-start: 6;
  }
  .c-col-start-sm-7 {
    grid-column-start: 7;
  }
  .c-col-start-sm-8 {
    grid-column-start: 8;
  }
  .c-col-start-sm-9 {
    grid-column-start: 9;
  }
  .c-col-start-sm-10 {
    grid-column-start: 10;
  }
  .c-col-start-sm-11 {
    grid-column-start: 11;
  }
  .c-col-start-sm-12 {
    grid-column-start: 12;
  }
  .c-col-start-sm-13 {
    grid-column-start: 13;
  }
  .c-col-start-sm-auto {
    grid-column-start: auto;
  }
  .c-col-end-sm-1 {
    grid-column-end: 1;
  }
  .c-col-end-sm-2 {
    grid-column-end: 2;
  }
  .c-col-end-sm-3 {
    grid-column-end: 3;
  }
  .c-col-end-sm-4 {
    grid-column-end: 4;
  }
  .c-col-end-sm-5 {
    grid-column-end: 5;
  }
  .c-col-end-sm-6 {
    grid-column-end: 6;
  }
  .c-col-end-sm-7 {
    grid-column-end: 7;
  }
  .c-col-end-sm-8 {
    grid-column-end: 8;
  }
  .c-col-end-sm-9 {
    grid-column-end: 9;
  }
  .c-col-end-sm-10 {
    grid-column-end: 10;
  }
  .c-col-end-sm-11 {
    grid-column-end: 11;
  }
  .c-col-end-sm-12 {
    grid-column-end: 12;
  }
  .c-col-end-sm-13 {
    grid-column-end: 13;
  }
  .c-col-end-sm-auto {
    grid-column-end: auto;
  }
  .c-row-span-sm-1 {
    grid-row: span 1/span 1;
  }
  .c-row-span-sm-2 {
    grid-row: span 2/span 2;
  }
  .c-row-span-sm-3 {
    grid-row: span 3/span 3;
  }
  .c-row-span-sm-4 {
    grid-row: span 4/span 4;
  }
  .c-row-span-sm-5 {
    grid-row: span 5/span 5;
  }
  .c-row-span-sm-6 {
    grid-row: span 6/span 6;
  }
  .c-row-span-sm-7 {
    grid-row: span 7/span 7;
  }
  .c-row-span-sm-8 {
    grid-row: span 8/span 8;
  }
  .c-row-span-sm-9 {
    grid-row: span 9/span 9;
  }
  .c-row-span-sm-10 {
    grid-row: span 10/span 10;
  }
  .c-row-span-sm-11 {
    grid-row: span 11/span 11;
  }
  .c-row-span-sm-12 {
    grid-row: span 12/span 12;
  }
  .c-row-span-sm-full {
    grid-row: 1/-1;
  }
  .c-row-span-sm-auto {
    grid-row: auto;
  }
  .c-row-start-sm-1 {
    grid-row-start: 1;
  }
  .c-row-start-sm-2 {
    grid-row-start: 2;
  }
  .c-row-start-sm-3 {
    grid-row-start: 3;
  }
  .c-row-start-sm-4 {
    grid-row-start: 4;
  }
  .c-row-start-sm-5 {
    grid-row-start: 5;
  }
  .c-row-start-sm-6 {
    grid-row-start: 6;
  }
  .c-row-start-sm-7 {
    grid-row-start: 7;
  }
  .c-row-start-sm-8 {
    grid-row-start: 8;
  }
  .c-row-start-sm-9 {
    grid-row-start: 9;
  }
  .c-row-start-sm-10 {
    grid-row-start: 10;
  }
  .c-row-start-sm-11 {
    grid-row-start: 11;
  }
  .c-row-start-sm-12 {
    grid-row-start: 12;
  }
  .c-row-start-sm-13 {
    grid-row-start: 13;
  }
  .c-row-start-sm-auto {
    grid-row-start: auto;
  }
  .c-row-end-sm-1 {
    grid-row-end: 1;
  }
  .c-row-end-sm-2 {
    grid-row-end: 2;
  }
  .c-row-end-sm-3 {
    grid-row-end: 3;
  }
  .c-row-end-sm-4 {
    grid-row-end: 4;
  }
  .c-row-end-sm-5 {
    grid-row-end: 5;
  }
  .c-row-end-sm-6 {
    grid-row-end: 6;
  }
  .c-row-end-sm-7 {
    grid-row-end: 7;
  }
  .c-row-end-sm-8 {
    grid-row-end: 8;
  }
  .c-row-end-sm-9 {
    grid-row-end: 9;
  }
  .c-row-end-sm-10 {
    grid-row-end: 10;
  }
  .c-row-end-sm-11 {
    grid-row-end: 11;
  }
  .c-row-end-sm-12 {
    grid-row-end: 12;
  }
  .c-row-end-sm-13 {
    grid-row-end: 13;
  }
  .c-row-end-sm-auto {
    grid-row-end: auto;
  }
  .c-gap-sm-0 {
    gap: 0rem;
  }
  .c-gap-x-sm-0 {
    column-gap: 0rem;
  }
  .c-gap-y-sm-0 {
    row-gap: 0rem;
  }
  .c-gap-sm-1 {
    gap: 0.25rem;
  }
  .c-gap-x-sm-1 {
    column-gap: 0.25rem;
  }
  .c-gap-y-sm-1 {
    row-gap: 0.25rem;
  }
  .c-gap-sm-2 {
    gap: 0.5rem;
  }
  .c-gap-x-sm-2 {
    column-gap: 0.5rem;
  }
  .c-gap-y-sm-2 {
    row-gap: 0.5rem;
  }
  .c-gap-sm-3 {
    gap: 0.75rem;
  }
  .c-gap-x-sm-3 {
    column-gap: 0.75rem;
  }
  .c-gap-y-sm-3 {
    row-gap: 0.75rem;
  }
  .c-gap-sm-4 {
    gap: 1rem;
  }
  .c-gap-x-sm-4 {
    column-gap: 1rem;
  }
  .c-gap-y-sm-4 {
    row-gap: 1rem;
  }
  .c-gap-sm-5 {
    gap: 1.25rem;
  }
  .c-gap-x-sm-5 {
    column-gap: 1.25rem;
  }
  .c-gap-y-sm-5 {
    row-gap: 1.25rem;
  }
  .c-gap-sm-6 {
    gap: 1.5rem;
  }
  .c-gap-x-sm-6 {
    column-gap: 1.5rem;
  }
  .c-gap-y-sm-6 {
    row-gap: 1.5rem;
  }
  .c-gap-sm-7 {
    gap: 1.75rem;
  }
  .c-gap-x-sm-7 {
    column-gap: 1.75rem;
  }
  .c-gap-y-sm-7 {
    row-gap: 1.75rem;
  }
  .c-gap-sm-8 {
    gap: 2rem;
  }
  .c-gap-x-sm-8 {
    column-gap: 2rem;
  }
  .c-gap-y-sm-8 {
    row-gap: 2rem;
  }
  .c-gap-sm-9 {
    gap: 2.25rem;
  }
  .c-gap-x-sm-9 {
    column-gap: 2.25rem;
  }
  .c-gap-y-sm-9 {
    row-gap: 2.25rem;
  }
  .c-gap-sm-10 {
    gap: 2.5rem;
  }
  .c-gap-x-sm-10 {
    column-gap: 2.5rem;
  }
  .c-gap-y-sm-10 {
    row-gap: 2.5rem;
  }
  .c-gap-sm-11 {
    gap: 2.75rem;
  }
  .c-gap-x-sm-11 {
    column-gap: 2.75rem;
  }
  .c-gap-y-sm-11 {
    row-gap: 2.75rem;
  }
  .c-gap-sm-12 {
    gap: 3rem;
  }
  .c-gap-x-sm-12 {
    column-gap: 3rem;
  }
  .c-gap-y-sm-12 {
    row-gap: 3rem;
  }
}
@container c-form-container (min-width: 768px) {
  .c-grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c-grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .c-grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .c-grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .c-grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .c-grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .c-grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .c-grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .c-grid-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .c-grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .c-grid-cols-md-none {
    grid-template-columns: none;
  }
  .c-col-span-md-1 {
    grid-column: span 1/span 1;
  }
  .c-col-span-md-2 {
    grid-column: span 2/span 2;
  }
  .c-col-span-md-3 {
    grid-column: span 3/span 3;
  }
  .c-col-span-md-4 {
    grid-column: span 4/span 4;
  }
  .c-col-span-md-5 {
    grid-column: span 5/span 5;
  }
  .c-col-span-md-6 {
    grid-column: span 6/span 6;
  }
  .c-col-span-md-7 {
    grid-column: span 7/span 7;
  }
  .c-col-span-md-8 {
    grid-column: span 8/span 8;
  }
  .c-col-span-md-9 {
    grid-column: span 9/span 9;
  }
  .c-col-span-md-10 {
    grid-column: span 10/span 10;
  }
  .c-col-span-md-11 {
    grid-column: span 11/span 11;
  }
  .c-col-span-md-12 {
    grid-column: span 12/span 12;
  }
  .c-col-span-md-full {
    grid-column: 1/-1;
  }
  .c-col-span-md-auto {
    grid-column: auto;
  }
  .c-col-start-md-1 {
    grid-column-start: 1;
  }
  .c-col-start-md-2 {
    grid-column-start: 2;
  }
  .c-col-start-md-3 {
    grid-column-start: 3;
  }
  .c-col-start-md-4 {
    grid-column-start: 4;
  }
  .c-col-start-md-5 {
    grid-column-start: 5;
  }
  .c-col-start-md-6 {
    grid-column-start: 6;
  }
  .c-col-start-md-7 {
    grid-column-start: 7;
  }
  .c-col-start-md-8 {
    grid-column-start: 8;
  }
  .c-col-start-md-9 {
    grid-column-start: 9;
  }
  .c-col-start-md-10 {
    grid-column-start: 10;
  }
  .c-col-start-md-11 {
    grid-column-start: 11;
  }
  .c-col-start-md-12 {
    grid-column-start: 12;
  }
  .c-col-start-md-13 {
    grid-column-start: 13;
  }
  .c-col-start-md-auto {
    grid-column-start: auto;
  }
  .c-col-end-md-1 {
    grid-column-end: 1;
  }
  .c-col-end-md-2 {
    grid-column-end: 2;
  }
  .c-col-end-md-3 {
    grid-column-end: 3;
  }
  .c-col-end-md-4 {
    grid-column-end: 4;
  }
  .c-col-end-md-5 {
    grid-column-end: 5;
  }
  .c-col-end-md-6 {
    grid-column-end: 6;
  }
  .c-col-end-md-7 {
    grid-column-end: 7;
  }
  .c-col-end-md-8 {
    grid-column-end: 8;
  }
  .c-col-end-md-9 {
    grid-column-end: 9;
  }
  .c-col-end-md-10 {
    grid-column-end: 10;
  }
  .c-col-end-md-11 {
    grid-column-end: 11;
  }
  .c-col-end-md-12 {
    grid-column-end: 12;
  }
  .c-col-end-md-13 {
    grid-column-end: 13;
  }
  .c-col-end-md-auto {
    grid-column-end: auto;
  }
  .c-row-span-md-1 {
    grid-row: span 1/span 1;
  }
  .c-row-span-md-2 {
    grid-row: span 2/span 2;
  }
  .c-row-span-md-3 {
    grid-row: span 3/span 3;
  }
  .c-row-span-md-4 {
    grid-row: span 4/span 4;
  }
  .c-row-span-md-5 {
    grid-row: span 5/span 5;
  }
  .c-row-span-md-6 {
    grid-row: span 6/span 6;
  }
  .c-row-span-md-7 {
    grid-row: span 7/span 7;
  }
  .c-row-span-md-8 {
    grid-row: span 8/span 8;
  }
  .c-row-span-md-9 {
    grid-row: span 9/span 9;
  }
  .c-row-span-md-10 {
    grid-row: span 10/span 10;
  }
  .c-row-span-md-11 {
    grid-row: span 11/span 11;
  }
  .c-row-span-md-12 {
    grid-row: span 12/span 12;
  }
  .c-row-span-md-full {
    grid-row: 1/-1;
  }
  .c-row-span-md-auto {
    grid-row: auto;
  }
  .c-row-start-md-1 {
    grid-row-start: 1;
  }
  .c-row-start-md-2 {
    grid-row-start: 2;
  }
  .c-row-start-md-3 {
    grid-row-start: 3;
  }
  .c-row-start-md-4 {
    grid-row-start: 4;
  }
  .c-row-start-md-5 {
    grid-row-start: 5;
  }
  .c-row-start-md-6 {
    grid-row-start: 6;
  }
  .c-row-start-md-7 {
    grid-row-start: 7;
  }
  .c-row-start-md-8 {
    grid-row-start: 8;
  }
  .c-row-start-md-9 {
    grid-row-start: 9;
  }
  .c-row-start-md-10 {
    grid-row-start: 10;
  }
  .c-row-start-md-11 {
    grid-row-start: 11;
  }
  .c-row-start-md-12 {
    grid-row-start: 12;
  }
  .c-row-start-md-13 {
    grid-row-start: 13;
  }
  .c-row-start-md-auto {
    grid-row-start: auto;
  }
  .c-row-end-md-1 {
    grid-row-end: 1;
  }
  .c-row-end-md-2 {
    grid-row-end: 2;
  }
  .c-row-end-md-3 {
    grid-row-end: 3;
  }
  .c-row-end-md-4 {
    grid-row-end: 4;
  }
  .c-row-end-md-5 {
    grid-row-end: 5;
  }
  .c-row-end-md-6 {
    grid-row-end: 6;
  }
  .c-row-end-md-7 {
    grid-row-end: 7;
  }
  .c-row-end-md-8 {
    grid-row-end: 8;
  }
  .c-row-end-md-9 {
    grid-row-end: 9;
  }
  .c-row-end-md-10 {
    grid-row-end: 10;
  }
  .c-row-end-md-11 {
    grid-row-end: 11;
  }
  .c-row-end-md-12 {
    grid-row-end: 12;
  }
  .c-row-end-md-13 {
    grid-row-end: 13;
  }
  .c-row-end-md-auto {
    grid-row-end: auto;
  }
  .c-gap-md-0 {
    gap: 0rem;
  }
  .c-gap-x-md-0 {
    column-gap: 0rem;
  }
  .c-gap-y-md-0 {
    row-gap: 0rem;
  }
  .c-gap-md-1 {
    gap: 0.25rem;
  }
  .c-gap-x-md-1 {
    column-gap: 0.25rem;
  }
  .c-gap-y-md-1 {
    row-gap: 0.25rem;
  }
  .c-gap-md-2 {
    gap: 0.5rem;
  }
  .c-gap-x-md-2 {
    column-gap: 0.5rem;
  }
  .c-gap-y-md-2 {
    row-gap: 0.5rem;
  }
  .c-gap-md-3 {
    gap: 0.75rem;
  }
  .c-gap-x-md-3 {
    column-gap: 0.75rem;
  }
  .c-gap-y-md-3 {
    row-gap: 0.75rem;
  }
  .c-gap-md-4 {
    gap: 1rem;
  }
  .c-gap-x-md-4 {
    column-gap: 1rem;
  }
  .c-gap-y-md-4 {
    row-gap: 1rem;
  }
  .c-gap-md-5 {
    gap: 1.25rem;
  }
  .c-gap-x-md-5 {
    column-gap: 1.25rem;
  }
  .c-gap-y-md-5 {
    row-gap: 1.25rem;
  }
  .c-gap-md-6 {
    gap: 1.5rem;
  }
  .c-gap-x-md-6 {
    column-gap: 1.5rem;
  }
  .c-gap-y-md-6 {
    row-gap: 1.5rem;
  }
  .c-gap-md-7 {
    gap: 1.75rem;
  }
  .c-gap-x-md-7 {
    column-gap: 1.75rem;
  }
  .c-gap-y-md-7 {
    row-gap: 1.75rem;
  }
  .c-gap-md-8 {
    gap: 2rem;
  }
  .c-gap-x-md-8 {
    column-gap: 2rem;
  }
  .c-gap-y-md-8 {
    row-gap: 2rem;
  }
  .c-gap-md-9 {
    gap: 2.25rem;
  }
  .c-gap-x-md-9 {
    column-gap: 2.25rem;
  }
  .c-gap-y-md-9 {
    row-gap: 2.25rem;
  }
  .c-gap-md-10 {
    gap: 2.5rem;
  }
  .c-gap-x-md-10 {
    column-gap: 2.5rem;
  }
  .c-gap-y-md-10 {
    row-gap: 2.5rem;
  }
  .c-gap-md-11 {
    gap: 2.75rem;
  }
  .c-gap-x-md-11 {
    column-gap: 2.75rem;
  }
  .c-gap-y-md-11 {
    row-gap: 2.75rem;
  }
  .c-gap-md-12 {
    gap: 3rem;
  }
  .c-gap-x-md-12 {
    column-gap: 3rem;
  }
  .c-gap-y-md-12 {
    row-gap: 3rem;
  }
}
@container c-form-container (min-width: 992px) {
  .c-grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c-grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .c-grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .c-grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .c-grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .c-grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .c-grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .c-grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .c-grid-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .c-grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .c-grid-cols-lg-none {
    grid-template-columns: none;
  }
  .c-col-span-lg-1 {
    grid-column: span 1/span 1;
  }
  .c-col-span-lg-2 {
    grid-column: span 2/span 2;
  }
  .c-col-span-lg-3 {
    grid-column: span 3/span 3;
  }
  .c-col-span-lg-4 {
    grid-column: span 4/span 4;
  }
  .c-col-span-lg-5 {
    grid-column: span 5/span 5;
  }
  .c-col-span-lg-6 {
    grid-column: span 6/span 6;
  }
  .c-col-span-lg-7 {
    grid-column: span 7/span 7;
  }
  .c-col-span-lg-8 {
    grid-column: span 8/span 8;
  }
  .c-col-span-lg-9 {
    grid-column: span 9/span 9;
  }
  .c-col-span-lg-10 {
    grid-column: span 10/span 10;
  }
  .c-col-span-lg-11 {
    grid-column: span 11/span 11;
  }
  .c-col-span-lg-12 {
    grid-column: span 12/span 12;
  }
  .c-col-span-lg-full {
    grid-column: 1/-1;
  }
  .c-col-span-lg-auto {
    grid-column: auto;
  }
  .c-col-start-lg-1 {
    grid-column-start: 1;
  }
  .c-col-start-lg-2 {
    grid-column-start: 2;
  }
  .c-col-start-lg-3 {
    grid-column-start: 3;
  }
  .c-col-start-lg-4 {
    grid-column-start: 4;
  }
  .c-col-start-lg-5 {
    grid-column-start: 5;
  }
  .c-col-start-lg-6 {
    grid-column-start: 6;
  }
  .c-col-start-lg-7 {
    grid-column-start: 7;
  }
  .c-col-start-lg-8 {
    grid-column-start: 8;
  }
  .c-col-start-lg-9 {
    grid-column-start: 9;
  }
  .c-col-start-lg-10 {
    grid-column-start: 10;
  }
  .c-col-start-lg-11 {
    grid-column-start: 11;
  }
  .c-col-start-lg-12 {
    grid-column-start: 12;
  }
  .c-col-start-lg-13 {
    grid-column-start: 13;
  }
  .c-col-start-lg-auto {
    grid-column-start: auto;
  }
  .c-col-end-lg-1 {
    grid-column-end: 1;
  }
  .c-col-end-lg-2 {
    grid-column-end: 2;
  }
  .c-col-end-lg-3 {
    grid-column-end: 3;
  }
  .c-col-end-lg-4 {
    grid-column-end: 4;
  }
  .c-col-end-lg-5 {
    grid-column-end: 5;
  }
  .c-col-end-lg-6 {
    grid-column-end: 6;
  }
  .c-col-end-lg-7 {
    grid-column-end: 7;
  }
  .c-col-end-lg-8 {
    grid-column-end: 8;
  }
  .c-col-end-lg-9 {
    grid-column-end: 9;
  }
  .c-col-end-lg-10 {
    grid-column-end: 10;
  }
  .c-col-end-lg-11 {
    grid-column-end: 11;
  }
  .c-col-end-lg-12 {
    grid-column-end: 12;
  }
  .c-col-end-lg-13 {
    grid-column-end: 13;
  }
  .c-col-end-lg-auto {
    grid-column-end: auto;
  }
  .c-row-span-lg-1 {
    grid-row: span 1/span 1;
  }
  .c-row-span-lg-2 {
    grid-row: span 2/span 2;
  }
  .c-row-span-lg-3 {
    grid-row: span 3/span 3;
  }
  .c-row-span-lg-4 {
    grid-row: span 4/span 4;
  }
  .c-row-span-lg-5 {
    grid-row: span 5/span 5;
  }
  .c-row-span-lg-6 {
    grid-row: span 6/span 6;
  }
  .c-row-span-lg-7 {
    grid-row: span 7/span 7;
  }
  .c-row-span-lg-8 {
    grid-row: span 8/span 8;
  }
  .c-row-span-lg-9 {
    grid-row: span 9/span 9;
  }
  .c-row-span-lg-10 {
    grid-row: span 10/span 10;
  }
  .c-row-span-lg-11 {
    grid-row: span 11/span 11;
  }
  .c-row-span-lg-12 {
    grid-row: span 12/span 12;
  }
  .c-row-span-lg-full {
    grid-row: 1/-1;
  }
  .c-row-span-lg-auto {
    grid-row: auto;
  }
  .c-row-start-lg-1 {
    grid-row-start: 1;
  }
  .c-row-start-lg-2 {
    grid-row-start: 2;
  }
  .c-row-start-lg-3 {
    grid-row-start: 3;
  }
  .c-row-start-lg-4 {
    grid-row-start: 4;
  }
  .c-row-start-lg-5 {
    grid-row-start: 5;
  }
  .c-row-start-lg-6 {
    grid-row-start: 6;
  }
  .c-row-start-lg-7 {
    grid-row-start: 7;
  }
  .c-row-start-lg-8 {
    grid-row-start: 8;
  }
  .c-row-start-lg-9 {
    grid-row-start: 9;
  }
  .c-row-start-lg-10 {
    grid-row-start: 10;
  }
  .c-row-start-lg-11 {
    grid-row-start: 11;
  }
  .c-row-start-lg-12 {
    grid-row-start: 12;
  }
  .c-row-start-lg-13 {
    grid-row-start: 13;
  }
  .c-row-start-lg-auto {
    grid-row-start: auto;
  }
  .c-row-end-lg-1 {
    grid-row-end: 1;
  }
  .c-row-end-lg-2 {
    grid-row-end: 2;
  }
  .c-row-end-lg-3 {
    grid-row-end: 3;
  }
  .c-row-end-lg-4 {
    grid-row-end: 4;
  }
  .c-row-end-lg-5 {
    grid-row-end: 5;
  }
  .c-row-end-lg-6 {
    grid-row-end: 6;
  }
  .c-row-end-lg-7 {
    grid-row-end: 7;
  }
  .c-row-end-lg-8 {
    grid-row-end: 8;
  }
  .c-row-end-lg-9 {
    grid-row-end: 9;
  }
  .c-row-end-lg-10 {
    grid-row-end: 10;
  }
  .c-row-end-lg-11 {
    grid-row-end: 11;
  }
  .c-row-end-lg-12 {
    grid-row-end: 12;
  }
  .c-row-end-lg-13 {
    grid-row-end: 13;
  }
  .c-row-end-lg-auto {
    grid-row-end: auto;
  }
  .c-gap-lg-0 {
    gap: 0rem;
  }
  .c-gap-x-lg-0 {
    column-gap: 0rem;
  }
  .c-gap-y-lg-0 {
    row-gap: 0rem;
  }
  .c-gap-lg-1 {
    gap: 0.25rem;
  }
  .c-gap-x-lg-1 {
    column-gap: 0.25rem;
  }
  .c-gap-y-lg-1 {
    row-gap: 0.25rem;
  }
  .c-gap-lg-2 {
    gap: 0.5rem;
  }
  .c-gap-x-lg-2 {
    column-gap: 0.5rem;
  }
  .c-gap-y-lg-2 {
    row-gap: 0.5rem;
  }
  .c-gap-lg-3 {
    gap: 0.75rem;
  }
  .c-gap-x-lg-3 {
    column-gap: 0.75rem;
  }
  .c-gap-y-lg-3 {
    row-gap: 0.75rem;
  }
  .c-gap-lg-4 {
    gap: 1rem;
  }
  .c-gap-x-lg-4 {
    column-gap: 1rem;
  }
  .c-gap-y-lg-4 {
    row-gap: 1rem;
  }
  .c-gap-lg-5 {
    gap: 1.25rem;
  }
  .c-gap-x-lg-5 {
    column-gap: 1.25rem;
  }
  .c-gap-y-lg-5 {
    row-gap: 1.25rem;
  }
  .c-gap-lg-6 {
    gap: 1.5rem;
  }
  .c-gap-x-lg-6 {
    column-gap: 1.5rem;
  }
  .c-gap-y-lg-6 {
    row-gap: 1.5rem;
  }
  .c-gap-lg-7 {
    gap: 1.75rem;
  }
  .c-gap-x-lg-7 {
    column-gap: 1.75rem;
  }
  .c-gap-y-lg-7 {
    row-gap: 1.75rem;
  }
  .c-gap-lg-8 {
    gap: 2rem;
  }
  .c-gap-x-lg-8 {
    column-gap: 2rem;
  }
  .c-gap-y-lg-8 {
    row-gap: 2rem;
  }
  .c-gap-lg-9 {
    gap: 2.25rem;
  }
  .c-gap-x-lg-9 {
    column-gap: 2.25rem;
  }
  .c-gap-y-lg-9 {
    row-gap: 2.25rem;
  }
  .c-gap-lg-10 {
    gap: 2.5rem;
  }
  .c-gap-x-lg-10 {
    column-gap: 2.5rem;
  }
  .c-gap-y-lg-10 {
    row-gap: 2.5rem;
  }
  .c-gap-lg-11 {
    gap: 2.75rem;
  }
  .c-gap-x-lg-11 {
    column-gap: 2.75rem;
  }
  .c-gap-y-lg-11 {
    row-gap: 2.75rem;
  }
  .c-gap-lg-12 {
    gap: 3rem;
  }
  .c-gap-x-lg-12 {
    column-gap: 3rem;
  }
  .c-gap-y-lg-12 {
    row-gap: 3rem;
  }
}
@container c-form-container (min-width: 1200px) {
  .c-grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c-grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-grid-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .c-grid-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .c-grid-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .c-grid-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .c-grid-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .c-grid-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .c-grid-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .c-grid-cols-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .c-grid-cols-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .c-grid-cols-xl-none {
    grid-template-columns: none;
  }
  .c-col-span-xl-1 {
    grid-column: span 1/span 1;
  }
  .c-col-span-xl-2 {
    grid-column: span 2/span 2;
  }
  .c-col-span-xl-3 {
    grid-column: span 3/span 3;
  }
  .c-col-span-xl-4 {
    grid-column: span 4/span 4;
  }
  .c-col-span-xl-5 {
    grid-column: span 5/span 5;
  }
  .c-col-span-xl-6 {
    grid-column: span 6/span 6;
  }
  .c-col-span-xl-7 {
    grid-column: span 7/span 7;
  }
  .c-col-span-xl-8 {
    grid-column: span 8/span 8;
  }
  .c-col-span-xl-9 {
    grid-column: span 9/span 9;
  }
  .c-col-span-xl-10 {
    grid-column: span 10/span 10;
  }
  .c-col-span-xl-11 {
    grid-column: span 11/span 11;
  }
  .c-col-span-xl-12 {
    grid-column: span 12/span 12;
  }
  .c-col-span-xl-full {
    grid-column: 1/-1;
  }
  .c-col-span-xl-auto {
    grid-column: auto;
  }
  .c-col-start-xl-1 {
    grid-column-start: 1;
  }
  .c-col-start-xl-2 {
    grid-column-start: 2;
  }
  .c-col-start-xl-3 {
    grid-column-start: 3;
  }
  .c-col-start-xl-4 {
    grid-column-start: 4;
  }
  .c-col-start-xl-5 {
    grid-column-start: 5;
  }
  .c-col-start-xl-6 {
    grid-column-start: 6;
  }
  .c-col-start-xl-7 {
    grid-column-start: 7;
  }
  .c-col-start-xl-8 {
    grid-column-start: 8;
  }
  .c-col-start-xl-9 {
    grid-column-start: 9;
  }
  .c-col-start-xl-10 {
    grid-column-start: 10;
  }
  .c-col-start-xl-11 {
    grid-column-start: 11;
  }
  .c-col-start-xl-12 {
    grid-column-start: 12;
  }
  .c-col-start-xl-13 {
    grid-column-start: 13;
  }
  .c-col-start-xl-auto {
    grid-column-start: auto;
  }
  .c-col-end-xl-1 {
    grid-column-end: 1;
  }
  .c-col-end-xl-2 {
    grid-column-end: 2;
  }
  .c-col-end-xl-3 {
    grid-column-end: 3;
  }
  .c-col-end-xl-4 {
    grid-column-end: 4;
  }
  .c-col-end-xl-5 {
    grid-column-end: 5;
  }
  .c-col-end-xl-6 {
    grid-column-end: 6;
  }
  .c-col-end-xl-7 {
    grid-column-end: 7;
  }
  .c-col-end-xl-8 {
    grid-column-end: 8;
  }
  .c-col-end-xl-9 {
    grid-column-end: 9;
  }
  .c-col-end-xl-10 {
    grid-column-end: 10;
  }
  .c-col-end-xl-11 {
    grid-column-end: 11;
  }
  .c-col-end-xl-12 {
    grid-column-end: 12;
  }
  .c-col-end-xl-13 {
    grid-column-end: 13;
  }
  .c-col-end-xl-auto {
    grid-column-end: auto;
  }
  .c-row-span-xl-1 {
    grid-row: span 1/span 1;
  }
  .c-row-span-xl-2 {
    grid-row: span 2/span 2;
  }
  .c-row-span-xl-3 {
    grid-row: span 3/span 3;
  }
  .c-row-span-xl-4 {
    grid-row: span 4/span 4;
  }
  .c-row-span-xl-5 {
    grid-row: span 5/span 5;
  }
  .c-row-span-xl-6 {
    grid-row: span 6/span 6;
  }
  .c-row-span-xl-7 {
    grid-row: span 7/span 7;
  }
  .c-row-span-xl-8 {
    grid-row: span 8/span 8;
  }
  .c-row-span-xl-9 {
    grid-row: span 9/span 9;
  }
  .c-row-span-xl-10 {
    grid-row: span 10/span 10;
  }
  .c-row-span-xl-11 {
    grid-row: span 11/span 11;
  }
  .c-row-span-xl-12 {
    grid-row: span 12/span 12;
  }
  .c-row-span-xl-full {
    grid-row: 1/-1;
  }
  .c-row-span-xl-auto {
    grid-row: auto;
  }
  .c-row-start-xl-1 {
    grid-row-start: 1;
  }
  .c-row-start-xl-2 {
    grid-row-start: 2;
  }
  .c-row-start-xl-3 {
    grid-row-start: 3;
  }
  .c-row-start-xl-4 {
    grid-row-start: 4;
  }
  .c-row-start-xl-5 {
    grid-row-start: 5;
  }
  .c-row-start-xl-6 {
    grid-row-start: 6;
  }
  .c-row-start-xl-7 {
    grid-row-start: 7;
  }
  .c-row-start-xl-8 {
    grid-row-start: 8;
  }
  .c-row-start-xl-9 {
    grid-row-start: 9;
  }
  .c-row-start-xl-10 {
    grid-row-start: 10;
  }
  .c-row-start-xl-11 {
    grid-row-start: 11;
  }
  .c-row-start-xl-12 {
    grid-row-start: 12;
  }
  .c-row-start-xl-13 {
    grid-row-start: 13;
  }
  .c-row-start-xl-auto {
    grid-row-start: auto;
  }
  .c-row-end-xl-1 {
    grid-row-end: 1;
  }
  .c-row-end-xl-2 {
    grid-row-end: 2;
  }
  .c-row-end-xl-3 {
    grid-row-end: 3;
  }
  .c-row-end-xl-4 {
    grid-row-end: 4;
  }
  .c-row-end-xl-5 {
    grid-row-end: 5;
  }
  .c-row-end-xl-6 {
    grid-row-end: 6;
  }
  .c-row-end-xl-7 {
    grid-row-end: 7;
  }
  .c-row-end-xl-8 {
    grid-row-end: 8;
  }
  .c-row-end-xl-9 {
    grid-row-end: 9;
  }
  .c-row-end-xl-10 {
    grid-row-end: 10;
  }
  .c-row-end-xl-11 {
    grid-row-end: 11;
  }
  .c-row-end-xl-12 {
    grid-row-end: 12;
  }
  .c-row-end-xl-13 {
    grid-row-end: 13;
  }
  .c-row-end-xl-auto {
    grid-row-end: auto;
  }
  .c-gap-xl-0 {
    gap: 0rem;
  }
  .c-gap-x-xl-0 {
    column-gap: 0rem;
  }
  .c-gap-y-xl-0 {
    row-gap: 0rem;
  }
  .c-gap-xl-1 {
    gap: 0.25rem;
  }
  .c-gap-x-xl-1 {
    column-gap: 0.25rem;
  }
  .c-gap-y-xl-1 {
    row-gap: 0.25rem;
  }
  .c-gap-xl-2 {
    gap: 0.5rem;
  }
  .c-gap-x-xl-2 {
    column-gap: 0.5rem;
  }
  .c-gap-y-xl-2 {
    row-gap: 0.5rem;
  }
  .c-gap-xl-3 {
    gap: 0.75rem;
  }
  .c-gap-x-xl-3 {
    column-gap: 0.75rem;
  }
  .c-gap-y-xl-3 {
    row-gap: 0.75rem;
  }
  .c-gap-xl-4 {
    gap: 1rem;
  }
  .c-gap-x-xl-4 {
    column-gap: 1rem;
  }
  .c-gap-y-xl-4 {
    row-gap: 1rem;
  }
  .c-gap-xl-5 {
    gap: 1.25rem;
  }
  .c-gap-x-xl-5 {
    column-gap: 1.25rem;
  }
  .c-gap-y-xl-5 {
    row-gap: 1.25rem;
  }
  .c-gap-xl-6 {
    gap: 1.5rem;
  }
  .c-gap-x-xl-6 {
    column-gap: 1.5rem;
  }
  .c-gap-y-xl-6 {
    row-gap: 1.5rem;
  }
  .c-gap-xl-7 {
    gap: 1.75rem;
  }
  .c-gap-x-xl-7 {
    column-gap: 1.75rem;
  }
  .c-gap-y-xl-7 {
    row-gap: 1.75rem;
  }
  .c-gap-xl-8 {
    gap: 2rem;
  }
  .c-gap-x-xl-8 {
    column-gap: 2rem;
  }
  .c-gap-y-xl-8 {
    row-gap: 2rem;
  }
  .c-gap-xl-9 {
    gap: 2.25rem;
  }
  .c-gap-x-xl-9 {
    column-gap: 2.25rem;
  }
  .c-gap-y-xl-9 {
    row-gap: 2.25rem;
  }
  .c-gap-xl-10 {
    gap: 2.5rem;
  }
  .c-gap-x-xl-10 {
    column-gap: 2.5rem;
  }
  .c-gap-y-xl-10 {
    row-gap: 2.5rem;
  }
  .c-gap-xl-11 {
    gap: 2.75rem;
  }
  .c-gap-x-xl-11 {
    column-gap: 2.75rem;
  }
  .c-gap-y-xl-11 {
    row-gap: 2.75rem;
  }
  .c-gap-xl-12 {
    gap: 3rem;
  }
  .c-gap-x-xl-12 {
    column-gap: 3rem;
  }
  .c-gap-y-xl-12 {
    row-gap: 3rem;
  }
}
@container c-form-container (min-width: 1400px) {
  .c-grid-cols-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .c-grid-cols-xxl-none {
    grid-template-columns: none;
  }
  .c-col-span-xxl-1 {
    grid-column: span 1/span 1;
  }
  .c-col-span-xxl-2 {
    grid-column: span 2/span 2;
  }
  .c-col-span-xxl-3 {
    grid-column: span 3/span 3;
  }
  .c-col-span-xxl-4 {
    grid-column: span 4/span 4;
  }
  .c-col-span-xxl-5 {
    grid-column: span 5/span 5;
  }
  .c-col-span-xxl-6 {
    grid-column: span 6/span 6;
  }
  .c-col-span-xxl-7 {
    grid-column: span 7/span 7;
  }
  .c-col-span-xxl-8 {
    grid-column: span 8/span 8;
  }
  .c-col-span-xxl-9 {
    grid-column: span 9/span 9;
  }
  .c-col-span-xxl-10 {
    grid-column: span 10/span 10;
  }
  .c-col-span-xxl-11 {
    grid-column: span 11/span 11;
  }
  .c-col-span-xxl-12 {
    grid-column: span 12/span 12;
  }
  .c-col-span-xxl-full {
    grid-column: 1/-1;
  }
  .c-col-span-xxl-auto {
    grid-column: auto;
  }
  .c-col-start-xxl-1 {
    grid-column-start: 1;
  }
  .c-col-start-xxl-2 {
    grid-column-start: 2;
  }
  .c-col-start-xxl-3 {
    grid-column-start: 3;
  }
  .c-col-start-xxl-4 {
    grid-column-start: 4;
  }
  .c-col-start-xxl-5 {
    grid-column-start: 5;
  }
  .c-col-start-xxl-6 {
    grid-column-start: 6;
  }
  .c-col-start-xxl-7 {
    grid-column-start: 7;
  }
  .c-col-start-xxl-8 {
    grid-column-start: 8;
  }
  .c-col-start-xxl-9 {
    grid-column-start: 9;
  }
  .c-col-start-xxl-10 {
    grid-column-start: 10;
  }
  .c-col-start-xxl-11 {
    grid-column-start: 11;
  }
  .c-col-start-xxl-12 {
    grid-column-start: 12;
  }
  .c-col-start-xxl-13 {
    grid-column-start: 13;
  }
  .c-col-start-xxl-auto {
    grid-column-start: auto;
  }
  .c-col-end-xxl-1 {
    grid-column-end: 1;
  }
  .c-col-end-xxl-2 {
    grid-column-end: 2;
  }
  .c-col-end-xxl-3 {
    grid-column-end: 3;
  }
  .c-col-end-xxl-4 {
    grid-column-end: 4;
  }
  .c-col-end-xxl-5 {
    grid-column-end: 5;
  }
  .c-col-end-xxl-6 {
    grid-column-end: 6;
  }
  .c-col-end-xxl-7 {
    grid-column-end: 7;
  }
  .c-col-end-xxl-8 {
    grid-column-end: 8;
  }
  .c-col-end-xxl-9 {
    grid-column-end: 9;
  }
  .c-col-end-xxl-10 {
    grid-column-end: 10;
  }
  .c-col-end-xxl-11 {
    grid-column-end: 11;
  }
  .c-col-end-xxl-12 {
    grid-column-end: 12;
  }
  .c-col-end-xxl-13 {
    grid-column-end: 13;
  }
  .c-col-end-xxl-auto {
    grid-column-end: auto;
  }
  .c-row-span-xxl-1 {
    grid-row: span 1/span 1;
  }
  .c-row-span-xxl-2 {
    grid-row: span 2/span 2;
  }
  .c-row-span-xxl-3 {
    grid-row: span 3/span 3;
  }
  .c-row-span-xxl-4 {
    grid-row: span 4/span 4;
  }
  .c-row-span-xxl-5 {
    grid-row: span 5/span 5;
  }
  .c-row-span-xxl-6 {
    grid-row: span 6/span 6;
  }
  .c-row-span-xxl-7 {
    grid-row: span 7/span 7;
  }
  .c-row-span-xxl-8 {
    grid-row: span 8/span 8;
  }
  .c-row-span-xxl-9 {
    grid-row: span 9/span 9;
  }
  .c-row-span-xxl-10 {
    grid-row: span 10/span 10;
  }
  .c-row-span-xxl-11 {
    grid-row: span 11/span 11;
  }
  .c-row-span-xxl-12 {
    grid-row: span 12/span 12;
  }
  .c-row-span-xxl-full {
    grid-row: 1/-1;
  }
  .c-row-span-xxl-auto {
    grid-row: auto;
  }
  .c-row-start-xxl-1 {
    grid-row-start: 1;
  }
  .c-row-start-xxl-2 {
    grid-row-start: 2;
  }
  .c-row-start-xxl-3 {
    grid-row-start: 3;
  }
  .c-row-start-xxl-4 {
    grid-row-start: 4;
  }
  .c-row-start-xxl-5 {
    grid-row-start: 5;
  }
  .c-row-start-xxl-6 {
    grid-row-start: 6;
  }
  .c-row-start-xxl-7 {
    grid-row-start: 7;
  }
  .c-row-start-xxl-8 {
    grid-row-start: 8;
  }
  .c-row-start-xxl-9 {
    grid-row-start: 9;
  }
  .c-row-start-xxl-10 {
    grid-row-start: 10;
  }
  .c-row-start-xxl-11 {
    grid-row-start: 11;
  }
  .c-row-start-xxl-12 {
    grid-row-start: 12;
  }
  .c-row-start-xxl-13 {
    grid-row-start: 13;
  }
  .c-row-start-xxl-auto {
    grid-row-start: auto;
  }
  .c-row-end-xxl-1 {
    grid-row-end: 1;
  }
  .c-row-end-xxl-2 {
    grid-row-end: 2;
  }
  .c-row-end-xxl-3 {
    grid-row-end: 3;
  }
  .c-row-end-xxl-4 {
    grid-row-end: 4;
  }
  .c-row-end-xxl-5 {
    grid-row-end: 5;
  }
  .c-row-end-xxl-6 {
    grid-row-end: 6;
  }
  .c-row-end-xxl-7 {
    grid-row-end: 7;
  }
  .c-row-end-xxl-8 {
    grid-row-end: 8;
  }
  .c-row-end-xxl-9 {
    grid-row-end: 9;
  }
  .c-row-end-xxl-10 {
    grid-row-end: 10;
  }
  .c-row-end-xxl-11 {
    grid-row-end: 11;
  }
  .c-row-end-xxl-12 {
    grid-row-end: 12;
  }
  .c-row-end-xxl-13 {
    grid-row-end: 13;
  }
  .c-row-end-xxl-auto {
    grid-row-end: auto;
  }
  .c-gap-xxl-0 {
    gap: 0rem;
  }
  .c-gap-x-xxl-0 {
    column-gap: 0rem;
  }
  .c-gap-y-xxl-0 {
    row-gap: 0rem;
  }
  .c-gap-xxl-1 {
    gap: 0.25rem;
  }
  .c-gap-x-xxl-1 {
    column-gap: 0.25rem;
  }
  .c-gap-y-xxl-1 {
    row-gap: 0.25rem;
  }
  .c-gap-xxl-2 {
    gap: 0.5rem;
  }
  .c-gap-x-xxl-2 {
    column-gap: 0.5rem;
  }
  .c-gap-y-xxl-2 {
    row-gap: 0.5rem;
  }
  .c-gap-xxl-3 {
    gap: 0.75rem;
  }
  .c-gap-x-xxl-3 {
    column-gap: 0.75rem;
  }
  .c-gap-y-xxl-3 {
    row-gap: 0.75rem;
  }
  .c-gap-xxl-4 {
    gap: 1rem;
  }
  .c-gap-x-xxl-4 {
    column-gap: 1rem;
  }
  .c-gap-y-xxl-4 {
    row-gap: 1rem;
  }
  .c-gap-xxl-5 {
    gap: 1.25rem;
  }
  .c-gap-x-xxl-5 {
    column-gap: 1.25rem;
  }
  .c-gap-y-xxl-5 {
    row-gap: 1.25rem;
  }
  .c-gap-xxl-6 {
    gap: 1.5rem;
  }
  .c-gap-x-xxl-6 {
    column-gap: 1.5rem;
  }
  .c-gap-y-xxl-6 {
    row-gap: 1.5rem;
  }
  .c-gap-xxl-7 {
    gap: 1.75rem;
  }
  .c-gap-x-xxl-7 {
    column-gap: 1.75rem;
  }
  .c-gap-y-xxl-7 {
    row-gap: 1.75rem;
  }
  .c-gap-xxl-8 {
    gap: 2rem;
  }
  .c-gap-x-xxl-8 {
    column-gap: 2rem;
  }
  .c-gap-y-xxl-8 {
    row-gap: 2rem;
  }
  .c-gap-xxl-9 {
    gap: 2.25rem;
  }
  .c-gap-x-xxl-9 {
    column-gap: 2.25rem;
  }
  .c-gap-y-xxl-9 {
    row-gap: 2.25rem;
  }
  .c-gap-xxl-10 {
    gap: 2.5rem;
  }
  .c-gap-x-xxl-10 {
    column-gap: 2.5rem;
  }
  .c-gap-y-xxl-10 {
    row-gap: 2.5rem;
  }
  .c-gap-xxl-11 {
    gap: 2.75rem;
  }
  .c-gap-x-xxl-11 {
    column-gap: 2.75rem;
  }
  .c-gap-y-xxl-11 {
    row-gap: 2.75rem;
  }
  .c-gap-xxl-12 {
    gap: 3rem;
  }
  .c-gap-x-xxl-12 {
    column-gap: 3rem;
  }
  .c-gap-y-xxl-12 {
    row-gap: 3rem;
  }
}
.c-d-none {
  display: none;
}

.c-d-contents {
  display: contents;
}

.c-d-block {
  display: block;
}

.c-d-inline {
  display: inline;
}

.c-d-inline-block {
  display: inline-block;
}

.c-d-flex {
  display: flex;
}

.c-d-inline-flex {
  display: inline-flex;
}

.c-d-grid {
  display: grid;
}

.c-d-inline-grid {
  display: inline-grid;
}

.c-d-table {
  display: table;
}

.c-d-inline-table {
  display: inline-table;
}

.c-d-list-item {
  display: list-item;
}

.c-d-table-row {
  display: table-row;
}

.c-d-table-cell {
  display: table-cell;
}

@container c-form-container (min-width: 576px) {
  .c-d-sm-none {
    display: none;
  }
  .c-d-sm-contents {
    display: contents;
  }
  .c-d-sm-block {
    display: block;
  }
  .c-d-sm-inline {
    display: inline;
  }
  .c-d-sm-inline-block {
    display: inline-block;
  }
  .c-d-sm-flex {
    display: flex;
  }
  .c-d-sm-inline-flex {
    display: inline-flex;
  }
  .c-d-sm-grid {
    display: grid;
  }
  .c-d-sm-inline-grid {
    display: inline-grid;
  }
  .c-d-sm-table {
    display: table;
  }
  .c-d-sm-inline-table {
    display: inline-table;
  }
  .c-d-sm-list-item {
    display: list-item;
  }
  .c-d-sm-table-row {
    display: table-row;
  }
  .c-d-sm-table-cell {
    display: table-cell;
  }
}
@container c-form-container (min-width: 768px) {
  .c-d-md-none {
    display: none;
  }
  .c-d-md-contents {
    display: contents;
  }
  .c-d-md-block {
    display: block;
  }
  .c-d-md-inline {
    display: inline;
  }
  .c-d-md-inline-block {
    display: inline-block;
  }
  .c-d-md-flex {
    display: flex;
  }
  .c-d-md-inline-flex {
    display: inline-flex;
  }
  .c-d-md-grid {
    display: grid;
  }
  .c-d-md-inline-grid {
    display: inline-grid;
  }
  .c-d-md-table {
    display: table;
  }
  .c-d-md-inline-table {
    display: inline-table;
  }
  .c-d-md-list-item {
    display: list-item;
  }
  .c-d-md-table-row {
    display: table-row;
  }
  .c-d-md-table-cell {
    display: table-cell;
  }
}
@container c-form-container (min-width: 992px) {
  .c-d-lg-none {
    display: none;
  }
  .c-d-lg-contents {
    display: contents;
  }
  .c-d-lg-block {
    display: block;
  }
  .c-d-lg-inline {
    display: inline;
  }
  .c-d-lg-inline-block {
    display: inline-block;
  }
  .c-d-lg-flex {
    display: flex;
  }
  .c-d-lg-inline-flex {
    display: inline-flex;
  }
  .c-d-lg-grid {
    display: grid;
  }
  .c-d-lg-inline-grid {
    display: inline-grid;
  }
  .c-d-lg-table {
    display: table;
  }
  .c-d-lg-inline-table {
    display: inline-table;
  }
  .c-d-lg-list-item {
    display: list-item;
  }
  .c-d-lg-table-row {
    display: table-row;
  }
  .c-d-lg-table-cell {
    display: table-cell;
  }
}
@container c-form-container (min-width: 1200px) {
  .c-d-xl-none {
    display: none;
  }
  .c-d-xl-contents {
    display: contents;
  }
  .c-d-xl-block {
    display: block;
  }
  .c-d-xl-inline {
    display: inline;
  }
  .c-d-xl-inline-block {
    display: inline-block;
  }
  .c-d-xl-flex {
    display: flex;
  }
  .c-d-xl-inline-flex {
    display: inline-flex;
  }
  .c-d-xl-grid {
    display: grid;
  }
  .c-d-xl-inline-grid {
    display: inline-grid;
  }
  .c-d-xl-table {
    display: table;
  }
  .c-d-xl-inline-table {
    display: inline-table;
  }
  .c-d-xl-list-item {
    display: list-item;
  }
  .c-d-xl-table-row {
    display: table-row;
  }
  .c-d-xl-table-cell {
    display: table-cell;
  }
}
@container c-form-container (min-width: 1400px) {
  .c-d-xxl-none {
    display: none;
  }
  .c-d-xxl-contents {
    display: contents;
  }
  .c-d-xxl-block {
    display: block;
  }
  .c-d-xxl-inline {
    display: inline;
  }
  .c-d-xxl-inline-block {
    display: inline-block;
  }
  .c-d-xxl-flex {
    display: flex;
  }
  .c-d-xxl-inline-flex {
    display: inline-flex;
  }
  .c-d-xxl-grid {
    display: grid;
  }
  .c-d-xxl-inline-grid {
    display: inline-grid;
  }
  .c-d-xxl-table {
    display: table;
  }
  .c-d-xxl-inline-table {
    display: inline-table;
  }
  .c-d-xxl-list-item {
    display: list-item;
  }
  .c-d-xxl-table-row {
    display: table-row;
  }
  .c-d-xxl-table-cell {
    display: table-cell;
  }
}
.c-h-0 {
  height: 0 !important;
}

.c-min-h-0 {
  min-height: 0 !important;
}

.c-max-h-0 {
  max-height: 0 !important;
}

.c-h-1 {
  height: 0.25rem !important;
}

.c-min-h-1 {
  min-height: 0.25rem !important;
}

.c-max-h-1 {
  max-height: 0.25rem !important;
}

.c-h-2 {
  height: 0.5rem !important;
}

.c-min-h-2 {
  min-height: 0.5rem !important;
}

.c-max-h-2 {
  max-height: 0.5rem !important;
}

.c-h-3 {
  height: 0.75rem !important;
}

.c-min-h-3 {
  min-height: 0.75rem !important;
}

.c-max-h-3 {
  max-height: 0.75rem !important;
}

.c-h-4 {
  height: 1rem !important;
}

.c-min-h-4 {
  min-height: 1rem !important;
}

.c-max-h-4 {
  max-height: 1rem !important;
}

.c-h-5 {
  height: 1.25rem !important;
}

.c-min-h-5 {
  min-height: 1.25rem !important;
}

.c-max-h-5 {
  max-height: 1.25rem !important;
}

.c-h-6 {
  height: 1.5rem !important;
}

.c-min-h-6 {
  min-height: 1.5rem !important;
}

.c-max-h-6 {
  max-height: 1.5rem !important;
}

.c-h-7 {
  height: 1.75rem !important;
}

.c-min-h-7 {
  min-height: 1.75rem !important;
}

.c-max-h-7 {
  max-height: 1.75rem !important;
}

.c-h-8 {
  height: 2rem !important;
}

.c-min-h-8 {
  min-height: 2rem !important;
}

.c-max-h-8 {
  max-height: 2rem !important;
}

.c-h-9 {
  height: 2.25rem !important;
}

.c-min-h-9 {
  min-height: 2.25rem !important;
}

.c-max-h-9 {
  max-height: 2.25rem !important;
}

.c-h-10 {
  height: 2.5rem !important;
}

.c-min-h-10 {
  min-height: 2.5rem !important;
}

.c-max-h-10 {
  max-height: 2.5rem !important;
}

.c-h-11 {
  height: 2.75rem !important;
}

.c-min-h-11 {
  min-height: 2.75rem !important;
}

.c-max-h-11 {
  max-height: 2.75rem !important;
}

.c-h-12 {
  height: 3rem !important;
}

.c-min-h-12 {
  min-height: 3rem !important;
}

.c-max-h-12 {
  max-height: 3rem !important;
}

.c-h-14 {
  height: 3.5rem !important;
}

.c-min-h-14 {
  min-height: 3.5rem !important;
}

.c-max-h-14 {
  max-height: 3.5rem !important;
}

.c-h-16 {
  height: 4rem !important;
}

.c-min-h-16 {
  min-height: 4rem !important;
}

.c-max-h-16 {
  max-height: 4rem !important;
}

.c-h-20 {
  height: 5rem !important;
}

.c-min-h-20 {
  min-height: 5rem !important;
}

.c-max-h-20 {
  max-height: 5rem !important;
}

.c-h-24 {
  height: 6rem !important;
}

.c-min-h-24 {
  min-height: 6rem !important;
}

.c-max-h-24 {
  max-height: 6rem !important;
}

.c-h-28 {
  height: 7rem !important;
}

.c-min-h-28 {
  min-height: 7rem !important;
}

.c-max-h-28 {
  max-height: 7rem !important;
}

.c-h-32 {
  height: 8rem !important;
}

.c-min-h-32 {
  min-height: 8rem !important;
}

.c-max-h-32 {
  max-height: 8rem !important;
}

.c-h-36 {
  height: 9rem !important;
}

.c-min-h-36 {
  min-height: 9rem !important;
}

.c-max-h-36 {
  max-height: 9rem !important;
}

.c-h-40 {
  height: 10rem !important;
}

.c-min-h-40 {
  min-height: 10rem !important;
}

.c-max-h-40 {
  max-height: 10rem !important;
}

.c-h-44 {
  height: 11rem !important;
}

.c-min-h-44 {
  min-height: 11rem !important;
}

.c-max-h-44 {
  max-height: 11rem !important;
}

.c-h-48 {
  height: 12rem !important;
}

.c-min-h-48 {
  min-height: 12rem !important;
}

.c-max-h-48 {
  max-height: 12rem !important;
}

.c-h-52 {
  height: 13rem !important;
}

.c-min-h-52 {
  min-height: 13rem !important;
}

.c-max-h-52 {
  max-height: 13rem !important;
}

.c-h-56 {
  height: 14rem !important;
}

.c-min-h-56 {
  min-height: 14rem !important;
}

.c-max-h-56 {
  max-height: 14rem !important;
}

.c-h-60 {
  height: 15rem !important;
}

.c-min-h-60 {
  min-height: 15rem !important;
}

.c-max-h-60 {
  max-height: 15rem !important;
}

.c-h-64 {
  height: 16rem !important;
}

.c-min-h-64 {
  min-height: 16rem !important;
}

.c-max-h-64 {
  max-height: 16rem !important;
}

.c-h-72 {
  height: 18rem !important;
}

.c-min-h-72 {
  min-height: 18rem !important;
}

.c-max-h-72 {
  max-height: 18rem !important;
}

.c-h-80 {
  height: 20rem !important;
}

.c-min-h-80 {
  min-height: 20rem !important;
}

.c-max-h-80 {
  max-height: 20rem !important;
}

.c-h-96 {
  height: 24rem !important;
}

.c-min-h-96 {
  min-height: 24rem !important;
}

.c-max-h-96 {
  max-height: 24rem !important;
}

.c-h-auto {
  height: auto !important;
}

.c-min-h-auto {
  min-height: auto !important;
}

.c-max-h-auto {
  max-height: auto !important;
}

.c-h-full {
  height: 100% !important;
}

.c-min-h-full {
  min-height: 100% !important;
}

.c-max-h-full {
  max-height: 100% !important;
}

.c-h-screen {
  height: 100vh !important;
}

.c-min-h-screen {
  min-height: 100vh !important;
}

.c-max-h-screen {
  max-height: 100vh !important;
}

.c-h-min {
  height: min-content !important;
}

.c-min-h-min {
  min-height: min-content !important;
}

.c-max-h-min {
  max-height: min-content !important;
}

.c-h-max {
  height: max-content !important;
}

.c-min-h-max {
  min-height: max-content !important;
}

.c-max-h-max {
  max-height: max-content !important;
}

.c-h-fit {
  height: fit-content !important;
}

.c-min-h-fit {
  min-height: fit-content !important;
}

.c-max-h-fit {
  max-height: fit-content !important;
}

.c-h-1\/2 {
  height: 50% !important;
}

.c-min-h-1\/2 {
  min-height: 50% !important;
}

.c-max-h-1\/2 {
  max-height: 50% !important;
}

.c-h-1\/3 {
  height: 33.3333% !important;
}

.c-min-h-1\/3 {
  min-height: 33.3333% !important;
}

.c-max-h-1\/3 {
  max-height: 33.3333% !important;
}

.c-h-1\/4 {
  height: 25% !important;
}

.c-min-h-1\/4 {
  min-height: 25% !important;
}

.c-max-h-1\/4 {
  max-height: 25% !important;
}

.c-h-1\/6 {
  height: 16.6667% !important;
}

.c-min-h-1\/6 {
  min-height: 16.6667% !important;
}

.c-max-h-1\/6 {
  max-height: 16.6667% !important;
}

.c-h-2\/3 {
  height: 66.6667% !important;
}

.c-min-h-2\/3 {
  min-height: 66.6667% !important;
}

.c-max-h-2\/3 {
  max-height: 66.6667% !important;
}

.c-h-3\/4 {
  height: 75% !important;
}

.c-min-h-3\/4 {
  min-height: 75% !important;
}

.c-max-h-3\/4 {
  max-height: 75% !important;
}

.c-h-5\/6 {
  height: 83.3333% !important;
}

.c-min-h-5\/6 {
  min-height: 83.3333% !important;
}

.c-max-h-5\/6 {
  max-height: 83.3333% !important;
}

.c-h-1\/12 {
  height: 8.3333% !important;
}

.c-min-h-1\/12 {
  min-height: 8.3333% !important;
}

.c-max-h-1\/12 {
  max-height: 8.3333% !important;
}

.c-h-2\/12 {
  height: 16.6667% !important;
}

.c-min-h-2\/12 {
  min-height: 16.6667% !important;
}

.c-max-h-2\/12 {
  max-height: 16.6667% !important;
}

.c-h-3\/12 {
  height: 25% !important;
}

.c-min-h-3\/12 {
  min-height: 25% !important;
}

.c-max-h-3\/12 {
  max-height: 25% !important;
}

.c-h-4\/12 {
  height: 33.3333% !important;
}

.c-min-h-4\/12 {
  min-height: 33.3333% !important;
}

.c-max-h-4\/12 {
  max-height: 33.3333% !important;
}

.c-h-5\/12 {
  height: 41.6667% !important;
}

.c-min-h-5\/12 {
  min-height: 41.6667% !important;
}

.c-max-h-5\/12 {
  max-height: 41.6667% !important;
}

.c-h-6\/12 {
  height: 50% !important;
}

.c-min-h-6\/12 {
  min-height: 50% !important;
}

.c-max-h-6\/12 {
  max-height: 50% !important;
}

.c-h-7\/12 {
  height: 58.3333% !important;
}

.c-min-h-7\/12 {
  min-height: 58.3333% !important;
}

.c-max-h-7\/12 {
  max-height: 58.3333% !important;
}

.c-h-8\/12 {
  height: 66.6667% !important;
}

.c-min-h-8\/12 {
  min-height: 66.6667% !important;
}

.c-max-h-8\/12 {
  max-height: 66.6667% !important;
}

.c-h-9\/12 {
  height: 75% !important;
}

.c-min-h-9\/12 {
  min-height: 75% !important;
}

.c-max-h-9\/12 {
  max-height: 75% !important;
}

.c-h-10\/12 {
  height: 83.3333% !important;
}

.c-min-h-10\/12 {
  min-height: 83.3333% !important;
}

.c-max-h-10\/12 {
  max-height: 83.3333% !important;
}

.c-h-11\/12 {
  height: 91.6667% !important;
}

.c-min-h-11\/12 {
  min-height: 91.6667% !important;
}

.c-max-h-11\/12 {
  max-height: 91.6667% !important;
}

@media (min-width: 576px) {
  .c-h-sm-0 {
    height: 0 !important;
  }
  .c-min-h-sm-0 {
    min-height: 0 !important;
  }
  .c-max-h-sm-0 {
    max-height: 0 !important;
  }
  .c-h-sm-1 {
    height: 0.25rem !important;
  }
  .c-min-h-sm-1 {
    min-height: 0.25rem !important;
  }
  .c-max-h-sm-1 {
    max-height: 0.25rem !important;
  }
  .c-h-sm-2 {
    height: 0.5rem !important;
  }
  .c-min-h-sm-2 {
    min-height: 0.5rem !important;
  }
  .c-max-h-sm-2 {
    max-height: 0.5rem !important;
  }
  .c-h-sm-3 {
    height: 0.75rem !important;
  }
  .c-min-h-sm-3 {
    min-height: 0.75rem !important;
  }
  .c-max-h-sm-3 {
    max-height: 0.75rem !important;
  }
  .c-h-sm-4 {
    height: 1rem !important;
  }
  .c-min-h-sm-4 {
    min-height: 1rem !important;
  }
  .c-max-h-sm-4 {
    max-height: 1rem !important;
  }
  .c-h-sm-5 {
    height: 1.25rem !important;
  }
  .c-min-h-sm-5 {
    min-height: 1.25rem !important;
  }
  .c-max-h-sm-5 {
    max-height: 1.25rem !important;
  }
  .c-h-sm-6 {
    height: 1.5rem !important;
  }
  .c-min-h-sm-6 {
    min-height: 1.5rem !important;
  }
  .c-max-h-sm-6 {
    max-height: 1.5rem !important;
  }
  .c-h-sm-7 {
    height: 1.75rem !important;
  }
  .c-min-h-sm-7 {
    min-height: 1.75rem !important;
  }
  .c-max-h-sm-7 {
    max-height: 1.75rem !important;
  }
  .c-h-sm-8 {
    height: 2rem !important;
  }
  .c-min-h-sm-8 {
    min-height: 2rem !important;
  }
  .c-max-h-sm-8 {
    max-height: 2rem !important;
  }
  .c-h-sm-9 {
    height: 2.25rem !important;
  }
  .c-min-h-sm-9 {
    min-height: 2.25rem !important;
  }
  .c-max-h-sm-9 {
    max-height: 2.25rem !important;
  }
  .c-h-sm-10 {
    height: 2.5rem !important;
  }
  .c-min-h-sm-10 {
    min-height: 2.5rem !important;
  }
  .c-max-h-sm-10 {
    max-height: 2.5rem !important;
  }
  .c-h-sm-11 {
    height: 2.75rem !important;
  }
  .c-min-h-sm-11 {
    min-height: 2.75rem !important;
  }
  .c-max-h-sm-11 {
    max-height: 2.75rem !important;
  }
  .c-h-sm-12 {
    height: 3rem !important;
  }
  .c-min-h-sm-12 {
    min-height: 3rem !important;
  }
  .c-max-h-sm-12 {
    max-height: 3rem !important;
  }
  .c-h-sm-14 {
    height: 3.5rem !important;
  }
  .c-min-h-sm-14 {
    min-height: 3.5rem !important;
  }
  .c-max-h-sm-14 {
    max-height: 3.5rem !important;
  }
  .c-h-sm-16 {
    height: 4rem !important;
  }
  .c-min-h-sm-16 {
    min-height: 4rem !important;
  }
  .c-max-h-sm-16 {
    max-height: 4rem !important;
  }
  .c-h-sm-20 {
    height: 5rem !important;
  }
  .c-min-h-sm-20 {
    min-height: 5rem !important;
  }
  .c-max-h-sm-20 {
    max-height: 5rem !important;
  }
  .c-h-sm-24 {
    height: 6rem !important;
  }
  .c-min-h-sm-24 {
    min-height: 6rem !important;
  }
  .c-max-h-sm-24 {
    max-height: 6rem !important;
  }
  .c-h-sm-28 {
    height: 7rem !important;
  }
  .c-min-h-sm-28 {
    min-height: 7rem !important;
  }
  .c-max-h-sm-28 {
    max-height: 7rem !important;
  }
  .c-h-sm-32 {
    height: 8rem !important;
  }
  .c-min-h-sm-32 {
    min-height: 8rem !important;
  }
  .c-max-h-sm-32 {
    max-height: 8rem !important;
  }
  .c-h-sm-36 {
    height: 9rem !important;
  }
  .c-min-h-sm-36 {
    min-height: 9rem !important;
  }
  .c-max-h-sm-36 {
    max-height: 9rem !important;
  }
  .c-h-sm-40 {
    height: 10rem !important;
  }
  .c-min-h-sm-40 {
    min-height: 10rem !important;
  }
  .c-max-h-sm-40 {
    max-height: 10rem !important;
  }
  .c-h-sm-44 {
    height: 11rem !important;
  }
  .c-min-h-sm-44 {
    min-height: 11rem !important;
  }
  .c-max-h-sm-44 {
    max-height: 11rem !important;
  }
  .c-h-sm-48 {
    height: 12rem !important;
  }
  .c-min-h-sm-48 {
    min-height: 12rem !important;
  }
  .c-max-h-sm-48 {
    max-height: 12rem !important;
  }
  .c-h-sm-52 {
    height: 13rem !important;
  }
  .c-min-h-sm-52 {
    min-height: 13rem !important;
  }
  .c-max-h-sm-52 {
    max-height: 13rem !important;
  }
  .c-h-sm-56 {
    height: 14rem !important;
  }
  .c-min-h-sm-56 {
    min-height: 14rem !important;
  }
  .c-max-h-sm-56 {
    max-height: 14rem !important;
  }
  .c-h-sm-60 {
    height: 15rem !important;
  }
  .c-min-h-sm-60 {
    min-height: 15rem !important;
  }
  .c-max-h-sm-60 {
    max-height: 15rem !important;
  }
  .c-h-sm-64 {
    height: 16rem !important;
  }
  .c-min-h-sm-64 {
    min-height: 16rem !important;
  }
  .c-max-h-sm-64 {
    max-height: 16rem !important;
  }
  .c-h-sm-72 {
    height: 18rem !important;
  }
  .c-min-h-sm-72 {
    min-height: 18rem !important;
  }
  .c-max-h-sm-72 {
    max-height: 18rem !important;
  }
  .c-h-sm-80 {
    height: 20rem !important;
  }
  .c-min-h-sm-80 {
    min-height: 20rem !important;
  }
  .c-max-h-sm-80 {
    max-height: 20rem !important;
  }
  .c-h-sm-96 {
    height: 24rem !important;
  }
  .c-min-h-sm-96 {
    min-height: 24rem !important;
  }
  .c-max-h-sm-96 {
    max-height: 24rem !important;
  }
  .c-h-sm-auto {
    height: auto !important;
  }
  .c-min-h-sm-auto {
    min-height: auto !important;
  }
  .c-max-h-sm-auto {
    max-height: auto !important;
  }
  .c-h-sm-full {
    height: 100% !important;
  }
  .c-min-h-sm-full {
    min-height: 100% !important;
  }
  .c-max-h-sm-full {
    max-height: 100% !important;
  }
  .c-h-sm-screen {
    height: 100vh !important;
  }
  .c-min-h-sm-screen {
    min-height: 100vh !important;
  }
  .c-max-h-sm-screen {
    max-height: 100vh !important;
  }
  .c-h-sm-min {
    height: min-content !important;
  }
  .c-min-h-sm-min {
    min-height: min-content !important;
  }
  .c-max-h-sm-min {
    max-height: min-content !important;
  }
  .c-h-sm-max {
    height: max-content !important;
  }
  .c-min-h-sm-max {
    min-height: max-content !important;
  }
  .c-max-h-sm-max {
    max-height: max-content !important;
  }
  .c-h-sm-fit {
    height: fit-content !important;
  }
  .c-min-h-sm-fit {
    min-height: fit-content !important;
  }
  .c-max-h-sm-fit {
    max-height: fit-content !important;
  }
  .c-h-sm-1\/2 {
    height: 50% !important;
  }
  .c-min-h-sm-1\/2 {
    min-height: 50% !important;
  }
  .c-max-h-sm-1\/2 {
    max-height: 50% !important;
  }
  .c-h-sm-1\/3 {
    height: 33.3333% !important;
  }
  .c-min-h-sm-1\/3 {
    min-height: 33.3333% !important;
  }
  .c-max-h-sm-1\/3 {
    max-height: 33.3333% !important;
  }
  .c-h-sm-1\/4 {
    height: 25% !important;
  }
  .c-min-h-sm-1\/4 {
    min-height: 25% !important;
  }
  .c-max-h-sm-1\/4 {
    max-height: 25% !important;
  }
  .c-h-sm-1\/6 {
    height: 16.6667% !important;
  }
  .c-min-h-sm-1\/6 {
    min-height: 16.6667% !important;
  }
  .c-max-h-sm-1\/6 {
    max-height: 16.6667% !important;
  }
  .c-h-sm-2\/3 {
    height: 66.6667% !important;
  }
  .c-min-h-sm-2\/3 {
    min-height: 66.6667% !important;
  }
  .c-max-h-sm-2\/3 {
    max-height: 66.6667% !important;
  }
  .c-h-sm-3\/4 {
    height: 75% !important;
  }
  .c-min-h-sm-3\/4 {
    min-height: 75% !important;
  }
  .c-max-h-sm-3\/4 {
    max-height: 75% !important;
  }
  .c-h-sm-5\/6 {
    height: 83.3333% !important;
  }
  .c-min-h-sm-5\/6 {
    min-height: 83.3333% !important;
  }
  .c-max-h-sm-5\/6 {
    max-height: 83.3333% !important;
  }
  .c-h-sm-1\/12 {
    height: 8.3333% !important;
  }
  .c-min-h-sm-1\/12 {
    min-height: 8.3333% !important;
  }
  .c-max-h-sm-1\/12 {
    max-height: 8.3333% !important;
  }
  .c-h-sm-2\/12 {
    height: 16.6667% !important;
  }
  .c-min-h-sm-2\/12 {
    min-height: 16.6667% !important;
  }
  .c-max-h-sm-2\/12 {
    max-height: 16.6667% !important;
  }
  .c-h-sm-3\/12 {
    height: 25% !important;
  }
  .c-min-h-sm-3\/12 {
    min-height: 25% !important;
  }
  .c-max-h-sm-3\/12 {
    max-height: 25% !important;
  }
  .c-h-sm-4\/12 {
    height: 33.3333% !important;
  }
  .c-min-h-sm-4\/12 {
    min-height: 33.3333% !important;
  }
  .c-max-h-sm-4\/12 {
    max-height: 33.3333% !important;
  }
  .c-h-sm-5\/12 {
    height: 41.6667% !important;
  }
  .c-min-h-sm-5\/12 {
    min-height: 41.6667% !important;
  }
  .c-max-h-sm-5\/12 {
    max-height: 41.6667% !important;
  }
  .c-h-sm-6\/12 {
    height: 50% !important;
  }
  .c-min-h-sm-6\/12 {
    min-height: 50% !important;
  }
  .c-max-h-sm-6\/12 {
    max-height: 50% !important;
  }
  .c-h-sm-7\/12 {
    height: 58.3333% !important;
  }
  .c-min-h-sm-7\/12 {
    min-height: 58.3333% !important;
  }
  .c-max-h-sm-7\/12 {
    max-height: 58.3333% !important;
  }
  .c-h-sm-8\/12 {
    height: 66.6667% !important;
  }
  .c-min-h-sm-8\/12 {
    min-height: 66.6667% !important;
  }
  .c-max-h-sm-8\/12 {
    max-height: 66.6667% !important;
  }
  .c-h-sm-9\/12 {
    height: 75% !important;
  }
  .c-min-h-sm-9\/12 {
    min-height: 75% !important;
  }
  .c-max-h-sm-9\/12 {
    max-height: 75% !important;
  }
  .c-h-sm-10\/12 {
    height: 83.3333% !important;
  }
  .c-min-h-sm-10\/12 {
    min-height: 83.3333% !important;
  }
  .c-max-h-sm-10\/12 {
    max-height: 83.3333% !important;
  }
  .c-h-sm-11\/12 {
    height: 91.6667% !important;
  }
  .c-min-h-sm-11\/12 {
    min-height: 91.6667% !important;
  }
  .c-max-h-sm-11\/12 {
    max-height: 91.6667% !important;
  }
}
@media (min-width: 768px) {
  .c-h-md-0 {
    height: 0 !important;
  }
  .c-min-h-md-0 {
    min-height: 0 !important;
  }
  .c-max-h-md-0 {
    max-height: 0 !important;
  }
  .c-h-md-1 {
    height: 0.25rem !important;
  }
  .c-min-h-md-1 {
    min-height: 0.25rem !important;
  }
  .c-max-h-md-1 {
    max-height: 0.25rem !important;
  }
  .c-h-md-2 {
    height: 0.5rem !important;
  }
  .c-min-h-md-2 {
    min-height: 0.5rem !important;
  }
  .c-max-h-md-2 {
    max-height: 0.5rem !important;
  }
  .c-h-md-3 {
    height: 0.75rem !important;
  }
  .c-min-h-md-3 {
    min-height: 0.75rem !important;
  }
  .c-max-h-md-3 {
    max-height: 0.75rem !important;
  }
  .c-h-md-4 {
    height: 1rem !important;
  }
  .c-min-h-md-4 {
    min-height: 1rem !important;
  }
  .c-max-h-md-4 {
    max-height: 1rem !important;
  }
  .c-h-md-5 {
    height: 1.25rem !important;
  }
  .c-min-h-md-5 {
    min-height: 1.25rem !important;
  }
  .c-max-h-md-5 {
    max-height: 1.25rem !important;
  }
  .c-h-md-6 {
    height: 1.5rem !important;
  }
  .c-min-h-md-6 {
    min-height: 1.5rem !important;
  }
  .c-max-h-md-6 {
    max-height: 1.5rem !important;
  }
  .c-h-md-7 {
    height: 1.75rem !important;
  }
  .c-min-h-md-7 {
    min-height: 1.75rem !important;
  }
  .c-max-h-md-7 {
    max-height: 1.75rem !important;
  }
  .c-h-md-8 {
    height: 2rem !important;
  }
  .c-min-h-md-8 {
    min-height: 2rem !important;
  }
  .c-max-h-md-8 {
    max-height: 2rem !important;
  }
  .c-h-md-9 {
    height: 2.25rem !important;
  }
  .c-min-h-md-9 {
    min-height: 2.25rem !important;
  }
  .c-max-h-md-9 {
    max-height: 2.25rem !important;
  }
  .c-h-md-10 {
    height: 2.5rem !important;
  }
  .c-min-h-md-10 {
    min-height: 2.5rem !important;
  }
  .c-max-h-md-10 {
    max-height: 2.5rem !important;
  }
  .c-h-md-11 {
    height: 2.75rem !important;
  }
  .c-min-h-md-11 {
    min-height: 2.75rem !important;
  }
  .c-max-h-md-11 {
    max-height: 2.75rem !important;
  }
  .c-h-md-12 {
    height: 3rem !important;
  }
  .c-min-h-md-12 {
    min-height: 3rem !important;
  }
  .c-max-h-md-12 {
    max-height: 3rem !important;
  }
  .c-h-md-14 {
    height: 3.5rem !important;
  }
  .c-min-h-md-14 {
    min-height: 3.5rem !important;
  }
  .c-max-h-md-14 {
    max-height: 3.5rem !important;
  }
  .c-h-md-16 {
    height: 4rem !important;
  }
  .c-min-h-md-16 {
    min-height: 4rem !important;
  }
  .c-max-h-md-16 {
    max-height: 4rem !important;
  }
  .c-h-md-20 {
    height: 5rem !important;
  }
  .c-min-h-md-20 {
    min-height: 5rem !important;
  }
  .c-max-h-md-20 {
    max-height: 5rem !important;
  }
  .c-h-md-24 {
    height: 6rem !important;
  }
  .c-min-h-md-24 {
    min-height: 6rem !important;
  }
  .c-max-h-md-24 {
    max-height: 6rem !important;
  }
  .c-h-md-28 {
    height: 7rem !important;
  }
  .c-min-h-md-28 {
    min-height: 7rem !important;
  }
  .c-max-h-md-28 {
    max-height: 7rem !important;
  }
  .c-h-md-32 {
    height: 8rem !important;
  }
  .c-min-h-md-32 {
    min-height: 8rem !important;
  }
  .c-max-h-md-32 {
    max-height: 8rem !important;
  }
  .c-h-md-36 {
    height: 9rem !important;
  }
  .c-min-h-md-36 {
    min-height: 9rem !important;
  }
  .c-max-h-md-36 {
    max-height: 9rem !important;
  }
  .c-h-md-40 {
    height: 10rem !important;
  }
  .c-min-h-md-40 {
    min-height: 10rem !important;
  }
  .c-max-h-md-40 {
    max-height: 10rem !important;
  }
  .c-h-md-44 {
    height: 11rem !important;
  }
  .c-min-h-md-44 {
    min-height: 11rem !important;
  }
  .c-max-h-md-44 {
    max-height: 11rem !important;
  }
  .c-h-md-48 {
    height: 12rem !important;
  }
  .c-min-h-md-48 {
    min-height: 12rem !important;
  }
  .c-max-h-md-48 {
    max-height: 12rem !important;
  }
  .c-h-md-52 {
    height: 13rem !important;
  }
  .c-min-h-md-52 {
    min-height: 13rem !important;
  }
  .c-max-h-md-52 {
    max-height: 13rem !important;
  }
  .c-h-md-56 {
    height: 14rem !important;
  }
  .c-min-h-md-56 {
    min-height: 14rem !important;
  }
  .c-max-h-md-56 {
    max-height: 14rem !important;
  }
  .c-h-md-60 {
    height: 15rem !important;
  }
  .c-min-h-md-60 {
    min-height: 15rem !important;
  }
  .c-max-h-md-60 {
    max-height: 15rem !important;
  }
  .c-h-md-64 {
    height: 16rem !important;
  }
  .c-min-h-md-64 {
    min-height: 16rem !important;
  }
  .c-max-h-md-64 {
    max-height: 16rem !important;
  }
  .c-h-md-72 {
    height: 18rem !important;
  }
  .c-min-h-md-72 {
    min-height: 18rem !important;
  }
  .c-max-h-md-72 {
    max-height: 18rem !important;
  }
  .c-h-md-80 {
    height: 20rem !important;
  }
  .c-min-h-md-80 {
    min-height: 20rem !important;
  }
  .c-max-h-md-80 {
    max-height: 20rem !important;
  }
  .c-h-md-96 {
    height: 24rem !important;
  }
  .c-min-h-md-96 {
    min-height: 24rem !important;
  }
  .c-max-h-md-96 {
    max-height: 24rem !important;
  }
  .c-h-md-auto {
    height: auto !important;
  }
  .c-min-h-md-auto {
    min-height: auto !important;
  }
  .c-max-h-md-auto {
    max-height: auto !important;
  }
  .c-h-md-full {
    height: 100% !important;
  }
  .c-min-h-md-full {
    min-height: 100% !important;
  }
  .c-max-h-md-full {
    max-height: 100% !important;
  }
  .c-h-md-screen {
    height: 100vh !important;
  }
  .c-min-h-md-screen {
    min-height: 100vh !important;
  }
  .c-max-h-md-screen {
    max-height: 100vh !important;
  }
  .c-h-md-min {
    height: min-content !important;
  }
  .c-min-h-md-min {
    min-height: min-content !important;
  }
  .c-max-h-md-min {
    max-height: min-content !important;
  }
  .c-h-md-max {
    height: max-content !important;
  }
  .c-min-h-md-max {
    min-height: max-content !important;
  }
  .c-max-h-md-max {
    max-height: max-content !important;
  }
  .c-h-md-fit {
    height: fit-content !important;
  }
  .c-min-h-md-fit {
    min-height: fit-content !important;
  }
  .c-max-h-md-fit {
    max-height: fit-content !important;
  }
  .c-h-md-1\/2 {
    height: 50% !important;
  }
  .c-min-h-md-1\/2 {
    min-height: 50% !important;
  }
  .c-max-h-md-1\/2 {
    max-height: 50% !important;
  }
  .c-h-md-1\/3 {
    height: 33.3333% !important;
  }
  .c-min-h-md-1\/3 {
    min-height: 33.3333% !important;
  }
  .c-max-h-md-1\/3 {
    max-height: 33.3333% !important;
  }
  .c-h-md-1\/4 {
    height: 25% !important;
  }
  .c-min-h-md-1\/4 {
    min-height: 25% !important;
  }
  .c-max-h-md-1\/4 {
    max-height: 25% !important;
  }
  .c-h-md-1\/6 {
    height: 16.6667% !important;
  }
  .c-min-h-md-1\/6 {
    min-height: 16.6667% !important;
  }
  .c-max-h-md-1\/6 {
    max-height: 16.6667% !important;
  }
  .c-h-md-2\/3 {
    height: 66.6667% !important;
  }
  .c-min-h-md-2\/3 {
    min-height: 66.6667% !important;
  }
  .c-max-h-md-2\/3 {
    max-height: 66.6667% !important;
  }
  .c-h-md-3\/4 {
    height: 75% !important;
  }
  .c-min-h-md-3\/4 {
    min-height: 75% !important;
  }
  .c-max-h-md-3\/4 {
    max-height: 75% !important;
  }
  .c-h-md-5\/6 {
    height: 83.3333% !important;
  }
  .c-min-h-md-5\/6 {
    min-height: 83.3333% !important;
  }
  .c-max-h-md-5\/6 {
    max-height: 83.3333% !important;
  }
  .c-h-md-1\/12 {
    height: 8.3333% !important;
  }
  .c-min-h-md-1\/12 {
    min-height: 8.3333% !important;
  }
  .c-max-h-md-1\/12 {
    max-height: 8.3333% !important;
  }
  .c-h-md-2\/12 {
    height: 16.6667% !important;
  }
  .c-min-h-md-2\/12 {
    min-height: 16.6667% !important;
  }
  .c-max-h-md-2\/12 {
    max-height: 16.6667% !important;
  }
  .c-h-md-3\/12 {
    height: 25% !important;
  }
  .c-min-h-md-3\/12 {
    min-height: 25% !important;
  }
  .c-max-h-md-3\/12 {
    max-height: 25% !important;
  }
  .c-h-md-4\/12 {
    height: 33.3333% !important;
  }
  .c-min-h-md-4\/12 {
    min-height: 33.3333% !important;
  }
  .c-max-h-md-4\/12 {
    max-height: 33.3333% !important;
  }
  .c-h-md-5\/12 {
    height: 41.6667% !important;
  }
  .c-min-h-md-5\/12 {
    min-height: 41.6667% !important;
  }
  .c-max-h-md-5\/12 {
    max-height: 41.6667% !important;
  }
  .c-h-md-6\/12 {
    height: 50% !important;
  }
  .c-min-h-md-6\/12 {
    min-height: 50% !important;
  }
  .c-max-h-md-6\/12 {
    max-height: 50% !important;
  }
  .c-h-md-7\/12 {
    height: 58.3333% !important;
  }
  .c-min-h-md-7\/12 {
    min-height: 58.3333% !important;
  }
  .c-max-h-md-7\/12 {
    max-height: 58.3333% !important;
  }
  .c-h-md-8\/12 {
    height: 66.6667% !important;
  }
  .c-min-h-md-8\/12 {
    min-height: 66.6667% !important;
  }
  .c-max-h-md-8\/12 {
    max-height: 66.6667% !important;
  }
  .c-h-md-9\/12 {
    height: 75% !important;
  }
  .c-min-h-md-9\/12 {
    min-height: 75% !important;
  }
  .c-max-h-md-9\/12 {
    max-height: 75% !important;
  }
  .c-h-md-10\/12 {
    height: 83.3333% !important;
  }
  .c-min-h-md-10\/12 {
    min-height: 83.3333% !important;
  }
  .c-max-h-md-10\/12 {
    max-height: 83.3333% !important;
  }
  .c-h-md-11\/12 {
    height: 91.6667% !important;
  }
  .c-min-h-md-11\/12 {
    min-height: 91.6667% !important;
  }
  .c-max-h-md-11\/12 {
    max-height: 91.6667% !important;
  }
}
@media (min-width: 992px) {
  .c-h-lg-0 {
    height: 0 !important;
  }
  .c-min-h-lg-0 {
    min-height: 0 !important;
  }
  .c-max-h-lg-0 {
    max-height: 0 !important;
  }
  .c-h-lg-1 {
    height: 0.25rem !important;
  }
  .c-min-h-lg-1 {
    min-height: 0.25rem !important;
  }
  .c-max-h-lg-1 {
    max-height: 0.25rem !important;
  }
  .c-h-lg-2 {
    height: 0.5rem !important;
  }
  .c-min-h-lg-2 {
    min-height: 0.5rem !important;
  }
  .c-max-h-lg-2 {
    max-height: 0.5rem !important;
  }
  .c-h-lg-3 {
    height: 0.75rem !important;
  }
  .c-min-h-lg-3 {
    min-height: 0.75rem !important;
  }
  .c-max-h-lg-3 {
    max-height: 0.75rem !important;
  }
  .c-h-lg-4 {
    height: 1rem !important;
  }
  .c-min-h-lg-4 {
    min-height: 1rem !important;
  }
  .c-max-h-lg-4 {
    max-height: 1rem !important;
  }
  .c-h-lg-5 {
    height: 1.25rem !important;
  }
  .c-min-h-lg-5 {
    min-height: 1.25rem !important;
  }
  .c-max-h-lg-5 {
    max-height: 1.25rem !important;
  }
  .c-h-lg-6 {
    height: 1.5rem !important;
  }
  .c-min-h-lg-6 {
    min-height: 1.5rem !important;
  }
  .c-max-h-lg-6 {
    max-height: 1.5rem !important;
  }
  .c-h-lg-7 {
    height: 1.75rem !important;
  }
  .c-min-h-lg-7 {
    min-height: 1.75rem !important;
  }
  .c-max-h-lg-7 {
    max-height: 1.75rem !important;
  }
  .c-h-lg-8 {
    height: 2rem !important;
  }
  .c-min-h-lg-8 {
    min-height: 2rem !important;
  }
  .c-max-h-lg-8 {
    max-height: 2rem !important;
  }
  .c-h-lg-9 {
    height: 2.25rem !important;
  }
  .c-min-h-lg-9 {
    min-height: 2.25rem !important;
  }
  .c-max-h-lg-9 {
    max-height: 2.25rem !important;
  }
  .c-h-lg-10 {
    height: 2.5rem !important;
  }
  .c-min-h-lg-10 {
    min-height: 2.5rem !important;
  }
  .c-max-h-lg-10 {
    max-height: 2.5rem !important;
  }
  .c-h-lg-11 {
    height: 2.75rem !important;
  }
  .c-min-h-lg-11 {
    min-height: 2.75rem !important;
  }
  .c-max-h-lg-11 {
    max-height: 2.75rem !important;
  }
  .c-h-lg-12 {
    height: 3rem !important;
  }
  .c-min-h-lg-12 {
    min-height: 3rem !important;
  }
  .c-max-h-lg-12 {
    max-height: 3rem !important;
  }
  .c-h-lg-14 {
    height: 3.5rem !important;
  }
  .c-min-h-lg-14 {
    min-height: 3.5rem !important;
  }
  .c-max-h-lg-14 {
    max-height: 3.5rem !important;
  }
  .c-h-lg-16 {
    height: 4rem !important;
  }
  .c-min-h-lg-16 {
    min-height: 4rem !important;
  }
  .c-max-h-lg-16 {
    max-height: 4rem !important;
  }
  .c-h-lg-20 {
    height: 5rem !important;
  }
  .c-min-h-lg-20 {
    min-height: 5rem !important;
  }
  .c-max-h-lg-20 {
    max-height: 5rem !important;
  }
  .c-h-lg-24 {
    height: 6rem !important;
  }
  .c-min-h-lg-24 {
    min-height: 6rem !important;
  }
  .c-max-h-lg-24 {
    max-height: 6rem !important;
  }
  .c-h-lg-28 {
    height: 7rem !important;
  }
  .c-min-h-lg-28 {
    min-height: 7rem !important;
  }
  .c-max-h-lg-28 {
    max-height: 7rem !important;
  }
  .c-h-lg-32 {
    height: 8rem !important;
  }
  .c-min-h-lg-32 {
    min-height: 8rem !important;
  }
  .c-max-h-lg-32 {
    max-height: 8rem !important;
  }
  .c-h-lg-36 {
    height: 9rem !important;
  }
  .c-min-h-lg-36 {
    min-height: 9rem !important;
  }
  .c-max-h-lg-36 {
    max-height: 9rem !important;
  }
  .c-h-lg-40 {
    height: 10rem !important;
  }
  .c-min-h-lg-40 {
    min-height: 10rem !important;
  }
  .c-max-h-lg-40 {
    max-height: 10rem !important;
  }
  .c-h-lg-44 {
    height: 11rem !important;
  }
  .c-min-h-lg-44 {
    min-height: 11rem !important;
  }
  .c-max-h-lg-44 {
    max-height: 11rem !important;
  }
  .c-h-lg-48 {
    height: 12rem !important;
  }
  .c-min-h-lg-48 {
    min-height: 12rem !important;
  }
  .c-max-h-lg-48 {
    max-height: 12rem !important;
  }
  .c-h-lg-52 {
    height: 13rem !important;
  }
  .c-min-h-lg-52 {
    min-height: 13rem !important;
  }
  .c-max-h-lg-52 {
    max-height: 13rem !important;
  }
  .c-h-lg-56 {
    height: 14rem !important;
  }
  .c-min-h-lg-56 {
    min-height: 14rem !important;
  }
  .c-max-h-lg-56 {
    max-height: 14rem !important;
  }
  .c-h-lg-60 {
    height: 15rem !important;
  }
  .c-min-h-lg-60 {
    min-height: 15rem !important;
  }
  .c-max-h-lg-60 {
    max-height: 15rem !important;
  }
  .c-h-lg-64 {
    height: 16rem !important;
  }
  .c-min-h-lg-64 {
    min-height: 16rem !important;
  }
  .c-max-h-lg-64 {
    max-height: 16rem !important;
  }
  .c-h-lg-72 {
    height: 18rem !important;
  }
  .c-min-h-lg-72 {
    min-height: 18rem !important;
  }
  .c-max-h-lg-72 {
    max-height: 18rem !important;
  }
  .c-h-lg-80 {
    height: 20rem !important;
  }
  .c-min-h-lg-80 {
    min-height: 20rem !important;
  }
  .c-max-h-lg-80 {
    max-height: 20rem !important;
  }
  .c-h-lg-96 {
    height: 24rem !important;
  }
  .c-min-h-lg-96 {
    min-height: 24rem !important;
  }
  .c-max-h-lg-96 {
    max-height: 24rem !important;
  }
  .c-h-lg-auto {
    height: auto !important;
  }
  .c-min-h-lg-auto {
    min-height: auto !important;
  }
  .c-max-h-lg-auto {
    max-height: auto !important;
  }
  .c-h-lg-full {
    height: 100% !important;
  }
  .c-min-h-lg-full {
    min-height: 100% !important;
  }
  .c-max-h-lg-full {
    max-height: 100% !important;
  }
  .c-h-lg-screen {
    height: 100vh !important;
  }
  .c-min-h-lg-screen {
    min-height: 100vh !important;
  }
  .c-max-h-lg-screen {
    max-height: 100vh !important;
  }
  .c-h-lg-min {
    height: min-content !important;
  }
  .c-min-h-lg-min {
    min-height: min-content !important;
  }
  .c-max-h-lg-min {
    max-height: min-content !important;
  }
  .c-h-lg-max {
    height: max-content !important;
  }
  .c-min-h-lg-max {
    min-height: max-content !important;
  }
  .c-max-h-lg-max {
    max-height: max-content !important;
  }
  .c-h-lg-fit {
    height: fit-content !important;
  }
  .c-min-h-lg-fit {
    min-height: fit-content !important;
  }
  .c-max-h-lg-fit {
    max-height: fit-content !important;
  }
  .c-h-lg-1\/2 {
    height: 50% !important;
  }
  .c-min-h-lg-1\/2 {
    min-height: 50% !important;
  }
  .c-max-h-lg-1\/2 {
    max-height: 50% !important;
  }
  .c-h-lg-1\/3 {
    height: 33.3333% !important;
  }
  .c-min-h-lg-1\/3 {
    min-height: 33.3333% !important;
  }
  .c-max-h-lg-1\/3 {
    max-height: 33.3333% !important;
  }
  .c-h-lg-1\/4 {
    height: 25% !important;
  }
  .c-min-h-lg-1\/4 {
    min-height: 25% !important;
  }
  .c-max-h-lg-1\/4 {
    max-height: 25% !important;
  }
  .c-h-lg-1\/6 {
    height: 16.6667% !important;
  }
  .c-min-h-lg-1\/6 {
    min-height: 16.6667% !important;
  }
  .c-max-h-lg-1\/6 {
    max-height: 16.6667% !important;
  }
  .c-h-lg-2\/3 {
    height: 66.6667% !important;
  }
  .c-min-h-lg-2\/3 {
    min-height: 66.6667% !important;
  }
  .c-max-h-lg-2\/3 {
    max-height: 66.6667% !important;
  }
  .c-h-lg-3\/4 {
    height: 75% !important;
  }
  .c-min-h-lg-3\/4 {
    min-height: 75% !important;
  }
  .c-max-h-lg-3\/4 {
    max-height: 75% !important;
  }
  .c-h-lg-5\/6 {
    height: 83.3333% !important;
  }
  .c-min-h-lg-5\/6 {
    min-height: 83.3333% !important;
  }
  .c-max-h-lg-5\/6 {
    max-height: 83.3333% !important;
  }
  .c-h-lg-1\/12 {
    height: 8.3333% !important;
  }
  .c-min-h-lg-1\/12 {
    min-height: 8.3333% !important;
  }
  .c-max-h-lg-1\/12 {
    max-height: 8.3333% !important;
  }
  .c-h-lg-2\/12 {
    height: 16.6667% !important;
  }
  .c-min-h-lg-2\/12 {
    min-height: 16.6667% !important;
  }
  .c-max-h-lg-2\/12 {
    max-height: 16.6667% !important;
  }
  .c-h-lg-3\/12 {
    height: 25% !important;
  }
  .c-min-h-lg-3\/12 {
    min-height: 25% !important;
  }
  .c-max-h-lg-3\/12 {
    max-height: 25% !important;
  }
  .c-h-lg-4\/12 {
    height: 33.3333% !important;
  }
  .c-min-h-lg-4\/12 {
    min-height: 33.3333% !important;
  }
  .c-max-h-lg-4\/12 {
    max-height: 33.3333% !important;
  }
  .c-h-lg-5\/12 {
    height: 41.6667% !important;
  }
  .c-min-h-lg-5\/12 {
    min-height: 41.6667% !important;
  }
  .c-max-h-lg-5\/12 {
    max-height: 41.6667% !important;
  }
  .c-h-lg-6\/12 {
    height: 50% !important;
  }
  .c-min-h-lg-6\/12 {
    min-height: 50% !important;
  }
  .c-max-h-lg-6\/12 {
    max-height: 50% !important;
  }
  .c-h-lg-7\/12 {
    height: 58.3333% !important;
  }
  .c-min-h-lg-7\/12 {
    min-height: 58.3333% !important;
  }
  .c-max-h-lg-7\/12 {
    max-height: 58.3333% !important;
  }
  .c-h-lg-8\/12 {
    height: 66.6667% !important;
  }
  .c-min-h-lg-8\/12 {
    min-height: 66.6667% !important;
  }
  .c-max-h-lg-8\/12 {
    max-height: 66.6667% !important;
  }
  .c-h-lg-9\/12 {
    height: 75% !important;
  }
  .c-min-h-lg-9\/12 {
    min-height: 75% !important;
  }
  .c-max-h-lg-9\/12 {
    max-height: 75% !important;
  }
  .c-h-lg-10\/12 {
    height: 83.3333% !important;
  }
  .c-min-h-lg-10\/12 {
    min-height: 83.3333% !important;
  }
  .c-max-h-lg-10\/12 {
    max-height: 83.3333% !important;
  }
  .c-h-lg-11\/12 {
    height: 91.6667% !important;
  }
  .c-min-h-lg-11\/12 {
    min-height: 91.6667% !important;
  }
  .c-max-h-lg-11\/12 {
    max-height: 91.6667% !important;
  }
}
@media (min-width: 1200px) {
  .c-h-xl-0 {
    height: 0 !important;
  }
  .c-min-h-xl-0 {
    min-height: 0 !important;
  }
  .c-max-h-xl-0 {
    max-height: 0 !important;
  }
  .c-h-xl-1 {
    height: 0.25rem !important;
  }
  .c-min-h-xl-1 {
    min-height: 0.25rem !important;
  }
  .c-max-h-xl-1 {
    max-height: 0.25rem !important;
  }
  .c-h-xl-2 {
    height: 0.5rem !important;
  }
  .c-min-h-xl-2 {
    min-height: 0.5rem !important;
  }
  .c-max-h-xl-2 {
    max-height: 0.5rem !important;
  }
  .c-h-xl-3 {
    height: 0.75rem !important;
  }
  .c-min-h-xl-3 {
    min-height: 0.75rem !important;
  }
  .c-max-h-xl-3 {
    max-height: 0.75rem !important;
  }
  .c-h-xl-4 {
    height: 1rem !important;
  }
  .c-min-h-xl-4 {
    min-height: 1rem !important;
  }
  .c-max-h-xl-4 {
    max-height: 1rem !important;
  }
  .c-h-xl-5 {
    height: 1.25rem !important;
  }
  .c-min-h-xl-5 {
    min-height: 1.25rem !important;
  }
  .c-max-h-xl-5 {
    max-height: 1.25rem !important;
  }
  .c-h-xl-6 {
    height: 1.5rem !important;
  }
  .c-min-h-xl-6 {
    min-height: 1.5rem !important;
  }
  .c-max-h-xl-6 {
    max-height: 1.5rem !important;
  }
  .c-h-xl-7 {
    height: 1.75rem !important;
  }
  .c-min-h-xl-7 {
    min-height: 1.75rem !important;
  }
  .c-max-h-xl-7 {
    max-height: 1.75rem !important;
  }
  .c-h-xl-8 {
    height: 2rem !important;
  }
  .c-min-h-xl-8 {
    min-height: 2rem !important;
  }
  .c-max-h-xl-8 {
    max-height: 2rem !important;
  }
  .c-h-xl-9 {
    height: 2.25rem !important;
  }
  .c-min-h-xl-9 {
    min-height: 2.25rem !important;
  }
  .c-max-h-xl-9 {
    max-height: 2.25rem !important;
  }
  .c-h-xl-10 {
    height: 2.5rem !important;
  }
  .c-min-h-xl-10 {
    min-height: 2.5rem !important;
  }
  .c-max-h-xl-10 {
    max-height: 2.5rem !important;
  }
  .c-h-xl-11 {
    height: 2.75rem !important;
  }
  .c-min-h-xl-11 {
    min-height: 2.75rem !important;
  }
  .c-max-h-xl-11 {
    max-height: 2.75rem !important;
  }
  .c-h-xl-12 {
    height: 3rem !important;
  }
  .c-min-h-xl-12 {
    min-height: 3rem !important;
  }
  .c-max-h-xl-12 {
    max-height: 3rem !important;
  }
  .c-h-xl-14 {
    height: 3.5rem !important;
  }
  .c-min-h-xl-14 {
    min-height: 3.5rem !important;
  }
  .c-max-h-xl-14 {
    max-height: 3.5rem !important;
  }
  .c-h-xl-16 {
    height: 4rem !important;
  }
  .c-min-h-xl-16 {
    min-height: 4rem !important;
  }
  .c-max-h-xl-16 {
    max-height: 4rem !important;
  }
  .c-h-xl-20 {
    height: 5rem !important;
  }
  .c-min-h-xl-20 {
    min-height: 5rem !important;
  }
  .c-max-h-xl-20 {
    max-height: 5rem !important;
  }
  .c-h-xl-24 {
    height: 6rem !important;
  }
  .c-min-h-xl-24 {
    min-height: 6rem !important;
  }
  .c-max-h-xl-24 {
    max-height: 6rem !important;
  }
  .c-h-xl-28 {
    height: 7rem !important;
  }
  .c-min-h-xl-28 {
    min-height: 7rem !important;
  }
  .c-max-h-xl-28 {
    max-height: 7rem !important;
  }
  .c-h-xl-32 {
    height: 8rem !important;
  }
  .c-min-h-xl-32 {
    min-height: 8rem !important;
  }
  .c-max-h-xl-32 {
    max-height: 8rem !important;
  }
  .c-h-xl-36 {
    height: 9rem !important;
  }
  .c-min-h-xl-36 {
    min-height: 9rem !important;
  }
  .c-max-h-xl-36 {
    max-height: 9rem !important;
  }
  .c-h-xl-40 {
    height: 10rem !important;
  }
  .c-min-h-xl-40 {
    min-height: 10rem !important;
  }
  .c-max-h-xl-40 {
    max-height: 10rem !important;
  }
  .c-h-xl-44 {
    height: 11rem !important;
  }
  .c-min-h-xl-44 {
    min-height: 11rem !important;
  }
  .c-max-h-xl-44 {
    max-height: 11rem !important;
  }
  .c-h-xl-48 {
    height: 12rem !important;
  }
  .c-min-h-xl-48 {
    min-height: 12rem !important;
  }
  .c-max-h-xl-48 {
    max-height: 12rem !important;
  }
  .c-h-xl-52 {
    height: 13rem !important;
  }
  .c-min-h-xl-52 {
    min-height: 13rem !important;
  }
  .c-max-h-xl-52 {
    max-height: 13rem !important;
  }
  .c-h-xl-56 {
    height: 14rem !important;
  }
  .c-min-h-xl-56 {
    min-height: 14rem !important;
  }
  .c-max-h-xl-56 {
    max-height: 14rem !important;
  }
  .c-h-xl-60 {
    height: 15rem !important;
  }
  .c-min-h-xl-60 {
    min-height: 15rem !important;
  }
  .c-max-h-xl-60 {
    max-height: 15rem !important;
  }
  .c-h-xl-64 {
    height: 16rem !important;
  }
  .c-min-h-xl-64 {
    min-height: 16rem !important;
  }
  .c-max-h-xl-64 {
    max-height: 16rem !important;
  }
  .c-h-xl-72 {
    height: 18rem !important;
  }
  .c-min-h-xl-72 {
    min-height: 18rem !important;
  }
  .c-max-h-xl-72 {
    max-height: 18rem !important;
  }
  .c-h-xl-80 {
    height: 20rem !important;
  }
  .c-min-h-xl-80 {
    min-height: 20rem !important;
  }
  .c-max-h-xl-80 {
    max-height: 20rem !important;
  }
  .c-h-xl-96 {
    height: 24rem !important;
  }
  .c-min-h-xl-96 {
    min-height: 24rem !important;
  }
  .c-max-h-xl-96 {
    max-height: 24rem !important;
  }
  .c-h-xl-auto {
    height: auto !important;
  }
  .c-min-h-xl-auto {
    min-height: auto !important;
  }
  .c-max-h-xl-auto {
    max-height: auto !important;
  }
  .c-h-xl-full {
    height: 100% !important;
  }
  .c-min-h-xl-full {
    min-height: 100% !important;
  }
  .c-max-h-xl-full {
    max-height: 100% !important;
  }
  .c-h-xl-screen {
    height: 100vh !important;
  }
  .c-min-h-xl-screen {
    min-height: 100vh !important;
  }
  .c-max-h-xl-screen {
    max-height: 100vh !important;
  }
  .c-h-xl-min {
    height: min-content !important;
  }
  .c-min-h-xl-min {
    min-height: min-content !important;
  }
  .c-max-h-xl-min {
    max-height: min-content !important;
  }
  .c-h-xl-max {
    height: max-content !important;
  }
  .c-min-h-xl-max {
    min-height: max-content !important;
  }
  .c-max-h-xl-max {
    max-height: max-content !important;
  }
  .c-h-xl-fit {
    height: fit-content !important;
  }
  .c-min-h-xl-fit {
    min-height: fit-content !important;
  }
  .c-max-h-xl-fit {
    max-height: fit-content !important;
  }
  .c-h-xl-1\/2 {
    height: 50% !important;
  }
  .c-min-h-xl-1\/2 {
    min-height: 50% !important;
  }
  .c-max-h-xl-1\/2 {
    max-height: 50% !important;
  }
  .c-h-xl-1\/3 {
    height: 33.3333% !important;
  }
  .c-min-h-xl-1\/3 {
    min-height: 33.3333% !important;
  }
  .c-max-h-xl-1\/3 {
    max-height: 33.3333% !important;
  }
  .c-h-xl-1\/4 {
    height: 25% !important;
  }
  .c-min-h-xl-1\/4 {
    min-height: 25% !important;
  }
  .c-max-h-xl-1\/4 {
    max-height: 25% !important;
  }
  .c-h-xl-1\/6 {
    height: 16.6667% !important;
  }
  .c-min-h-xl-1\/6 {
    min-height: 16.6667% !important;
  }
  .c-max-h-xl-1\/6 {
    max-height: 16.6667% !important;
  }
  .c-h-xl-2\/3 {
    height: 66.6667% !important;
  }
  .c-min-h-xl-2\/3 {
    min-height: 66.6667% !important;
  }
  .c-max-h-xl-2\/3 {
    max-height: 66.6667% !important;
  }
  .c-h-xl-3\/4 {
    height: 75% !important;
  }
  .c-min-h-xl-3\/4 {
    min-height: 75% !important;
  }
  .c-max-h-xl-3\/4 {
    max-height: 75% !important;
  }
  .c-h-xl-5\/6 {
    height: 83.3333% !important;
  }
  .c-min-h-xl-5\/6 {
    min-height: 83.3333% !important;
  }
  .c-max-h-xl-5\/6 {
    max-height: 83.3333% !important;
  }
  .c-h-xl-1\/12 {
    height: 8.3333% !important;
  }
  .c-min-h-xl-1\/12 {
    min-height: 8.3333% !important;
  }
  .c-max-h-xl-1\/12 {
    max-height: 8.3333% !important;
  }
  .c-h-xl-2\/12 {
    height: 16.6667% !important;
  }
  .c-min-h-xl-2\/12 {
    min-height: 16.6667% !important;
  }
  .c-max-h-xl-2\/12 {
    max-height: 16.6667% !important;
  }
  .c-h-xl-3\/12 {
    height: 25% !important;
  }
  .c-min-h-xl-3\/12 {
    min-height: 25% !important;
  }
  .c-max-h-xl-3\/12 {
    max-height: 25% !important;
  }
  .c-h-xl-4\/12 {
    height: 33.3333% !important;
  }
  .c-min-h-xl-4\/12 {
    min-height: 33.3333% !important;
  }
  .c-max-h-xl-4\/12 {
    max-height: 33.3333% !important;
  }
  .c-h-xl-5\/12 {
    height: 41.6667% !important;
  }
  .c-min-h-xl-5\/12 {
    min-height: 41.6667% !important;
  }
  .c-max-h-xl-5\/12 {
    max-height: 41.6667% !important;
  }
  .c-h-xl-6\/12 {
    height: 50% !important;
  }
  .c-min-h-xl-6\/12 {
    min-height: 50% !important;
  }
  .c-max-h-xl-6\/12 {
    max-height: 50% !important;
  }
  .c-h-xl-7\/12 {
    height: 58.3333% !important;
  }
  .c-min-h-xl-7\/12 {
    min-height: 58.3333% !important;
  }
  .c-max-h-xl-7\/12 {
    max-height: 58.3333% !important;
  }
  .c-h-xl-8\/12 {
    height: 66.6667% !important;
  }
  .c-min-h-xl-8\/12 {
    min-height: 66.6667% !important;
  }
  .c-max-h-xl-8\/12 {
    max-height: 66.6667% !important;
  }
  .c-h-xl-9\/12 {
    height: 75% !important;
  }
  .c-min-h-xl-9\/12 {
    min-height: 75% !important;
  }
  .c-max-h-xl-9\/12 {
    max-height: 75% !important;
  }
  .c-h-xl-10\/12 {
    height: 83.3333% !important;
  }
  .c-min-h-xl-10\/12 {
    min-height: 83.3333% !important;
  }
  .c-max-h-xl-10\/12 {
    max-height: 83.3333% !important;
  }
  .c-h-xl-11\/12 {
    height: 91.6667% !important;
  }
  .c-min-h-xl-11\/12 {
    min-height: 91.6667% !important;
  }
  .c-max-h-xl-11\/12 {
    max-height: 91.6667% !important;
  }
}
@media (min-width: 1400px) {
  .c-h-xxl-0 {
    height: 0 !important;
  }
  .c-min-h-xxl-0 {
    min-height: 0 !important;
  }
  .c-max-h-xxl-0 {
    max-height: 0 !important;
  }
  .c-h-xxl-1 {
    height: 0.25rem !important;
  }
  .c-min-h-xxl-1 {
    min-height: 0.25rem !important;
  }
  .c-max-h-xxl-1 {
    max-height: 0.25rem !important;
  }
  .c-h-xxl-2 {
    height: 0.5rem !important;
  }
  .c-min-h-xxl-2 {
    min-height: 0.5rem !important;
  }
  .c-max-h-xxl-2 {
    max-height: 0.5rem !important;
  }
  .c-h-xxl-3 {
    height: 0.75rem !important;
  }
  .c-min-h-xxl-3 {
    min-height: 0.75rem !important;
  }
  .c-max-h-xxl-3 {
    max-height: 0.75rem !important;
  }
  .c-h-xxl-4 {
    height: 1rem !important;
  }
  .c-min-h-xxl-4 {
    min-height: 1rem !important;
  }
  .c-max-h-xxl-4 {
    max-height: 1rem !important;
  }
  .c-h-xxl-5 {
    height: 1.25rem !important;
  }
  .c-min-h-xxl-5 {
    min-height: 1.25rem !important;
  }
  .c-max-h-xxl-5 {
    max-height: 1.25rem !important;
  }
  .c-h-xxl-6 {
    height: 1.5rem !important;
  }
  .c-min-h-xxl-6 {
    min-height: 1.5rem !important;
  }
  .c-max-h-xxl-6 {
    max-height: 1.5rem !important;
  }
  .c-h-xxl-7 {
    height: 1.75rem !important;
  }
  .c-min-h-xxl-7 {
    min-height: 1.75rem !important;
  }
  .c-max-h-xxl-7 {
    max-height: 1.75rem !important;
  }
  .c-h-xxl-8 {
    height: 2rem !important;
  }
  .c-min-h-xxl-8 {
    min-height: 2rem !important;
  }
  .c-max-h-xxl-8 {
    max-height: 2rem !important;
  }
  .c-h-xxl-9 {
    height: 2.25rem !important;
  }
  .c-min-h-xxl-9 {
    min-height: 2.25rem !important;
  }
  .c-max-h-xxl-9 {
    max-height: 2.25rem !important;
  }
  .c-h-xxl-10 {
    height: 2.5rem !important;
  }
  .c-min-h-xxl-10 {
    min-height: 2.5rem !important;
  }
  .c-max-h-xxl-10 {
    max-height: 2.5rem !important;
  }
  .c-h-xxl-11 {
    height: 2.75rem !important;
  }
  .c-min-h-xxl-11 {
    min-height: 2.75rem !important;
  }
  .c-max-h-xxl-11 {
    max-height: 2.75rem !important;
  }
  .c-h-xxl-12 {
    height: 3rem !important;
  }
  .c-min-h-xxl-12 {
    min-height: 3rem !important;
  }
  .c-max-h-xxl-12 {
    max-height: 3rem !important;
  }
  .c-h-xxl-14 {
    height: 3.5rem !important;
  }
  .c-min-h-xxl-14 {
    min-height: 3.5rem !important;
  }
  .c-max-h-xxl-14 {
    max-height: 3.5rem !important;
  }
  .c-h-xxl-16 {
    height: 4rem !important;
  }
  .c-min-h-xxl-16 {
    min-height: 4rem !important;
  }
  .c-max-h-xxl-16 {
    max-height: 4rem !important;
  }
  .c-h-xxl-20 {
    height: 5rem !important;
  }
  .c-min-h-xxl-20 {
    min-height: 5rem !important;
  }
  .c-max-h-xxl-20 {
    max-height: 5rem !important;
  }
  .c-h-xxl-24 {
    height: 6rem !important;
  }
  .c-min-h-xxl-24 {
    min-height: 6rem !important;
  }
  .c-max-h-xxl-24 {
    max-height: 6rem !important;
  }
  .c-h-xxl-28 {
    height: 7rem !important;
  }
  .c-min-h-xxl-28 {
    min-height: 7rem !important;
  }
  .c-max-h-xxl-28 {
    max-height: 7rem !important;
  }
  .c-h-xxl-32 {
    height: 8rem !important;
  }
  .c-min-h-xxl-32 {
    min-height: 8rem !important;
  }
  .c-max-h-xxl-32 {
    max-height: 8rem !important;
  }
  .c-h-xxl-36 {
    height: 9rem !important;
  }
  .c-min-h-xxl-36 {
    min-height: 9rem !important;
  }
  .c-max-h-xxl-36 {
    max-height: 9rem !important;
  }
  .c-h-xxl-40 {
    height: 10rem !important;
  }
  .c-min-h-xxl-40 {
    min-height: 10rem !important;
  }
  .c-max-h-xxl-40 {
    max-height: 10rem !important;
  }
  .c-h-xxl-44 {
    height: 11rem !important;
  }
  .c-min-h-xxl-44 {
    min-height: 11rem !important;
  }
  .c-max-h-xxl-44 {
    max-height: 11rem !important;
  }
  .c-h-xxl-48 {
    height: 12rem !important;
  }
  .c-min-h-xxl-48 {
    min-height: 12rem !important;
  }
  .c-max-h-xxl-48 {
    max-height: 12rem !important;
  }
  .c-h-xxl-52 {
    height: 13rem !important;
  }
  .c-min-h-xxl-52 {
    min-height: 13rem !important;
  }
  .c-max-h-xxl-52 {
    max-height: 13rem !important;
  }
  .c-h-xxl-56 {
    height: 14rem !important;
  }
  .c-min-h-xxl-56 {
    min-height: 14rem !important;
  }
  .c-max-h-xxl-56 {
    max-height: 14rem !important;
  }
  .c-h-xxl-60 {
    height: 15rem !important;
  }
  .c-min-h-xxl-60 {
    min-height: 15rem !important;
  }
  .c-max-h-xxl-60 {
    max-height: 15rem !important;
  }
  .c-h-xxl-64 {
    height: 16rem !important;
  }
  .c-min-h-xxl-64 {
    min-height: 16rem !important;
  }
  .c-max-h-xxl-64 {
    max-height: 16rem !important;
  }
  .c-h-xxl-72 {
    height: 18rem !important;
  }
  .c-min-h-xxl-72 {
    min-height: 18rem !important;
  }
  .c-max-h-xxl-72 {
    max-height: 18rem !important;
  }
  .c-h-xxl-80 {
    height: 20rem !important;
  }
  .c-min-h-xxl-80 {
    min-height: 20rem !important;
  }
  .c-max-h-xxl-80 {
    max-height: 20rem !important;
  }
  .c-h-xxl-96 {
    height: 24rem !important;
  }
  .c-min-h-xxl-96 {
    min-height: 24rem !important;
  }
  .c-max-h-xxl-96 {
    max-height: 24rem !important;
  }
  .c-h-xxl-auto {
    height: auto !important;
  }
  .c-min-h-xxl-auto {
    min-height: auto !important;
  }
  .c-max-h-xxl-auto {
    max-height: auto !important;
  }
  .c-h-xxl-full {
    height: 100% !important;
  }
  .c-min-h-xxl-full {
    min-height: 100% !important;
  }
  .c-max-h-xxl-full {
    max-height: 100% !important;
  }
  .c-h-xxl-screen {
    height: 100vh !important;
  }
  .c-min-h-xxl-screen {
    min-height: 100vh !important;
  }
  .c-max-h-xxl-screen {
    max-height: 100vh !important;
  }
  .c-h-xxl-min {
    height: min-content !important;
  }
  .c-min-h-xxl-min {
    min-height: min-content !important;
  }
  .c-max-h-xxl-min {
    max-height: min-content !important;
  }
  .c-h-xxl-max {
    height: max-content !important;
  }
  .c-min-h-xxl-max {
    min-height: max-content !important;
  }
  .c-max-h-xxl-max {
    max-height: max-content !important;
  }
  .c-h-xxl-fit {
    height: fit-content !important;
  }
  .c-min-h-xxl-fit {
    min-height: fit-content !important;
  }
  .c-max-h-xxl-fit {
    max-height: fit-content !important;
  }
  .c-h-xxl-1\/2 {
    height: 50% !important;
  }
  .c-min-h-xxl-1\/2 {
    min-height: 50% !important;
  }
  .c-max-h-xxl-1\/2 {
    max-height: 50% !important;
  }
  .c-h-xxl-1\/3 {
    height: 33.3333% !important;
  }
  .c-min-h-xxl-1\/3 {
    min-height: 33.3333% !important;
  }
  .c-max-h-xxl-1\/3 {
    max-height: 33.3333% !important;
  }
  .c-h-xxl-1\/4 {
    height: 25% !important;
  }
  .c-min-h-xxl-1\/4 {
    min-height: 25% !important;
  }
  .c-max-h-xxl-1\/4 {
    max-height: 25% !important;
  }
  .c-h-xxl-1\/6 {
    height: 16.6667% !important;
  }
  .c-min-h-xxl-1\/6 {
    min-height: 16.6667% !important;
  }
  .c-max-h-xxl-1\/6 {
    max-height: 16.6667% !important;
  }
  .c-h-xxl-2\/3 {
    height: 66.6667% !important;
  }
  .c-min-h-xxl-2\/3 {
    min-height: 66.6667% !important;
  }
  .c-max-h-xxl-2\/3 {
    max-height: 66.6667% !important;
  }
  .c-h-xxl-3\/4 {
    height: 75% !important;
  }
  .c-min-h-xxl-3\/4 {
    min-height: 75% !important;
  }
  .c-max-h-xxl-3\/4 {
    max-height: 75% !important;
  }
  .c-h-xxl-5\/6 {
    height: 83.3333% !important;
  }
  .c-min-h-xxl-5\/6 {
    min-height: 83.3333% !important;
  }
  .c-max-h-xxl-5\/6 {
    max-height: 83.3333% !important;
  }
  .c-h-xxl-1\/12 {
    height: 8.3333% !important;
  }
  .c-min-h-xxl-1\/12 {
    min-height: 8.3333% !important;
  }
  .c-max-h-xxl-1\/12 {
    max-height: 8.3333% !important;
  }
  .c-h-xxl-2\/12 {
    height: 16.6667% !important;
  }
  .c-min-h-xxl-2\/12 {
    min-height: 16.6667% !important;
  }
  .c-max-h-xxl-2\/12 {
    max-height: 16.6667% !important;
  }
  .c-h-xxl-3\/12 {
    height: 25% !important;
  }
  .c-min-h-xxl-3\/12 {
    min-height: 25% !important;
  }
  .c-max-h-xxl-3\/12 {
    max-height: 25% !important;
  }
  .c-h-xxl-4\/12 {
    height: 33.3333% !important;
  }
  .c-min-h-xxl-4\/12 {
    min-height: 33.3333% !important;
  }
  .c-max-h-xxl-4\/12 {
    max-height: 33.3333% !important;
  }
  .c-h-xxl-5\/12 {
    height: 41.6667% !important;
  }
  .c-min-h-xxl-5\/12 {
    min-height: 41.6667% !important;
  }
  .c-max-h-xxl-5\/12 {
    max-height: 41.6667% !important;
  }
  .c-h-xxl-6\/12 {
    height: 50% !important;
  }
  .c-min-h-xxl-6\/12 {
    min-height: 50% !important;
  }
  .c-max-h-xxl-6\/12 {
    max-height: 50% !important;
  }
  .c-h-xxl-7\/12 {
    height: 58.3333% !important;
  }
  .c-min-h-xxl-7\/12 {
    min-height: 58.3333% !important;
  }
  .c-max-h-xxl-7\/12 {
    max-height: 58.3333% !important;
  }
  .c-h-xxl-8\/12 {
    height: 66.6667% !important;
  }
  .c-min-h-xxl-8\/12 {
    min-height: 66.6667% !important;
  }
  .c-max-h-xxl-8\/12 {
    max-height: 66.6667% !important;
  }
  .c-h-xxl-9\/12 {
    height: 75% !important;
  }
  .c-min-h-xxl-9\/12 {
    min-height: 75% !important;
  }
  .c-max-h-xxl-9\/12 {
    max-height: 75% !important;
  }
  .c-h-xxl-10\/12 {
    height: 83.3333% !important;
  }
  .c-min-h-xxl-10\/12 {
    min-height: 83.3333% !important;
  }
  .c-max-h-xxl-10\/12 {
    max-height: 83.3333% !important;
  }
  .c-h-xxl-11\/12 {
    height: 91.6667% !important;
  }
  .c-min-h-xxl-11\/12 {
    min-height: 91.6667% !important;
  }
  .c-max-h-xxl-11\/12 {
    max-height: 91.6667% !important;
  }
}
